summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2011-08-22 00:04:37 +0000
committerMart Raudsepp <leio@gentoo.org>2011-08-22 00:04:37 +0000
commit98b5ddaebf7155714cc88e10199ec57b1b9b2eef (patch)
tree60759305d630b78cb96a9d128f523e34c35ae886 /media-sound
parentadd missing test to IUSE (diff)
downloadgentoo-2-98b5ddaebf7155714cc88e10199ec57b1b9b2eef.tar.gz
gentoo-2-98b5ddaebf7155714cc88e10199ec57b1b9b2eef.tar.bz2
gentoo-2-98b5ddaebf7155714cc88e10199ec57b1b9b2eef.zip
Remove old
(Portage version: 2.2.0_alpha45/cvs/Linux x86_64)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/soundconverter/ChangeLog6
-rw-r--r--media-sound/soundconverter/soundconverter-1.4.1.ebuild55
-rw-r--r--media-sound/soundconverter/soundconverter-1.4.4.ebuild39
-rw-r--r--media-sound/soundconverter/soundconverter-1.5.3.ebuild43
4 files changed, 5 insertions, 138 deletions
diff --git a/media-sound/soundconverter/ChangeLog b/media-sound/soundconverter/ChangeLog
index e68bd0ccc89c..a95e90e477ac 100644
--- a/media-sound/soundconverter/ChangeLog
+++ b/media-sound/soundconverter/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/soundconverter
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/soundconverter/ChangeLog,v 1.21 2011/08/21 03:24:30 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/soundconverter/ChangeLog,v 1.22 2011/08/22 00:04:37 leio Exp $
+
+ 22 Aug 2011; Mart Raudsepp <leio@gentoo.org> -soundconverter-1.4.1.ebuild,
+ -soundconverter-1.4.4.ebuild, -soundconverter-1.5.3.ebuild:
+ Remove old
21 Aug 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
soundconverter-1.5.4.ebuild:
diff --git a/media-sound/soundconverter/soundconverter-1.4.1.ebuild b/media-sound/soundconverter/soundconverter-1.4.1.ebuild
deleted file mode 100644
index 81513b0f514c..000000000000
--- a/media-sound/soundconverter/soundconverter-1.4.1.ebuild
+++ /dev/null
@@ -1,55 +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.4.1.ebuild,v 1.1 2008/10/06 11:46:00 hanno 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="aac 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* )
- aac? ( =media-plugins/gst-plugins-faac-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
-}
diff --git a/media-sound/soundconverter/soundconverter-1.4.4.ebuild b/media-sound/soundconverter/soundconverter-1.4.4.ebuild
deleted file mode 100644
index fff3378f13a2..000000000000
--- a/media-sound/soundconverter/soundconverter-1.4.4.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/soundconverter/soundconverter-1.4.4.ebuild,v 1.4 2010/07/10 14:39:09 fauli Exp $
-
-inherit gnome2
-
-DESCRIPTION="A simple sound converter application for the GNOME environment."
-HOMEPAGE="http://soundconverter.berlios.de"
-SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="aac flac mp3 vorbis"
-
-RDEPEND=">=dev-python/pygtk-2.12
- >=dev-python/gnome-python-2.12
- 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* )
- aac? ( =media-plugins/gst-plugins-faac-0.10* )"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- sys-devel/gettext
- dev-util/intltool"
-
-DOCS="AUTHORS ChangeLog README TODO"
diff --git a/media-sound/soundconverter/soundconverter-1.5.3.ebuild b/media-sound/soundconverter/soundconverter-1.5.3.ebuild
deleted file mode 100644
index dbe28403c02f..000000000000
--- a/media-sound/soundconverter/soundconverter-1.5.3.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/soundconverter/soundconverter-1.5.3.ebuild,v 1.1 2010/11/21 18:05:01 hanno Exp $
-
-inherit gnome2
-
-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="aac flac mp3 vorbis"
-
-# upstream reported, please remove as soon as it's fixed
-# http://developer.berlios.de/bugs/?func=detailbug&bug_id=17726&group_id=3213
-RESTRICT="test"
-
-RDEPEND=">=dev-python/pygtk-2.12
- >=dev-python/gnome-python-2.12
- 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* )
- aac? ( =media-plugins/gst-plugins-faac-0.10* )"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- sys-devel/gettext
- dev-util/intltool"
-
-DOCS="AUTHORS ChangeLog README TODO"