diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2007-11-10 16:52:03 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2007-11-10 16:52:03 +0000 |
commit | 8e4f1fde76e665f718e254d481a15c22f2f2d819 (patch) | |
tree | 5bc433a447edd1134822ee6c1a72ec4fd3e017a4 /media-plugins/audacious-plugins | |
parent | Adjust the dependencies some more (diff) | |
download | historical-8e4f1fde76e665f718e254d481a15c22f2f2d819.tar.gz historical-8e4f1fde76e665f718e254d481a15c22f2f2d819.tar.bz2 historical-8e4f1fde76e665f718e254d481a15c22f2f2d819.zip |
Remove stale ebuilds. With thanks to all arch teams for making this possible.
Package-Manager: portage-2.1.3.17
Diffstat (limited to 'media-plugins/audacious-plugins')
5 files changed, 5 insertions, 208 deletions
diff --git a/media-plugins/audacious-plugins/ChangeLog b/media-plugins/audacious-plugins/ChangeLog index 0addead63c13..f249151d3d87 100644 --- a/media-plugins/audacious-plugins/ChangeLog +++ b/media-plugins/audacious-plugins/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/audacious-plugins # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.68 2007/11/10 16:12:54 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.69 2007/11/10 16:52:02 chainsaw Exp $ + + 10 Nov 2007; Tony Vroon <chainsaw@gentoo.org> + -audacious-plugins-1.2.2-r1.ebuild, -audacious-plugins-1.2.5.ebuild: + Remove stale ebuilds. With thanks to all arch teams for making this possible. *audacious-plugins-1.4.0 (07 Nov 2007) diff --git a/media-plugins/audacious-plugins/audacious-plugins-1.2.2-r1.ebuild b/media-plugins/audacious-plugins/audacious-plugins-1.2.2-r1.ebuild deleted file mode 100644 index 04147bf8c4f6..000000000000 --- a/media-plugins/audacious-plugins/audacious-plugins-1.2.2-r1.ebuild +++ /dev/null @@ -1,100 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.2.2-r1.ebuild,v 1.13 2007/10/31 17:06:26 chainsaw Exp $ - -inherit flag-o-matic - -DESCRIPTION="Audacious Player - Your music, your way, no exceptions" -HOMEPAGE="http://audacious-media-player.org/" -SRC_URI="http://distfiles.atheme.org/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86" -IUSE="aac alsa arts chardet esd flac jack libnotify lirc modplug mp3 musepack nls oss sid sndfile timidity vorbis wma pulseaudio" - -RDEPEND="app-arch/unzip - dev-libs/libxml2 - net-misc/curl - >=media-sound/audacious-1.2.1 - >=x11-libs/gtk+-2.6 - >=gnome-base/libglade-2.3.1 - >=dev-cpp/libbinio-1.4 - media-libs/taglib - alsa? ( >=media-libs/alsa-lib-1.0.9_rc2 ) - arts? ( kde-base/arts ) - esd? ( >=media-sound/esound-0.2.30 ) - flac? ( >=media-libs/libvorbis-1.0 - || ( ~media-libs/flac-1.1.2 - ~media-libs/flac-1.1.3 ) - ) - jack? ( >=media-libs/bio2jack-0.4 - media-libs/libsamplerate - media-sound/jack-audio-connection-kit ) - lirc? ( app-misc/lirc ) - modplug? ( media-libs/libmodplug ) - musepack? ( media-libs/libmpcdec ) - libnotify? ( x11-libs/libnotify ) - sid? ( media-libs/libsidplay ) - sndfile? ( media-libs/libsndfile ) - timidity? ( media-sound/timidity++ ) - vorbis? ( >=media-libs/libvorbis-1.0 - >=media-libs/libogg-1.0 ) - pulseaudio? ( >=media-sound/pulseaudio-0.9.3 )" - -DEPEND="${RDEPEND} - nls? ( dev-util/intltool ) - >=dev-util/pkgconfig-0.9.0" - -mp3_warning() { - if ! useq mp3 ; then - echo - ewarn "MP3 support is now optional, you may want to enable the mp3 USE-flag" - echo - fi -} - -src_compile() { - mp3_warning - - # Bug #42893 - replace-flags "-Os" "-O2" - # Bug #86689 - is-flag "-O*" || append-flags -O - - econf \ - --with-dev-dsp=/dev/sound/dsp \ - --with-dev-mixer=/dev/sound/mixer \ - $(use_enable vorbis) \ - $(use_enable esd) \ - $(use_enable mp3) \ - $(use_enable nls) \ - $(use_enable oss) \ - $(use_enable alsa) \ - $(use_enable arts) \ - $(use_enable flac) \ - $(use_enable aac) \ - $(use_enable modplug) \ - $(use_enable lirc) \ - $(use_enable sndfile) \ - $(use_enable wma) \ - $(use_enable sid) \ - $(use_enable musepack) \ - $(use_enable jack) \ - $(use_enable timidity) \ - $(use_enable pulseaudio pulse) \ - $(use_enable chardet) \ - $(use_enable libnotify notify) \ - || die - - emake || die "make failed" -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc AUTHORS NEWS -} - -pkg_postinst() { - mp3_warning -} diff --git a/media-plugins/audacious-plugins/audacious-plugins-1.2.5.ebuild b/media-plugins/audacious-plugins/audacious-plugins-1.2.5.ebuild deleted file mode 100644 index b83ed7159896..000000000000 --- a/media-plugins/audacious-plugins/audacious-plugins-1.2.5.ebuild +++ /dev/null @@ -1,101 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-1.2.5.ebuild,v 1.8 2007/10/31 17:06:26 chainsaw Exp $ - -inherit flag-o-matic - -DESCRIPTION="Audacious Player - Your music, your way, no exceptions" -HOMEPAGE="http://audacious-media-player.org/" -SRC_URI="http://distfiles.atheme.org/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 hppa ~ppc ~ppc64 sparc x86 ~x86-fbsd" -IUSE="aac alsa arts chardet esd flac jack lirc modplug mp3 musepack nls oss sid sndfile timidity vorbis wavpack wma pulseaudio" - -RDEPEND="app-arch/unzip - dev-libs/libxml2 - net-misc/curl - >=media-sound/audacious-1.2.1 - <media-sound/audacious-1.3.0 - >=x11-libs/gtk+-2.6 - >=gnome-base/libglade-2.3.1 - >=dev-cpp/libbinio-1.4 - media-libs/taglib - alsa? ( >=media-libs/alsa-lib-1.0.9_rc2 ) - arts? ( kde-base/arts ) - esd? ( >=media-sound/esound-0.2.30 ) - flac? ( >=media-libs/libvorbis-1.0 - || ( ~media-libs/flac-1.1.2 - ~media-libs/flac-1.1.3 ) - ) - jack? ( >=media-libs/bio2jack-0.4 - media-libs/libsamplerate - media-sound/jack-audio-connection-kit ) - lirc? ( app-misc/lirc ) - modplug? ( media-libs/libmodplug ) - musepack? ( media-libs/libmpcdec ) - sid? ( media-libs/libsidplay ) - sndfile? ( media-libs/libsndfile ) - timidity? ( media-sound/timidity++ ) - vorbis? ( >=media-libs/libvorbis-1.0 - >=media-libs/libogg-1.0 ) - pulseaudio? ( >=media-sound/pulseaudio-0.9.3 ) - wavpack? ( >=media-sound/wavpack-4.31 )" - -DEPEND="${RDEPEND} - nls? ( dev-util/intltool ) - >=dev-util/pkgconfig-0.9.0" - -mp3_warning() { - if ! useq mp3 ; then - echo - ewarn "MP3 support is now optional, you may want to enable the mp3 USE-flag" - echo - fi -} - -src_compile() { - mp3_warning - - # Bug #42893 - replace-flags "-Os" "-O2" - # Bug #86689 - is-flag "-O*" || append-flags -O - - econf \ - --with-dev-dsp=/dev/sound/dsp \ - --with-dev-mixer=/dev/sound/mixer \ - $(use_enable vorbis) \ - $(use_enable esd) \ - $(use_enable mp3) \ - $(use_enable nls) \ - $(use_enable oss) \ - $(use_enable alsa) \ - $(use_enable arts) \ - $(use_enable flac) \ - $(use_enable aac) \ - $(use_enable modplug) \ - $(use_enable lirc) \ - $(use_enable sndfile) \ - $(use_enable wma) \ - $(use_enable sid) \ - $(use_enable musepack) \ - $(use_enable jack) \ - $(use_enable timidity) \ - $(use_enable pulseaudio pulse) \ - $(use_enable chardet) \ - $(use_enable wavpack) \ - || die - - emake || die "make failed" -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc AUTHORS NEWS -} - -pkg_postinst() { - mp3_warning -} diff --git a/media-plugins/audacious-plugins/files/digest-audacious-plugins-1.2.2-r1 b/media-plugins/audacious-plugins/files/digest-audacious-plugins-1.2.2-r1 deleted file mode 100644 index 4015ffefdad1..000000000000 --- a/media-plugins/audacious-plugins/files/digest-audacious-plugins-1.2.2-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 2e296f48ebc52bd02c1a19af2705f7c6 audacious-plugins-1.2.2.tgz 2178529 -RMD160 b986bb1e12fd0b3c5f0e1dde994781fb556a1d3c audacious-plugins-1.2.2.tgz 2178529 -SHA256 0422cdb510c9f7c90ceb206b4f7317e3b7ea8a66809f78976a1231d2fc073049 audacious-plugins-1.2.2.tgz 2178529 diff --git a/media-plugins/audacious-plugins/files/digest-audacious-plugins-1.2.5 b/media-plugins/audacious-plugins/files/digest-audacious-plugins-1.2.5 deleted file mode 100644 index 55aedb110e4f..000000000000 --- a/media-plugins/audacious-plugins/files/digest-audacious-plugins-1.2.5 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 21d75a35024e81f7c5811baf5c8212e0 audacious-plugins-1.2.5.tgz 2339867 -RMD160 ce102649e5cf15239bcab5a204d368869dbe851d audacious-plugins-1.2.5.tgz 2339867 -SHA256 29d812db9a17ef50dc38db9ac354ab2ba31047829a0c1316a549177328ffb6c3 audacious-plugins-1.2.5.tgz 2339867 |