summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-09-24 20:02:39 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-09-24 20:02:39 +0000
commitb81b6ac43092016be86ee07732933459f5b59455 (patch)
tree97754a230e04455a094a69275e5bbd5390b6c132 /kde-base
parentFix DEPEND/RDEPEND. (diff)
downloadgentoo-2-b81b6ac43092016be86ee07732933459f5b59455.tar.gz
gentoo-2-b81b6ac43092016be86ee07732933459f5b59455.tar.bz2
gentoo-2-b81b6ac43092016be86ee07732933459f5b59455.zip
Fix DEPEND/RDEPEND.
(Portage version: 2.1.2_pre1-r1)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/libkcal/ChangeLog6
-rw-r--r--kde-base/libkcal/libkcal-3.5.2-r1.ebuild6
-rw-r--r--kde-base/libkcal/libkcal-3.5.3.ebuild6
-rw-r--r--kde-base/libkcal/libkcal-3.5.4.ebuild6
4 files changed, 14 insertions, 10 deletions
diff --git a/kde-base/libkcal/ChangeLog b/kde-base/libkcal/ChangeLog
index 6a4fb419e6ec..3d14e89b0781 100644
--- a/kde-base/libkcal/ChangeLog
+++ b/kde-base/libkcal/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/libkcal
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcal/ChangeLog,v 1.56 2006/09/17 22:53:04 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcal/ChangeLog,v 1.57 2006/09/24 20:02:39 flameeyes Exp $
+
+ 24 Sep 2006; Diego Pettenò <flameeyes@gentoo.org>
+ libkcal-3.5.2-r1.ebuild, libkcal-3.5.3.ebuild, libkcal-3.5.4.ebuild:
+ Fix DEPEND/RDEPEND.
17 Sep 2006; Carsten Lohrke <carlo@gentoo.org> -libkcal-3.4.3.ebuild:
Drop KDE 3.4.
diff --git a/kde-base/libkcal/libkcal-3.5.2-r1.ebuild b/kde-base/libkcal/libkcal-3.5.2-r1.ebuild
index aeb0dccde0bd..a6881024e1f1 100644
--- a/kde-base/libkcal/libkcal-3.5.2-r1.ebuild
+++ b/kde-base/libkcal/libkcal-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/libkcal/libkcal-3.5.2-r1.ebuild,v 1.9 2006/09/03 12:28:20 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcal/libkcal-3.5.2-r1.ebuild,v 1.10 2006/09/24 20:02:39 flameeyes Exp $
KMNAME=kdepim
MAXKDEVER=$PV
@@ -11,8 +11,8 @@ DESCRIPTION="KDE kcal library for korganizer etc"
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
IUSE=""
-DEPEND="
-$(deprange $PV $MAXKDEVER kde-base/ktnef)"
+DEPEND="$(deprange $PV $MAXKDEVER kde-base/ktnef)"
+RDEPEND="${DEPEND}"
KMCOPYLIB="libktnef ktnef/lib"
KMEXTRACTONLY="libkdepim/email.h"
diff --git a/kde-base/libkcal/libkcal-3.5.3.ebuild b/kde-base/libkcal/libkcal-3.5.3.ebuild
index 6b428310f60d..4ccf356bd105 100644
--- a/kde-base/libkcal/libkcal-3.5.3.ebuild
+++ b/kde-base/libkcal/libkcal-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/libkcal/libkcal-3.5.3.ebuild,v 1.1 2006/06/01 20:47:25 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcal/libkcal-3.5.3.ebuild,v 1.2 2006/09/24 20:02:39 flameeyes Exp $
KMNAME=kdepim
MAXKDEVER=$PV
@@ -11,8 +11,8 @@ DESCRIPTION="KDE kcal library for korganizer etc"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
-DEPEND="
-$(deprange $PV $MAXKDEVER kde-base/ktnef)"
+DEPEND="$(deprange $PV $MAXKDEVER kde-base/ktnef)"
+RDEPEND="${DEPEND}"
KMCOPYLIB="libktnef ktnef/lib"
KMEXTRACTONLY="libkdepim/email.h"
diff --git a/kde-base/libkcal/libkcal-3.5.4.ebuild b/kde-base/libkcal/libkcal-3.5.4.ebuild
index c69cf7ee5a45..609b50d5b399 100644
--- a/kde-base/libkcal/libkcal-3.5.4.ebuild
+++ b/kde-base/libkcal/libkcal-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/libkcal/libkcal-3.5.4.ebuild,v 1.2 2006/09/07 13:19:41 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcal/libkcal-3.5.4.ebuild,v 1.3 2006/09/24 20:02:39 flameeyes Exp $
KMNAME=kdepim
MAXKDEVER=$PV
@@ -11,8 +11,8 @@ DESCRIPTION="KDE kcal library for korganizer etc"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""
-DEPEND="
-$(deprange $PV $MAXKDEVER kde-base/ktnef)"
+DEPEND="$(deprange $PV $MAXKDEVER kde-base/ktnef)"
+RDEPEND="${DEPEND}"
KMCOPYLIB="libktnef ktnef/lib"
KMEXTRACTONLY="libkdepim/email.h"