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/noatun
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/noatun')
-rw-r--r--kde-base/noatun/files/digest-noatun-3.4.0_rc15
-rw-r--r--kde-base/noatun/noatun-3.4.0_rc1.ebuild30
2 files changed, 0 insertions, 35 deletions
diff --git a/kde-base/noatun/files/digest-noatun-3.4.0_rc1 b/kde-base/noatun/files/digest-noatun-3.4.0_rc1
deleted file mode 100644
index 6b1c5cf6e282..000000000000
--- a/kde-base/noatun/files/digest-noatun-3.4.0_rc1
+++ /dev/null
@@ -1,5 +0,0 @@
-MD5 0dcda2db115a354cf7fdad0503d6ff50 kdemultimedia-3.3.90.tar.bz2 5450736
-MD5 3f43bc721d427ee23ed94f4150717cbe kdemultimedia-3.3.90-3.3.91.tar.xdelta 309038
-MD5 f1863ffbd605817c9817063651e64b4a kdemultimedia-3.3.91-3.3.92.tar.xdelta 316034
-MD5 90867e979a96928fd614a725fa2f2bbf kdemultimedia-3.3.92-3.4.0-rc1.tar.xdelta 353480
-MD5 d2bbb1b1a34ceb4277095363b355f512 kdemultimedia-3.4.0-rc1.tar.bz2 5579809
diff --git a/kde-base/noatun/noatun-3.4.0_rc1.ebuild b/kde-base/noatun/noatun-3.4.0_rc1.ebuild
deleted file mode 100644
index cd4ed61f98d6..000000000000
--- a/kde-base/noatun/noatun-3.4.0_rc1.ebuild
+++ /dev/null
@@ -1,30 +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/noatun/noatun-3.4.0_rc1.ebuild,v 1.1 2005/02/27 20:21:43 danarmak Exp $
-
-KMNAME=kdemultimedia
-MAXKDEVER=$PV
-KM_DEPRANGE="$PV $MAXKDEVER"
-inherit kde-meta eutils
-
-DESCRIPTION="KDE media player"
-KEYWORDS="~x86"
-IUSE="xine audiofile"
-RDEPEND="${DEPEND}
-$(deprange $PV $MAXKDEVER kde-base/kdemultimedia-arts)
-$(deprange $PV $MAXKDEVER kde-base/artsplugin-mpeglib)
-$(deprange 3.4.0_beta2 $MAXKDEVER kde-base/artsplugin-mpg123)
- xine? ( $(deprange $PV $MAXKDEVER kde-base/artsplugin-xine) )
- audiofile? ( $(deprange 3.4.0_beta2 $MAXKDEVER kde-base/artsplugin-audiofile) )"
-KMCOPYLIB="
- libartsgui_kde arts/gui/kde/
- libartsgui arts/gui/common/
- libartsmodules arts/modules/"
-KMEXTRACTONLY="arts/"
-
-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
-} \ No newline at end of file