Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/tremc/
Date: Sun, 31 Jul 2022 18:38:38
Message-Id: 1659292637.0a0c86e50520b891696a94c2b244f714b864225c.jsmolic@gentoo
1 commit: 0a0c86e50520b891696a94c2b244f714b864225c
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 31 18:30:04 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 31 18:37:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a0c86e5
7
8 net-p2p/tremc: Remove dev-python/geoip-python optfeature
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 net-p2p/tremc/tremc-0.9.2_p20201101.ebuild | 3 +--
13 net-p2p/tremc/tremc-0.9.3.ebuild | 1 -
14 2 files changed, 1 insertion(+), 3 deletions(-)
15
16 diff --git a/net-p2p/tremc/tremc-0.9.2_p20201101.ebuild b/net-p2p/tremc/tremc-0.9.2_p20201101.ebuild
17 index df6a3896db78..1fe156a2937d 100644
18 --- a/net-p2p/tremc/tremc-0.9.2_p20201101.ebuild
19 +++ b/net-p2p/tremc/tremc-0.9.2_p20201101.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -38,7 +38,6 @@ src_install() {
27 }
28
29 pkg_postinst() {
30 - optfeature "GeoIP support" dev-python/geoip-python
31 optfeature "Extract ipv4 from ipv6 addresses" dev-python/ipy
32 optfeature "Clipboard support" dev-python/pyperclip
33 }
34
35 diff --git a/net-p2p/tremc/tremc-0.9.3.ebuild b/net-p2p/tremc/tremc-0.9.3.ebuild
36 index bd259f46580c..5c1cdd12b4f6 100644
37 --- a/net-p2p/tremc/tremc-0.9.3.ebuild
38 +++ b/net-p2p/tremc/tremc-0.9.3.ebuild
39 @@ -35,7 +35,6 @@ src_install() {
40 }
41
42 pkg_postinst() {
43 - optfeature "GeoIP support" dev-python/geoip-python
44 optfeature "Extract ipv4 from ipv6 addresses" dev-python/ipy
45 optfeature "Clipboard support" dev-python/pyperclip
46 }