summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-04-05 11:48:44 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-04-05 11:48:44 +0000
commit529490640137f459ba746e466da6e42f1342f78a (patch)
treedf0d6836282bc35c563b18616039eaf6866285c9 /kde-base/kolf
parentVersion bump for bug 86810. (diff)
downloadgentoo-2-529490640137f459ba746e466da6e42f1342f78a.tar.gz
gentoo-2-529490640137f459ba746e466da6e42f1342f78a.tar.bz2
gentoo-2-529490640137f459ba746e466da6e42f1342f78a.zip
Remove KDE rc1 ebuilds.
(Portage version: 2.0.51.19)
Diffstat (limited to 'kde-base/kolf')
-rw-r--r--kde-base/kolf/files/digest-kolf-3.4.0_rc15
-rw-r--r--kde-base/kolf/kolf-3.4.0_rc1.ebuild23
2 files changed, 0 insertions, 28 deletions
diff --git a/kde-base/kolf/files/digest-kolf-3.4.0_rc1 b/kde-base/kolf/files/digest-kolf-3.4.0_rc1
deleted file mode 100644
index d503d1969253..000000000000
--- a/kde-base/kolf/files/digest-kolf-3.4.0_rc1
+++ /dev/null
@@ -1,5 +0,0 @@
-MD5 55a6e6ba553077a04d6ab7ff7dbb4051 kdegames-3.3.90.tar.bz2 9418705
-MD5 c3eedf46dbc94f13b899d35015327350 kdegames-3.3.90-3.3.91.tar.xdelta 345646
-MD5 e24cbb5fd2c4bcec1abaa4b2a957987f kdegames-3.3.91-3.3.92.tar.xdelta 432014
-MD5 9e79eda2b4af3390352bb8dcbf74d7fb kdegames-3.3.92-3.4.0-rc1.tar.xdelta 539908
-MD5 62c4641c389b6f8c4d771a1ac60136ab kdegames-3.4.0-rc1.tar.bz2 9509753
diff --git a/kde-base/kolf/kolf-3.4.0_rc1.ebuild b/kde-base/kolf/kolf-3.4.0_rc1.ebuild
deleted file mode 100644
index 3d6d9bca8cad..000000000000
--- a/kde-base/kolf/kolf-3.4.0_rc1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kolf/kolf-3.4.0_rc1.ebuild,v 1.1 2005/02/27 20:21:38 danarmak Exp $
-KMNAME=kdegames
-MAXKDEVER=$PV
-KM_DEPRANGE="$PV $MAXKDEVER"
-inherit kde-meta
-
-DESCRIPTION="KDE Minigolf Game"
-KEYWORDS="~x86"
-IUSE=""
-DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdegames)"
-OLDDEPEND="~kde-base/libkdegames-$PV"
-
-KMEXTRACTONLY=libkdegames
-KMCOPYLIB="libkdegames libkdegames"
-
-pkg_setup() {
- if ! useq arts; then
- eerror "${PN} needs the USE=\"arts\" enabled and also the kdelibs compiled with the USE=\"arts\" enabled"
- die
- fi
-}