Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-SSLeay/
Date: Thu, 06 Aug 2020 16:56:20
Message-Id: 1596732600.c72465851d77f0cb74efa1190d3c4d5495808827.kentnl@gentoo
1 commit: c72465851d77f0cb74efa1190d3c4d5495808827
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 6 16:50:00 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 6 16:50:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7246585
7
8 dev-perl/Crypt-SSLeay: Cleanup old 0.720.0-r1
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.22
11 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
12
13 .../Crypt-SSLeay/Crypt-SSLeay-0.720.0-r1.ebuild | 42 ----------------------
14 1 file changed, 42 deletions(-)
15
16 diff --git a/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r1.ebuild b/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r1.ebuild
17 deleted file mode 100644
18 index 90736fee61d..00000000000
19 --- a/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r1.ebuild
20 +++ /dev/null
21 @@ -1,42 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -MODULE_AUTHOR=NANIS
28 -MODULE_VERSION=0.72
29 -inherit perl-module
30 -
31 -DESCRIPTION="OpenSSL support for LWP"
32 -
33 -LICENSE="Artistic-2"
34 -SLOT="0"
35 -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux"
36 -IUSE="libressl test"
37 -RESTRICT="!test? ( test )"
38 -
39 -RDEPEND="
40 - !libressl? ( >=dev-libs/openssl-0.9.7c:0 )
41 - libressl? ( dev-libs/libressl )
42 - virtual/perl-MIME-Base64
43 -"
44 -DEPEND="${RDEPEND}
45 - virtual/perl-ExtUtils-MakeMaker
46 - >=virtual/perl-ExtUtils-CBuilder-0.280.205
47 - virtual/perl-Getopt-Long
48 - >=dev-perl/Path-Class-0.260.0
49 - >=dev-perl/Try-Tiny-0.190.0
50 - test? (
51 - >=virtual/perl-Test-Simple-0.190.0
52 - )
53 -"
54 -# PDEPEND: circular dependencies bug #144761
55 -PDEPEND="
56 - dev-perl/libwww-perl
57 - >=dev-perl/LWP-Protocol-https-6.20.0
58 -"
59 -PATCHES=("${FILESDIR}/${P}-no-dot-inc.patch")
60 -export OPTIMIZE="${CFLAGS}"
61 -#myconf="--lib=${EPREFIX}/usr"
62 -
63 -SRC_TEST=do