Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-SSLeay/
Date: Sat, 24 Apr 2021 14:47:13
Message-Id: 1619275613.fff37fe38db9200f05a8a80e8d74862488678f99.dilfridge@gentoo
1 commit: fff37fe38db9200f05a8a80e8d74862488678f99
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 24 11:36:41 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 24 14:46:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fff37fe3
7
8 dev-perl/Net-SSLeay: libressl support dropped
9
10 Closes: https://bugs.gentoo.org/664456
11 Package-Manager: Portage-3.0.17, Repoman-3.0.2
12 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
13
14 .../{Net-SSLeay-1.880.0.ebuild => Net-SSLeay-1.880.0-r1.ebuild} | 5 ++---
15 1 file changed, 2 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-perl/Net-SSLeay/Net-SSLeay-1.880.0.ebuild b/dev-perl/Net-SSLeay/Net-SSLeay-1.880.0-r1.ebuild
18 similarity index 92%
19 rename from dev-perl/Net-SSLeay/Net-SSLeay-1.880.0.ebuild
20 rename to dev-perl/Net-SSLeay/Net-SSLeay-1.880.0-r1.ebuild
21 index afd6bf8a87c..126f6abf035 100644
22 --- a/dev-perl/Net-SSLeay/Net-SSLeay-1.880.0.ebuild
23 +++ b/dev-perl/Net-SSLeay/Net-SSLeay-1.880.0-r1.ebuild
24 @@ -13,12 +13,11 @@ DESCRIPTION="Perl extension for using OpenSSL"
25 LICENSE="Artistic-2"
26 SLOT="0"
27 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
28 -IUSE="libressl test minimal examples"
29 +IUSE="test minimal examples"
30 RESTRICT="!test? ( test )"
31
32 RDEPEND="
33 - !libressl? ( dev-libs/openssl:0= )
34 - libressl? ( dev-libs/libressl:0= )
35 + dev-libs/openssl:0=
36 virtual/perl-MIME-Base64
37 "
38 DEPEND="${RDEPEND}