summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIoannis Aslanidis <deathwing00@gentoo.org>2006-09-26 21:13:50 +0000
committerIoannis Aslanidis <deathwing00@gentoo.org>2006-09-26 21:13:50 +0000
commit378af02e0fa6d5fa21feebc6989d4893d2cd7c0a (patch)
treecd0fb32177f686b2ea4a5ed60db794e03d807915 /kde-base/ksokoban
parentStable on hppa wrt #146509 (diff)
downloadgentoo-2-378af02e0fa6d5fa21feebc6989d4893d2cd7c0a.tar.gz
gentoo-2-378af02e0fa6d5fa21feebc6989d4893d2cd7c0a.tar.bz2
gentoo-2-378af02e0fa6d5fa21feebc6989d4893d2cd7c0a.zip
Fixed DEPEND/RDEPEND.
(Portage version: 2.1.1)
Diffstat (limited to 'kde-base/ksokoban')
-rw-r--r--kde-base/ksokoban/ChangeLog6
-rw-r--r--kde-base/ksokoban/ksokoban-3.5.2.ebuild3
-rw-r--r--kde-base/ksokoban/ksokoban-3.5.3.ebuild3
-rw-r--r--kde-base/ksokoban/ksokoban-3.5.4.ebuild3
4 files changed, 11 insertions, 4 deletions
diff --git a/kde-base/ksokoban/ChangeLog b/kde-base/ksokoban/ChangeLog
index a81828c4852f..a20300e304b0 100644
--- a/kde-base/ksokoban/ChangeLog
+++ b/kde-base/ksokoban/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/ksokoban
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksokoban/ChangeLog,v 1.51 2006/09/17 22:53:10 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksokoban/ChangeLog,v 1.52 2006/09/26 21:13:50 deathwing00 Exp $
+
+ 26 Sep 2006; Ioannis Aslanidis <deathwing00@gentoo.org>
+ ksokoban-3.5.2.ebuild, ksokoban-3.5.3.ebuild, ksokoban-3.5.4.ebuild:
+ Fixed DEPEND/RDEPEND.
17 Sep 2006; Carsten Lohrke <carlo@gentoo.org> -ksokoban-3.4.3.ebuild:
Drop KDE 3.4.
diff --git a/kde-base/ksokoban/ksokoban-3.5.2.ebuild b/kde-base/ksokoban/ksokoban-3.5.2.ebuild
index 2102398314f4..a29f736e9c0f 100644
--- a/kde-base/ksokoban/ksokoban-3.5.2.ebuild
+++ b/kde-base/ksokoban/ksokoban-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/ksokoban/ksokoban-3.5.2.ebuild,v 1.9 2006/09/03 17:04:52 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksokoban/ksokoban-3.5.2.ebuild,v 1.10 2006/09/26 21:13:50 deathwing00 Exp $
KMNAME=kdegames
MAXKDEVER=$PV
KM_DEPRANGE="$PV $MAXKDEVER"
@@ -11,6 +11,7 @@ KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
IUSE=""
DEPEND="$(deprange 3.5.1 $MAXKDEVER kde-base/libkdegames)"
+RDEPEND="${DEPEND}"
KMEXTRACTONLY=libkdegames
KMCOPYLIB="libkdegames libkdegames"
diff --git a/kde-base/ksokoban/ksokoban-3.5.3.ebuild b/kde-base/ksokoban/ksokoban-3.5.3.ebuild
index 440c933a8111..aa1f8a2cb746 100644
--- a/kde-base/ksokoban/ksokoban-3.5.3.ebuild
+++ b/kde-base/ksokoban/ksokoban-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/ksokoban/ksokoban-3.5.3.ebuild,v 1.2 2006/06/06 19:14:21 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksokoban/ksokoban-3.5.3.ebuild,v 1.3 2006/09/26 21:13:50 deathwing00 Exp $
KMNAME=kdegames
MAXKDEVER=$PV
KM_DEPRANGE="$PV $MAXKDEVER"
@@ -11,6 +11,7 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""
DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdegames)"
+RDEPEND="${DEPEND}"
KMEXTRACTONLY=libkdegames
KMCOPYLIB="libkdegames libkdegames"
diff --git a/kde-base/ksokoban/ksokoban-3.5.4.ebuild b/kde-base/ksokoban/ksokoban-3.5.4.ebuild
index 614bc823c1fe..c5c0065c7105 100644
--- a/kde-base/ksokoban/ksokoban-3.5.4.ebuild
+++ b/kde-base/ksokoban/ksokoban-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/ksokoban/ksokoban-3.5.4.ebuild,v 1.1 2006/07/25 08:04:53 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksokoban/ksokoban-3.5.4.ebuild,v 1.2 2006/09/26 21:13:50 deathwing00 Exp $
KMNAME=kdegames
MAXKDEVER=$PV
KM_DEPRANGE="$PV $MAXKDEVER"
@@ -11,6 +11,7 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""
DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdegames)"
+RDEPEND="${DEPEND}"
KMEXTRACTONLY=libkdegames
KMCOPYLIB="libkdegames libkdegames"