Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-SSLeay/
Date: Mon, 03 May 2021 10:25:37
Message-Id: 1620037513.2bb3a42f294dc37ae37ee0486e635093a68bc37c.zlogene@gentoo
1 commit: 2bb3a42f294dc37ae37ee0486e635093a68bc37c
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 3 10:25:13 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon May 3 10:25:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bb3a42f
7
8 dev-perl/Crypt-SSLeay: 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 dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r2.ebuild | 7 +++----
14 dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r3.ebuild | 10 ++++------
15 2 files changed, 7 insertions(+), 10 deletions(-)
16
17 diff --git a/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r2.ebuild b/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r2.ebuild
18 index 93aa459cbcf..fee4b34422f 100644
19 --- a/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r2.ebuild
20 +++ b/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -12,12 +12,11 @@ DESCRIPTION="OpenSSL support for LWP"
28 LICENSE="Artistic-2"
29 SLOT="0"
30 KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux"
31 -IUSE="libressl test"
32 +IUSE="test"
33 RESTRICT="!test? ( test )"
34
35 RDEPEND="
36 - !libressl? ( >=dev-libs/openssl-0.9.7c:0= )
37 - libressl? ( dev-libs/libressl:0= )
38 + >=dev-libs/openssl-0.9.7c:0=
39 virtual/perl-MIME-Base64
40 "
41
42
43 diff --git a/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r3.ebuild b/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r3.ebuild
44 index 9ac92a08dde..994bc9ac859 100644
45 --- a/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r3.ebuild
46 +++ b/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r3.ebuild
47 @@ -1,4 +1,4 @@
48 -# Copyright 1999-2020 Gentoo Authors
49 +# Copyright 1999-2021 Gentoo Authors
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI=7
53 @@ -12,17 +12,15 @@ DESCRIPTION="OpenSSL support for LWP"
54 LICENSE="Artistic-2"
55 SLOT="0"
56 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
57 -IUSE="libressl test"
58 +IUSE="test"
59 RESTRICT="!test? ( test )"
60
61 RDEPEND="
62 - !libressl? ( >=dev-libs/openssl-0.9.7c:0= )
63 - libressl? ( dev-libs/libressl:0= )
64 + >=dev-libs/openssl-0.9.7c:0=
65 virtual/perl-MIME-Base64
66 "
67 DEPEND="
68 - !libressl? ( >=dev-libs/openssl-0.9.7c:0= )
69 - libressl? ( dev-libs/libressl:0= )
70 + >=dev-libs/openssl-0.9.7c:0=
71 "
72 BDEPEND="${RDEPEND}
73 virtual/perl-ExtUtils-MakeMaker