diff options
author | Ioannis Aslanidis <deathwing00@gentoo.org> | 2006-09-26 20:34:45 +0000 |
---|---|---|
committer | Ioannis Aslanidis <deathwing00@gentoo.org> | 2006-09-26 20:34:45 +0000 |
commit | 61f2de2e7eb32b3cd3f5851e325773416b7c6c1a (patch) | |
tree | c0efa7c525be3e03ca62f5af09406c2a3f3a3a63 /kde-base | |
parent | Stable on hppa wrt #145428 (diff) | |
download | historical-61f2de2e7eb32b3cd3f5851e325773416b7c6c1a.tar.gz historical-61f2de2e7eb32b3cd3f5851e325773416b7c6c1a.tar.bz2 historical-61f2de2e7eb32b3cd3f5851e325773416b7c6c1a.zip |
Fixed DEPEND/RDEPEND.
Package-Manager: portage-2.1.1
Diffstat (limited to 'kde-base')
33 files changed, 117 insertions, 46 deletions
diff --git a/kde-base/kpilot/ChangeLog b/kde-base/kpilot/ChangeLog index 4fa4d7af7d06..380c4876fea9 100644 --- a/kde-base/kpilot/ChangeLog +++ b/kde-base/kpilot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kpilot # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/ChangeLog,v 1.43 2006/09/17 22:52:57 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/ChangeLog,v 1.44 2006/09/26 20:16:30 deathwing00 Exp $ + + 26 Sep 2006; Ioannis Aslanidis <deathwing00@gentoo.org> + kpilot-3.5.2.ebuild, kpilot-3.5.3.ebuild, kpilot-3.5.4.ebuild: + Fixed DEPEND/RDEPEND. 17 Sep 2006; Carsten Lohrke <carlo@gentoo.org> -kpilot-3.4.3.ebuild: Drop KDE 3.4. diff --git a/kde-base/kpilot/kpilot-3.5.2.ebuild b/kde-base/kpilot/kpilot-3.5.2.ebuild index e0a8b013287d..7e4bcda1c4f5 100644 --- a/kde-base/kpilot/kpilot-3.5.2.ebuild +++ b/kde-base/kpilot/kpilot-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/kpilot/kpilot-3.5.2.ebuild,v 1.5 2006/05/30 05:09:30 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/kpilot-3.5.2.ebuild,v 1.6 2006/09/26 20:16:30 deathwing00 Exp $ KMNAME=kdepim MAXKDEVER=$PV @@ -16,6 +16,8 @@ $(deprange $PV $MAXKDEVER kde-base/libkcal) $(deprange $PV $MAXKDEVER kde-base/libkdepim) $(deprange $PV $MAXKDEVER kde-base/kontact)" +RDEPEND="${DEPEND}" + KMCOPYLIB=" libkcal libkcal libkdepim libkdepim diff --git a/kde-base/kpilot/kpilot-3.5.3.ebuild b/kde-base/kpilot/kpilot-3.5.3.ebuild index 2c1870205b98..877eb3c01467 100644 --- a/kde-base/kpilot/kpilot-3.5.3.ebuild +++ b/kde-base/kpilot/kpilot-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/kpilot/kpilot-3.5.3.ebuild,v 1.1 2006/06/01 19:36:58 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/kpilot-3.5.3.ebuild,v 1.2 2006/09/26 20:16:30 deathwing00 Exp $ KMNAME=kdepim MAXKDEVER=$PV @@ -16,6 +16,8 @@ $(deprange $PV $MAXKDEVER kde-base/libkcal) $(deprange $PV $MAXKDEVER kde-base/libkdepim) $(deprange $PV $MAXKDEVER kde-base/kontact)" +RDEPEND="${DEPEND}" + KMCOPYLIB=" libkcal libkcal libkdepim libkdepim diff --git a/kde-base/kpilot/kpilot-3.5.4.ebuild b/kde-base/kpilot/kpilot-3.5.4.ebuild index c1ba7d5253d9..8b3f2184bc3b 100644 --- a/kde-base/kpilot/kpilot-3.5.4.ebuild +++ b/kde-base/kpilot/kpilot-3.5.4.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/kpilot/kpilot-3.5.4.ebuild,v 1.3 2006/09/07 13:15:31 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/kpilot-3.5.4.ebuild,v 1.4 2006/09/26 20:16:30 deathwing00 Exp $ KMNAME=kdepim MAXKDEVER=$PV @@ -16,6 +16,8 @@ $(deprange $PV $MAXKDEVER kde-base/libkcal) $(deprange $PV $MAXKDEVER kde-base/libkdepim) $(deprange $PV $MAXKDEVER kde-base/kontact)" +RDEPEND="${DEPEND}" + KMCOPYLIB=" libkcal libkcal libkdepim libkdepim diff --git a/kde-base/kpoker/ChangeLog b/kde-base/kpoker/ChangeLog index 100a275c7863..438b8f95f6a7 100644 --- a/kde-base/kpoker/ChangeLog +++ b/kde-base/kpoker/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kpoker # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kpoker/ChangeLog,v 1.52 2006/09/17 22:53:05 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kpoker/ChangeLog,v 1.53 2006/09/26 20:20:08 deathwing00 Exp $ + + 26 Sep 2006; Ioannis Aslanidis <deathwing00@gentoo.org> + kpoker-3.5.2.ebuild, kpoker-3.5.3.ebuild, kpoker-3.5.4.ebuild: + Fixed DEPEND/RDEPEND. 17 Sep 2006; Carsten Lohrke <carlo@gentoo.org> -kpoker-3.4.3.ebuild: Drop KDE 3.4. diff --git a/kde-base/kpoker/kpoker-3.5.2.ebuild b/kde-base/kpoker/kpoker-3.5.2.ebuild index e9c92b938735..2afbe053650e 100644 --- a/kde-base/kpoker/kpoker-3.5.2.ebuild +++ b/kde-base/kpoker/kpoker-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/kpoker/kpoker-3.5.2.ebuild,v 1.9 2006/09/03 17:10:07 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kpoker/kpoker-3.5.2.ebuild,v 1.10 2006/09/26 20:20:08 deathwing00 Exp $ KMNAME=kdegames MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" @@ -10,8 +10,9 @@ DESCRIPTION="KDE poker game" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="" -DEPEND=" -$(deprange 3.5.1 $MAXKDEVER kde-base/libkdegames)" +DEPEND="$(deprange 3.5.1 $MAXKDEVER kde-base/libkdegames)" + +RDEPEND="${DEPEND}" KMEXTRACTONLY=libkdegames KMCOPYLIB="libkdegames libkdegames" diff --git a/kde-base/kpoker/kpoker-3.5.3.ebuild b/kde-base/kpoker/kpoker-3.5.3.ebuild index 8dab3e29085a..3a8e340d7d1c 100644 --- a/kde-base/kpoker/kpoker-3.5.3.ebuild +++ b/kde-base/kpoker/kpoker-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/kpoker/kpoker-3.5.3.ebuild,v 1.2 2006/06/25 21:36:57 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kpoker/kpoker-3.5.3.ebuild,v 1.3 2006/09/26 20:20:08 deathwing00 Exp $ KMNAME=kdegames MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" @@ -10,8 +10,9 @@ DESCRIPTION="KDE poker game" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" -DEPEND=" -$(deprange $PV $MAXKDEVER kde-base/libkdegames)" +DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdegames)" + +RDEPEND="${DEPEND}" KMEXTRACTONLY=libkdegames KMCOPYLIB="libkdegames libkdegames" diff --git a/kde-base/kpoker/kpoker-3.5.4.ebuild b/kde-base/kpoker/kpoker-3.5.4.ebuild index 538cdbabf41a..e6cea36b8056 100644 --- a/kde-base/kpoker/kpoker-3.5.4.ebuild +++ b/kde-base/kpoker/kpoker-3.5.4.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/kpoker/kpoker-3.5.4.ebuild,v 1.2 2006/07/25 17:52:20 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kpoker/kpoker-3.5.4.ebuild,v 1.3 2006/09/26 20:20:08 deathwing00 Exp $ KMNAME=kdegames MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" @@ -10,8 +10,9 @@ DESCRIPTION="KDE poker game" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" -DEPEND=" -$(deprange $PV $MAXKDEVER kde-base/libkdegames)" +DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdegames)" + +RDEPEND="${DEPEND}" KMEXTRACTONLY=libkdegames KMCOPYLIB="libkdegames libkdegames" diff --git a/kde-base/krec/ChangeLog b/kde-base/krec/ChangeLog index bdd6baca5fed..12835f91283f 100644 --- a/kde-base/krec/ChangeLog +++ b/kde-base/krec/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/krec # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/krec/ChangeLog,v 1.56 2006/09/17 22:53:08 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/krec/ChangeLog,v 1.57 2006/09/26 20:24:07 deathwing00 Exp $ + + 26 Sep 2006; Ioannis Aslanidis <deathwing00@gentoo.org> krec-3.5.2.ebuild, + krec-3.5.3.ebuild, krec-3.5.4.ebuild: + Fixed DEPEND/RDEPEND. 17 Sep 2006; Carsten Lohrke <carlo@gentoo.org> -krec-3.4.3.ebuild: Drop KDE 3.4. diff --git a/kde-base/krec/krec-3.5.2.ebuild b/kde-base/krec/krec-3.5.2.ebuild index 94acd4b45333..c32dca4e4226 100644 --- a/kde-base/krec/krec-3.5.2.ebuild +++ b/kde-base/krec/krec-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/krec/krec-3.5.2.ebuild,v 1.11 2006/09/03 10:14:48 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/krec/krec-3.5.2.ebuild,v 1.12 2006/09/26 20:24:07 deathwing00 Exp $ ARTS_REQUIRED="yes" KMNAME=kdemultimedia @@ -16,6 +16,8 @@ DEPEND="$(deprange $PV $MAXKDEVER kde-base/kdemultimedia-arts) encode? ( mp3? ( media-sound/lame ) vorbis? ( media-libs/libvorbis ) )" +RDEPEND="${DEPEND}" + KMCOMPILEONLY="arts" src_compile() { diff --git a/kde-base/krec/krec-3.5.3.ebuild b/kde-base/krec/krec-3.5.3.ebuild index f6196f0f700b..f06ff00de6ba 100644 --- a/kde-base/krec/krec-3.5.3.ebuild +++ b/kde-base/krec/krec-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/krec/krec-3.5.3.ebuild,v 1.2 2006/06/08 13:54:47 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/krec/krec-3.5.3.ebuild,v 1.3 2006/09/26 20:24:07 deathwing00 Exp $ ARTS_REQUIRED="yes" KMNAME=kdemultimedia @@ -16,6 +16,8 @@ DEPEND="$(deprange $PV $MAXKDEVER kde-base/kdemultimedia-arts) encode? ( mp3? ( media-sound/lame ) vorbis? ( media-libs/libvorbis ) )" +RDEPEND="${DEPEND}" + KMCOMPILEONLY="arts" src_compile() { diff --git a/kde-base/krec/krec-3.5.4.ebuild b/kde-base/krec/krec-3.5.4.ebuild index 1a42441517cd..641f1826e79a 100644 --- a/kde-base/krec/krec-3.5.4.ebuild +++ b/kde-base/krec/krec-3.5.4.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/krec/krec-3.5.4.ebuild,v 1.1 2006/07/25 07:39:36 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/krec/krec-3.5.4.ebuild,v 1.2 2006/09/26 20:24:07 deathwing00 Exp $ ARTS_REQUIRED="yes" KMNAME=kdemultimedia @@ -16,6 +16,8 @@ DEPEND="$(deprange $PV $MAXKDEVER kde-base/kdemultimedia-arts) encode? ( mp3? ( media-sound/lame ) vorbis? ( media-libs/libvorbis ) )" +RDEPEND="${DEPEND}" + KMCOMPILEONLY="arts" src_compile() { diff --git a/kde-base/kreversi/ChangeLog b/kde-base/kreversi/ChangeLog index ad06f354d822..e1ca8d7b3a6a 100644 --- a/kde-base/kreversi/ChangeLog +++ b/kde-base/kreversi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kreversi # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kreversi/ChangeLog,v 1.50 2006/09/17 22:53:06 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kreversi/ChangeLog,v 1.51 2006/09/26 20:26:04 deathwing00 Exp $ + + 26 Sep 2006; Ioannis Aslanidis <deathwing00@gentoo.org> + kreversi-3.5.2.ebuild, kreversi-3.5.3.ebuild, kreversi-3.5.4.ebuild: + Fixed DEPEND/RDEPEND. 17 Sep 2006; Carsten Lohrke <carlo@gentoo.org> -kreversi-3.4.3.ebuild: Drop KDE 3.4. diff --git a/kde-base/kreversi/kreversi-3.5.2.ebuild b/kde-base/kreversi/kreversi-3.5.2.ebuild index 6f2a3d3a9b5f..231ff80cb923 100644 --- a/kde-base/kreversi/kreversi-3.5.2.ebuild +++ b/kde-base/kreversi/kreversi-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/kreversi/kreversi-3.5.2.ebuild,v 1.9 2006/09/03 16:59:46 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kreversi/kreversi-3.5.2.ebuild,v 1.10 2006/09/26 20:26:04 deathwing00 Exp $ KMNAME=kdegames MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" @@ -11,6 +11,7 @@ KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="" DEPEND="$(deprange 3.5.1 $MAXKDEVER kde-base/libkdegames)" +RDEPEND="${DEPEND}" KMEXTRACTONLY=libkdegames KMCOPYLIB="libkdegames libkdegames" diff --git a/kde-base/kreversi/kreversi-3.5.3.ebuild b/kde-base/kreversi/kreversi-3.5.3.ebuild index df2e567db58b..bbb63d326459 100644 --- a/kde-base/kreversi/kreversi-3.5.3.ebuild +++ b/kde-base/kreversi/kreversi-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/kreversi/kreversi-3.5.3.ebuild,v 1.2 2006/06/06 19:21:44 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kreversi/kreversi-3.5.3.ebuild,v 1.3 2006/09/26 20:26:04 deathwing00 Exp $ KMNAME=kdegames MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" @@ -11,6 +11,7 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdegames)" +RDEPEND="${DEPEND}" KMEXTRACTONLY=libkdegames KMCOPYLIB="libkdegames libkdegames" diff --git a/kde-base/kreversi/kreversi-3.5.4.ebuild b/kde-base/kreversi/kreversi-3.5.4.ebuild index 659790113971..6474c156738c 100644 --- a/kde-base/kreversi/kreversi-3.5.4.ebuild +++ b/kde-base/kreversi/kreversi-3.5.4.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/kreversi/kreversi-3.5.4.ebuild,v 1.1 2006/07/25 07:42:42 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kreversi/kreversi-3.5.4.ebuild,v 1.2 2006/09/26 20:26:04 deathwing00 Exp $ KMNAME=kdegames MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" @@ -11,6 +11,7 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdegames)" +RDEPEND="${DEPEND}" KMEXTRACTONLY=libkdegames KMCOPYLIB="libkdegames libkdegames" diff --git a/kde-base/krfb/ChangeLog b/kde-base/krfb/ChangeLog index 8d20a403a33b..457a16c2365c 100644 --- a/kde-base/krfb/ChangeLog +++ b/kde-base/krfb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/krfb # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/krfb/ChangeLog,v 1.50 2006/09/17 22:53:03 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/krfb/ChangeLog,v 1.51 2006/09/26 20:27:56 deathwing00 Exp $ + + 26 Sep 2006; Ioannis Aslanidis <deathwing00@gentoo.org> krfb-3.5.2.ebuild, + krfb-3.5.3.ebuild, krfb-3.5.4.ebuild: + Fixed DEPEND/RDEPEND. 17 Sep 2006; Carsten Lohrke <carlo@gentoo.org> -krfb-3.4.3.ebuild: Drop KDE 3.4. diff --git a/kde-base/krfb/krfb-3.5.2.ebuild b/kde-base/krfb/krfb-3.5.2.ebuild index 494128c78dea..64f48b1f1d36 100644 --- a/kde-base/krfb/krfb-3.5.2.ebuild +++ b/kde-base/krfb/krfb-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/krfb/krfb-3.5.2.ebuild,v 1.10 2006/09/03 16:31:50 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/krfb/krfb-3.5.2.ebuild,v 1.11 2006/09/26 20:27:56 deathwing00 Exp $ KMNAME=kdenetwork MAXKDEVER=$PV @@ -12,7 +12,9 @@ KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="slp" DEPEND="slp? ( net-libs/openslp )" +RDEPEND="${DEPEND}" + src_compile() { myconf="$myconf `use_enable slp`" kde-meta_src_compile -}
\ No newline at end of file +} diff --git a/kde-base/krfb/krfb-3.5.3.ebuild b/kde-base/krfb/krfb-3.5.3.ebuild index 15012181f4a9..67617bfd0dd9 100644 --- a/kde-base/krfb/krfb-3.5.3.ebuild +++ b/kde-base/krfb/krfb-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/krfb/krfb-3.5.3.ebuild,v 1.1 2006/06/01 19:45:04 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/krfb/krfb-3.5.3.ebuild,v 1.2 2006/09/26 20:27:56 deathwing00 Exp $ KMNAME=kdenetwork MAXKDEVER=$PV @@ -12,7 +12,9 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="slp" DEPEND="slp? ( net-libs/openslp )" +RDEPEND="${DEPEND}" + src_compile() { myconf="$myconf `use_enable slp`" kde-meta_src_compile -}
\ No newline at end of file +} diff --git a/kde-base/krfb/krfb-3.5.4.ebuild b/kde-base/krfb/krfb-3.5.4.ebuild index 1384a5165b3a..bb60be75c0d2 100644 --- a/kde-base/krfb/krfb-3.5.4.ebuild +++ b/kde-base/krfb/krfb-3.5.4.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/krfb/krfb-3.5.4.ebuild,v 1.1 2006/07/25 07:43:55 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/krfb/krfb-3.5.4.ebuild,v 1.2 2006/09/26 20:27:56 deathwing00 Exp $ KMNAME=kdenetwork MAXKDEVER=$PV @@ -12,7 +12,9 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="slp" DEPEND="slp? ( net-libs/openslp )" +RDEPEND="${DEPEND}" + src_compile() { myconf="$myconf `use_enable slp`" kde-meta_src_compile -}
\ No newline at end of file +} diff --git a/kde-base/ksame/ChangeLog b/kde-base/ksame/ChangeLog index cf128e4dd447..720480b38367 100644 --- a/kde-base/ksame/ChangeLog +++ b/kde-base/ksame/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/ksame # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksame/ChangeLog,v 1.50 2006/09/17 22:53:00 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksame/ChangeLog,v 1.51 2006/09/26 20:29:47 deathwing00 Exp $ + + 26 Sep 2006; Ioannis Aslanidis <deathwing00@gentoo.org> + ksame-3.5.2.ebuild, ksame-3.5.3.ebuild, ksame-3.5.4.ebuild: + Fixed DEPEND/RDEPEND. 17 Sep 2006; Carsten Lohrke <carlo@gentoo.org> -ksame-3.4.3.ebuild: Drop KDE 3.4. diff --git a/kde-base/ksame/ksame-3.5.2.ebuild b/kde-base/ksame/ksame-3.5.2.ebuild index cf2a1e3282f6..37ee6963f8a4 100644 --- a/kde-base/ksame/ksame-3.5.2.ebuild +++ b/kde-base/ksame/ksame-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/ksame/ksame-3.5.2.ebuild,v 1.9 2006/09/03 17:11:14 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksame/ksame-3.5.2.ebuild,v 1.10 2006/09/26 20:29:47 deathwing00 Exp $ KMNAME=kdegames MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" @@ -11,6 +11,7 @@ KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="" DEPEND="$(deprange 3.5.1 $MAXKDEVER kde-base/libkdegames)" +RDEPEND="${DEPEND}" KMEXTRACTONLY=libkdegames KMCOPYLIB="libkdegames libkdegames" diff --git a/kde-base/ksame/ksame-3.5.3.ebuild b/kde-base/ksame/ksame-3.5.3.ebuild index 9dca9be81bea..d92d426a7c33 100644 --- a/kde-base/ksame/ksame-3.5.3.ebuild +++ b/kde-base/ksame/ksame-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/ksame/ksame-3.5.3.ebuild,v 1.2 2006/06/25 21:30:06 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksame/ksame-3.5.3.ebuild,v 1.3 2006/09/26 20:29:47 deathwing00 Exp $ KMNAME=kdegames MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" @@ -11,6 +11,7 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdegames)" +RDEPEND="${DEPEND}" KMEXTRACTONLY=libkdegames KMCOPYLIB="libkdegames libkdegames" diff --git a/kde-base/ksame/ksame-3.5.4.ebuild b/kde-base/ksame/ksame-3.5.4.ebuild index e18121bfda74..d0097eadd31b 100644 --- a/kde-base/ksame/ksame-3.5.4.ebuild +++ b/kde-base/ksame/ksame-3.5.4.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/ksame/ksame-3.5.4.ebuild,v 1.1 2006/07/25 07:48:04 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksame/ksame-3.5.4.ebuild,v 1.2 2006/09/26 20:29:47 deathwing00 Exp $ KMNAME=kdegames MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" @@ -11,6 +11,7 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdegames)" +RDEPEND="${DEPEND}" KMEXTRACTONLY=libkdegames KMCOPYLIB="libkdegames libkdegames" diff --git a/kde-base/ksayit/ChangeLog b/kde-base/ksayit/ChangeLog index c3adb008da59..ba0f6e293dc8 100644 --- a/kde-base/ksayit/ChangeLog +++ b/kde-base/ksayit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/ksayit # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksayit/ChangeLog,v 1.57 2006/09/17 22:53:01 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksayit/ChangeLog,v 1.58 2006/09/26 20:31:48 deathwing00 Exp $ + + 26 Sep 2006; Ioannis Aslanidis <deathwing00@gentoo.org> + ksayit-3.5.2.ebuild, ksayit-3.5.3.ebuild, ksayit-3.5.4.ebuild: + Fixed DEPEND/RDEPEND. 17 Sep 2006; Carsten Lohrke <carlo@gentoo.org> -ksayit-3.4.3-r1.ebuild: Drop KDE 3.4. diff --git a/kde-base/ksayit/ksayit-3.5.2.ebuild b/kde-base/ksayit/ksayit-3.5.2.ebuild index 4567c3f2e1e2..c8257245259c 100644 --- a/kde-base/ksayit/ksayit-3.5.2.ebuild +++ b/kde-base/ksayit/ksayit-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/ksayit/ksayit-3.5.2.ebuild,v 1.10 2006/09/03 10:54:20 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksayit/ksayit-3.5.2.ebuild,v 1.11 2006/09/26 20:31:48 deathwing00 Exp $ KMNAME=kdeaccessibility MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" @@ -13,6 +13,8 @@ DEPEND="$(deprange $PV $MAXKDEVER kde-base/kttsd) $(deprange $PV $MAXKDEVER kde-base/arts) $(deprange-dual $PV $MAXKDEVER kde-base/kdemultimedia-arts)" +RDEPEND="${DEPEND}" + src_compile() { myconf="--enable-ksayit-audio-plugins" kde-meta_src_compile diff --git a/kde-base/ksayit/ksayit-3.5.3.ebuild b/kde-base/ksayit/ksayit-3.5.3.ebuild index 64f8e5bf1496..1dc07b7a9762 100644 --- a/kde-base/ksayit/ksayit-3.5.3.ebuild +++ b/kde-base/ksayit/ksayit-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/ksayit/ksayit-3.5.3.ebuild,v 1.2 2006/06/22 13:32:27 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksayit/ksayit-3.5.3.ebuild,v 1.3 2006/09/26 20:31:48 deathwing00 Exp $ KMNAME=kdeaccessibility MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" @@ -13,6 +13,8 @@ DEPEND="$(deprange $PV $MAXKDEVER kde-base/kttsd) $(deprange $PV $MAXKDEVER kde-base/arts) $(deprange-dual $PV $MAXKDEVER kde-base/kdemultimedia-arts)" +RDEPEND="${DEPEND}" + src_compile() { myconf="--enable-ksayit-audio-plugins" kde-meta_src_compile diff --git a/kde-base/ksayit/ksayit-3.5.4.ebuild b/kde-base/ksayit/ksayit-3.5.4.ebuild index cbc8a5573bc3..5827f3df573b 100644 --- a/kde-base/ksayit/ksayit-3.5.4.ebuild +++ b/kde-base/ksayit/ksayit-3.5.4.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/ksayit/ksayit-3.5.4.ebuild,v 1.2 2006/07/26 22:00:50 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksayit/ksayit-3.5.4.ebuild,v 1.3 2006/09/26 20:31:48 deathwing00 Exp $ KMNAME=kdeaccessibility MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" @@ -13,6 +13,8 @@ DEPEND="$(deprange $PV $MAXKDEVER kde-base/kttsd) $(deprange $PV $MAXKDEVER kde-base/arts) $(deprange-dual $PV $MAXKDEVER kde-base/kdemultimedia-arts)" +RDEPEND="${DEPEND}" + src_compile() { myconf="--enable-ksayit-audio-plugins" kde-meta_src_compile diff --git a/kde-base/kscd/ChangeLog b/kde-base/kscd/ChangeLog index b449acb40da9..1071d5d055e8 100644 --- a/kde-base/kscd/ChangeLog +++ b/kde-base/kscd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kscd # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kscd/ChangeLog,v 1.52 2006/09/17 22:53:10 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kscd/ChangeLog,v 1.53 2006/09/26 20:34:45 deathwing00 Exp $ + + 26 Sep 2006; Ioannis Aslanidis <deathwing00@gentoo.org> kscd-3.5.2.ebuild, + kscd-3.5.3.ebuild, kscd-3.5.3-r1.ebuild, kscd-3.5.4.ebuild: + Fixed DEPEND/RDEPEND. 17 Sep 2006; Carsten Lohrke <carlo@gentoo.org> -kscd-3.4.3.ebuild: Drop KDE 3.4. diff --git a/kde-base/kscd/kscd-3.5.2.ebuild b/kde-base/kscd/kscd-3.5.2.ebuild index eb1bd5fe4a47..a809186989b2 100644 --- a/kde-base/kscd/kscd-3.5.2.ebuild +++ b/kde-base/kscd/kscd-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/kscd/kscd-3.5.2.ebuild,v 1.9 2006/09/03 10:18:44 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kscd/kscd-3.5.2.ebuild,v 1.10 2006/09/26 20:34:45 deathwing00 Exp $ KMNAME=kdemultimedia MAXKDEVER=$PV @@ -11,8 +11,9 @@ DESCRIPTION="KDE CD player" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="" -DEPEND=" -$(deprange $PV $MAXKDEVER kde-base/libkcddb)" +DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkcddb)" + +RDEPEND="${DEPEND}" KMCOPYLIB="libkcddb libkcddb" KMEXTRACTONLY=" diff --git a/kde-base/kscd/kscd-3.5.3-r1.ebuild b/kde-base/kscd/kscd-3.5.3-r1.ebuild index 8d405a662774..ff44216812ab 100644 --- a/kde-base/kscd/kscd-3.5.3-r1.ebuild +++ b/kde-base/kscd/kscd-3.5.3-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/kscd/kscd-3.5.3-r1.ebuild,v 1.1 2006/06/15 00:18:31 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kscd/kscd-3.5.3-r1.ebuild,v 1.2 2006/09/26 20:34:45 deathwing00 Exp $ KMNAME=kdemultimedia MAXKDEVER=$PV @@ -16,6 +16,8 @@ IUSE="" DEPEND="$(deprange 3.5.2 $MAXKDEVER kde-base/libkcddb)" +RDEPEND="${DEPEND}" + KMCOPYLIB="libkcddb libkcddb" KMEXTRACTONLY=" mpeglib_artsplug/configure.in.in" diff --git a/kde-base/kscd/kscd-3.5.3.ebuild b/kde-base/kscd/kscd-3.5.3.ebuild index eaead9a77348..d66585dd8105 100644 --- a/kde-base/kscd/kscd-3.5.3.ebuild +++ b/kde-base/kscd/kscd-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/kscd/kscd-3.5.3.ebuild,v 1.2 2006/06/08 13:50:34 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kscd/kscd-3.5.3.ebuild,v 1.3 2006/09/26 20:34:45 deathwing00 Exp $ KMNAME=kdemultimedia MAXKDEVER=$PV @@ -11,8 +11,9 @@ DESCRIPTION="KDE CD player" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" -DEPEND=" -$(deprange 3.5.2 $MAXKDEVER kde-base/libkcddb)" +DEPEND="$(deprange 3.5.2 $MAXKDEVER kde-base/libkcddb)" + +RDEPEND="${DEPEND}" KMCOPYLIB="libkcddb libkcddb" KMEXTRACTONLY=" diff --git a/kde-base/kscd/kscd-3.5.4.ebuild b/kde-base/kscd/kscd-3.5.4.ebuild index cae1ad1452b2..3cfd0c7eac87 100644 --- a/kde-base/kscd/kscd-3.5.4.ebuild +++ b/kde-base/kscd/kscd-3.5.4.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/kscd/kscd-3.5.4.ebuild,v 1.1 2006/07/25 07:51:31 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kscd/kscd-3.5.4.ebuild,v 1.2 2006/09/26 20:34:45 deathwing00 Exp $ KMNAME=kdemultimedia MAXKDEVER=$PV @@ -16,6 +16,8 @@ IUSE="" DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkcddb)" +RDEPEND="${DEPEND}" + KMCOPYLIB="libkcddb libkcddb" KMEXTRACTONLY=" mpeglib_artsplug/configure.in.in" |