diff options
author | Jonathan Callen <abcd@gentoo.org> | 2009-10-12 23:14:23 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2009-10-12 23:14:23 +0000 |
commit | 29802115b7f3091594a18ea2bf2cced0b5bf4e91 (patch) | |
tree | a0682206b7b57f72ab89a2452f0e64de61d3a80d /kde-base/noatun | |
parent | KDE 3.5.9 removal (diff) | |
download | gentoo-2-29802115b7f3091594a18ea2bf2cced0b5bf4e91.tar.gz gentoo-2-29802115b7f3091594a18ea2bf2cced0b5bf4e91.tar.bz2 gentoo-2-29802115b7f3091594a18ea2bf2cced0b5bf4e91.zip |
KDE 3.5.9 removal
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'kde-base/noatun')
-rw-r--r-- | kde-base/noatun/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/noatun/noatun-3.5.9.ebuild | 22 |
2 files changed, 4 insertions, 23 deletions
diff --git a/kde-base/noatun/ChangeLog b/kde-base/noatun/ChangeLog index 60ea8520b2c2..ba6445eaf6e2 100644 --- a/kde-base/noatun/ChangeLog +++ b/kde-base/noatun/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/noatun # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun/ChangeLog,v 1.99 2009/07/12 12:13:31 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun/ChangeLog,v 1.100 2009/10/12 23:14:23 abcd Exp $ + + 12 Oct 2009; Jonathan Callen <abcd@gentoo.org> -noatun-3.5.9.ebuild: + KDE 3.5.9 removal 12 Jul 2009; Raúl Porcel <armin76@gentoo.org> noatun-3.5.10.ebuild: alpha/ia64/sparc stable wrt #271889 diff --git a/kde-base/noatun/noatun-3.5.9.ebuild b/kde-base/noatun/noatun-3.5.9.ebuild deleted file mode 100644 index 3a0d17847605..000000000000 --- a/kde-base/noatun/noatun-3.5.9.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.9.ebuild,v 1.7 2008/05/18 20:36:55 maekke Exp $ - -ARTS_REQUIRED="yes" -KMNAME=kdemultimedia -EAPI="1" -inherit kde-meta eutils flag-o-matic - -DESCRIPTION="A modular media player for KDE, featuring audio effects, graphic equalizer and network transparency." -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=kde-base/kdemultimedia-arts-${PV}:${SLOT}" - -KMCOMPILEONLY="arts" - -src_compile() { - # fix bug 128884 - filter-flags -fomit-frame-pointer - kde-meta_src_compile -} |