summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIoannis Aslanidis <deathwing00@gentoo.org>2006-09-25 23:57:08 +0000
committerIoannis Aslanidis <deathwing00@gentoo.org>2006-09-25 23:57:08 +0000
commit5adeb79acf42cf27017fd9ea1bf8b9d4fced997c (patch)
tree241dbf563afc9d920505b754451abcffce3f4db0 /kde-base/kdepasswd
parentStable on SPARC wrt bug #142935. (diff)
downloadgentoo-2-5adeb79acf42cf27017fd9ea1bf8b9d4fced997c.tar.gz
gentoo-2-5adeb79acf42cf27017fd9ea1bf8b9d4fced997c.tar.bz2
gentoo-2-5adeb79acf42cf27017fd9ea1bf8b9d4fced997c.zip
Fixed DEPEND/RDEPEND.
(Portage version: 2.1.1)
Diffstat (limited to 'kde-base/kdepasswd')
-rw-r--r--kde-base/kdepasswd/ChangeLog6
-rw-r--r--kde-base/kdepasswd/kdepasswd-3.5.2.ebuild6
-rw-r--r--kde-base/kdepasswd/kdepasswd-3.5.3.ebuild6
-rw-r--r--kde-base/kdepasswd/kdepasswd-3.5.4.ebuild6
4 files changed, 14 insertions, 10 deletions
diff --git a/kde-base/kdepasswd/ChangeLog b/kde-base/kdepasswd/ChangeLog
index f26d992780ed..297d81234bee 100644
--- a/kde-base/kdepasswd/ChangeLog
+++ b/kde-base/kdepasswd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kdepasswd
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepasswd/ChangeLog,v 1.51 2006/09/17 22:53:11 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepasswd/ChangeLog,v 1.52 2006/09/25 23:57:08 deathwing00 Exp $
+
+ 25 Sep 2006; Ioannis Aslanidis <deathwing00@gentoo.org>
+ kdepasswd-3.5.2.ebuild, kdepasswd-3.5.3.ebuild, kdepasswd-3.5.4.ebuild:
+ Fixed DEPEND/RDEPEND.
17 Sep 2006; Carsten Lohrke <carlo@gentoo.org> -kdepasswd-3.4.3.ebuild:
Drop KDE 3.4.
diff --git a/kde-base/kdepasswd/kdepasswd-3.5.2.ebuild b/kde-base/kdepasswd/kdepasswd-3.5.2.ebuild
index 0ba40c2856bb..508d85aa5afe 100644
--- a/kde-base/kdepasswd/kdepasswd-3.5.2.ebuild
+++ b/kde-base/kdepasswd/kdepasswd-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/kdepasswd/kdepasswd-3.5.2.ebuild,v 1.11 2006/09/03 14:13:11 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepasswd/kdepasswd-3.5.2.ebuild,v 1.12 2006/09/25 23:57:08 deathwing00 Exp $
KMNAME=kdebase
MAXKDEVER=$PV
@@ -11,9 +11,9 @@ DESCRIPTION="KDE GUI for passwd"
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE=""
+DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkonq)"
-DEPEND="
-$(deprange $PV $MAXKDEVER kde-base/libkonq)"
+RDEPEND="${DEPEND}"
KMCOPYLIB="libkonq libkonq"
KMNODOCS=true
diff --git a/kde-base/kdepasswd/kdepasswd-3.5.3.ebuild b/kde-base/kdepasswd/kdepasswd-3.5.3.ebuild
index 7c6bd5bdbb96..cc0fb93ce200 100644
--- a/kde-base/kdepasswd/kdepasswd-3.5.3.ebuild
+++ b/kde-base/kdepasswd/kdepasswd-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/kdepasswd/kdepasswd-3.5.3.ebuild,v 1.1 2006/06/01 17:58:47 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepasswd/kdepasswd-3.5.3.ebuild,v 1.2 2006/09/25 23:57:08 deathwing00 Exp $
KMNAME=kdebase
MAXKDEVER=$PV
@@ -11,9 +11,9 @@ DESCRIPTION="KDE GUI for passwd"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""
+DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkonq)"
-DEPEND="
-$(deprange $PV $MAXKDEVER kde-base/libkonq)"
+RDEPEND="${DEPEND}"
KMCOPYLIB="libkonq libkonq"
KMNODOCS=true
diff --git a/kde-base/kdepasswd/kdepasswd-3.5.4.ebuild b/kde-base/kdepasswd/kdepasswd-3.5.4.ebuild
index 53d93fcbe5e5..95064636a413 100644
--- a/kde-base/kdepasswd/kdepasswd-3.5.4.ebuild
+++ b/kde-base/kdepasswd/kdepasswd-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/kdepasswd/kdepasswd-3.5.4.ebuild,v 1.1 2006/07/25 04:52:05 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepasswd/kdepasswd-3.5.4.ebuild,v 1.2 2006/09/25 23:57:08 deathwing00 Exp $
KMNAME=kdebase
MAXKDEVER=$PV
@@ -11,9 +11,9 @@ DESCRIPTION="KDE GUI for passwd"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""
+DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkonq)"
-DEPEND="
-$(deprange $PV $MAXKDEVER kde-base/libkonq)"
+RDEPEND="${DEPEND}"
KMCOPYLIB="libkonq libkonq"
KMNODOCS=true