diff options
Diffstat (limited to 'media-sound/sound-juicer/sound-juicer-0.5.14.ebuild')
-rw-r--r-- | media-sound/sound-juicer/sound-juicer-0.5.14.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/media-sound/sound-juicer/sound-juicer-0.5.14.ebuild b/media-sound/sound-juicer/sound-juicer-0.5.14.ebuild deleted file mode 100644 index 60c9657320be..000000000000 --- a/media-sound/sound-juicer/sound-juicer-0.5.14.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-0.5.14.ebuild,v 1.2 2004/12/13 14:29:10 foser Exp $ - -inherit gnome2 - -DESCRIPTION="CD ripper for GNOME 2" -HOMEPAGE="http://www.burtonini.com/blog/computers/sound-juicer/" -SRC_URI="http://www.burtonini.com/computing/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~ppc ~amd64" -IUSE="oggvorbis flac encode hal" - -RDEPEND=">=dev-libs/glib-2 - >=x11-libs/gtk+-2.4 - >=gnome-base/libglade-2 - >=gnome-base/gconf-1.2 - >=gnome-base/libgnomeui-2 - >=media-libs/musicbrainz-2.0.1 - =media-libs/gstreamer-0.8* - =media-plugins/gst-plugins-cdparanoia-0.8* - oggvorbis? ( =media-plugins/gst-plugins-vorbis-0.8* - =media-plugins/gst-plugins-ogg-0.8* ) - flac? ( =media-plugins/gst-plugins-flac-0.8* ) - encode? ( =media-plugins/gst-plugins-lame-0.8* ) - hal? ( >=sys-apps/hal-0.2.98 )" - -DEPEND="${RDEPEND} - >=dev-util/intltool-0.29 - app-text/scrollkeeper - dev-util/pkgconfig" - -G2CONF="${G2CONF} `use_enable hal`" - -DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README TODO" - -# needed to get around some sandboxing checks -export GST_INSPECT=/bin/true |