summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-15 20:54:44 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-15 20:56:02 +0200
commit91143cd405468f84ba8b82fcdb43fe46cc655897 (patch)
treeaa020ff81720b6c77ca4fd142138836d5415cf55
parentdev-perl/Crypt-CipherSaber: EAPI=8 bump (diff)
downloadgentoo-91143cd4.tar.gz
gentoo-91143cd4.tar.bz2
gentoo-91143cd4.zip
dev-perl/Crypt-Curve25519: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--dev-perl/Crypt-Curve25519/Crypt-Curve25519-0.60.0.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-perl/Crypt-Curve25519/Crypt-Curve25519-0.60.0.ebuild b/dev-perl/Crypt-Curve25519/Crypt-Curve25519-0.60.0.ebuild
deleted file mode 100644
index 9e48563178dc..000000000000
--- a/dev-perl/Crypt-Curve25519/Crypt-Curve25519-0.60.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=AJGB
-DIST_VERSION=0.06
-inherit perl-module flag-o-matic
-
-DESCRIPTION="Shared secret elliptic-curve Diffie-Hellman generator"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-PATCHES="${FILESDIR}/${P}-fmul-fixedvar.patch"
-
-RDEPEND="
- virtual/perl-Carp
- virtual/perl-Exporter
- virtual/perl-XSLoader
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- virtual/perl-File-Spec
- virtual/perl-IO
- virtual/perl-Test-Simple
- )
-"