diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2006-04-22 12:08:35 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2006-04-22 12:08:35 +0000 |
commit | 0aacc0bbdd71ddd219b14f55f1f3912479c3cdca (patch) | |
tree | 8ddfbd664f2a13ee56361da8f54bbc6ce6812dad /media-sound | |
parent | app-crypt/pinentry was keyworded for ppc64 to it can be installed with USE="c... (diff) | |
download | gentoo-2-0aacc0bbdd71ddd219b14f55f1f3912479c3cdca.tar.gz gentoo-2-0aacc0bbdd71ddd219b14f55f1f3912479c3cdca.tar.bz2 gentoo-2-0aacc0bbdd71ddd219b14f55f1f3912479c3cdca.zip |
Clean up old ebuilds & patches. (Note that the mips arch had no stable ebuild before, so lack of a stable mips keyword does not block this.)
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/audacious/ChangeLog | 10 | ||||
-rw-r--r-- | media-sound/audacious/audacious-0.1.2.ebuild | 90 | ||||
-rw-r--r-- | media-sound/audacious/audacious-0.2-r1.ebuild | 107 | ||||
-rw-r--r-- | media-sound/audacious/audacious-0.2.1.ebuild | 98 | ||||
-rw-r--r-- | media-sound/audacious/audacious-0.2.2.ebuild | 98 | ||||
-rw-r--r-- | media-sound/audacious/files/0.2-no-sigabrt-on-null-path.diff | 13 | ||||
-rw-r--r-- | media-sound/audacious/files/0.2-segfault.diff | 11 | ||||
-rw-r--r-- | media-sound/audacious/files/0.2-thumbnail.diff | 22 | ||||
-rw-r--r-- | media-sound/audacious/files/digest-audacious-0.1.2 | 2 | ||||
-rw-r--r-- | media-sound/audacious/files/digest-audacious-0.2-r1 | 6 | ||||
-rw-r--r-- | media-sound/audacious/files/digest-audacious-0.2.1 | 6 | ||||
-rw-r--r-- | media-sound/audacious/files/digest-audacious-0.2.2 | 6 |
12 files changed, 9 insertions, 460 deletions
diff --git a/media-sound/audacious/ChangeLog b/media-sound/audacious/ChangeLog index 08184409dd19..c8df10426441 100644 --- a/media-sound/audacious/ChangeLog +++ b/media-sound/audacious/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for media-sound/audacious # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.39 2006/04/22 02:10:51 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.40 2006/04/22 12:08:35 chainsaw Exp $ + + 22 Apr 2006; Tony Vroon <chainsaw@gentoo.org> + -files/0.2-no-sigabrt-on-null-path.diff, -files/0.2-segfault.diff, + -files/0.2-thumbnail.diff, -audacious-0.1.2.ebuild, + -audacious-0.2-r1.ebuild, -audacious-0.2.1.ebuild, + -audacious-0.2.2.ebuild: + Clean up old ebuilds & patches. (Note that the mips arch had no stable + ebuild before, so lack of a stable mips keyword does not block this.) 22 Apr 2006; Luis Medinas <metalgod@gentoo.org> audacious-0.2.3.ebuild: Stable on amd64. Bug #130123. diff --git a/media-sound/audacious/audacious-0.1.2.ebuild b/media-sound/audacious/audacious-0.1.2.ebuild deleted file mode 100644 index 527738cc855b..000000000000 --- a/media-sound/audacious/audacious-0.1.2.ebuild +++ /dev/null @@ -1,90 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-0.1.2.ebuild,v 1.7 2006/02/20 23:28:32 chainsaw Exp $ - -IUSE="aac alsa esd flac gnome lirc mmx modplug mp3 nls oss sdl sid sndfile vorbis wma" - -inherit flag-o-matic eutils - -DESCRIPTION="Audacious Player - Your music, your way, no exceptions." -HOMEPAGE="http://audacious-media-player.org/" -SRC_URI="http://audacious.nenolod.net/release/${P}.tgz - mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" - -KEYWORDS="amd64 ppc sparc x86" - -RDEPEND="app-arch/unzip - >=x11-libs/gtk+-2.4 - >=gnome-base/libglade-2.3.1 - alsa? ( >=media-libs/alsa-lib-1.0.9_rc2 ) - esd? ( >=media-sound/esound-0.2.30 ) - flac? ( >=media-libs/libvorbis-1.0 - >=media-libs/flac-1.1.2 ) - gnome? ( >=gnome-base/gconf-2.6.0 ) - lirc? ( app-misc/lirc ) - modplug? ( media-libs/libmodplug ) - mp3? ( media-libs/id3lib ) - sdl? ( >=media-libs/libsdl-1.2.5 ) - sid? ( media-libs/libsidplay ) - sndfile? ( media-libs/libsndfile ) - vorbis? ( >=media-libs/libvorbis-1.0 - >=media-libs/libogg-1.0 )" - -DEPEND="${RDEPEND} - nls? ( dev-util/intltool ) - >=dev-util/pkgconfig-0.9.0" - -src_compile() { - if ! useq mp3; then - ewarn "MP3 support is now optional and you have not enabled it." - fi - - # 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 \ - --includedir=/usr/include/audacious \ - `use_enable mmx simd` \ - `use_enable gnome gconf` \ - `use_enable vorbis` \ - `use_enable esd` \ - `use_enable mp3` \ - `use_enable nls` \ - `use_enable oss` \ - `use_enable alsa` \ - `use_enable flac` \ - `use_enable aac` \ - `use_enable modplug` \ - `use_enable lirc` \ - `use_enable sndfile` \ - `use_enable wma` \ - `use_enable sid` \ - || die - - emake || die "make failed" -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc AUTHORS FAQ NEWS README - - # Gentoo_ice skin installation; bug #109772 - insinto /usr/share/audacious/Skins/gentoo_ice - doins ${WORKDIR}/gentoo_ice/* - docinto gentoo_ice - dodoc ${WORKDIR}/README -} - -pkg_postinst() { - echo - einfo "Your XMMS skins, if any, have been symlinked." - einfo "MP3 support is now optional, you may want to enable the mp3 USE-flag." - echo -} diff --git a/media-sound/audacious/audacious-0.2-r1.ebuild b/media-sound/audacious/audacious-0.2-r1.ebuild deleted file mode 100644 index 28b5e37624f0..000000000000 --- a/media-sound/audacious/audacious-0.2-r1.ebuild +++ /dev/null @@ -1,107 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-0.2-r1.ebuild,v 1.8 2006/03/04 21:36:19 weeve Exp $ - -IUSE="aac alsa esd flac gnome jack libvisual lirc mmx modplug mp3 musepack nls oss sdl sid sndfile vorbis wma" - -inherit flag-o-matic eutils - -DESCRIPTION="Audacious Player - Your music, your way, no exceptions." -HOMEPAGE="http://audacious-media-player.org/" -SRC_URI="http://audacious-media-player.org/release/${P}.tgz - mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" - -KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86" - -RDEPEND="app-arch/unzip - >=x11-libs/gtk+-2.6 - >=gnome-base/libglade-2.3.1 - >=dev-cpp/libbinio-1.4 - alsa? ( >=media-libs/alsa-lib-1.0.9_rc2 ) - esd? ( >=media-sound/esound-0.2.30 ) - flac? ( >=media-libs/libvorbis-1.0 - >=media-libs/flac-1.1.2 ) - gnome? ( >=gnome-base/gconf-2.6.0 ) - jack? ( >=media-libs/bio2jack-0.4 - media-libs/libsamplerate - media-sound/jack-audio-connection-kit ) - libvisual? ( =media-plugins/libvisual-plugins-0.2.0 - >=media-libs/libsdl-1.2.5 ) - lirc? ( app-misc/lirc ) - modplug? ( media-libs/libmodplug ) - musepack? ( media-libs/libmpcdec - media-libs/taglib ) - mp3? ( media-libs/id3lib ) - sid? ( media-libs/libsidplay ) - sndfile? ( media-libs/libsndfile ) - vorbis? ( >=media-libs/libvorbis-1.0 - >=media-libs/libogg-1.0 )" - -DEPEND="${RDEPEND} - nls? ( dev-util/intltool ) - >=dev-util/pkgconfig-0.9.0" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${PV}-no-sigabrt-on-null-path.diff - epatch ${FILESDIR}/${PV}-thumbnail.diff - epatch ${FILESDIR}/${PV}-segfault.diff -} - -src_compile() { - if ! useq mp3; then - ewarn "MP3 support is now optional and you have not enabled it." - fi - - # 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 \ - --includedir=/usr/include/audacious \ - `use_enable mmx simd` \ - `use_enable gnome gconf` \ - `use_enable vorbis` \ - `use_enable esd` \ - `use_enable mp3` \ - `use_enable nls` \ - `use_enable oss` \ - `use_enable alsa` \ - `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` \ - || die - - emake || die "make failed" -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc AUTHORS FAQ NEWS README - - # Gentoo_ice skin installation; bug #109772 - insinto /usr/share/audacious/Skins/gentoo_ice - doins ${WORKDIR}/gentoo_ice/* - docinto gentoo_ice - dodoc ${WORKDIR}/README -} - -pkg_postinst() { - echo - einfo "Your XMMS skins, if any, have been symlinked." - einfo "MP3 support is now optional, you may want to enable the mp3 USE-flag." - echo -} diff --git a/media-sound/audacious/audacious-0.2.1.ebuild b/media-sound/audacious/audacious-0.2.1.ebuild deleted file mode 100644 index 6b90079e4895..000000000000 --- a/media-sound/audacious/audacious-0.2.1.ebuild +++ /dev/null @@ -1,98 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-0.2.1.ebuild,v 1.5 2006/03/04 21:36:19 weeve Exp $ - -IUSE="aac alsa esd flac gnome jack lirc mmx modplug mp3 musepack nls oss sid sndfile vorbis wma" - -inherit flag-o-matic - -DESCRIPTION="Audacious Player - Your music, your way, no exceptions." -HOMEPAGE="http://audacious-media-player.org/" -SRC_URI="http://audacious-media-player.org/release/${P}.tgz - mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" - -KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86" - -RDEPEND="app-arch/unzip - net-misc/curl - media-libs/musicbrainz - >=x11-libs/gtk+-2.6 - >=gnome-base/libglade-2.3.1 - >=dev-cpp/libbinio-1.4 - alsa? ( >=media-libs/alsa-lib-1.0.9_rc2 ) - esd? ( >=media-sound/esound-0.2.30 ) - flac? ( >=media-libs/libvorbis-1.0 - >=media-libs/flac-1.1.2 ) - gnome? ( >=gnome-base/gconf-2.6.0 ) - 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 - media-libs/taglib ) - mp3? ( media-libs/id3lib ) - sid? ( media-libs/libsidplay ) - sndfile? ( media-libs/libsndfile ) - vorbis? ( >=media-libs/libvorbis-1.0 - >=media-libs/libogg-1.0 )" - -DEPEND="${RDEPEND} - nls? ( dev-util/intltool ) - >=dev-util/pkgconfig-0.9.0" - -src_compile() { - if ! useq mp3; then - ewarn "MP3 support is now optional and you have not enabled it." - fi - - # 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 \ - --includedir=/usr/include/audacious \ - `use_enable mmx simd` \ - `use_enable gnome gconf` \ - `use_enable vorbis` \ - `use_enable esd` \ - `use_enable mp3` \ - `use_enable nls` \ - `use_enable oss` \ - `use_enable alsa` \ - `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` \ - || die - - emake || die "make failed" -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc AUTHORS NEWS README - - # Gentoo_ice skin installation; bug #109772 - insinto /usr/share/audacious/Skins/gentoo_ice - doins ${WORKDIR}/gentoo_ice/* - docinto gentoo_ice - dodoc ${WORKDIR}/README -} - -pkg_postinst() { - echo - einfo "MP3 support is now optional, you may want to enable the mp3 USE-flag." - echo -} diff --git a/media-sound/audacious/audacious-0.2.2.ebuild b/media-sound/audacious/audacious-0.2.2.ebuild deleted file mode 100644 index 0870c595ef6a..000000000000 --- a/media-sound/audacious/audacious-0.2.2.ebuild +++ /dev/null @@ -1,98 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-0.2.2.ebuild,v 1.3 2006/03/13 19:05:52 gustavoz Exp $ - -IUSE="aac alsa esd flac gnome jack lirc mmx modplug mp3 musepack nls oss sid sndfile vorbis wma" - -inherit flag-o-matic - -DESCRIPTION="Audacious Player - Your music, your way, no exceptions." -HOMEPAGE="http://audacious-media-player.org/" -SRC_URI="http://audacious-media-player.org/release/${P}.tgz - mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" - -KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86" - -RDEPEND="app-arch/unzip - net-misc/curl - media-libs/musicbrainz - >=x11-libs/gtk+-2.6 - >=gnome-base/libglade-2.3.1 - >=dev-cpp/libbinio-1.4 - alsa? ( >=media-libs/alsa-lib-1.0.9_rc2 ) - esd? ( >=media-sound/esound-0.2.30 ) - flac? ( >=media-libs/libvorbis-1.0 - >=media-libs/flac-1.1.2 ) - gnome? ( >=gnome-base/gconf-2.6.0 ) - 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 - media-libs/taglib ) - mp3? ( media-libs/id3lib ) - sid? ( media-libs/libsidplay ) - sndfile? ( media-libs/libsndfile ) - vorbis? ( >=media-libs/libvorbis-1.0 - >=media-libs/libogg-1.0 )" - -DEPEND="${RDEPEND} - nls? ( dev-util/intltool ) - >=dev-util/pkgconfig-0.9.0" - -src_compile() { - if ! useq mp3; then - ewarn "MP3 support is now optional and you have not enabled it." - fi - - # 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 \ - --includedir=/usr/include/audacious \ - `use_enable mmx simd` \ - `use_enable gnome gconf` \ - `use_enable vorbis` \ - `use_enable esd` \ - `use_enable mp3` \ - `use_enable nls` \ - `use_enable oss` \ - `use_enable alsa` \ - `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` \ - || die - - emake || die "make failed" -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc AUTHORS NEWS README - - # Gentoo_ice skin installation; bug #109772 - insinto /usr/share/audacious/Skins/gentoo_ice - doins ${WORKDIR}/gentoo_ice/* - docinto gentoo_ice - dodoc ${WORKDIR}/README -} - -pkg_postinst() { - echo - einfo "MP3 support is now optional, you may want to enable the mp3 USE-flag." - echo -} diff --git a/media-sound/audacious/files/0.2-no-sigabrt-on-null-path.diff b/media-sound/audacious/files/0.2-no-sigabrt-on-null-path.diff deleted file mode 100644 index 97fed2eb8496..000000000000 --- a/media-sound/audacious/files/0.2-no-sigabrt-on-null-path.diff +++ /dev/null @@ -1,13 +0,0 @@ ---- audacious-0.2/audacious/skin.c.orig 2006-02-18 19:23:03.000000000 +0000 -+++ audacious-0.2/audacious/skin.c 2006-02-18 19:29:46.000000000 +0000 -@@ -837,7 +837,9 @@ skin_load(Skin * skin, const gchar * pat - gboolean error; - - g_return_val_if_fail(skin != NULL, FALSE); -- g_return_val_if_fail(path != NULL, FALSE); -+ -+ if (!path) -+ return FALSE; - - skin_lock(skin); - error = skin_load_nolock(skin, path, FALSE); diff --git a/media-sound/audacious/files/0.2-segfault.diff b/media-sound/audacious/files/0.2-segfault.diff deleted file mode 100644 index 8953efaaa40a..000000000000 --- a/media-sound/audacious/files/0.2-segfault.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- audacious-0.2.orig/audacious/skin.c 2006-01-16 19:32:57.000000000 +0100 -+++ audacious-0.2/audacious/skin.c 2006-02-18 21:27:13.000000000 +0100 -@@ -330,7 +330,7 @@ skin_load_pixmap_id(Skin * skin, SkinPix - - memset(&basenames, 0, sizeof(basenames)); - -- for (i = 0, y = 0; ext_targets[i]; i++, y++) -+ for (i = 0, y = 0; i < EXTENSION_TARGETS; i++, y++) - { - basenames[y] = g_strdup_printf("%s.%s", pixmap_id_mapping->name, - ext_targets[i]); diff --git a/media-sound/audacious/files/0.2-thumbnail.diff b/media-sound/audacious/files/0.2-thumbnail.diff deleted file mode 100644 index 7b028406c98b..000000000000 --- a/media-sound/audacious/files/0.2-thumbnail.diff +++ /dev/null @@ -1,22 +0,0 @@ ---- audacious-0.2.orig/audacious/skinwin.c -+++ audacious-0.2/audacious/skinwin.c -@@ -281,9 +281,6 @@ - for (entry = skinlist; entry; entry = g_list_next(entry)) { - thumbnail = skin_get_thumbnail(SKIN_NODE(entry->data)->path); - -- if (!thumbnail) -- continue; -- - formattedname = g_strdup_printf("<big><b>%s</b></big>\n<i>%s</i>", - SKIN_NODE(entry->data)->name, SKIN_NODE(entry->data)->desc); - name = SKIN_NODE(entry->data)->name; -@@ -293,7 +290,8 @@ - SKIN_VIEW_COL_PREVIEW, thumbnail, - SKIN_VIEW_COL_FORMATTEDNAME, formattedname, - SKIN_VIEW_COL_NAME, name, -1); -- g_object_unref(thumbnail); -+ if (thumbnail) -+ g_object_unref(thumbnail); - g_free(formattedname); - - if (g_strstr_len(bmp_active_skin->path, diff --git a/media-sound/audacious/files/digest-audacious-0.1.2 b/media-sound/audacious/files/digest-audacious-0.1.2 deleted file mode 100644 index 9b1f978fbdc6..000000000000 --- a/media-sound/audacious/files/digest-audacious-0.1.2 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 df8ebff8d60c5d48d2685dd4bb06ad88 audacious-0.1.2.tgz 3237532 -MD5 41eababfa8bad11e9e34e467cdfb86be gentoo_ice-xmms-0.2.tar.bz2 51839 diff --git a/media-sound/audacious/files/digest-audacious-0.2-r1 b/media-sound/audacious/files/digest-audacious-0.2-r1 deleted file mode 100644 index 5ace023775c9..000000000000 --- a/media-sound/audacious/files/digest-audacious-0.2-r1 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 42ecd9753684929482e598a0a7170147 audacious-0.2.tgz 3834934 -RMD160 0a8ed8920134a647eda44dc4093972e2a3ba2f97 audacious-0.2.tgz 3834934 -SHA256 5999c83d6afccff6d1cb1410fc8bea439c0a4337b4077470c6ac2a93cb1fd0a8 audacious-0.2.tgz 3834934 -MD5 41eababfa8bad11e9e34e467cdfb86be gentoo_ice-xmms-0.2.tar.bz2 51839 -RMD160 11439cbebf8c6dc5745c8593a79e88303d094544 gentoo_ice-xmms-0.2.tar.bz2 51839 -SHA256 d1be63368b76f4a8b1d5b0e955cd7a77177f56a7f0b828c6603d8fd2836422b1 gentoo_ice-xmms-0.2.tar.bz2 51839 diff --git a/media-sound/audacious/files/digest-audacious-0.2.1 b/media-sound/audacious/files/digest-audacious-0.2.1 deleted file mode 100644 index f01fd24a6586..000000000000 --- a/media-sound/audacious/files/digest-audacious-0.2.1 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 5c3d57dda1be0e8c8cd03089d8a727d4 audacious-0.2.1.tgz 3645778 -RMD160 fc882bf53c2797bcbbf4edb718141f514ec5d8cd audacious-0.2.1.tgz 3645778 -SHA256 499e6ff6196278dbaa5e2ae394ac1d688ec2efcc09b03b4745cc3574858db7c3 audacious-0.2.1.tgz 3645778 -MD5 41eababfa8bad11e9e34e467cdfb86be gentoo_ice-xmms-0.2.tar.bz2 51839 -RMD160 11439cbebf8c6dc5745c8593a79e88303d094544 gentoo_ice-xmms-0.2.tar.bz2 51839 -SHA256 d1be63368b76f4a8b1d5b0e955cd7a77177f56a7f0b828c6603d8fd2836422b1 gentoo_ice-xmms-0.2.tar.bz2 51839 diff --git a/media-sound/audacious/files/digest-audacious-0.2.2 b/media-sound/audacious/files/digest-audacious-0.2.2 deleted file mode 100644 index fe228e4f29ea..000000000000 --- a/media-sound/audacious/files/digest-audacious-0.2.2 +++ /dev/null @@ -1,6 +0,0 @@ -RMD160 88f23cd86677193ad2616ee334cb88566f7ddc75 audacious-0.2.2.tgz 3216937 -SHA256 b47d82650538847ab732e5d0e1d4b1cf6e4e0a4f4cd1a5fbe4606a0251ab9a0c audacious-0.2.2.tgz 3216937 -MD5 c7552c96df2d3076a2a6fbcfa0980030 audacious-0.2.2.tgz 3216937 -MD5 41eababfa8bad11e9e34e467cdfb86be gentoo_ice-xmms-0.2.tar.bz2 51839 -RMD160 11439cbebf8c6dc5745c8593a79e88303d094544 gentoo_ice-xmms-0.2.tar.bz2 51839 -SHA256 d1be63368b76f4a8b1d5b0e955cd7a77177f56a7f0b828c6603d8fd2836422b1 gentoo_ice-xmms-0.2.tar.bz2 51839 |