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-OpenSSL-ECDSA/
Date: Thu, 06 Aug 2020 16:56:20
Message-Id: 1596732242.3246b4ca0c6c8074bf1e511899c69474b8e24105.kentnl@gentoo
1 commit: 3246b4ca0c6c8074bf1e511899c69474b8e24105
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 6 16:44:02 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 6 16:44:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3246b4ca
7
8 dev-perl/Crypt-OpenSSL-ECDSA: Cleanup old 0.80.0-r2
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-OpenSSL-ECDSA-0.80.0-r2.ebuild | 26 ----------------------
14 1 file changed, 26 deletions(-)
15
16 diff --git a/dev-perl/Crypt-OpenSSL-ECDSA/Crypt-OpenSSL-ECDSA-0.80.0-r2.ebuild b/dev-perl/Crypt-OpenSSL-ECDSA/Crypt-OpenSSL-ECDSA-0.80.0-r2.ebuild
17 deleted file mode 100644
18 index c9cc88aaf9a..00000000000
19 --- a/dev-perl/Crypt-OpenSSL-ECDSA/Crypt-OpenSSL-ECDSA-0.80.0-r2.ebuild
20 +++ /dev/null
21 @@ -1,26 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -DIST_AUTHOR=MIKEM
28 -DIST_VERSION=0.08
29 -inherit perl-module
30 -
31 -DESCRIPTION="OpenSSL ECDSA (Elliptic Curve Digital Signature Algorithm) Perl extension"
32 -SLOT="0"
33 -KEYWORDS="~amd64 ~x86"
34 -IUSE="libressl"
35 -
36 -RDEPEND="
37 - >=dev-perl/Crypt-OpenSSL-EC-0.50.0
38 - !libressl? ( dev-libs/openssl:0 )
39 - libressl? ( dev-libs/libressl )
40 -"
41 -DEPEND="${RDEPEND}
42 - virtual/perl-ExtUtils-MakeMaker
43 -"
44 -
45 -PATCHES=(
46 - "${FILESDIR}/${P}-0002-Port-to-OpenSSL-1.1.0.patch"
47 -)