summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2016-03-25 20:11:54 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-03-25 20:11:54 +0100
commit6b40733661e933c79e353accb4dd1d8f3596898b (patch)
tree9ed320ccc36e07bcd5c4a201085f1be4ad451dcc /dev-perl/Math-ModInt
parentdev-perl/Math-BigInt-GMP: Remove old (diff)
downloadgentoo-6b40733661e933c79e353accb4dd1d8f3596898b.tar.gz
gentoo-6b40733661e933c79e353accb4dd1d8f3596898b.tar.bz2
gentoo-6b40733661e933c79e353accb4dd1d8f3596898b.zip
dev-perl/Math-ModInt: Remove old
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-perl/Math-ModInt')
-rw-r--r--dev-perl/Math-ModInt/Manifest1
-rw-r--r--dev-perl/Math-ModInt/Math-ModInt-0.7.0.ebuild19
2 files changed, 0 insertions, 20 deletions
diff --git a/dev-perl/Math-ModInt/Manifest b/dev-perl/Math-ModInt/Manifest
index 23fe0a209393..d2752aff43c0 100644
--- a/dev-perl/Math-ModInt/Manifest
+++ b/dev-perl/Math-ModInt/Manifest
@@ -1,2 +1 @@
-DIST Math-ModInt-0.007.tar.gz 37509 SHA256 961744ac23539c04e29e245ce5e2f1abdd4354b9afc6833c4f4893aa412115dd SHA512 84789d48b55e130541e6564ccde95f45da3d8553da7c5cef073d1068910a72d33da1ac2ce3dc22a8cff868dfee62f35416a44bee5773be74eccccce96548b8e5 WHIRLPOOL e7481c54207755f1657a5adaf39b77e4eabea30414d80b5b13f1d7901cd11617043ba13ff21944052c0441df97d0b629da725754cdada7a1c4a4f77df8a4fea6
DIST Math-ModInt-0.011.tar.gz 40189 SHA256 a19eb1deca4903de50c7214898105e9cab46475c97182da2cddb9ff083301ed7 SHA512 c6a1b90e07dc6a4b620b0db63eaa205dad19ba3c96e8031f93d1c3fca137d5430e3c1e88d3bad9d3f6d64600bee4deb9c13e13fdad410c76f9c10732fd2495e0 WHIRLPOOL 1d1e9fd222fb1f539b9563b5400b6c1898a5fdbe6604ef167438df4efa2ce92a61c3b3defb3918e3a0e446001e4b36c2cb29c62553e5936caad86081100741bc
diff --git a/dev-perl/Math-ModInt/Math-ModInt-0.7.0.ebuild b/dev-perl/Math-ModInt/Math-ModInt-0.7.0.ebuild
deleted file mode 100644
index 3fb13932cc86..000000000000
--- a/dev-perl/Math-ModInt/Math-ModInt-0.7.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR="MHASCH"
-MODULE_VERSION="0.007"
-
-inherit perl-module
-
-DESCRIPTION="modular integer arithmetic"
-
-LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="dev-perl/Math-BigInt-GMP"