diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-06 02:08:06 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-06 02:08:06 +0000 |
commit | 007893e875dee4925d6e74a982a5a13f83dcb1ee (patch) | |
tree | f29049f584c52e457bdb92d0a261c67c5f57f76b /kde-base/kblackbox | |
parent | Add a warning (copied from xine-lib) to pkg_postinst that the user will not b... (diff) | |
download | historical-007893e875dee4925d6e74a982a5a13f83dcb1ee.tar.gz historical-007893e875dee4925d6e74a982a5a13f83dcb1ee.tar.bz2 historical-007893e875dee4925d6e74a982a5a13f83dcb1ee.zip |
Cleanup of old KDE 3.5.0 and 3.5.1 ebuild.s
Package-Manager: portage-2.1_pre7-r4
Diffstat (limited to 'kde-base/kblackbox')
-rw-r--r-- | kde-base/kblackbox/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kblackbox/files/digest-kblackbox-3.5.0 | 1 | ||||
-rw-r--r-- | kde-base/kblackbox/files/digest-kblackbox-3.5.1 | 1 | ||||
-rw-r--r-- | kde-base/kblackbox/kblackbox-3.5.0.ebuild | 16 | ||||
-rw-r--r-- | kde-base/kblackbox/kblackbox-3.5.1.ebuild | 16 |
5 files changed, 5 insertions, 35 deletions
diff --git a/kde-base/kblackbox/ChangeLog b/kde-base/kblackbox/ChangeLog index 26a749dabebb..8d3518b4424f 100644 --- a/kde-base/kblackbox/ChangeLog +++ b/kde-base/kblackbox/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kblackbox # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kblackbox/ChangeLog,v 1.38 2006/03/27 20:48:25 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kblackbox/ChangeLog,v 1.39 2006/04/06 01:03:55 flameeyes Exp $ + + 05 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> + -kblackbox-3.5.0.ebuild, -kblackbox-3.5.1.ebuild: + Removed old 3.5.0/3.5.1 packages. 27 Mar 2006; Aron Griffis <agriffis@gentoo.org> kblackbox-3.5.0.ebuild, kblackbox-3.5.1.ebuild, kblackbox-3.5.2.ebuild: diff --git a/kde-base/kblackbox/files/digest-kblackbox-3.5.0 b/kde-base/kblackbox/files/digest-kblackbox-3.5.0 deleted file mode 100644 index 92db3dfaf9df..000000000000 --- a/kde-base/kblackbox/files/digest-kblackbox-3.5.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 ba86fe9280ca57698ce3be0e0242b140 kdegames-3.5.0.tar.bz2 10297262 diff --git a/kde-base/kblackbox/files/digest-kblackbox-3.5.1 b/kde-base/kblackbox/files/digest-kblackbox-3.5.1 deleted file mode 100644 index 12abac6ad956..000000000000 --- a/kde-base/kblackbox/files/digest-kblackbox-3.5.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 15a4bb4e193e19be7decd4f147a31396 kdegames-3.5.1.tar.bz2 10824798 diff --git a/kde-base/kblackbox/kblackbox-3.5.0.ebuild b/kde-base/kblackbox/kblackbox-3.5.0.ebuild deleted file mode 100644 index c1f9aac20e24..000000000000 --- a/kde-base/kblackbox/kblackbox-3.5.0.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kblackbox/kblackbox-3.5.0.ebuild,v 1.6 2006/03/27 20:48:25 agriffis Exp $ -KMNAME=kdegames -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta - -DESCRIPTION="KDE Blackbox Game" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" -DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdegames)" - - -KMEXTRACTONLY=libkdegames -KMCOPYLIB="libkdegames libkdegames" diff --git a/kde-base/kblackbox/kblackbox-3.5.1.ebuild b/kde-base/kblackbox/kblackbox-3.5.1.ebuild deleted file mode 100644 index 640d4f1bf8d5..000000000000 --- a/kde-base/kblackbox/kblackbox-3.5.1.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kblackbox/kblackbox-3.5.1.ebuild,v 1.2 2006/03/27 20:48:25 agriffis Exp $ -KMNAME=kdegames -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta - -DESCRIPTION="KDE Blackbox Game" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" -DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdegames)" - - -KMEXTRACTONLY=libkdegames -KMCOPYLIB="libkdegames libkdegames" |