Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/abcde/
Date: Tue, 04 Jun 2019 22:00:25
Message-Id: 1559685059.29307f23b735bc9daf89ff2675ac990e0574bd45.asturm@gentoo
1 commit: 29307f23b735bc9daf89ff2675ac990e0574bd45
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 4 21:28:05 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 4 21:50:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29307f23
7
8 media-sound/abcde: Add media-sound/dagrab alternative to cdparanoia
9
10 Dropping USE cdparanoia.
11
12 Closes: https://bugs.gentoo.org/607474
13 Package-Manager: Portage-2.3.67, Repoman-2.3.13
14 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
15
16 media-sound/abcde/abcde-2.9.3.ebuild | 11 ++++++-----
17 1 file changed, 6 insertions(+), 5 deletions(-)
18
19 diff --git a/media-sound/abcde/abcde-2.9.3.ebuild b/media-sound/abcde/abcde-2.9.3.ebuild
20 index 75cd97243d2..ab9d4c57800 100644
21 --- a/media-sound/abcde/abcde-2.9.3.ebuild
22 +++ b/media-sound/abcde/abcde-2.9.3.ebuild
23 @@ -11,13 +11,18 @@ LICENSE="GPL-2"
24 SLOT="0"
25 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
26 # Enable MP3 related flags by default
27 -IUSE="aac cdparanoia cdr flac +id3tag +lame mac musepack musicbrainz normalize opus replaygain speex vorbis wavpack"
28 +IUSE="aac cdr flac +id3tag +lame mac musepack musicbrainz normalize opus replaygain speex vorbis wavpack"
29
30 # See `grep :: abcde-musicbrainz-tool` output for USE musicbrainz dependencies
31 RDEPEND="
32 media-sound/cd-discid
33 net-misc/wget
34 virtual/eject
35 + || (
36 + dev-libs/libcdio-paranoia
37 + media-sound/cdparanoia
38 + media-sound/dagrab
39 + )
40 aac? (
41 media-libs/faac
42 || (
43 @@ -25,10 +30,6 @@ RDEPEND="
44 media-video/atomicparsley-wez
45 )
46 )
47 - cdparanoia? ( || (
48 - dev-libs/libcdio-paranoia
49 - media-sound/cdparanoia
50 - ) )
51 cdr? ( virtual/cdrtools )
52 flac? ( media-libs/flac )
53 id3tag? (