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/ktouch
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/ktouch')
-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"