Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/, media-sound/podcatcher/
Date: Sun, 26 Aug 2018 11:28:15
Message-Id: 1535282882.ffcb74b938235559a2f4a47f7cda507c716b352a.mgorny@gentoo
1 commit: ffcb74b938235559a2f4a47f7cda507c716b352a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 26 11:10:07 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 26 11:28:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffcb74b9
7
8 media-sound/podcatcher: Remove support for non-existent deps
9
10 media-sound/podcatcher/metadata.xml | 3 ---
11 media-sound/podcatcher/podcatcher-3.1.6.ebuild | 7 +++----
12 profiles/base/package.use.mask | 1 -
13 3 files changed, 3 insertions(+), 8 deletions(-)
14
15 diff --git a/media-sound/podcatcher/metadata.xml b/media-sound/podcatcher/metadata.xml
16 index ec28374bebb..39626a990be 100644
17 --- a/media-sound/podcatcher/metadata.xml
18 +++ b/media-sound/podcatcher/metadata.xml
19 @@ -5,7 +5,4 @@
20 <email>sound@g.o</email>
21 <name>Gentoo Sound project</name>
22 </maintainer>
23 - <use>
24 - <flag name="bittorrent">Enable support for bittorrent downloads</flag>
25 - </use>
26 </pkgmetadata>
27
28 diff --git a/media-sound/podcatcher/podcatcher-3.1.6.ebuild b/media-sound/podcatcher/podcatcher-3.1.6.ebuild
29 index 49cbbc3e206..9392e126842 100644
30 --- a/media-sound/podcatcher/podcatcher-3.1.6.ebuild
31 +++ b/media-sound/podcatcher/podcatcher-3.1.6.ebuild
32 @@ -1,4 +1,4 @@
33 -# Copyright 1999-2012 Gentoo Foundation
34 +# Copyright 1999-2018 Gentoo Foundation
35 # Distributed under the terms of the GNU General Public License v2
36
37 EAPI=4
38 @@ -10,10 +10,9 @@ SRC_URI="http://rubyforge.org/frs/download.php/76053/${P}.tar.gz"
39 LICENSE="GPL-2"
40 SLOT="0"
41 KEYWORDS="~amd64 ~ppc ~x86"
42 -IUSE="bittorrent"
43 +IUSE=""
44
45 -RDEPEND=">=dev-lang/ruby-1.8.2
46 - bittorrent? ( dev-ruby/rubytorrent )"
47 +RDEPEND=">=dev-lang/ruby-1.8.2"
48 DEPEND="${RDEPEND}"
49
50 S=${WORKDIR}/${PN}
51
52 diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
53 index 1cba445d369..35d5bd15d4e 100644
54 --- a/profiles/base/package.use.mask
55 +++ b/profiles/base/package.use.mask
56 @@ -510,7 +510,6 @@ dev-java/jboss-logging doc
57 # Mask ruby18-only compatible flags
58 # Bugs: 483104, 483102
59 <media-libs/libcaca-0.99_beta19 ruby
60 -media-sound/podcatcher bittorrent
61
62 # Mike Frysinger <vapier@g.o> (03 Feb 2014)
63 # Upstream says to not use this for now.