diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2008-01-29 13:53:38 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2008-01-29 13:53:38 +0000 |
commit | 1e8e4bd1043642db9fd2e887b6e9e51acaf48139 (patch) | |
tree | 9012d47fd54e93cb65c6c171554521a7f8a47d8d /media-plugins/audacious-plugins | |
parent | Mark stable on PPC & X86. Tested on a Powerbook 5,9 and a Centrino laptop, re... (diff) | |
download | gentoo-2-1e8e4bd1043642db9fd2e887b6e9e51acaf48139.tar.gz gentoo-2-1e8e4bd1043642db9fd2e887b6e9e51acaf48139.tar.bz2 gentoo-2-1e8e4bd1043642db9fd2e887b6e9e51acaf48139.zip |
Remove now obsolete ebuilds.
(Portage version: 2.1.4)
Diffstat (limited to 'media-plugins/audacious-plugins')
11 files changed, 7 insertions, 557 deletions
diff --git a/media-plugins/audacious-plugins/ChangeLog b/media-plugins/audacious-plugins/ChangeLog index 14b566fc8909..d4dd1932c1ec 100644 --- a/media-plugins/audacious-plugins/ChangeLog +++ b/media-plugins/audacious-plugins/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/audacious-plugins # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.82 2008/01/29 12:39:56 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.83 2008/01/29 13:53:37 chainsaw Exp $ + + 29 Jan 2008; Tony Vroon <chainsaw@gentoo.org> + -audacious-plugins-1.3.3.ebuild, -audacious-plugins-1.3.4.ebuild, + -audacious-plugins-1.3.5.ebuild, -audacious-plugins-1.4.1.ebuild, + -audacious-plugins-1.4.2.ebuild: + Remove now obsolete ebuilds. 29 Jan 2008; Samuli Suominen <drac@gentoo.org> audacious-plugins-1.4.4.ebuild: diff --git a/media-plugins/audacious-plugins/audacious-plugins-1.3.3.ebuild b/media-plugins/audacious-plugins/audacious-plugins-1.3.3.ebuild deleted file mode 100644 index c420e792920b..000000000000 --- a/media-plugins/audacious-plugins/audacious-plugins-1.3.3.ebuild +++ /dev/null @@ -1,110 +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.3.3.ebuild,v 1.7 2007/11/03 17:01:49 chainsaw Exp $ - -inherit eutils 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 mips ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="aac adplug alsa arts chardet esd flac jack lirc mad modplug musepack nls oss sid sndfile timidity tta vorbis wavpack wma pulseaudio" - -RDEPEND="app-arch/unzip - dev-libs/libxml2 - media-libs/libsamplerate - net-misc/curl - >=media-sound/audacious-1.3.1 - >=x11-libs/gtk+-2.6 - >=gnome-base/libglade-2.3.1 - >=media-libs/libsdl-1.2.5 - media-libs/taglib - adplug? ( >=dev-cpp/libbinio-1.4 ) - 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 ) - jack? ( >=media-libs/bio2jack-0.4 - media-sound/jack-audio-connection-kit ) - lirc? ( app-misc/lirc ) - mad? ( media-libs/libmad ) - musepack? ( media-libs/libmpcdec ) - sid? ( media-libs/libsidplay ) - sndfile? ( media-libs/libsndfile ) - timidity? ( media-sound/timidity++ ) - tta? ( media-libs/libid3tag ) - vorbis? ( >=media-libs/libvorbis-1.0 - >=media-libs/libogg-1.0 ) - pulseaudio? ( >=media-sound/pulseaudio-0.9.3 ) - wavpack? ( >=media-sound/wavpack-4.31 ) - wma? ( >=media-libs/libmms-0.3 )" - -DEPEND="${RDEPEND} - nls? ( dev-util/intltool ) - >=dev-util/pkgconfig-0.9.0 - !media-plugins/audacious-docklet - !=media-plugins/audacious-plugins-ugly-1.2.0" - -mp3_warning() { - if ! useq mad ; then - echo - ewarn "MP3 support is optional, you may want to enable the mad 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 \ - --enable-paranormal \ - --disable-projectm \ - $(use_enable vorbis) \ - $(use_enable esd) \ - $(use_enable mad 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) \ - $(use_enable tta) \ - $(use_enable adplug) \ - || die - - emake || die "make failed" -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc AUTHORS NEWS -} - -pkg_postinst() { - mp3_warning - elog "Note that you need to recompile *all* third-party plugins to use Audacious" - elog "1.3 builds. To clarify, that means all plugins *not* contained in this ebuild." - elog "Failure to do so may cause the player to crash. Rebuild, and if that fails," - elog "unmerge any third-party plugins before you report a bug." -} diff --git a/media-plugins/audacious-plugins/audacious-plugins-1.3.4.ebuild b/media-plugins/audacious-plugins/audacious-plugins-1.3.4.ebuild deleted file mode 100644 index dfd6925a74c4..000000000000 --- a/media-plugins/audacious-plugins/audacious-plugins-1.3.4.ebuild +++ /dev/null @@ -1,110 +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.3.4.ebuild,v 1.4 2007/11/03 17:01:49 chainsaw Exp $ - -inherit eutils 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 ~x86-fbsd" -IUSE="aac adplug alsa arts chardet esd flac jack lirc mad modplug musepack nls oss sid sndfile timidity tta vorbis wavpack wma pulseaudio" - -RDEPEND="app-arch/unzip - dev-libs/libxml2 - media-libs/libsamplerate - net-misc/curl - >=media-sound/audacious-1.3.2 - >=x11-libs/gtk+-2.6 - >=gnome-base/libglade-2.3.1 - >=media-libs/libsdl-1.2.5 - media-libs/taglib - adplug? ( >=dev-cpp/libbinio-1.4 ) - 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 ) - jack? ( >=media-libs/bio2jack-0.4 - media-sound/jack-audio-connection-kit ) - lirc? ( app-misc/lirc ) - mad? ( media-libs/libmad ) - musepack? ( media-libs/libmpcdec ) - sid? ( media-libs/libsidplay ) - sndfile? ( media-libs/libsndfile ) - timidity? ( media-sound/timidity++ ) - tta? ( media-libs/libid3tag ) - vorbis? ( >=media-libs/libvorbis-1.0 - >=media-libs/libogg-1.0 ) - pulseaudio? ( >=media-sound/pulseaudio-0.9.3 ) - wavpack? ( >=media-sound/wavpack-4.31 ) - wma? ( >=media-libs/libmms-0.3 )" - -DEPEND="${RDEPEND} - nls? ( dev-util/intltool ) - >=dev-util/pkgconfig-0.9.0 - !media-plugins/audacious-docklet - !=media-plugins/audacious-plugins-ugly-1.2.0" - -mp3_warning() { - if ! useq mad ; then - echo - ewarn "MP3 support is optional, you may want to enable the mad 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 \ - --enable-paranormal \ - --disable-projectm \ - $(use_enable vorbis) \ - $(use_enable esd) \ - $(use_enable mad 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) \ - $(use_enable tta) \ - $(use_enable adplug) \ - || die - - emake || die "make failed" -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc AUTHORS NEWS -} - -pkg_postinst() { - mp3_warning - elog "Note that you need to recompile *all* third-party plugins to use Audacious" - elog "1.3 builds. To clarify, that means all plugins *not* contained in this ebuild." - elog "Failure to do so may cause the player to crash. Rebuild, and if that fails," - elog "unmerge any third-party plugins before you report a bug." -} diff --git a/media-plugins/audacious-plugins/audacious-plugins-1.3.5.ebuild b/media-plugins/audacious-plugins/audacious-plugins-1.3.5.ebuild deleted file mode 100644 index 978f4225d98d..000000000000 --- a/media-plugins/audacious-plugins/audacious-plugins-1.3.5.ebuild +++ /dev/null @@ -1,110 +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.3.5.ebuild,v 1.9 2007/11/03 17:01:49 chainsaw Exp $ - -inherit eutils 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 ~x86-fbsd" -IUSE="aac adplug alsa arts chardet esd flac jack lirc mad modplug musepack nls oss sid sndfile timidity tta vorbis wavpack wma pulseaudio" - -RDEPEND="app-arch/unzip - dev-libs/libxml2 - media-libs/libsamplerate - net-misc/curl - >=media-sound/audacious-1.3.2 - >=x11-libs/gtk+-2.6 - >=gnome-base/libglade-2.3.1 - >=media-libs/libsdl-1.2.5 - media-libs/taglib - adplug? ( >=dev-cpp/libbinio-1.4 ) - 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 ) - jack? ( >=media-libs/bio2jack-0.4 - media-sound/jack-audio-connection-kit ) - lirc? ( app-misc/lirc ) - mad? ( media-libs/libmad ) - musepack? ( media-libs/libmpcdec ) - sid? ( media-libs/libsidplay ) - sndfile? ( media-libs/libsndfile ) - timidity? ( media-sound/timidity++ ) - tta? ( media-libs/libid3tag ) - vorbis? ( >=media-libs/libvorbis-1.0 - >=media-libs/libogg-1.0 ) - pulseaudio? ( >=media-sound/pulseaudio-0.9.3 ) - wavpack? ( >=media-sound/wavpack-4.31 ) - wma? ( >=media-libs/libmms-0.3 )" - -DEPEND="${RDEPEND} - nls? ( dev-util/intltool ) - >=dev-util/pkgconfig-0.9.0 - !media-plugins/audacious-docklet - !=media-plugins/audacious-plugins-ugly-1.2.0" - -mp3_warning() { - if ! useq mad ; then - echo - ewarn "MP3 support is optional, you may want to enable the mad 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 \ - --enable-paranormal \ - --disable-projectm \ - $(use_enable vorbis) \ - $(use_enable esd) \ - $(use_enable mad 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) \ - $(use_enable tta) \ - $(use_enable adplug) \ - || die - - emake || die "make failed" -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc AUTHORS NEWS -} - -pkg_postinst() { - mp3_warning - elog "Note that you need to recompile *all* third-party plugins to use Audacious" - elog "1.3 builds. To clarify, that means all plugins *not* contained in this ebuild." - elog "Failure to do so may cause the player to crash. Rebuild, and if that fails," - elog "unmerge any third-party plugins before you report a bug." -} diff --git a/media-plugins/audacious-plugins/audacious-plugins-1.4.1.ebuild b/media-plugins/audacious-plugins/audacious-plugins-1.4.1.ebuild deleted file mode 100644 index 6e37a3917dd7..000000000000 --- a/media-plugins/audacious-plugins/audacious-plugins-1.4.1.ebuild +++ /dev/null @@ -1,105 +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.4.1.ebuild,v 1.2 2007/11/21 18:49:44 chainsaw Exp $ - -inherit eutils flag-o-matic - -MY_P="${P/_/-}" -S="${WORKDIR}/${MY_P}" -DESCRIPTION="Audacious Player - Your music, your way, no exceptions" -HOMEPAGE="http://audacious-media-player.org/" -SRC_URI="http://distfiles.atheme.org/${MY_P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="aac adplug alsa arts chardet dbus esd flac gnome jack lirc modplug mp3 mtp musepack nls oss pulseaudio sdl sid sndfile timidity tta vorbis wavpack wma" - -RDEPEND="app-arch/unzip - >=dev-libs/libcdio-0.78.2 - dev-libs/libxml2 - >=gnome-base/libglade-2.3.1 - >=media-libs/libcddb-1.2.1 - >=media-sound/audacious-1.4.2 - >=net-misc/neon-0.26.3 - >=x11-libs/gtk+-2.6 - adplug? ( >=dev-cpp/libbinio-1.4 ) - alsa? ( >=media-libs/alsa-lib-1.0.9_rc2 ) - arts? ( kde-base/arts ) - dbus? ( >=dev-libs/dbus-glib-0.60 ) - esd? ( >=media-sound/esound-0.2.30 ) - flac? ( >=media-libs/libvorbis-1.0 ) - jack? ( >=media-libs/bio2jack-0.4 - media-sound/jack-audio-connection-kit ) - lirc? ( app-misc/lirc ) - mp3? ( media-libs/libmad ) - mtp? ( >=media-libs/libmtp-0.2.3 ) - musepack? ( media-libs/libmpcdec media-libs/taglib ) - pulseaudio? ( >=media-sound/pulseaudio-0.9.3 ) - sdl? ( >=media-libs/libsdl-1.2.5 ) - sid? ( media-libs/libsidplay ) - sndfile? ( media-libs/libsndfile ) - timidity? ( media-sound/timidity++ ) - tta? ( media-libs/libid3tag ) - vorbis? ( >=media-libs/libvorbis-1.0 - >=media-libs/libogg-1.0 ) - wavpack? ( >=media-sound/wavpack-4.31 ) - wma? ( >=media-libs/libmms-0.3 )" - -DEPEND="${RDEPEND} - nls? ( dev-util/intltool ) - >=dev-util/pkgconfig-0.9.0" - -mp3_warning() { - if ! useq mp3 ; then - ewarn "MP3 support is optional, you may want to enable the mp3 USE-flag" - fi -} - -src_compile() { - mp3_warning - - econf \ - --enable-cdaudio-ng \ - --enable-neon \ - --disable-projectm \ - --disable-projectm-1.0 \ - $(use_enable aac) \ - $(use_enable adplug) \ - $(use_enable alsa) \ - $(use_enable arts) \ - $(use_enable chardet) \ - $(use_enable dbus) \ - $(use_enable esd) \ - $(use_enable flac) \ - $(use_enable jack) \ - $(use_enable gnome gnomeshortcuts) \ - $(use_enable lirc) \ - $(use_enable mp3) \ - $(use_enable modplug) \ - $(use_enable musepack) \ - $(use_enable mtp mtp_up) \ - $(use_enable nls) \ - $(use_enable oss) \ - $(use_enable pulseaudio pulse) \ - $(use_enable sdl paranormal) \ - $(use_enable sid) \ - $(use_enable sndfile) \ - $(use_enable timidity) \ - $(use_enable tta) \ - $(use_enable vorbis) \ - $(use_enable wavpack) \ - $(use_enable wma) \ - || 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.4.2.ebuild b/media-plugins/audacious-plugins/audacious-plugins-1.4.2.ebuild deleted file mode 100644 index 1a6b5c7677d4..000000000000 --- a/media-plugins/audacious-plugins/audacious-plugins-1.4.2.ebuild +++ /dev/null @@ -1,106 +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.4.2.ebuild,v 1.2 2007/12/03 18:00:48 chainsaw Exp $ - -inherit eutils flag-o-matic - -MY_P="${P/_/-}" -S="${WORKDIR}/${MY_P}" -DESCRIPTION="Audacious Player - Your music, your way, no exceptions" -HOMEPAGE="http://audacious-media-player.org/" -SRC_URI="http://distfiles.atheme.org/${MY_P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="aac adplug alsa arts chardet dbus esd flac gnome jack lirc modplug mp3 mtp musepack nls oss pulseaudio sdl sid sndfile sse2 timidity tta vorbis wavpack wma" - -RDEPEND="app-arch/unzip - >=dev-libs/libcdio-0.78.2 - dev-libs/libxml2 - >=gnome-base/libglade-2.3.1 - >=media-libs/libcddb-1.2.1 - >=media-sound/audacious-1.4.4 - >=net-misc/neon-0.26.3 - >=x11-libs/gtk+-2.6 - adplug? ( >=dev-cpp/libbinio-1.4 ) - alsa? ( >=media-libs/alsa-lib-1.0.9_rc2 ) - arts? ( kde-base/arts ) - dbus? ( >=dev-libs/dbus-glib-0.60 ) - esd? ( >=media-sound/esound-0.2.30 ) - flac? ( >=media-libs/libvorbis-1.0 ) - jack? ( >=media-libs/bio2jack-0.4 - media-sound/jack-audio-connection-kit ) - lirc? ( app-misc/lirc ) - mp3? ( media-libs/libmad ) - mtp? ( >=media-libs/libmtp-0.2.3 ) - musepack? ( media-libs/libmpcdec media-libs/taglib ) - pulseaudio? ( >=media-sound/pulseaudio-0.9.3 ) - sdl? ( >=media-libs/libsdl-1.2.5 ) - sid? ( media-libs/libsidplay ) - sndfile? ( media-libs/libsndfile ) - timidity? ( media-sound/timidity++ ) - tta? ( media-libs/libid3tag ) - vorbis? ( >=media-libs/libvorbis-1.0 - >=media-libs/libogg-1.0 ) - wavpack? ( >=media-sound/wavpack-4.31 ) - wma? ( >=media-libs/libmms-0.3 )" - -DEPEND="${RDEPEND} - nls? ( dev-util/intltool ) - >=dev-util/pkgconfig-0.9.0" - -mp3_warning() { - if ! useq mp3 ; then - ewarn "MP3 support is optional, you may want to enable the mp3 USE-flag" - fi -} - -src_compile() { - mp3_warning - - econf \ - --enable-cdaudio-ng \ - --enable-neon \ - --disable-projectm \ - --disable-projectm-1.0 \ - $(use_enable aac) \ - $(use_enable adplug) \ - $(use_enable alsa) \ - $(use_enable arts) \ - $(use_enable chardet) \ - $(use_enable dbus) \ - $(use_enable esd) \ - $(use_enable flac) \ - $(use_enable jack) \ - $(use_enable gnome gnomeshortcuts) \ - $(use_enable lirc) \ - $(use_enable mp3) \ - $(use_enable modplug) \ - $(use_enable musepack) \ - $(use_enable mtp mtp_up) \ - $(use_enable nls) \ - $(use_enable oss) \ - $(use_enable pulseaudio pulse) \ - $(use_enable sdl paranormal) \ - $(use_enable sid) \ - $(use_enable sndfile) \ - $(use_enable sse2) \ - $(use_enable timidity) \ - $(use_enable tta) \ - $(use_enable vorbis) \ - $(use_enable wavpack) \ - $(use_enable wma) \ - || 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.3.3 b/media-plugins/audacious-plugins/files/digest-audacious-plugins-1.3.3 deleted file mode 100644 index a4506fcbcdc2..000000000000 --- a/media-plugins/audacious-plugins/files/digest-audacious-plugins-1.3.3 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 520187b4840c534001604195ce603ed9 audacious-plugins-1.3.3.tgz 2963141 -RMD160 53b6f3156b76454f20c5084fbd35334f2a9397c3 audacious-plugins-1.3.3.tgz 2963141 -SHA256 67a968d77524f6d902a2180c31742e124fe27584dc7be2d4646dfe0fb0509580 audacious-plugins-1.3.3.tgz 2963141 diff --git a/media-plugins/audacious-plugins/files/digest-audacious-plugins-1.3.4 b/media-plugins/audacious-plugins/files/digest-audacious-plugins-1.3.4 deleted file mode 100644 index 063dad947167..000000000000 --- a/media-plugins/audacious-plugins/files/digest-audacious-plugins-1.3.4 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 417ffe1cae7081b0dec404b659a6d67e audacious-plugins-1.3.4.tgz 2977560 -RMD160 66c5eb81346b0d1badfa19e5557bff7f6d4c2216 audacious-plugins-1.3.4.tgz 2977560 -SHA256 44534b9f1e03649322a3a9ff8bba99cb5790a736e81241d9285e40957aecb324 audacious-plugins-1.3.4.tgz 2977560 diff --git a/media-plugins/audacious-plugins/files/digest-audacious-plugins-1.3.5 b/media-plugins/audacious-plugins/files/digest-audacious-plugins-1.3.5 deleted file mode 100644 index 6f942b6f6858..000000000000 --- a/media-plugins/audacious-plugins/files/digest-audacious-plugins-1.3.5 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 ff6b5901367337f8149e15c8fb1fdf95 audacious-plugins-1.3.5.tgz 2983930 -RMD160 537cd240c5560d57ea615d322e4b660274484be9 audacious-plugins-1.3.5.tgz 2983930 -SHA256 aae72d89135e7989b2149d51a1ed3fba2d2b8293c4852e2d6bf8eacb79113f70 audacious-plugins-1.3.5.tgz 2983930 diff --git a/media-plugins/audacious-plugins/files/digest-audacious-plugins-1.4.1 b/media-plugins/audacious-plugins/files/digest-audacious-plugins-1.4.1 deleted file mode 100644 index b0857a94a3ee..000000000000 --- a/media-plugins/audacious-plugins/files/digest-audacious-plugins-1.4.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 eefc820fe019ab55c92ae1b9b4bb2a98 audacious-plugins-1.4.1.tgz 3164510 -RMD160 68d19f758bb5f2c300a8257f0413b01d623dcde2 audacious-plugins-1.4.1.tgz 3164510 -SHA256 96a613b15aeca04d5368f01435dd6afacef2ec3ca6a75d6d9f4a0643974683ac audacious-plugins-1.4.1.tgz 3164510 diff --git a/media-plugins/audacious-plugins/files/digest-audacious-plugins-1.4.2 b/media-plugins/audacious-plugins/files/digest-audacious-plugins-1.4.2 deleted file mode 100644 index 474ac14b3e27..000000000000 --- a/media-plugins/audacious-plugins/files/digest-audacious-plugins-1.4.2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 17520fa61d1cad95b17ce98fa24e41a6 audacious-plugins-1.4.2.tgz 3164742 -RMD160 d28891be120e8e215cb1e06c152e0380339b07e4 audacious-plugins-1.4.2.tgz 3164742 -SHA256 62ed2ddcb70a2a9c62fa7cb802e371d187deefe4e0fa406926790b9124d4dbb8 audacious-plugins-1.4.2.tgz 3164742 |