summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIoannis Aslanidis <deathwing00@gentoo.org>2006-09-26 21:37:33 +0000
committerIoannis Aslanidis <deathwing00@gentoo.org>2006-09-26 21:37:33 +0000
commit47f044da378159d05b2c3be44496cdd1e0d801a1 (patch)
tree684193a8644c160a79583a2b588fa46fca6aefae /kde-base
parents/2.6.16/2.6.17/ (#149143) (diff)
downloadhistorical-47f044da378159d05b2c3be44496cdd1e0d801a1.tar.gz
historical-47f044da378159d05b2c3be44496cdd1e0d801a1.tar.bz2
historical-47f044da378159d05b2c3be44496cdd1e0d801a1.zip
Fixed DEPEND/RDEPEND.
Package-Manager: portage-2.1.1
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/ktouch/ChangeLog6
-rw-r--r--kde-base/ktouch/ktouch-3.5.2.ebuild6
-rw-r--r--kde-base/ktouch/ktouch-3.5.3.ebuild6
-rw-r--r--kde-base/ktouch/ktouch-3.5.4.ebuild6
-rw-r--r--kde-base/ktron/ChangeLog6
-rw-r--r--kde-base/ktron/ktron-3.5.2.ebuild3
-rw-r--r--kde-base/ktron/ktron-3.5.3.ebuild3
-rw-r--r--kde-base/ktron/ktron-3.5.4.ebuild3
-rw-r--r--kde-base/ktuberling/ChangeLog6
-rw-r--r--kde-base/ktuberling/ktuberling-3.5.2.ebuild3
-rw-r--r--kde-base/ktuberling/ktuberling-3.5.3.ebuild3
-rw-r--r--kde-base/ktuberling/ktuberling-3.5.4.ebuild3
-rw-r--r--kde-base/kwifimanager/ChangeLog7
-rw-r--r--kde-base/kwifimanager/kwifimanager-3.5.2.ebuild5
-rw-r--r--kde-base/kwifimanager/kwifimanager-3.5.3.ebuild5
-rw-r--r--kde-base/kwifimanager/kwifimanager-3.5.4.ebuild5
-rw-r--r--kde-base/kwin4/ChangeLog6
-rw-r--r--kde-base/kwin4/kwin4-3.5.2.ebuild3
-rw-r--r--kde-base/kwin4/kwin4-3.5.3.ebuild3
-rw-r--r--kde-base/kwin4/kwin4-3.5.4.ebuild3
20 files changed, 68 insertions, 23 deletions
diff --git a/kde-base/ktouch/ChangeLog b/kde-base/ktouch/ChangeLog
index a3f790e4db1f..f86a373a5d06 100644
--- a/kde-base/ktouch/ChangeLog
+++ b/kde-base/ktouch/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/ktouch
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ktouch/ChangeLog,v 1.53 2006/09/17 22:52:57 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ktouch/ChangeLog,v 1.54 2006/09/26 21:28:47 deathwing00 Exp $
+
+ 26 Sep 2006; Ioannis Aslanidis <deathwing00@gentoo.org>
+ ktouch-3.5.2.ebuild, ktouch-3.5.3.ebuild, ktouch-3.5.4.ebuild:
+ Fixed DEPEND/RDEPEND.
17 Sep 2006; Carsten Lohrke <carlo@gentoo.org> -ktouch-3.4.3.ebuild:
Drop KDE 3.4.
diff --git a/kde-base/ktouch/ktouch-3.5.2.ebuild b/kde-base/ktouch/ktouch-3.5.2.ebuild
index 72de110fbea3..4ef2c4c7a18a 100644
--- a/kde-base/ktouch/ktouch-3.5.2.ebuild
+++ b/kde-base/ktouch/ktouch-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/ktouch/ktouch-3.5.2.ebuild,v 1.9 2006/09/03 15:05:51 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ktouch/ktouch-3.5.2.ebuild,v 1.10 2006/09/26 21:28:47 deathwing00 Exp $
KMNAME=kdeedu
MAXKDEVER=$PV
KM_DEPRANGE="$PV $MAXKDEVER"
@@ -9,7 +9,9 @@ inherit kde-meta
DESCRIPTION="KDE: A program that helps you to learn and practice touch typing"
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
IUSE=""
-RDEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdeedu)"
+DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdeedu)"
+
+RDEPEND="${DEPEND}"
KMEXTRACTONLY="libkdeedu/kdeeduplot"
KMCOPYLIB="libkdeeduplot libkdeedu/kdeeduplot"
diff --git a/kde-base/ktouch/ktouch-3.5.3.ebuild b/kde-base/ktouch/ktouch-3.5.3.ebuild
index 55f8962ceb7e..bcdd998b4a44 100644
--- a/kde-base/ktouch/ktouch-3.5.3.ebuild
+++ b/kde-base/ktouch/ktouch-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/ktouch/ktouch-3.5.3.ebuild,v 1.1 2006/06/01 20:14:38 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ktouch/ktouch-3.5.3.ebuild,v 1.2 2006/09/26 21:28:47 deathwing00 Exp $
KMNAME=kdeedu
MAXKDEVER=$PV
KM_DEPRANGE="$PV $MAXKDEVER"
@@ -9,7 +9,9 @@ inherit kde-meta
DESCRIPTION="KDE: A program that helps you to learn and practice touch typing"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
-RDEPEND="$(deprange 3.5.2 $MAXKDEVER kde-base/libkdeedu)"
+DEPEND="$(deprange 3.5.2 $MAXKDEVER kde-base/libkdeedu)"
+
+RDEPEND="${DEPEND}"
KMEXTRACTONLY="libkdeedu/kdeeduplot"
KMCOPYLIB="libkdeeduplot libkdeedu/kdeeduplot"
diff --git a/kde-base/ktouch/ktouch-3.5.4.ebuild b/kde-base/ktouch/ktouch-3.5.4.ebuild
index c2b8f7ab9950..795c8aaf70e0 100644
--- a/kde-base/ktouch/ktouch-3.5.4.ebuild
+++ b/kde-base/ktouch/ktouch-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/ktouch/ktouch-3.5.4.ebuild,v 1.2 2006/09/06 20:00:11 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ktouch/ktouch-3.5.4.ebuild,v 1.3 2006/09/26 21:28:47 deathwing00 Exp $
KMNAME=kdeedu
MAXKDEVER=$PV
KM_DEPRANGE="$PV $MAXKDEVER"
@@ -9,7 +9,9 @@ inherit kde-meta
DESCRIPTION="KDE: A program that helps you to learn and practice touch typing"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""
-RDEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdeedu)"
+DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdeedu)"
+
+RDEPEND="${DEPEND}"
KMEXTRACTONLY="libkdeedu/kdeeduplot"
KMCOPYLIB="libkdeeduplot libkdeedu/kdeeduplot"
diff --git a/kde-base/ktron/ChangeLog b/kde-base/ktron/ChangeLog
index 240b8ea3cb55..b9440e2fd4c3 100644
--- a/kde-base/ktron/ChangeLog
+++ b/kde-base/ktron/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/ktron
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ktron/ChangeLog,v 1.50 2006/09/17 22:53:11 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ktron/ChangeLog,v 1.51 2006/09/26 21:30:44 deathwing00 Exp $
+
+ 26 Sep 2006; Ioannis Aslanidis <deathwing00@gentoo.org>
+ ktron-3.5.2.ebuild, ktron-3.5.3.ebuild, ktron-3.5.4.ebuild:
+ Fixed DEPEND/RDEPEND.
17 Sep 2006; Carsten Lohrke <carlo@gentoo.org> -ktron-3.4.3.ebuild:
Drop KDE 3.4.
diff --git a/kde-base/ktron/ktron-3.5.2.ebuild b/kde-base/ktron/ktron-3.5.2.ebuild
index 6d6bd1806931..c43c67eee68e 100644
--- a/kde-base/ktron/ktron-3.5.2.ebuild
+++ b/kde-base/ktron/ktron-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/ktron/ktron-3.5.2.ebuild,v 1.9 2006/09/03 17:11:12 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ktron/ktron-3.5.2.ebuild,v 1.10 2006/09/26 21:30:44 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/ktron/ktron-3.5.3.ebuild b/kde-base/ktron/ktron-3.5.3.ebuild
index 79bb2067a8f2..3b890c604869 100644
--- a/kde-base/ktron/ktron-3.5.3.ebuild
+++ b/kde-base/ktron/ktron-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/ktron/ktron-3.5.3.ebuild,v 1.2 2006/06/06 19:19:28 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ktron/ktron-3.5.3.ebuild,v 1.3 2006/09/26 21:30:44 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/ktron/ktron-3.5.4.ebuild b/kde-base/ktron/ktron-3.5.4.ebuild
index 3ae7f6d8510b..65c5a0dacd9f 100644
--- a/kde-base/ktron/ktron-3.5.4.ebuild
+++ b/kde-base/ktron/ktron-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/ktron/ktron-3.5.4.ebuild,v 1.1 2006/07/25 08:28:57 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ktron/ktron-3.5.4.ebuild,v 1.2 2006/09/26 21:30:44 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/ktuberling/ChangeLog b/kde-base/ktuberling/ChangeLog
index 6974e5a5961f..28fbc808a6dc 100644
--- a/kde-base/ktuberling/ChangeLog
+++ b/kde-base/ktuberling/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/ktuberling
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ktuberling/ChangeLog,v 1.50 2006/09/17 22:53:06 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ktuberling/ChangeLog,v 1.51 2006/09/26 21:32:41 deathwing00 Exp $
+
+ 26 Sep 2006; Ioannis Aslanidis <deathwing00@gentoo.org>
+ ktuberling-3.5.2.ebuild, ktuberling-3.5.3.ebuild, ktuberling-3.5.4.ebuild:
+ Fixed DEPEND/RDEPEND.
17 Sep 2006; Carsten Lohrke <carlo@gentoo.org> -ktuberling-3.4.3.ebuild:
Drop KDE 3.4.
diff --git a/kde-base/ktuberling/ktuberling-3.5.2.ebuild b/kde-base/ktuberling/ktuberling-3.5.2.ebuild
index eaf92bf0fc72..d373da7995f5 100644
--- a/kde-base/ktuberling/ktuberling-3.5.2.ebuild
+++ b/kde-base/ktuberling/ktuberling-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/ktuberling/ktuberling-3.5.2.ebuild,v 1.9 2006/09/03 16:51:41 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ktuberling/ktuberling-3.5.2.ebuild,v 1.10 2006/09/26 21:32:41 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/ktuberling/ktuberling-3.5.3.ebuild b/kde-base/ktuberling/ktuberling-3.5.3.ebuild
index 2e922c0c87d6..ffaa492ea80e 100644
--- a/kde-base/ktuberling/ktuberling-3.5.3.ebuild
+++ b/kde-base/ktuberling/ktuberling-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/ktuberling/ktuberling-3.5.3.ebuild,v 1.2 2006/06/06 19:26:37 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ktuberling/ktuberling-3.5.3.ebuild,v 1.3 2006/09/26 21:32:41 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/ktuberling/ktuberling-3.5.4.ebuild b/kde-base/ktuberling/ktuberling-3.5.4.ebuild
index 76d513f61ef6..98df69da53c4 100644
--- a/kde-base/ktuberling/ktuberling-3.5.4.ebuild
+++ b/kde-base/ktuberling/ktuberling-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/ktuberling/ktuberling-3.5.4.ebuild,v 1.1 2006/07/25 08:31:48 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ktuberling/ktuberling-3.5.4.ebuild,v 1.2 2006/09/26 21:32:41 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/kwifimanager/ChangeLog b/kde-base/kwifimanager/ChangeLog
index dea73afb5a2c..ac191cc5415d 100644
--- a/kde-base/kwifimanager/ChangeLog
+++ b/kde-base/kwifimanager/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kwifimanager
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kwifimanager/ChangeLog,v 1.41 2006/09/17 22:53:08 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kwifimanager/ChangeLog,v 1.42 2006/09/26 21:35:42 deathwing00 Exp $
+
+ 26 Sep 2006; Ioannis Aslanidis <deathwing00@gentoo.org>
+ kwifimanager-3.5.2.ebuild, kwifimanager-3.5.3.ebuild,
+ kwifimanager-3.5.4.ebuild:
+ Fixed DEPEND/RDEPEND.
17 Sep 2006; Carsten Lohrke <carlo@gentoo.org> -kwifimanager-3.4.3.ebuild:
Drop KDE 3.4.
diff --git a/kde-base/kwifimanager/kwifimanager-3.5.2.ebuild b/kde-base/kwifimanager/kwifimanager-3.5.2.ebuild
index 43b782cb32d8..66651858852c 100644
--- a/kde-base/kwifimanager/kwifimanager-3.5.2.ebuild
+++ b/kde-base/kwifimanager/kwifimanager-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/kwifimanager/kwifimanager-3.5.2.ebuild,v 1.5 2006/05/30 05:09:41 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kwifimanager/kwifimanager-3.5.2.ebuild,v 1.6 2006/09/26 21:35:42 deathwing00 Exp $
KMNAME=kdenetwork
KMMODULE=wifi
@@ -12,5 +12,8 @@ DESCRIPTION="KDE wifi (wireless network) gui"
KEYWORDS="amd64 ppc ppc64 x86"
IUSE=""
DEPEND="net-wireless/wireless-tools"
+
+RDEPEND="${DEPEND}"
+
KMEXTRA="doc/kwifimanager"
diff --git a/kde-base/kwifimanager/kwifimanager-3.5.3.ebuild b/kde-base/kwifimanager/kwifimanager-3.5.3.ebuild
index ac6f2392c74b..16f73d16c0b3 100644
--- a/kde-base/kwifimanager/kwifimanager-3.5.3.ebuild
+++ b/kde-base/kwifimanager/kwifimanager-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/kwifimanager/kwifimanager-3.5.3.ebuild,v 1.1 2006/06/01 20:40:19 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kwifimanager/kwifimanager-3.5.3.ebuild,v 1.2 2006/09/26 21:35:42 deathwing00 Exp $
KMNAME=kdenetwork
KMMODULE=wifi
@@ -12,5 +12,8 @@ DESCRIPTION="KDE wifi (wireless network) gui"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""
DEPEND="net-wireless/wireless-tools"
+
+RDEPEND="${DEPEND}"
+
KMEXTRA="doc/kwifimanager"
diff --git a/kde-base/kwifimanager/kwifimanager-3.5.4.ebuild b/kde-base/kwifimanager/kwifimanager-3.5.4.ebuild
index 3f817daa1849..c3b61eb24f69 100644
--- a/kde-base/kwifimanager/kwifimanager-3.5.4.ebuild
+++ b/kde-base/kwifimanager/kwifimanager-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/kwifimanager/kwifimanager-3.5.4.ebuild,v 1.1 2006/07/25 08:45:24 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kwifimanager/kwifimanager-3.5.4.ebuild,v 1.2 2006/09/26 21:35:42 deathwing00 Exp $
KMNAME=kdenetwork
KMMODULE=wifi
@@ -12,5 +12,8 @@ DESCRIPTION="KDE wifi (wireless network) gui"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""
DEPEND="net-wireless/wireless-tools"
+
+RDEPEND="${DEPEND}"
+
KMEXTRA="doc/kwifimanager"
diff --git a/kde-base/kwin4/ChangeLog b/kde-base/kwin4/ChangeLog
index 5b5df6f553da..942f99250fcc 100644
--- a/kde-base/kwin4/ChangeLog
+++ b/kde-base/kwin4/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kwin4
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin4/ChangeLog,v 1.50 2006/09/17 22:53:00 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin4/ChangeLog,v 1.51 2006/09/26 21:37:33 deathwing00 Exp $
+
+ 26 Sep 2006; Ioannis Aslanidis <deathwing00@gentoo.org>
+ kwin4-3.5.2.ebuild, kwin4-3.5.3.ebuild, kwin4-3.5.4.ebuild:
+ Fixed DEPEND/RDEPEND.
17 Sep 2006; Carsten Lohrke <carlo@gentoo.org> -kwin4-3.4.3.ebuild:
Drop KDE 3.4.
diff --git a/kde-base/kwin4/kwin4-3.5.2.ebuild b/kde-base/kwin4/kwin4-3.5.2.ebuild
index 20bf108cf58b..97a6faae6f7b 100644
--- a/kde-base/kwin4/kwin4-3.5.2.ebuild
+++ b/kde-base/kwin4/kwin4-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/kwin4/kwin4-3.5.2.ebuild,v 1.9 2006/09/03 17:08:53 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin4/kwin4-3.5.2.ebuild,v 1.10 2006/09/26 21:37:33 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/kwin4/kwin4-3.5.3.ebuild b/kde-base/kwin4/kwin4-3.5.3.ebuild
index 663283e19ab1..7f272b751941 100644
--- a/kde-base/kwin4/kwin4-3.5.3.ebuild
+++ b/kde-base/kwin4/kwin4-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/kwin4/kwin4-3.5.3.ebuild,v 1.2 2006/06/06 19:18:45 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin4/kwin4-3.5.3.ebuild,v 1.3 2006/09/26 21:37:33 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/kwin4/kwin4-3.5.4.ebuild b/kde-base/kwin4/kwin4-3.5.4.ebuild
index 9e75f8e0dc9a..86ef5d43c63d 100644
--- a/kde-base/kwin4/kwin4-3.5.4.ebuild
+++ b/kde-base/kwin4/kwin4-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/kwin4/kwin4-3.5.4.ebuild,v 1.1 2006/07/25 08:50:00 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin4/kwin4-3.5.4.ebuild,v 1.2 2006/09/26 21:37:33 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"