Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/ipv6calc/
Date: Sun, 02 May 2021 12:09:31
Message-Id: 1619956324.178fd83478307c9d9d93f228e5af483453c8594f.zlogene@gentoo
1 commit: 178fd83478307c9d9d93f228e5af483453c8594f
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 11:52:04 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 11:52:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=178fd834
7
8 net-misc/ipv6calc: remove libressl support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 net-misc/ipv6calc/ipv6calc-1.0.0.ebuild | 7 +++----
14 net-misc/ipv6calc/ipv6calc-2.1.0.ebuild | 7 +++----
15 net-misc/ipv6calc/ipv6calc-2.1.1.ebuild | 7 +++----
16 net-misc/ipv6calc/ipv6calc-2.2.0.ebuild | 5 ++---
17 4 files changed, 11 insertions(+), 15 deletions(-)
18
19 diff --git a/net-misc/ipv6calc/ipv6calc-1.0.0.ebuild b/net-misc/ipv6calc/ipv6calc-1.0.0.ebuild
20 index 0b65e024476..86d615e8a1e 100644
21 --- a/net-misc/ipv6calc/ipv6calc-1.0.0.ebuild
22 +++ b/net-misc/ipv6calc/ipv6calc-1.0.0.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2019 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI="6"
29 @@ -10,12 +10,11 @@ SRC_URI="https://github.com/pbiering/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
30 LICENSE="GPL-2"
31 SLOT="0"
32 KEYWORDS="~alpha amd64 ~hppa ppc sparc x86 ~amd64-linux ~x86-linux"
33 -IUSE="geoip libressl test"
34 +IUSE="geoip test"
35 RESTRICT="!test? ( test )"
36
37 RDEPEND="
38 - !libressl? ( dev-libs/openssl:= )
39 - libressl? ( dev-libs/libressl:= )
40 + dev-libs/openssl:=
41 geoip? ( >=dev-libs/geoip-1.4.7 )
42 "
43 DEPEND="${RDEPEND}
44
45 diff --git a/net-misc/ipv6calc/ipv6calc-2.1.0.ebuild b/net-misc/ipv6calc/ipv6calc-2.1.0.ebuild
46 index ca82dae2935..69f5be77bbd 100644
47 --- a/net-misc/ipv6calc/ipv6calc-2.1.0.ebuild
48 +++ b/net-misc/ipv6calc/ipv6calc-2.1.0.ebuild
49 @@ -1,4 +1,4 @@
50 -# Copyright 1999-2019 Gentoo Authors
51 +# Copyright 1999-2021 Gentoo Authors
52 # Distributed under the terms of the GNU General Public License v2
53
54 EAPI="7"
55 @@ -10,12 +10,11 @@ SRC_URI="https://github.com/pbiering/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
56 LICENSE="GPL-2"
57 SLOT="0"
58 KEYWORDS="~alpha amd64 ~hppa ppc ~sparc x86 ~amd64-linux ~x86-linux"
59 -IUSE="geoip libressl test"
60 +IUSE="geoip test"
61 RESTRICT="!test? ( test )"
62
63 RDEPEND="
64 - !libressl? ( dev-libs/openssl:= )
65 - libressl? ( dev-libs/libressl:= )
66 + dev-libs/openssl:=
67 geoip? ( >=dev-libs/geoip-1.4.7 )
68 "
69 DEPEND="${RDEPEND}
70
71 diff --git a/net-misc/ipv6calc/ipv6calc-2.1.1.ebuild b/net-misc/ipv6calc/ipv6calc-2.1.1.ebuild
72 index 65630c1080e..b7026925c58 100644
73 --- a/net-misc/ipv6calc/ipv6calc-2.1.1.ebuild
74 +++ b/net-misc/ipv6calc/ipv6calc-2.1.1.ebuild
75 @@ -1,4 +1,4 @@
76 -# Copyright 1999-2019 Gentoo Authors
77 +# Copyright 1999-2021 Gentoo Authors
78 # Distributed under the terms of the GNU General Public License v2
79
80 EAPI="7"
81 @@ -10,12 +10,11 @@ SRC_URI="https://github.com/pbiering/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
82 LICENSE="GPL-2"
83 SLOT="0"
84 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
85 -IUSE="geoip libressl test"
86 +IUSE="geoip test"
87 RESTRICT="!test? ( test )"
88
89 RDEPEND="
90 - !libressl? ( dev-libs/openssl:= )
91 - libressl? ( dev-libs/libressl:= )
92 + dev-libs/openssl:=
93 geoip? ( >=dev-libs/geoip-1.4.7 )
94 "
95 DEPEND="${RDEPEND}
96
97 diff --git a/net-misc/ipv6calc/ipv6calc-2.2.0.ebuild b/net-misc/ipv6calc/ipv6calc-2.2.0.ebuild
98 index 271380bb2ef..8e201fbd465 100644
99 --- a/net-misc/ipv6calc/ipv6calc-2.2.0.ebuild
100 +++ b/net-misc/ipv6calc/ipv6calc-2.2.0.ebuild
101 @@ -10,12 +10,11 @@ SRC_URI="https://github.com/pbiering/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
102 LICENSE="GPL-2"
103 SLOT="0"
104 KEYWORDS="~alpha ~amd64 ~hppa ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux"
105 -IUSE="geoip libressl test"
106 +IUSE="geoip test"
107 RESTRICT="!test? ( test )"
108
109 RDEPEND="
110 - !libressl? ( dev-libs/openssl:= )
111 - libressl? ( dev-libs/libressl:= )
112 + dev-libs/openssl:=
113 geoip? ( >=dev-libs/geoip-1.4.7 )
114 "
115 DEPEND="${RDEPEND}