summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2018-01-06 04:33:02 +0200
committerMart Raudsepp <leio@gentoo.org>2018-01-06 16:15:39 +0200
commit7844a05266f7a51e34f8f728f60603348e943bbc (patch)
tree0cc5b26ffff38f0e316415ccb8945f659ff8cb24 /media-sound/soundconverter
parentdev-python/gst-python: remove old (diff)
downloadgentoo-7844a05266f7a51e34f8f728f60603348e943bbc.tar.gz
gentoo-7844a05266f7a51e34f8f728f60603348e943bbc.tar.bz2
gentoo-7844a05266f7a51e34f8f728f60603348e943bbc.zip
media-sound/soundconverter: remove old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'media-sound/soundconverter')
-rw-r--r--media-sound/soundconverter/Manifest1
-rw-r--r--media-sound/soundconverter/files/soundconverter-2.1.5-files-dropping.patch25
-rw-r--r--media-sound/soundconverter/soundconverter-2.1.5-r1.ebuild59
3 files changed, 0 insertions, 85 deletions
diff --git a/media-sound/soundconverter/Manifest b/media-sound/soundconverter/Manifest
index a5bdfc54cc2f..c651d1fc182a 100644
--- a/media-sound/soundconverter/Manifest
+++ b/media-sound/soundconverter/Manifest
@@ -1,3 +1,2 @@
-DIST soundconverter-2.1.5.tar.xz 195380 BLAKE2B f168332866ac64c7ccf804af60ad877cb1478253d815a81f9ad92e0d382e3bd0ad78bf3f0ed688482541d15dec964b7387f6a3189c6eeae81a3ea8002c789abc SHA512 6d42bd2cfa200e7af8c69ce94580a4f96bdb0354623207e5d1c3beadee89920363b5b8cee4cdcfa6fcbd036860d50f739b05e34e9a34608fe3d6243876936c6a
DIST soundconverter-2.1.6.tar.xz 195864 BLAKE2B 0be5f5df492742745f56ca3ba90faa134c11f802aefad359e1c03852c87be87e2c57afac811d4f17d2c9303d41e905fb0c9a8c9985c179d216a511183118d369 SHA512 d607d4c260f0b8d810f7251f9bbcd02359984dd2a8bf3340be14602e3392362b9a6bc54a9f0c20f16bfee2f971f784a4093f535307dfb2d6087fb4492511a9ba
DIST soundconverter-3.0.0-beta1.tar.xz 196916 BLAKE2B 82832a151e030cbd2be129fe7f4dcd92430aadc71b163c3800cc2108f502020561e2c74291cbb25050ed42bd9d71fdfe310f107af84f612711554cf3e32fd07b SHA512 a27a2c7b4156a6d6c682424c5fa64a4dd82537b1dbfa8176fa39fbfc4d139a21b7dd042de80d088333c0aef0042a76940ab8da5d9708b6aac3399b32b7408f09
diff --git a/media-sound/soundconverter/files/soundconverter-2.1.5-files-dropping.patch b/media-sound/soundconverter/files/soundconverter-2.1.5-files-dropping.patch
deleted file mode 100644
index 859151e805a2..000000000000
--- a/media-sound/soundconverter/files/soundconverter-2.1.5-files-dropping.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 8c0b59e4ba46d97916193d01be683d459e7fb0fb Mon Sep 17 00:00:00 2001
-From: kassoulet <gautier@soundconverter.org>
-Date: Sat, 7 Feb 2015 16:23:49 +0100
-Subject: [PATCH] Fix broken files dropping.
-
-The current folder was added to the list of dropped files.
-
-Closes lp:1419259
----
- soundconverter/ui.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/soundconverter/ui.py b/soundconverter/ui.py
-index c652254..a7656a1 100644
---- a/soundconverter/ui.py
-+++ b/soundconverter/ui.py
-@@ -174,7 +174,7 @@ def drag_data_received(self, widget, context, x, y, selection,
- mime_id, time):
- widget.stop_emission('drag_data_received')
- if mime_id >= 0 and mime_id < len(self.drop_mime_types):
-- uris = [filename_to_uri(uri.strip()) for uri in selection.data.split('\n')]
-+ uris = [filename_to_uri(uri.strip()) for uri in selection.data.split('\n') if uri]
- self.add_uris(uris)
- context.finish(True, False, time)
-
diff --git a/media-sound/soundconverter/soundconverter-2.1.5-r1.ebuild b/media-sound/soundconverter/soundconverter-2.1.5-r1.ebuild
deleted file mode 100644
index 51460b4894bf..000000000000
--- a/media-sound/soundconverter/soundconverter-2.1.5-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-GCONF_DEBUG=no
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils 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() {
- # Fix broken files dropping, upstream bug #1419259
- epatch "${FILESDIR}/${P}-files-dropping.patch"
-
- python_fix_shebang .
- gnome2_src_prepare
-}
-
-src_install() {
- gnome2_src_install
- python_optimize "${ED%/}"/usr/$(get_libdir)/soundconverter/python
-}