diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-06-22 13:37:54 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-06-22 13:37:54 +0000 |
commit | 0141241016504f66395c70de4aef3910cad354bc (patch) | |
tree | 941691090d1f56a021284c1883cdb545aba34f21 /kde-base/kicker-applets | |
parent | Move myconf population in src_compile rather than global scope. (diff) | |
download | gentoo-2-0141241016504f66395c70de4aef3910cad354bc.tar.gz gentoo-2-0141241016504f66395c70de4aef3910cad354bc.tar.bz2 gentoo-2-0141241016504f66395c70de4aef3910cad354bc.zip |
Move myconf population in src_compile rather than global scope.
(Portage version: 2.1.1_pre1-r1)
Diffstat (limited to 'kde-base/kicker-applets')
-rw-r--r-- | kde-base/kicker-applets/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kicker-applets/kicker-applets-3.4.3.ebuild | 7 | ||||
-rw-r--r-- | kde-base/kicker-applets/kicker-applets-3.5.2.ebuild | 7 | ||||
-rw-r--r-- | kde-base/kicker-applets/kicker-applets-3.5.3.ebuild | 7 |
4 files changed, 21 insertions, 7 deletions
diff --git a/kde-base/kicker-applets/ChangeLog b/kde-base/kicker-applets/ChangeLog index e6014b0e626b..fd51c88b8091 100644 --- a/kde-base/kicker-applets/ChangeLog +++ b/kde-base/kicker-applets/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kicker-applets # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kicker-applets/ChangeLog,v 1.48 2006/06/01 18:38:14 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kicker-applets/ChangeLog,v 1.49 2006/06/22 13:37:54 flameeyes Exp $ + + 22 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> + kicker-applets-3.4.3.ebuild, kicker-applets-3.5.2.ebuild, + kicker-applets-3.5.3.ebuild: + Move myconf population in src_compile rather than global scope. *kicker-applets-3.5.3 (01 Jun 2006) diff --git a/kde-base/kicker-applets/kicker-applets-3.4.3.ebuild b/kde-base/kicker-applets/kicker-applets-3.4.3.ebuild index 9fc9635ac9fd..e3eb03d1156f 100644 --- a/kde-base/kicker-applets/kicker-applets-3.4.3.ebuild +++ b/kde-base/kicker-applets/kicker-applets-3.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kicker-applets/kicker-applets-3.4.3.ebuild,v 1.8 2006/03/27 15:24:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kicker-applets/kicker-applets-3.4.3.ebuild,v 1.9 2006/06/22 13:37:54 flameeyes Exp $ KMNAME=kdeaddons KMNOMODULE=true KMEXTRA="kicker-applets doc/kicker-applets" @@ -18,4 +18,7 @@ $(deprange-dual $PV $MAXKDEVER kde-base/kicker)" PATCHES="$FILESDIR/configure-fix-kdeaddons-xmms.patch" -myconf="$(use_with xmms)" +src_compile() { + myconf="$(use_with xmms)" + kde-meta_src_compile +} diff --git a/kde-base/kicker-applets/kicker-applets-3.5.2.ebuild b/kde-base/kicker-applets/kicker-applets-3.5.2.ebuild index 2d863975608f..6196df90cc63 100644 --- a/kde-base/kicker-applets/kicker-applets-3.5.2.ebuild +++ b/kde-base/kicker-applets/kicker-applets-3.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kicker-applets/kicker-applets-3.5.2.ebuild,v 1.9 2006/06/01 05:38:21 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kicker-applets/kicker-applets-3.5.2.ebuild,v 1.10 2006/06/22 13:37:54 flameeyes Exp $ KMNAME=kdeaddons KMNOMODULE=true KMEXTRA="kicker-applets doc/kicker-applets" @@ -14,4 +14,7 @@ IUSE="xmms" DEPEND="xmms? ( media-sound/xmms ) $(deprange-dual $PV $MAXKDEVER kde-base/kicker)" -myconf="$(use_with xmms)" +src_compile() { + myconf="$(use_with xmms)" + kde-meta_src_compile +} diff --git a/kde-base/kicker-applets/kicker-applets-3.5.3.ebuild b/kde-base/kicker-applets/kicker-applets-3.5.3.ebuild index 91e56cd89ed3..0d679b3f1492 100644 --- a/kde-base/kicker-applets/kicker-applets-3.5.3.ebuild +++ b/kde-base/kicker-applets/kicker-applets-3.5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kicker-applets/kicker-applets-3.5.3.ebuild,v 1.1 2006/06/01 18:38:14 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kicker-applets/kicker-applets-3.5.3.ebuild,v 1.2 2006/06/22 13:37:54 flameeyes Exp $ KMNAME=kdeaddons KMNOMODULE=true KMEXTRA="kicker-applets doc/kicker-applets" @@ -14,4 +14,7 @@ IUSE="xmms" DEPEND="xmms? ( media-sound/xmms ) $(deprange-dual $PV $MAXKDEVER kde-base/kicker)" -myconf="$(use_with xmms)" +src_compile() { + myconf="$(use_with xmms)" + kde-meta_src_compile +} |