Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/, net-p2p/deluge/
Date: Sun, 31 Jul 2022 18:38:38
Message-Id: 1659292638.aaf94788e7f71a625de48d392d4704d9f55f4c68.jsmolic@gentoo
1 commit: aaf94788e7f71a625de48d392d4704d9f55f4c68
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 31 18:31:28 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 31 18:37:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaf94788
7
8 net-p2p/deluge: Remove USE=geoip
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 net-p2p/deluge/deluge-2.0.5-r2.ebuild | 3 +--
13 net-p2p/deluge/deluge-9999.ebuild | 3 +--
14 profiles/base/package.use.mask | 4 ----
15 3 files changed, 2 insertions(+), 8 deletions(-)
16
17 diff --git a/net-p2p/deluge/deluge-2.0.5-r2.ebuild b/net-p2p/deluge/deluge-2.0.5-r2.ebuild
18 index a7ebceeadb89..cb1b052dce3e 100644
19 --- a/net-p2p/deluge/deluge-2.0.5-r2.ebuild
20 +++ b/net-p2p/deluge/deluge-2.0.5-r2.ebuild
21 @@ -20,7 +20,7 @@ fi
22
23 LICENSE="GPL-2"
24 SLOT="0"
25 -IUSE="console geoip gtk libnotify sound webinterface"
26 +IUSE="console gtk libnotify sound webinterface"
27 REQUIRED_USE="
28 ${PYTHON_REQUIRED_USE}
29 libnotify? ( gtk )
30 @@ -51,7 +51,6 @@ RDEPEND="
31 >=dev-python/twisted-17.1.0[crypt(-),${PYTHON_USEDEP}]
32 )
33 >=dev-python/zope-interface-4.4.2[${PYTHON_USEDEP}]
34 - geoip? ( dev-python/geoip-python[${PYTHON_USEDEP}] )
35 gtk? (
36 sound? ( dev-python/pygame[${PYTHON_USEDEP}] )
37 dev-python/pygobject:3[${PYTHON_USEDEP}]
38
39 diff --git a/net-p2p/deluge/deluge-9999.ebuild b/net-p2p/deluge/deluge-9999.ebuild
40 index 644f610caf03..344df118563b 100644
41 --- a/net-p2p/deluge/deluge-9999.ebuild
42 +++ b/net-p2p/deluge/deluge-9999.ebuild
43 @@ -20,7 +20,7 @@ fi
44
45 LICENSE="GPL-2"
46 SLOT="0"
47 -IUSE="console geoip gtk libnotify sound webinterface"
48 +IUSE="console gtk libnotify sound webinterface"
49 REQUIRED_USE="
50 ${PYTHON_REQUIRED_USE}
51 libnotify? ( gtk )
52 @@ -51,7 +51,6 @@ RDEPEND="
53 >=dev-python/twisted-17.1.0[crypt(-),${PYTHON_USEDEP}]
54 )
55 >=dev-python/zope-interface-4.4.2[${PYTHON_USEDEP}]
56 - geoip? ( dev-python/geoip-python[${PYTHON_USEDEP}] )
57 gtk? (
58 sound? ( dev-python/pygame[${PYTHON_USEDEP}] )
59 dev-python/pygobject:3[${PYTHON_USEDEP}]
60
61 diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
62 index 31653fa07119..e62f3577f90a 100644
63 --- a/profiles/base/package.use.mask
64 +++ b/profiles/base/package.use.mask
65 @@ -25,10 +25,6 @@ sci-physics/bullet tbb
66 # please unmask as needed, may require patching
67 >=dev-lang/rust-1.62.0 miri
68
69 -# Michał Górny <mgorny@g.o> (2022-07-02)
70 -# dev-python/geoip-python is masked for removal.
71 -net-p2p/deluge geoip
72 -
73 # James Le Cuirot <chewi@g.o> (2022-06-25)
74 # This flag concerns an x86-specific problem.
75 sys-libs/glibc stack-realign