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-analyzer/linkchecker/
Date: Sun, 31 Jul 2022 18:38:37
Message-Id: 1659292636.92f6f1d435f163631995c3cad982a1fb06c46dc5.jsmolic@gentoo
1 commit: 92f6f1d435f163631995c3cad982a1fb06c46dc5
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 31 18:29:09 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 31 18:37:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92f6f1d4
7
8 net-analyzer/linkchecker: Remove dev-python/geoip-python optfeature
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 net-analyzer/linkchecker/linkchecker-10.0.1.ebuild | 3 +--
13 net-analyzer/linkchecker/linkchecker-10.1.0.ebuild | 1 -
14 net-analyzer/linkchecker/linkchecker-9999.ebuild | 3 +--
15 3 files changed, 2 insertions(+), 5 deletions(-)
16
17 diff --git a/net-analyzer/linkchecker/linkchecker-10.0.1.ebuild b/net-analyzer/linkchecker/linkchecker-10.0.1.ebuild
18 index 0ad17fa60829..a8763abda747 100644
19 --- a/net-analyzer/linkchecker/linkchecker-10.0.1.ebuild
20 +++ b/net-analyzer/linkchecker/linkchecker-10.0.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -49,6 +49,5 @@ python_install_all() {
28 pkg_postinst() {
29 optfeature "bash-completion support" dev-python/argcomplete[${PYTHON_USEDEP}]
30 optfeature "Virus scanning" app-antivirus/clamav
31 - optfeature "Geo IP support" dev-python/geoip-python[${PYTHON_USEDEP}]
32 optfeature "GNOME proxy settings support" dev-python/pygobject[${PYTHON_USEDEP}]
33 }
34
35 diff --git a/net-analyzer/linkchecker/linkchecker-10.1.0.ebuild b/net-analyzer/linkchecker/linkchecker-10.1.0.ebuild
36 index 35609f6170a1..6cc868a4f617 100644
37 --- a/net-analyzer/linkchecker/linkchecker-10.1.0.ebuild
38 +++ b/net-analyzer/linkchecker/linkchecker-10.1.0.ebuild
39 @@ -55,6 +55,5 @@ python_install_all() {
40 pkg_postinst() {
41 optfeature "bash-completion support" dev-python/argcomplete[${PYTHON_USEDEP}]
42 optfeature "Virus scanning" app-antivirus/clamav
43 - optfeature "Geo IP support" dev-python/geoip-python[${PYTHON_USEDEP}]
44 optfeature "GNOME proxy settings support" dev-python/pygobject[${PYTHON_USEDEP}]
45 }
46
47 diff --git a/net-analyzer/linkchecker/linkchecker-9999.ebuild b/net-analyzer/linkchecker/linkchecker-9999.ebuild
48 index 9bcf1112b5ea..2664028efa30 100644
49 --- a/net-analyzer/linkchecker/linkchecker-9999.ebuild
50 +++ b/net-analyzer/linkchecker/linkchecker-9999.ebuild
51 @@ -1,4 +1,4 @@
52 -# Copyright 1999-2021 Gentoo Authors
53 +# Copyright 1999-2022 Gentoo Authors
54 # Distributed under the terms of the GNU General Public License v2
55
56 EAPI=8
57 @@ -54,6 +54,5 @@ python_install_all() {
58 pkg_postinst() {
59 optfeature "bash-completion support" dev-python/argcomplete[${PYTHON_USEDEP}]
60 optfeature "Virus scanning" app-antivirus/clamav
61 - optfeature "Geo IP support" dev-python/geoip-python[${PYTHON_USEDEP}]
62 optfeature "GNOME proxy settings support" dev-python/pygobject[${PYTHON_USEDEP}]
63 }