media-sound/soundconverter: Drop old
authorPacho Ramos <pacho@gentoo.org>
Sat, 5 Sep 2015 14:35:58 +0000 (16:35 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sat, 5 Sep 2015 14:35:58 +0000 (16:35 +0200)
Package-Manager: portage-2.2.20.1

media-sound/soundconverter/Manifest
media-sound/soundconverter/soundconverter-2.1.3.ebuild [deleted file]
media-sound/soundconverter/soundconverter-2.1.4.ebuild [deleted file]

index bdcc404ecc5aa42ad0e2fc9b01a81bcd7cf78564..e6c0c748ff058b5397a51845ba8a951615f7776d 100644 (file)
@@ -1,3 +1 @@
-DIST soundconverter-2.1.3.tar.xz 193176 SHA256 26a78f14210af911c12b71f3452a77bceb5fc6b1f6b626de4d4c961299a76cd1 SHA512 0768630d0fb7e89d37cba793e150eda81b98edd536a41f529e99812451ae8134b7257da7c97ceb3d8780ae640d9c8d23665103d0c08ef0811bbc01ec07ee41d0 WHIRLPOOL 823839018b1f6bb1a914354fd02fcb9c0721d3727b747e908cd97899ef4b6f773d2d98cd724bb15b2b7be0316c9a6e7c3e4e9829db65163a77ef9290168fdc04
-DIST soundconverter-2.1.4.tar.xz 193428 SHA256 2b125dda38f5d494d97fa43c8a238b6354510f9a0540d6e912eea59b4f22bf4a SHA512 27f24c40e965cc4c2f7045956b7856cc4d2b840b95b8da9363d0b987cf8d65616db484f2266516070d8018efdfed33d9a84b64e7cf8cad5e6d4d08b1409d9ad9 WHIRLPOOL 6241a96dfcd4b6ea8f31d945b941a6b0d9f06dc6869f1ad92d18e1e924987e5a4fec743707e763b481718fa92d96ec52a331439ea7ea1adefa47eac5ee2e956d
 DIST soundconverter-2.1.5.tar.xz 195380 SHA256 cace2109b967744325e4ce8938d286b78b86f0615d4f145966f42decc7a74e06 SHA512 6d42bd2cfa200e7af8c69ce94580a4f96bdb0354623207e5d1c3beadee89920363b5b8cee4cdcfa6fcbd036860d50f739b05e34e9a34608fe3d6243876936c6a WHIRLPOOL e3f9ea4bbe012aa8b977321ee85601c69d67324b35654b494ffe6792af8043a21af7d7d429929cea28fe7273e08e11f93da9b00cb4f99c88f22266e6b0c3419d
diff --git a/media-sound/soundconverter/soundconverter-2.1.3.ebuild b/media-sound/soundconverter/soundconverter-2.1.3.ebuild
deleted file mode 100644 (file)
index ccd04cd..0000000
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-# TODO: convert
-#      dev-python/gconf-python
-#      dev-python/gnome-vfs-python
-#      dev-python/libgnome-python
-# See bug #477814
-
-EAPI=5
-
-GCONF_DEBUG=no
-PYTHON_COMPAT=( python2_7 )
-inherit gnome2 multilib python-single-r1
-
-DESCRIPTION="A simple audiofile converter application for the GNOME environment"
-HOMEPAGE="http://soundconverter.org/"
-SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="aac flac mp3 opus vorbis"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-       dev-python/gconf-python
-       dev-python/gnome-vfs-python
-       =dev-python/gst-python-0.10*[${PYTHON_USEDEP}]
-       dev-python/pygobject:2[${PYTHON_USEDEP}]
-       >=dev-python/pygtk-2.12[${PYTHON_USEDEP}]
-       dev-python/libgnome-python
-       gnome-base/libglade
-       aac? (
-               =media-plugins/gst-plugins-faac-0.10*
-               =media-plugins/gst-plugins-faad-0.10*
-               )
-       flac? ( =media-plugins/gst-plugins-flac-0.10* )
-       mp3? (
-               =media-plugins/gst-plugins-lame-0.10*
-               =media-plugins/gst-plugins-mad-0.10*
-               =media-plugins/gst-plugins-taglib-0.10*
-               )
-       vorbis? (
-               =media-plugins/gst-plugins-ogg-0.10*
-               =media-plugins/gst-plugins-vorbis-0.10*
-               )
-       opus? (
-               =media-plugins/gst-plugins-opus-0.10*
-               )
-"
-DEPEND="${RDEPEND}
-       app-arch/xz-utils
-       dev-util/intltool
-       virtual/pkgconfig
-       sys-devel/gettext
-"
-
-src_prepare() {
-       python_fix_shebang .
-       gnome2_src_prepare
-}
-
-src_install() {
-       gnome2_src_install
-       python_optimize "${ED%/}"/usr/$(get_libdir)/soundconverter/python
-}
diff --git a/media-sound/soundconverter/soundconverter-2.1.4.ebuild b/media-sound/soundconverter/soundconverter-2.1.4.ebuild
deleted file mode 100644 (file)
index 5b54170..0000000
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-GCONF_DEBUG=no
-PYTHON_COMPAT=( python2_7 )
-
-inherit gnome2 multilib python-single-r1
-
-DESCRIPTION="A simple audiofile converter application for the GNOME environment"
-HOMEPAGE="http://soundconverter.org/"
-SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="aac flac mp3 opus vorbis"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-       dev-python/gconf-python[${PYTHON_USEDEP}]
-       dev-python/gnome-vfs-python[${PYTHON_USEDEP}]
-       dev-python/gst-python:0.10[${PYTHON_USEDEP}]
-       dev-python/pygobject:2[${PYTHON_USEDEP}]
-       >=dev-python/pygtk-2.12[${PYTHON_USEDEP}]
-       dev-python/libgnome-python[${PYTHON_USEDEP}]
-       gnome-base/libglade[${PYTHON_USEDEP}]
-       aac? (
-               media-plugins/gst-plugins-faac:0.10
-               media-plugins/gst-plugins-faad:0.10 )
-       flac? ( media-plugins/gst-plugins-flac:0.10 )
-       mp3? (
-               media-plugins/gst-plugins-lame:0.10
-               media-plugins/gst-plugins-mad:0.10
-               media-plugins/gst-plugins-taglib:0.10 )
-       vorbis? (
-               media-plugins/gst-plugins-ogg:0.10
-               media-plugins/gst-plugins-vorbis:0.10 )
-       opus? ( media-plugins/gst-plugins-opus:0.10 )
-"
-DEPEND="${RDEPEND}
-       dev-util/intltool
-       virtual/pkgconfig
-       sys-devel/gettext
-"
-
-src_prepare() {
-       python_fix_shebang .
-       gnome2_src_prepare
-}
-
-src_install() {
-       gnome2_src_install
-       python_optimize "${ED%/}"/usr/$(get_libdir)/soundconverter/python
-}