summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-06-22 12:59:48 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-06-22 12:59:48 +0000
commit25eb9d3a247400eeed21f72f1aca0621f5cb674b (patch)
tree5d392f7ce949abc15235f830818dbc3f9e08aac7
parentAdd check for qt3 bindings in dbus when HAL support is enabled, thanks to Ric... (diff)
downloadhistorical-25eb9d3a247400eeed21f72f1aca0621f5cb674b.tar.gz
historical-25eb9d3a247400eeed21f72f1aca0621f5cb674b.tar.bz2
historical-25eb9d3a247400eeed21f72f1aca0621f5cb674b.zip
Move myconf population in src_compile rather than global scope.
Package-Manager: portage-2.1.1_pre1-r1
-rw-r--r--kde-base/juk/ChangeLog5
-rw-r--r--kde-base/juk/juk-3.4.3.ebuild8
-rw-r--r--kde-base/kaddressbook/ChangeLog7
-rw-r--r--kde-base/kaddressbook/kaddressbook-3.4.3.ebuild4
-rw-r--r--kde-base/kaddressbook/kaddressbook-3.5.2-r1.ebuild5
-rw-r--r--kde-base/kaddressbook/kaddressbook-3.5.3.ebuild5
-rw-r--r--kde-base/kooka/ChangeLog6
-rw-r--r--kde-base/kooka/kooka-3.4.3.ebuild8
-rw-r--r--kde-base/kooka/kooka-3.5.2.ebuild9
-rw-r--r--kde-base/kooka/kooka-3.5.3.ebuild9
-rw-r--r--kde-base/kopete/ChangeLog5
-rw-r--r--kde-base/kopete/kopete-3.4.3.ebuild8
-rw-r--r--kde-base/ksim/ChangeLog6
-rw-r--r--kde-base/ksim/ksim-3.4.3.ebuild8
-rw-r--r--kde-base/ksim/ksim-3.5.2.ebuild11
-rw-r--r--kde-base/ksim/ksim-3.5.3.ebuild11
-rw-r--r--kde-base/libkdegames/ChangeLog7
-rw-r--r--kde-base/libkdegames/libkdegames-3.4.3.ebuild12
-rw-r--r--kde-base/libkdegames/libkdegames-3.5.1.ebuild12
-rw-r--r--kde-base/libkdegames/libkdegames-3.5.3.ebuild12
20 files changed, 110 insertions, 48 deletions
diff --git a/kde-base/juk/ChangeLog b/kde-base/juk/ChangeLog
index 4e4ab874912d..3b7664ac589c 100644
--- a/kde-base/juk/ChangeLog
+++ b/kde-base/juk/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/juk
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/juk/ChangeLog,v 1.59 2006/06/15 00:29:12 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/juk/ChangeLog,v 1.60 2006/06/22 12:52:41 flameeyes Exp $
+
+ 22 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> juk-3.4.3.ebuild:
+ Move myconf population in src_compile rather than global scope.
15 Jun 2006; Carsten Lohrke <carlo@gentoo.org> juk-3.5.2-r1.ebuild,
juk-3.5.3.ebuild:
diff --git a/kde-base/juk/juk-3.4.3.ebuild b/kde-base/juk/juk-3.4.3.ebuild
index 4d06a25ff4e5..44501f293553 100644
--- a/kde-base/juk/juk-3.4.3.ebuild
+++ b/kde-base/juk/juk-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/juk/juk-3.4.3.ebuild,v 1.9 2006/03/26 01:55:22 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/juk/juk-3.4.3.ebuild,v 1.10 2006/06/22 12:52:41 flameeyes Exp $
KMNAME=kdemultimedia
MAXKDEVER=$PV
@@ -25,7 +25,6 @@ RDEPEND="${DEPEND}
flac? ( =media-plugins/gst-plugins-flac-0.8* ) )"
PATCHES="$FILESDIR/configure-fix-kdemultimedia-juk.patch"
-myconf="$myconf $(use_with gstreamer) $(use_with musicbrainz)"
KMCOPYLIB="
libakode akode/lib/"
@@ -38,3 +37,8 @@ pkg_setup() {
die
fi
}
+
+src_compile() {
+ myconf="$myconf $(use_with gstreamer) $(use_with musicbrainz)"
+ kde-meta_src_compile
+}
diff --git a/kde-base/kaddressbook/ChangeLog b/kde-base/kaddressbook/ChangeLog
index b403b7338ebf..55cd4280ded8 100644
--- a/kde-base/kaddressbook/ChangeLog
+++ b/kde-base/kaddressbook/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kaddressbook
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kaddressbook/ChangeLog,v 1.51 2006/06/01 16:41:58 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kaddressbook/ChangeLog,v 1.52 2006/06/22 12:57:23 flameeyes Exp $
+
+ 22 Jun 2006; Diego Pettenò <flameeyes@gentoo.org>
+ kaddressbook-3.4.3.ebuild, kaddressbook-3.5.2-r1.ebuild,
+ kaddressbook-3.5.3.ebuild:
+ Move myconf population in src_compile rather than global scope.
*kaddressbook-3.5.3 (01 Jun 2006)
diff --git a/kde-base/kaddressbook/kaddressbook-3.4.3.ebuild b/kde-base/kaddressbook/kaddressbook-3.4.3.ebuild
index dc22b333eeca..fedc527dfcdc 100644
--- a/kde-base/kaddressbook/kaddressbook-3.4.3.ebuild
+++ b/kde-base/kaddressbook/kaddressbook-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/kaddressbook/kaddressbook-3.4.3.ebuild,v 1.8 2006/03/26 16:43:47 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kaddressbook/kaddressbook-3.4.3.ebuild,v 1.9 2006/06/22 12:57:23 flameeyes Exp $
KMNAME=kdepim
MAXKDEVER=$PV
@@ -18,7 +18,6 @@ $(deprange $PV $MAXKDEVER kde-base/kontact)
gnokii? ( app-mobilephone/gnokii )"
PATCHES="$FILESDIR/configure-fix-kdepim-gnokii-3.4.patch"
-myconf="$myconf $(use_with gnokii)"
KMCOPYLIB="
libkdepim libkdepim
@@ -45,6 +44,7 @@ KMEXTRA="
kontact/plugins/kaddressbook"
src_compile() {
+ myconf="$myconf $(use_with gnokii)"
export DO_NOT_COMPILE="libical" && kde-meta_src_compile myconf configure
# generate "ical.h"
cd ${S}/libkcal/libical/src/libical && make ical.h
diff --git a/kde-base/kaddressbook/kaddressbook-3.5.2-r1.ebuild b/kde-base/kaddressbook/kaddressbook-3.5.2-r1.ebuild
index 2ae7177f5542..71d8f4274849 100644
--- a/kde-base/kaddressbook/kaddressbook-3.5.2-r1.ebuild
+++ b/kde-base/kaddressbook/kaddressbook-3.5.2-r1.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/kaddressbook/kaddressbook-3.5.2-r1.ebuild,v 1.7 2006/06/01 05:29:24 tcort Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kaddressbook/kaddressbook-3.5.2-r1.ebuild,v 1.8 2006/06/22 12:57:23 flameeyes Exp $
KMNAME=kdepim
MAXKDEVER=$PV
@@ -17,8 +17,6 @@ $(deprange 3.5.0 $MAXKDEVER kde-base/libkdenetwork)
$(deprange $PV $MAXKDEVER kde-base/kontact)
gnokii? ( app-mobilephone/gnokii )"
-myconf="$myconf $(use_with gnokii)"
-
KMCOPYLIB="
libkdepim libkdepim
libkcal libkcal
@@ -45,6 +43,7 @@ KMEXTRA="
PATCHES="${FILESDIR}/kaddressbook-3.5.2-addressee-hompage-fix.diff"
src_compile() {
+ myconf="$myconf $(use_with gnokii)"
export DO_NOT_COMPILE="libical" && kde-meta_src_compile myconf configure
# generate "ical.h"
cd ${S}/libkcal/libical/src/libical && make ical.h
diff --git a/kde-base/kaddressbook/kaddressbook-3.5.3.ebuild b/kde-base/kaddressbook/kaddressbook-3.5.3.ebuild
index 047fed186403..abef7a9a0c9d 100644
--- a/kde-base/kaddressbook/kaddressbook-3.5.3.ebuild
+++ b/kde-base/kaddressbook/kaddressbook-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/kaddressbook/kaddressbook-3.5.3.ebuild,v 1.1 2006/06/01 16:41:58 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kaddressbook/kaddressbook-3.5.3.ebuild,v 1.2 2006/06/22 12:57:23 flameeyes Exp $
KMNAME=kdepim
MAXKDEVER=$PV
@@ -17,8 +17,6 @@ $(deprange $PV $MAXKDEVER kde-base/libkdenetwork)
$(deprange $PV $MAXKDEVER kde-base/kontact)
gnokii? ( app-mobilephone/gnokii )"
-myconf="$myconf $(use_with gnokii)"
-
KMCOPYLIB="
libkdepim libkdepim
libkcal libkcal
@@ -44,6 +42,7 @@ KMEXTRA="
kontact/plugins/kaddressbook"
src_compile() {
+ myconf="$myconf $(use_with gnokii)"
export DO_NOT_COMPILE="libical" && kde-meta_src_compile myconf configure
# generate "ical.h"
cd ${S}/libkcal/libical/src/libical && make ical.h
diff --git a/kde-base/kooka/ChangeLog b/kde-base/kooka/ChangeLog
index 92f39ad16438..da1ef0310da9 100644
--- a/kde-base/kooka/ChangeLog
+++ b/kde-base/kooka/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kooka
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kooka/ChangeLog,v 1.48 2006/06/01 19:25:17 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kooka/ChangeLog,v 1.49 2006/06/22 12:55:07 flameeyes Exp $
+
+ 22 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> kooka-3.4.3.ebuild,
+ kooka-3.5.2.ebuild, kooka-3.5.3.ebuild:
+ Move myconf population in src_compile rather than global scope.
*kooka-3.5.3 (01 Jun 2006)
diff --git a/kde-base/kooka/kooka-3.4.3.ebuild b/kde-base/kooka/kooka-3.4.3.ebuild
index 8f66a96450e1..db98ceabff68 100644
--- a/kde-base/kooka/kooka-3.4.3.ebuild
+++ b/kde-base/kooka/kooka-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/kooka/kooka-3.4.3.ebuild,v 1.9 2006/03/27 22:41:59 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kooka/kooka-3.4.3.ebuild,v 1.10 2006/06/22 12:55:07 flameeyes Exp $
KMNAME=kdegraphics
MAXKDEVER=$PV
@@ -22,4 +22,8 @@ PATCHES1="${FILESDIR}/kdegraphics-3.4.1-gocr.patch"
# There's no ebuild for kadmos, and likely will never be since it isn't free.
PATCHES="$FILESDIR/configure-fix-kdegraphics-kadmos.patch"
-myconf="$myconf --without-kadmos"
+
+src_compile() {
+ myconf="$myconf --without-kadmos"
+ kde-meta_src_compile
+}
diff --git a/kde-base/kooka/kooka-3.5.2.ebuild b/kde-base/kooka/kooka-3.5.2.ebuild
index 7c0b3cec8966..61dcb3a37c22 100644
--- a/kde-base/kooka/kooka-3.5.2.ebuild
+++ b/kde-base/kooka/kooka-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/kooka/kooka-3.5.2.ebuild,v 1.8 2006/06/01 09:03:32 tcort Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kooka/kooka-3.5.2.ebuild,v 1.9 2006/06/22 12:55:07 flameeyes Exp $
KMNAME=kdegraphics
MAXKDEVER=$PV
@@ -17,5 +17,8 @@ DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkscan)
KMCOPYLIB="libkscan libkscan"
KMEXTRACTONLY="libkscan"
-# There's no ebuild for kadmos, and likely will never be since it isn't free.
-myconf="$myconf --without-kadmos"
+src_compile() {
+ # There's no ebuild for kadmos, and likely will never be since it isn't free.
+ myconf="$myconf --without-kadmos"
+ kde-meta_src_compile
+}
diff --git a/kde-base/kooka/kooka-3.5.3.ebuild b/kde-base/kooka/kooka-3.5.3.ebuild
index 6417cda5e93d..3309c057ccc7 100644
--- a/kde-base/kooka/kooka-3.5.3.ebuild
+++ b/kde-base/kooka/kooka-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/kooka/kooka-3.5.3.ebuild,v 1.1 2006/06/01 19:25:17 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kooka/kooka-3.5.3.ebuild,v 1.2 2006/06/22 12:55:07 flameeyes Exp $
KMNAME=kdegraphics
MAXKDEVER=$PV
@@ -17,5 +17,8 @@ DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkscan)
KMCOPYLIB="libkscan libkscan"
KMEXTRACTONLY="libkscan"
-# There's no ebuild for kadmos, and likely will never be since it isn't free.
-myconf="$myconf --without-kadmos"
+src_compile() {
+ # There's no ebuild for kadmos, and likely will never be since it isn't free.
+ myconf="$myconf --without-kadmos"
+ kde-meta_src_compile
+}
diff --git a/kde-base/kopete/ChangeLog b/kde-base/kopete/ChangeLog
index b99872aec740..7848fdf2436f 100644
--- a/kde-base/kopete/ChangeLog
+++ b/kde-base/kopete/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kopete
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v 1.65 2006/06/15 00:00:01 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v 1.66 2006/06/22 12:48:38 flameeyes Exp $
+
+ 22 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> kopete-3.4.3.ebuild:
+ Move myconf population in src_compile rather than global scope.
*kopete-3.5.3-r1 (14 Jun 2006)
diff --git a/kde-base/kopete/kopete-3.4.3.ebuild b/kde-base/kopete/kopete-3.4.3.ebuild
index 189e095340d0..e027a121b2d4 100644
--- a/kde-base/kopete/kopete-3.4.3.ebuild
+++ b/kde-base/kopete/kopete-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/kopete/kopete-3.4.3.ebuild,v 1.10 2006/03/25 01:23:40 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-3.4.3.ebuild,v 1.11 2006/06/22 12:48:38 flameeyes Exp $
KMNAME=kdenetwork
MAXKDEVER=$PV
@@ -30,4 +30,8 @@ PATCHES="$FILESDIR/disable-meanwhile.diff"
# The nowlistening plugin has xmms support
PATCHES="$PATCHES $FILESDIR/configure-fix-kdenetwork-xmms.patch"
-myconf="$myconf $(use_with xmms)"
+
+src_compile() {
+ myconf="$myconf $(use_with xmms)"
+ kde-meta_src_compile
+}
diff --git a/kde-base/ksim/ChangeLog b/kde-base/ksim/ChangeLog
index 7324aa773419..cef76741eeb8 100644
--- a/kde-base/ksim/ChangeLog
+++ b/kde-base/ksim/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/ksim
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksim/ChangeLog,v 1.52 2006/06/01 19:52:26 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksim/ChangeLog,v 1.53 2006/06/22 12:59:48 flameeyes Exp $
+
+ 22 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> ksim-3.4.3.ebuild,
+ ksim-3.5.2.ebuild, ksim-3.5.3.ebuild:
+ Move myconf population in src_compile rather than global scope.
*ksim-3.5.3 (01 Jun 2006)
diff --git a/kde-base/ksim/ksim-3.4.3.ebuild b/kde-base/ksim/ksim-3.4.3.ebuild
index 75fec1dda91c..d8ef1c2cfbf3 100644
--- a/kde-base/ksim/ksim-3.4.3.ebuild
+++ b/kde-base/ksim/ksim-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/ksim/ksim-3.4.3.ebuild,v 1.8 2006/03/24 23:50:23 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksim/ksim-3.4.3.ebuild,v 1.9 2006/06/22 12:59:48 flameeyes Exp $
KMNAME=kdeutils
MAXKDEVER=$PV
@@ -13,4 +13,8 @@ IUSE="snmp"
DEPEND="snmp? ( net-analyzer/net-snmp )"
PATCHES="$FILESDIR/configure-fix-kdeutils-snmp.patch"
-myconf="$myconf $(use_with snmp)"
+
+src_compile() {
+ myconf="$myconf $(use_with snmp)"
+ kde-meta_src_compile
+}
diff --git a/kde-base/ksim/ksim-3.5.2.ebuild b/kde-base/ksim/ksim-3.5.2.ebuild
index b75c70c9823d..c4bea4b5feba 100644
--- a/kde-base/ksim/ksim-3.5.2.ebuild
+++ b/kde-base/ksim/ksim-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/ksim/ksim-3.5.2.ebuild,v 1.10 2006/06/01 10:17:57 tcort Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksim/ksim-3.5.2.ebuild,v 1.11 2006/06/22 12:59:48 flameeyes Exp $
KMNAME=kdeutils
MAXKDEVER=$PV
@@ -12,9 +12,12 @@ KEYWORDS="alpha amd64 ~ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="snmp"
DEPEND="snmp? ( net-analyzer/net-snmp )"
-myconf="$myconf $(use_with snmp)"
-
src_unpack() {
kde-meta_src_unpack
sed -i -e "s:Hidden=true:Hidden=false:" ksim/ksim.desktop
-} \ No newline at end of file
+}
+
+src_compile() {
+ myconf="$myconf $(use_with snmp)"
+ kde-meta_src_compile
+}
diff --git a/kde-base/ksim/ksim-3.5.3.ebuild b/kde-base/ksim/ksim-3.5.3.ebuild
index 6ea7139092ae..5e9ceef6e085 100644
--- a/kde-base/ksim/ksim-3.5.3.ebuild
+++ b/kde-base/ksim/ksim-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/ksim/ksim-3.5.3.ebuild,v 1.1 2006/06/01 19:52:26 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksim/ksim-3.5.3.ebuild,v 1.2 2006/06/22 12:59:48 flameeyes Exp $
KMNAME=kdeutils
MAXKDEVER=$PV
@@ -12,9 +12,12 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="snmp"
DEPEND="snmp? ( net-analyzer/net-snmp )"
-myconf="$myconf $(use_with snmp)"
-
src_unpack() {
kde-meta_src_unpack
sed -i -e "s:Hidden=true:Hidden=false:" ksim/ksim.desktop
-} \ No newline at end of file
+}
+
+src_compile() {
+ myconf="$myconf $(use_with snmp)"
+ kde-meta_src_compile
+}
diff --git a/kde-base/libkdegames/ChangeLog b/kde-base/libkdegames/ChangeLog
index ecabd1331d1e..0d51927b98c8 100644
--- a/kde-base/libkdegames/ChangeLog
+++ b/kde-base/libkdegames/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/libkdegames
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libkdegames/ChangeLog,v 1.46 2006/06/07 10:20:15 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkdegames/ChangeLog,v 1.47 2006/06/22 12:51:05 flameeyes Exp $
+
+ 22 Jun 2006; Diego Pettenò <flameeyes@gentoo.org>
+ libkdegames-3.4.3.ebuild, libkdegames-3.5.1.ebuild,
+ libkdegames-3.5.3.ebuild:
+ Move myconf population in src_compile rather than global scope.
07 Jun 2006; Diego Pettenò <flameeyes@gentoo.org>
libkdegames-3.5.3.ebuild:
diff --git a/kde-base/libkdegames/libkdegames-3.4.3.ebuild b/kde-base/libkdegames/libkdegames-3.4.3.ebuild
index 11ae94373c2d..193f21ab7e0f 100644
--- a/kde-base/libkdegames/libkdegames-3.4.3.ebuild
+++ b/kde-base/libkdegames/libkdegames-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/libkdegames/libkdegames-3.4.3.ebuild,v 1.8 2006/03/25 03:12:10 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkdegames/libkdegames-3.4.3.ebuild,v 1.9 2006/06/22 12:51:05 flameeyes Exp $
KMNAME=kdegames
KM_MAKEFILESREV=1
MAXKDEVER=$PV
@@ -12,6 +12,10 @@ KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
IUSE=""
DEPEND=""
-# For now, make sure things aren't installed GUID root (which you apparently can get with some combination of configure parameters).
-# The question about the games group owning this is apparently still open?
-myconf="$myconf --disable-setgid"
+src_compile() {
+ # For now, make sure things aren't installed GUID root (which you apparently
+ # can get with some combination of configure parameters).
+ # The question about the games group owning this is apparently still open?
+ myconf="$myconf --disable-setgid"
+ kde-meta_src_compile
+}
diff --git a/kde-base/libkdegames/libkdegames-3.5.1.ebuild b/kde-base/libkdegames/libkdegames-3.5.1.ebuild
index 51c33689f32e..9915b5e1d1c7 100644
--- a/kde-base/libkdegames/libkdegames-3.5.1.ebuild
+++ b/kde-base/libkdegames/libkdegames-3.5.1.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/libkdegames/libkdegames-3.5.1.ebuild,v 1.9 2006/06/01 04:54:15 tcort Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkdegames/libkdegames-3.5.1.ebuild,v 1.10 2006/06/22 12:51:05 flameeyes Exp $
KMNAME=kdegames
MAXKDEVER=3.5.2
KM_DEPRANGE="$PV $MAXKDEVER"
@@ -11,6 +11,10 @@ KEYWORDS="alpha amd64 ~ia64 ppc ppc64 sparc x86"
IUSE=""
DEPEND=""
-# For now, make sure things aren't installed GUID root (which you apparently can get with some combination of configure parameters).
-# The question about the games group owning this is apparently still open?
-myconf="$myconf --disable-setgid"
+src_compile() {
+ # For now, make sure things aren't installed GUID root (which you apparently
+ # can get with some combination of configure parameters).
+ # The question about the games group owning this is apparently still open?
+ myconf="$myconf --disable-setgid"
+ kde-meta_src_compile
+}
diff --git a/kde-base/libkdegames/libkdegames-3.5.3.ebuild b/kde-base/libkdegames/libkdegames-3.5.3.ebuild
index 963584b29172..a5b75b8d29ad 100644
--- a/kde-base/libkdegames/libkdegames-3.5.3.ebuild
+++ b/kde-base/libkdegames/libkdegames-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/libkdegames/libkdegames-3.5.3.ebuild,v 1.2 2006/06/07 10:20:15 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkdegames/libkdegames-3.5.3.ebuild,v 1.3 2006/06/22 12:51:05 flameeyes Exp $
KMNAME=kdegames
MAXKDEVER=$PV
KM_DEPRANGE="$PV $MAXKDEVER"
@@ -11,6 +11,10 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""
DEPEND=""
-# For now, make sure things aren't installed GUID root (which you apparently can get with some combination of configure parameters).
-# The question about the games group owning this is apparently still open?
-myconf="$myconf --disable-setgid"
+src_compile() {
+ # For now, make sure things aren't installed GUID root (which you apparently
+ # can get with some combination of configure parameters).
+ # The question about the games group owning this is apparently still open?
+ myconf="$myconf --disable-setgid"
+ kde-meta_src_compile
+}