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/Crypt-Curve25519/
Date: Fri, 15 Oct 2021 18:56:21
Message-Id: 1634324162.91143cd405468f84ba8b82fcdb43fe46cc655897.dilfridge@gentoo
1 commit: 91143cd405468f84ba8b82fcdb43fe46cc655897
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 15 18:54:44 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 15 18:56:02 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91143cd4
7
8 dev-perl/Crypt-Curve25519: Remove old
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 .../Crypt-Curve25519-0.60.0.ebuild | 30 ----------------------
14 1 file changed, 30 deletions(-)
15
16 diff --git a/dev-perl/Crypt-Curve25519/Crypt-Curve25519-0.60.0.ebuild b/dev-perl/Crypt-Curve25519/Crypt-Curve25519-0.60.0.ebuild
17 deleted file mode 100644
18 index 9e48563178d..00000000000
19 --- a/dev-perl/Crypt-Curve25519/Crypt-Curve25519-0.60.0.ebuild
20 +++ /dev/null
21 @@ -1,30 +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=AJGB
28 -DIST_VERSION=0.06
29 -inherit perl-module flag-o-matic
30 -
31 -DESCRIPTION="Shared secret elliptic-curve Diffie-Hellman generator"
32 -SLOT="0"
33 -KEYWORDS="amd64 x86"
34 -IUSE="test"
35 -RESTRICT="!test? ( test )"
36 -
37 -PATCHES="${FILESDIR}/${P}-fmul-fixedvar.patch"
38 -
39 -RDEPEND="
40 - virtual/perl-Carp
41 - virtual/perl-Exporter
42 - virtual/perl-XSLoader
43 -"
44 -DEPEND="${RDEPEND}
45 - virtual/perl-ExtUtils-MakeMaker
46 - test? (
47 - virtual/perl-File-Spec
48 - virtual/perl-IO
49 - virtual/perl-Test-Simple
50 - )
51 -"