summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2007-11-10 16:53:14 +0000
committerTony Vroon <chainsaw@gentoo.org>2007-11-10 16:53:14 +0000
commitd74b22cc34de8ed389e7e9420a9d9d7c55e62f2e (patch)
treef418b25f542429efaa810798627feb822dda81f1 /media-sound/audacious
parentRemove stale ebuilds. With thanks to all arch teams for making this possible. (diff)
downloadgentoo-2-d74b22cc34de8ed389e7e9420a9d9d7c55e62f2e.tar.gz
gentoo-2-d74b22cc34de8ed389e7e9420a9d9d7c55e62f2e.tar.bz2
gentoo-2-d74b22cc34de8ed389e7e9420a9d9d7c55e62f2e.zip
Remove stale ebuilds. With thanks to all arch teams for making this possible.
(Portage version: 2.1.3.17)
Diffstat (limited to 'media-sound/audacious')
-rw-r--r--media-sound/audacious/ChangeLog7
-rw-r--r--media-sound/audacious/audacious-1.1.2-r1.ebuild109
-rw-r--r--media-sound/audacious/audacious-1.1.2.ebuild108
-rw-r--r--media-sound/audacious/audacious-1.2.2.ebuild54
-rw-r--r--media-sound/audacious/audacious-1.3.0-r1.ebuild62
-rw-r--r--media-sound/audacious/audacious-1.3.1.ebuild62
-rw-r--r--media-sound/audacious/files/digest-audacious-1.1.26
-rw-r--r--media-sound/audacious/files/digest-audacious-1.1.2-r16
-rw-r--r--media-sound/audacious/files/digest-audacious-1.2.26
-rw-r--r--media-sound/audacious/files/digest-audacious-1.3.0-r16
-rw-r--r--media-sound/audacious/files/digest-audacious-1.3.16
11 files changed, 6 insertions, 426 deletions
diff --git a/media-sound/audacious/ChangeLog b/media-sound/audacious/ChangeLog
index 6daaaf43fb2d..876bba2b1c0d 100644
--- a/media-sound/audacious/ChangeLog
+++ b/media-sound/audacious/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/audacious
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.128 2007/11/10 16:12:25 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.129 2007/11/10 16:53:13 chainsaw Exp $
+
+ 10 Nov 2007; Tony Vroon <chainsaw@gentoo.org> -audacious-1.1.2.ebuild,
+ -audacious-1.1.2-r1.ebuild, -audacious-1.2.2.ebuild,
+ -audacious-1.3.0-r1.ebuild, -audacious-1.3.1.ebuild:
+ Remove stale ebuilds. With thanks to all arch teams for making this possible.
*audacious-1.4.0 (07 Nov 2007)
diff --git a/media-sound/audacious/audacious-1.1.2-r1.ebuild b/media-sound/audacious/audacious-1.1.2-r1.ebuild
deleted file mode 100644
index c83c5aaa1f50..000000000000
--- a/media-sound/audacious/audacious-1.1.2-r1.ebuild
+++ /dev/null
@@ -1,109 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-1.1.2-r1.ebuild,v 1.6 2007/10/31 17:06:22 chainsaw Exp $
-
-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"
-IUSE="aac alsa arts chardet esd flac gnome jack lirc mmx modplug mp3 musepack nls oss sid sndfile timidity vorbis wma"
-
-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
- 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 )
- 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 )
- sid? ( media-libs/libsidplay )
- sndfile? ( media-libs/libsndfile )
- timidity? ( media-sound/timidity++ )
- vorbis? ( >=media-libs/libvorbis-1.0
- >=media-libs/libogg-1.0 )"
-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_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/1.1.2-fix-playlist-transparency.patch"
- epatch "${FILESDIR}/1.1.2-robust-resume.patch"
-}
-
-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 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 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 chardet) \
- || 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() {
- mp3_warning
-}
diff --git a/media-sound/audacious/audacious-1.1.2.ebuild b/media-sound/audacious/audacious-1.1.2.ebuild
deleted file mode 100644
index e241b2211c86..000000000000
--- a/media-sound/audacious/audacious-1.1.2.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-1.1.2.ebuild,v 1.12 2007/10/31 17:06:22 chainsaw Exp $
-
-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"
-IUSE="aac alsa arts chardet esd flac gnome jack lirc mmx modplug mp3 musepack nls oss sid sndfile timidity vorbis wma"
-
-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
- 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 )
- 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 )
- sid? ( media-libs/libsidplay )
- sndfile? ( media-libs/libsndfile )
- timidity? ( media-sound/timidity++ )
- vorbis? ( >=media-libs/libvorbis-1.0
- >=media-libs/libogg-1.0 )"
-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_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/1.1.1-ffwma-asm.diff"
-}
-
-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 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 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 chardet) \
- || 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() {
- mp3_warning
-}
diff --git a/media-sound/audacious/audacious-1.2.2.ebuild b/media-sound/audacious/audacious-1.2.2.ebuild
deleted file mode 100644
index 3866e2641470..000000000000
--- a/media-sound/audacious/audacious-1.2.2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-1.2.2.ebuild,v 1.7 2007/03/11 01:16:39 kloeri Exp $
-
-inherit 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://audacious-media-player.org/release/${MY_P}.tgz
- mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="chardet nls gnome"
-
-RDEPEND=">=x11-libs/gtk+-2.6
- >=gnome-base/libglade-2.3.1
- dev-libs/libxml2
- gnome? ( >=gnome-base/gconf-2.6.0 )"
-
-DEPEND="${RDEPEND}
- nls? ( dev-util/intltool )
- >=dev-util/pkgconfig-0.9.0"
-
-PDEPEND=">=media-plugins/audacious-plugins-1.2.2"
-
-src_compile() {
- # Bug #42893
- replace-flags "-Os" "-O2"
- # Bug #86689
- is-flag "-O*" || append-flags -O
-
- econf \
- $(use_enable chardet) \
- $(use_enable nls) \
- $(use_enable gnome gconf) \
- || 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
-}
diff --git a/media-sound/audacious/audacious-1.3.0-r1.ebuild b/media-sound/audacious/audacious-1.3.0-r1.ebuild
deleted file mode 100644
index 5e65a33a25ca..000000000000
--- a/media-sound/audacious/audacious-1.3.0-r1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-1.3.0-r1.ebuild,v 1.3 2007/03/08 13:58:57 gustavoz Exp $
-
-inherit 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://static.audacious-media-player.org/release/${MY_P}.tgz
- mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="chardet nls"
-
-RDEPEND=">=x11-libs/gtk+-2.6
- >=gnome-base/libglade-2.3.1
- >=dev-libs/libmcs-0.4.1
- dev-libs/libxml2
- media-libs/libsamplerate"
-
-DEPEND="${RDEPEND}
- nls? ( dev-util/intltool )
- >=dev-util/pkgconfig-0.9.0"
-
-PDEPEND=">=media-plugins/audacious-plugins-1.3.0-r1"
-
-src_compile() {
- # Bug #42893
- replace-flags "-Os" "-O2"
- # Bug #86689
- is-flag "-O*" || append-flags -O
-
- econf \
- --enable-mcs \
- --enable-samplerate \
- $(use_enable chardet) \
- $(use_enable nls) \
- || 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() {
- elog "Note that you need to recompile *all* third-party plugins to use Audacious 1.3"
- elog "Failure to do so may cause the player to crash. If you note any instability "
- elog "you should unmerge all plugins (except for audacious-plugins) before you file a bug."
-}
diff --git a/media-sound/audacious/audacious-1.3.1.ebuild b/media-sound/audacious/audacious-1.3.1.ebuild
deleted file mode 100644
index 8ca0d54c5b5e..000000000000
--- a/media-sound/audacious/audacious-1.3.1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-1.3.1.ebuild,v 1.3 2007/03/11 23:16:56 welp Exp $
-
-inherit 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://static.audacious-media-player.org/release/${MY_P}.tgz
- mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="chardet nls"
-
-RDEPEND=">=x11-libs/gtk+-2.6
- >=gnome-base/libglade-2.3.1
- >=dev-libs/libmcs-0.4.1
- dev-libs/libxml2
- media-libs/libsamplerate"
-
-DEPEND="${RDEPEND}
- nls? ( dev-util/intltool )
- >=dev-util/pkgconfig-0.9.0"
-
-PDEPEND=">=media-plugins/audacious-plugins-1.3.0-r1"
-
-src_compile() {
- # Bug #42893
- replace-flags "-Os" "-O2"
- # Bug #86689
- is-flag "-O*" || append-flags -O
-
- econf \
- --enable-mcs \
- --enable-samplerate \
- $(use_enable chardet) \
- $(use_enable nls) \
- || 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() {
- elog "Note that you need to recompile *all* third-party plugins to use Audacious 1.3"
- elog "Failure to do so may cause the player to crash. If you note any instability "
- elog "you should unmerge all plugins (except for audacious-plugins) before you file a bug."
-}
diff --git a/media-sound/audacious/files/digest-audacious-1.1.2 b/media-sound/audacious/files/digest-audacious-1.1.2
deleted file mode 100644
index f5a998a9027a..000000000000
--- a/media-sound/audacious/files/digest-audacious-1.1.2
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 14aba1f9c42a48afeeb6ce5dcaf180c6 audacious-1.1.2.tgz 3394364
-RMD160 920cb247dc1e583364cfac9cc8f1f0c39c37550e audacious-1.1.2.tgz 3394364
-SHA256 54f8f9e10e9a20a0a77e9d063708cd4bd572576ea9b36b9b1bb3ea3cbeaa1a81 audacious-1.1.2.tgz 3394364
-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-1.1.2-r1 b/media-sound/audacious/files/digest-audacious-1.1.2-r1
deleted file mode 100644
index f5a998a9027a..000000000000
--- a/media-sound/audacious/files/digest-audacious-1.1.2-r1
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 14aba1f9c42a48afeeb6ce5dcaf180c6 audacious-1.1.2.tgz 3394364
-RMD160 920cb247dc1e583364cfac9cc8f1f0c39c37550e audacious-1.1.2.tgz 3394364
-SHA256 54f8f9e10e9a20a0a77e9d063708cd4bd572576ea9b36b9b1bb3ea3cbeaa1a81 audacious-1.1.2.tgz 3394364
-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-1.2.2 b/media-sound/audacious/files/digest-audacious-1.2.2
deleted file mode 100644
index 637fed2ba6db..000000000000
--- a/media-sound/audacious/files/digest-audacious-1.2.2
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 e774afbda04220e6e1b0a9bff350522e audacious-1.2.2.tgz 1708499
-RMD160 a98f944b9d30e1cdb4760c56fb401b00d2ff7723 audacious-1.2.2.tgz 1708499
-SHA256 31ab516444279f5022764bea57c017fb140a5ba3c69b2ec8df64542917d36b0f audacious-1.2.2.tgz 1708499
-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-1.3.0-r1 b/media-sound/audacious/files/digest-audacious-1.3.0-r1
deleted file mode 100644
index a53d03e152d1..000000000000
--- a/media-sound/audacious/files/digest-audacious-1.3.0-r1
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 8f0245cdf12258c0ff3ac63503473241 audacious-1.3.0.tgz 1745980
-RMD160 1bc57dacf7cf7908768247271b8b712597e69109 audacious-1.3.0.tgz 1745980
-SHA256 64cb7cd74224b34ccd0acffe20236ef4df970f3b8c8fe788e5ea8811cc197979 audacious-1.3.0.tgz 1745980
-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-1.3.1 b/media-sound/audacious/files/digest-audacious-1.3.1
deleted file mode 100644
index 2587eea9e8b9..000000000000
--- a/media-sound/audacious/files/digest-audacious-1.3.1
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 6dd04268a8b52a991cd1f561e27dca16 audacious-1.3.1.tgz 1728280
-RMD160 f94c5201a908fed810debc64fda05f024925a61b audacious-1.3.1.tgz 1728280
-SHA256 54e32586aa7a1268c68610549a831105f0b8ac5086211fef752bbde9b5557323 audacious-1.3.1.tgz 1728280
-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