summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-02-04 03:19:30 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-02-04 03:19:30 +0000
commitbcae3124a0b6fbf3a0ee9c16578c4926d138f972 (patch)
tree51e7fb327e2a5733729c841e9e0a4accbdbae190 /kde-base/noatun
parentSome QA fixes, bug 164686 (diff)
downloadhistorical-bcae3124a0b6fbf3a0ee9c16578c4926d138f972.tar.gz
historical-bcae3124a0b6fbf3a0ee9c16578c4926d138f972.tar.bz2
historical-bcae3124a0b6fbf3a0ee9c16578c4926d138f972.zip
Remove old versions.
Package-Manager: portage-2.1.2-r7
Diffstat (limited to 'kde-base/noatun')
-rw-r--r--kde-base/noatun/ChangeLog5
-rw-r--r--kde-base/noatun/files/digest-noatun-3.5.23
-rw-r--r--kde-base/noatun/noatun-3.5.2.ebuild22
3 files changed, 4 insertions, 26 deletions
diff --git a/kde-base/noatun/ChangeLog b/kde-base/noatun/ChangeLog
index d2b99b73afcf..2a9c77586168 100644
--- a/kde-base/noatun/ChangeLog
+++ b/kde-base/noatun/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/noatun
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun/ChangeLog,v 1.69 2007/01/16 21:59:07 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun/ChangeLog,v 1.70 2007/02/04 03:16:24 flameeyes Exp $
+
+ 04 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> -noatun-3.5.2.ebuild:
+ Remove old versions.
*noatun-3.5.6 (16 Jan 2007)
diff --git a/kde-base/noatun/files/digest-noatun-3.5.2 b/kde-base/noatun/files/digest-noatun-3.5.2
deleted file mode 100644
index 91878b7b23bc..000000000000
--- a/kde-base/noatun/files/digest-noatun-3.5.2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 f98ef8465bf4de1eb36bc3bdb1f4f7d6 kdemultimedia-3.5.2.tar.bz2 6272386
-RMD160 4f6fcb790e63f4af7a309677babd5e2ed938514f kdemultimedia-3.5.2.tar.bz2 6272386
-SHA256 01562af68008c10c04346a94d0dea7cedcb77673c0b7cd5cfc74360bf309a2f8 kdemultimedia-3.5.2.tar.bz2 6272386
diff --git a/kde-base/noatun/noatun-3.5.2.ebuild b/kde-base/noatun/noatun-3.5.2.ebuild
deleted file mode 100644
index 91259a3531f3..000000000000
--- a/kde-base/noatun/noatun-3.5.2.ebuild
+++ /dev/null
@@ -1,22 +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/noatun/noatun-3.5.2.ebuild,v 1.13 2006/09/03 10:22:04 kloeri Exp $
-
-ARTS_REQUIRED="yes"
-KMNAME=kdemultimedia
-MAXKDEVER=$PV
-KM_DEPRANGE="$PV $MAXKDEVER"
-inherit kde-meta eutils flag-o-matic
-
-DESCRIPTION="Noatun is a modular media player for KDE, featuring audio effects, a six-band graphic equalizer, a full plugin architecture and network transparency."
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
-IUSE=""
-RDEPEND="$(deprange $PV $MAXKDEVER kde-base/kdemultimedia-arts)"
-
-KMCOMPILEONLY="arts"
-
-src_compile() {
- # fix bug 128884
- filter-flags -fomit-frame-pointer
- kde-meta_src_compile
-}