summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-05-18 11:31:48 +0000
committerSamuli Suominen <drac@gentoo.org>2008-05-18 11:31:48 +0000
commit4776ee2ef4a9a0a26f74d083cb8ae736d9f56751 (patch)
tree9b0e70da65c8b5424df3a46618bcd3c74d22d7ac /media-sound
parentVersion bump. (diff)
downloadgentoo-2-4776ee2ef4a9a0a26f74d083cb8ae736d9f56751.tar.gz
gentoo-2-4776ee2ef4a9a0a26f74d083cb8ae736d9f56751.tar.bz2
gentoo-2-4776ee2ef4a9a0a26f74d083cb8ae736d9f56751.zip
remove old with qa warns
(Portage version: 2.1.5)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/soundconverter/soundconverter-0.9.6.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/media-sound/soundconverter/soundconverter-0.9.6.ebuild b/media-sound/soundconverter/soundconverter-0.9.6.ebuild
deleted file mode 100644
index 88b25051f7c5..000000000000
--- a/media-sound/soundconverter/soundconverter-0.9.6.ebuild
+++ /dev/null
@@ -1,41 +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/soundconverter/soundconverter-0.9.6.ebuild,v 1.1 2007/07/24 00:15:34 hanno Exp $
-
-inherit eutils
-
-DESCRIPTION="A simple sound converter application for the GNOME environment."
-HOMEPAGE="http://soundconverter.berlios.de/"
-SRC_URI="mirror://berlios/soundconverter/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="mp3 vorbis flac"
-
-RDEPEND=">=dev-python/pygtk-2.0.0
- >=dev-python/gnome-python-2.0
- gnome-base/libglade
- gnome-base/gconf
- =dev-python/gst-python-0.10*
- =media-plugins/gst-plugins-gnomevfs-0.10*
- vorbis? (
- =media-plugins/gst-plugins-vorbis-0.10*
- =media-plugins/gst-plugins-ogg-0.10*
- )
- mp3? (
- =media-plugins/gst-plugins-lame-0.10*
- =media-plugins/gst-plugins-mad-0.10*
- =media-plugins/gst-plugins-taglib-0.10*
- )
- flac? ( =media-plugins/gst-plugins-flac-0.10* )"
-
-src_unpack() {
- unpack "${A}"
- epatch "${FILESDIR}/soundconverter-fix-maketest.diff"
-}
-
-src_install () {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog README TODO
-}