summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-06-07 11:26:52 +0000
committerSamuli Suominen <drac@gentoo.org>2008-06-07 11:26:52 +0000
commit1230bf77b3b23e2db7da960611e15ee14bb83b93 (patch)
tree92e78b787ed8381f6f3cfb4be22826bf37316a7e /media-sound/soundconverter
parentRemoved old versions. (diff)
downloadgentoo-2-1230bf77b3b23e2db7da960611e15ee14bb83b93.tar.gz
gentoo-2-1230bf77b3b23e2db7da960611e15ee14bb83b93.tar.bz2
gentoo-2-1230bf77b3b23e2db7da960611e15ee14bb83b93.zip
old
(Portage version: 2.1.5.4)
Diffstat (limited to 'media-sound/soundconverter')
-rw-r--r--media-sound/soundconverter/soundconverter-1.0.2.ebuild53
1 files changed, 0 insertions, 53 deletions
diff --git a/media-sound/soundconverter/soundconverter-1.0.2.ebuild b/media-sound/soundconverter/soundconverter-1.0.2.ebuild
deleted file mode 100644
index 7f3684e6bc0a..000000000000
--- a/media-sound/soundconverter/soundconverter-1.0.2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/soundconverter/soundconverter-1.0.2.ebuild,v 1.1 2008/04/24 18:19:03 drac Exp $
-
-inherit gnome2-utils
-
-DESCRIPTION="A simple sound converter application for the GNOME environment."
-HOMEPAGE="http://soundconverter.berlios.de"
-SRC_URI="mirror://berlios/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="flac mp3 vorbis"
-
-RDEPEND=">=dev-python/pygtk-2.10
- >=dev-python/gnome-python-2.10
- 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* )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- sys-devel/gettext
- dev-util/intltool"
-
-src_compile() {
- econf --disable-dependency-tracking
- emake || die "emake failed."
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
- dodoc AUTHORS ChangeLog README TODO
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}