diff options
author | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-07 15:27:37 +0000 |
---|---|---|
committer | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-07 15:27:37 +0000 |
commit | 75b3211421a35e29af01c2295df1bb706749ce04 (patch) | |
tree | 4a0bd26295a1b17929f967b7c18dd51f26e7484d /kde-base/noatun | |
parent | Add fixes from upstream #204026 by Alan Kingsley. (diff) | |
download | gentoo-2-75b3211421a35e29af01c2295df1bb706749ce04.tar.gz gentoo-2-75b3211421a35e29af01c2295df1bb706749ce04.tar.bz2 gentoo-2-75b3211421a35e29af01c2295df1bb706749ce04.zip |
Removed old versions.
(Portage version: 2.2_pre7/cvs/Linux 2.6.25-gentoo-r4 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+)
Diffstat (limited to 'kde-base/noatun')
-rw-r--r-- | kde-base/noatun/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/noatun/noatun-3.5.8.ebuild | 22 |
2 files changed, 4 insertions, 23 deletions
diff --git a/kde-base/noatun/ChangeLog b/kde-base/noatun/ChangeLog index 0e1e3371ed0e..3edbdf084625 100644 --- a/kde-base/noatun/ChangeLog +++ b/kde-base/noatun/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/noatun # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun/ChangeLog,v 1.92 2008/05/18 20:36:55 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun/ChangeLog,v 1.93 2008/06/07 15:27:37 keytoaster Exp $ + + 07 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org> -noatun-3.5.8.ebuild: + Removed old versions. 18 May 2008; Markus Meier <maekke@gentoo.org> noatun-3.5.9.ebuild: amd64/x86 stable, bug #221063 diff --git a/kde-base/noatun/noatun-3.5.8.ebuild b/kde-base/noatun/noatun-3.5.8.ebuild deleted file mode 100644 index 2456bee18e64..000000000000 --- a/kde-base/noatun/noatun-3.5.8.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun/noatun-3.5.8.ebuild,v 1.7 2008/03/04 05:29:02 jer 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 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -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 -} |