Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/soundconverter/
Date: Sun, 21 Feb 2016 09:37:19
Message-Id: 1456047424.1fb6ec3b0b8745b0ff265c4c43a7bebf24d0d98b.pacho@gentoo
1 commit: 1fb6ec3b0b8745b0ff265c4c43a7bebf24d0d98b
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 21 09:35:15 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 21 09:37:04 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fb6ec3b
7
8 media-sound/soundconverter: Drop old
9
10 Package-Manager: portage-2.2.27
11
12 .../soundconverter/soundconverter-2.1.5.ebuild | 57 ----------------------
13 1 file changed, 57 deletions(-)
14
15 diff --git a/media-sound/soundconverter/soundconverter-2.1.5.ebuild b/media-sound/soundconverter/soundconverter-2.1.5.ebuild
16 deleted file mode 100644
17 index 73854e1..0000000
18 --- a/media-sound/soundconverter/soundconverter-2.1.5.ebuild
19 +++ /dev/null
20 @@ -1,57 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -GCONF_DEBUG=no
27 -PYTHON_COMPAT=( python2_7 )
28 -
29 -inherit gnome2 multilib python-single-r1
30 -
31 -DESCRIPTION="A simple audiofile converter application for the GNOME environment"
32 -HOMEPAGE="http://soundconverter.org/"
33 -SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.xz"
34 -
35 -LICENSE="GPL-3"
36 -SLOT="0"
37 -KEYWORDS="amd64 x86"
38 -
39 -IUSE="aac flac mp3 opus vorbis"
40 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
41 -
42 -RDEPEND="${PYTHON_DEPS}
43 - dev-python/gconf-python[${PYTHON_USEDEP}]
44 - dev-python/gnome-vfs-python[${PYTHON_USEDEP}]
45 - dev-python/gst-python:0.10[${PYTHON_USEDEP}]
46 - dev-python/pygobject:2[${PYTHON_USEDEP}]
47 - >=dev-python/pygtk-2.12[${PYTHON_USEDEP}]
48 - dev-python/libgnome-python[${PYTHON_USEDEP}]
49 - gnome-base/libglade[${PYTHON_USEDEP}]
50 - aac? (
51 - media-plugins/gst-plugins-faac:0.10
52 - media-plugins/gst-plugins-faad:0.10 )
53 - flac? ( media-plugins/gst-plugins-flac:0.10 )
54 - mp3? (
55 - media-plugins/gst-plugins-lame:0.10
56 - media-plugins/gst-plugins-mad:0.10
57 - media-plugins/gst-plugins-taglib:0.10 )
58 - vorbis? (
59 - media-plugins/gst-plugins-ogg:0.10
60 - media-plugins/gst-plugins-vorbis:0.10 )
61 - opus? ( media-plugins/gst-plugins-opus:0.10 )
62 -"
63 -DEPEND="${RDEPEND}
64 - dev-util/intltool
65 - virtual/pkgconfig
66 - sys-devel/gettext
67 -"
68 -
69 -src_prepare() {
70 - python_fix_shebang .
71 - gnome2_src_prepare
72 -}
73 -
74 -src_install() {
75 - gnome2_src_install
76 - python_optimize "${ED%/}"/usr/$(get_libdir)/soundconverter/python
77 -}