summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIoannis Aslanidis <deathwing00@gentoo.org>2006-09-26 21:28:47 +0000
committerIoannis Aslanidis <deathwing00@gentoo.org>2006-09-26 21:28:47 +0000
commite23b23aabd0f1251a7b94a3fe74fe9d7365642e4 (patch)
tree61bd87528722811e49ca783e9f4ba522e39636e3 /kde-base
parentStable on hppa wrt security #148228 (diff)
downloadgentoo-2-e23b23aabd0f1251a7b94a3fe74fe9d7365642e4.tar.gz
gentoo-2-e23b23aabd0f1251a7b94a3fe74fe9d7365642e4.tar.bz2
gentoo-2-e23b23aabd0f1251a7b94a3fe74fe9d7365642e4.zip
Fixed DEPEND/RDEPEND.
(Portage version: 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
4 files changed, 17 insertions, 7 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"