summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIoannis Aslanidis <deathwing00@gentoo.org>2006-09-26 21:53:11 +0000
committerIoannis Aslanidis <deathwing00@gentoo.org>2006-09-26 21:53:11 +0000
commit78997074c209e9a362202b7416ce0cb1ceb7e208 (patch)
tree11dda3cff3d16beb5b28c680094f6d7d4e165ab0 /kde-base
parentmedia-plugins/vdr-mplayer-0.9.15 unmasked (diff)
downloadgentoo-2-78997074c209e9a362202b7416ce0cb1ceb7e208.tar.gz
gentoo-2-78997074c209e9a362202b7416ce0cb1ceb7e208.tar.bz2
gentoo-2-78997074c209e9a362202b7416ce0cb1ceb7e208.zip
Fixed DEPEND/RDEPEND.
(Portage version: 2.1.1)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/libkpimexchange/ChangeLog7
-rw-r--r--kde-base/libkpimexchange/libkpimexchange-3.5.2.ebuild7
-rw-r--r--kde-base/libkpimexchange/libkpimexchange-3.5.3.ebuild7
-rw-r--r--kde-base/libkpimexchange/libkpimexchange-3.5.4.ebuild7
4 files changed, 18 insertions, 10 deletions
diff --git a/kde-base/libkpimexchange/ChangeLog b/kde-base/libkpimexchange/ChangeLog
index e3a17f0c6e19..90ca808530ad 100644
--- a/kde-base/libkpimexchange/ChangeLog
+++ b/kde-base/libkpimexchange/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/libkpimexchange
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libkpimexchange/ChangeLog,v 1.54 2006/09/17 22:53:03 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkpimexchange/ChangeLog,v 1.55 2006/09/26 21:53:11 deathwing00 Exp $
+
+ 26 Sep 2006; Ioannis Aslanidis <deathwing00@gentoo.org>
+ libkpimexchange-3.5.2.ebuild, libkpimexchange-3.5.3.ebuild,
+ libkpimexchange-3.5.4.ebuild:
+ Fixed DEPEND/RDEPEND.
17 Sep 2006; Carsten Lohrke <carlo@gentoo.org>
-libkpimexchange-3.4.3.ebuild:
diff --git a/kde-base/libkpimexchange/libkpimexchange-3.5.2.ebuild b/kde-base/libkpimexchange/libkpimexchange-3.5.2.ebuild
index f18c3c776bc8..106ebce958a3 100644
--- a/kde-base/libkpimexchange/libkpimexchange-3.5.2.ebuild
+++ b/kde-base/libkpimexchange/libkpimexchange-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/libkpimexchange/libkpimexchange-3.5.2.ebuild,v 1.9 2006/09/03 15:29:36 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkpimexchange/libkpimexchange-3.5.2.ebuild,v 1.10 2006/09/26 21:53:11 deathwing00 Exp $
KMNAME=kdepim
MAXKDEVER=$PV
@@ -11,8 +11,9 @@ DESCRIPTION="KDE PIM exchange library"
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
IUSE=""
-DEPEND="
-$(deprange $PV $MAXKDEVER kde-base/libkcal)"
+DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkcal)"
+
+RDEPEND="${DEPEND}"
KMCOPYLIB="libkcal libkcal"
# libkcal is installed because a lot of headers are needed, but it don't have to be compiled
diff --git a/kde-base/libkpimexchange/libkpimexchange-3.5.3.ebuild b/kde-base/libkpimexchange/libkpimexchange-3.5.3.ebuild
index 3f130d0d829f..4480281b91e5 100644
--- a/kde-base/libkpimexchange/libkpimexchange-3.5.3.ebuild
+++ b/kde-base/libkpimexchange/libkpimexchange-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/libkpimexchange/libkpimexchange-3.5.3.ebuild,v 1.1 2006/06/01 20:56:19 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkpimexchange/libkpimexchange-3.5.3.ebuild,v 1.2 2006/09/26 21:53:11 deathwing00 Exp $
KMNAME=kdepim
MAXKDEVER=$PV
@@ -11,8 +11,9 @@ DESCRIPTION="KDE PIM exchange library"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
-DEPEND="
-$(deprange $PV $MAXKDEVER kde-base/libkcal)"
+DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkcal)"
+
+RDEPEND="${DEPEND}"
KMCOPYLIB="libkcal libkcal"
# libkcal is installed because a lot of headers are needed, but it don't have to be compiled
diff --git a/kde-base/libkpimexchange/libkpimexchange-3.5.4.ebuild b/kde-base/libkpimexchange/libkpimexchange-3.5.4.ebuild
index 87bf5de2542d..fc8d5fcad243 100644
--- a/kde-base/libkpimexchange/libkpimexchange-3.5.4.ebuild
+++ b/kde-base/libkpimexchange/libkpimexchange-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/libkpimexchange/libkpimexchange-3.5.4.ebuild,v 1.2 2006/09/07 13:12:00 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkpimexchange/libkpimexchange-3.5.4.ebuild,v 1.3 2006/09/26 21:53:11 deathwing00 Exp $
KMNAME=kdepim
MAXKDEVER=$PV
@@ -11,8 +11,9 @@ DESCRIPTION="KDE PIM exchange library"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""
-DEPEND="
-$(deprange $PV $MAXKDEVER kde-base/libkcal)"
+DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkcal)"
+
+RDEPEND="${DEPEND}"
KMCOPYLIB="libkcal libkcal"
# libkcal is installed because a lot of headers are needed, but it don't have to be compiled