diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-05-11 21:52:13 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-05-11 21:52:13 +0200 |
commit | ea4eae6ded3df6d256345f5b7c4f389ceb6d55da (patch) | |
tree | 13981669967c16dea7e696ae738d38398ce7fbb2 /dev-perl/Crypt-Primes | |
parent | dev-perl/Crypt-Primes: Stable for all (diff) | |
download | gentoo-ea4eae6ded3df6d256345f5b7c4f389ceb6d55da.tar.gz gentoo-ea4eae6ded3df6d256345f5b7c4f389ceb6d55da.tar.bz2 gentoo-ea4eae6ded3df6d256345f5b7c4f389ceb6d55da.zip |
dev-perl/Crypt-Primes: Remove old
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Crypt-Primes')
-rw-r--r-- | dev-perl/Crypt-Primes/Crypt-Primes-0.500.0-r1.ebuild | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-perl/Crypt-Primes/Crypt-Primes-0.500.0-r1.ebuild b/dev-perl/Crypt-Primes/Crypt-Primes-0.500.0-r1.ebuild deleted file mode 100644 index 8274c3c481d5..000000000000 --- a/dev-perl/Crypt-Primes/Crypt-Primes-0.500.0-r1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=VIPUL -MODULE_VERSION=0.50 -inherit perl-module - -DESCRIPTION="Provable Prime Number Generator suitable for Cryptographic Applications" - -SLOT="0" -KEYWORDS="~alpha amd64 ~hppa sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" -IUSE="" - -RDEPEND="dev-perl/Math-Pari - dev-perl/Crypt-Random" -DEPEND="${RDEPEND}" - -SRC_TEST="do" |