Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/rgain/
Date: Wed, 10 Jan 2018 02:47:32
Message-Id: 1515552417.4eef13b1665ce4fac5fc96baee34906d34b2204d.leio@gentoo
1 commit: 4eef13b1665ce4fac5fc96baee34906d34b2204d
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 10 02:46:57 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 10 02:46:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eef13b1
7
8 media-sound/rgain: remove old
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 media-sound/rgain/rgain-1.2.1.ebuild | 33 ---------------------------------
13 1 file changed, 33 deletions(-)
14
15 diff --git a/media-sound/rgain/rgain-1.2.1.ebuild b/media-sound/rgain/rgain-1.2.1.ebuild
16 deleted file mode 100644
17 index 9c0e7c069f0..00000000000
18 --- a/media-sound/rgain/rgain-1.2.1.ebuild
19 +++ /dev/null
20 @@ -1,33 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -
26 -PYTHON_COMPAT=( python2_7 )
27 -
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="Set of programmes and Python modules to deal with Replay Gain information"
31 -HOMEPAGE="https://bitbucket.org/fk/rgain"
32 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
33 -
34 -LICENSE="GPL-2"
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~x86"
37 -IUSE="flac mp3 vorbis wavpack"
38 -
39 -DEPEND=">=dev-python/docutils-0.9"
40 -RDEPEND="media-libs/mutagen
41 - dev-python/pygobject:3[$PYTHON_USEDEP]
42 - media-libs/gstreamer:1.0[introspection]
43 - media-libs/gst-plugins-good:1.0
44 - media-libs/gst-plugins-base:1.0[vorbis?]
45 - flac? ( media-plugins/gst-plugins-flac:1.0 )
46 - mp3? ( media-plugins/gst-plugins-mad:1.0 )
47 - wavpack? ( media-plugins/gst-plugins-wavpack:1.0 )
48 -"
49 -
50 -src_install() {
51 - distutils-r1_src_install
52 - doman build/man/*
53 -}