From 178fd83478307c9d9d93f228e5af483453c8594f Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Sun, 2 May 2021 14:52:04 +0300 Subject: net-misc/ipv6calc: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada --- net-misc/ipv6calc/ipv6calc-1.0.0.ebuild | 7 +++---- net-misc/ipv6calc/ipv6calc-2.1.0.ebuild | 7 +++---- net-misc/ipv6calc/ipv6calc-2.1.1.ebuild | 7 +++---- net-misc/ipv6calc/ipv6calc-2.2.0.ebuild | 5 ++--- 4 files changed, 11 insertions(+), 15 deletions(-) (limited to 'net-misc') diff --git a/net-misc/ipv6calc/ipv6calc-1.0.0.ebuild b/net-misc/ipv6calc/ipv6calc-1.0.0.ebuild index 0b65e024476e..86d615e8a1ea 100644 --- a/net-misc/ipv6calc/ipv6calc-1.0.0.ebuild +++ b/net-misc/ipv6calc/ipv6calc-1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -10,12 +10,11 @@ SRC_URI="https://github.com/pbiering/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 ~hppa ppc sparc x86 ~amd64-linux ~x86-linux" -IUSE="geoip libressl test" +IUSE="geoip test" RESTRICT="!test? ( test )" RDEPEND=" - !libressl? ( dev-libs/openssl:= ) - libressl? ( dev-libs/libressl:= ) + dev-libs/openssl:= geoip? ( >=dev-libs/geoip-1.4.7 ) " DEPEND="${RDEPEND} diff --git a/net-misc/ipv6calc/ipv6calc-2.1.0.ebuild b/net-misc/ipv6calc/ipv6calc-2.1.0.ebuild index ca82dae2935e..69f5be77bbdb 100644 --- a/net-misc/ipv6calc/ipv6calc-2.1.0.ebuild +++ b/net-misc/ipv6calc/ipv6calc-2.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -10,12 +10,11 @@ SRC_URI="https://github.com/pbiering/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 ~hppa ppc ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="geoip libressl test" +IUSE="geoip test" RESTRICT="!test? ( test )" RDEPEND=" - !libressl? ( dev-libs/openssl:= ) - libressl? ( dev-libs/libressl:= ) + dev-libs/openssl:= geoip? ( >=dev-libs/geoip-1.4.7 ) " DEPEND="${RDEPEND} diff --git a/net-misc/ipv6calc/ipv6calc-2.1.1.ebuild b/net-misc/ipv6calc/ipv6calc-2.1.1.ebuild index 65630c1080ec..b7026925c586 100644 --- a/net-misc/ipv6calc/ipv6calc-2.1.1.ebuild +++ b/net-misc/ipv6calc/ipv6calc-2.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -10,12 +10,11 @@ SRC_URI="https://github.com/pbiering/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="geoip libressl test" +IUSE="geoip test" RESTRICT="!test? ( test )" RDEPEND=" - !libressl? ( dev-libs/openssl:= ) - libressl? ( dev-libs/libressl:= ) + dev-libs/openssl:= geoip? ( >=dev-libs/geoip-1.4.7 ) " DEPEND="${RDEPEND} diff --git a/net-misc/ipv6calc/ipv6calc-2.2.0.ebuild b/net-misc/ipv6calc/ipv6calc-2.2.0.ebuild index 271380bb2ef2..8e201fbd4650 100644 --- a/net-misc/ipv6calc/ipv6calc-2.2.0.ebuild +++ b/net-misc/ipv6calc/ipv6calc-2.2.0.ebuild @@ -10,12 +10,11 @@ SRC_URI="https://github.com/pbiering/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux" -IUSE="geoip libressl test" +IUSE="geoip test" RESTRICT="!test? ( test )" RDEPEND=" - !libressl? ( dev-libs/openssl:= ) - libressl? ( dev-libs/libressl:= ) + dev-libs/openssl:= geoip? ( >=dev-libs/geoip-1.4.7 ) " DEPEND="${RDEPEND} -- cgit v1.2.3-65-gdbad