summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2014-11-08 15:55:09 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2014-11-08 15:55:09 +0000
commitdcd1e04a01397170a5387cce2dd6c88c152024da (patch)
treeec5e845d7c4898b8959e9fb7febbea07e743daa5 /perl-core
parentRemove Perl 5.16 as provider (diff)
downloadgentoo-2-dcd1e04a01397170a5387cce2dd6c88c152024da.tar.gz
gentoo-2-dcd1e04a01397170a5387cce2dd6c88c152024da.tar.bz2
gentoo-2-dcd1e04a01397170a5387cce2dd6c88c152024da.zip
Remove old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Diffstat (limited to 'perl-core')
-rw-r--r--perl-core/Math-BigInt/ChangeLog6
-rw-r--r--perl-core/Math-BigInt/Math-BigInt-1.997.0-r2.ebuild26
2 files changed, 5 insertions, 27 deletions
diff --git a/perl-core/Math-BigInt/ChangeLog b/perl-core/Math-BigInt/ChangeLog
index f9f5d60d2a8b..a8a401da6d86 100644
--- a/perl-core/Math-BigInt/ChangeLog
+++ b/perl-core/Math-BigInt/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for perl-core/Math-BigInt
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.91 2014/08/02 20:03:46 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.92 2014/11/08 15:55:09 dilfridge Exp $
+
+ 08 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org>
+ -Math-BigInt-1.997.0-r2.ebuild:
+ Remove old
02 Aug 2014; Mikle Kolyada <zlogene@gentoo.org> Math-BigInt-1.999.300.ebuild:
Stable for all
diff --git a/perl-core/Math-BigInt/Math-BigInt-1.997.0-r2.ebuild b/perl-core/Math-BigInt/Math-BigInt-1.997.0-r2.ebuild
deleted file mode 100644
index ecf6d279f4e8..000000000000
--- a/perl-core/Math-BigInt/Math-BigInt-1.997.0-r2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.997.0-r2.ebuild,v 1.2 2014/07/29 15:58:52 dilfridge Exp $
-
-EAPI=5
-
-MODULE_AUTHOR=PJACKLAM
-MODULE_VERSION=1.997
-inherit perl-module eutils
-
-DESCRIPTION="Arbitrary size floating point math package"
-
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc s390 sh sparc x86 ~ppc-aix ~ppc-macos ~x86-solaris"
-IUSE=""
-
-RDEPEND=">=virtual/perl-Scalar-List-Utils-1.140.0"
-DEPEND="${RDEPEND}"
-
-PDEPEND=">=virtual/perl-Math-BigInt-FastCalc-0.270.0
- >=virtual/perl-bignum-0.220.0
- >=virtual/perl-Math-BigRat-0.260.200"
-
-PATCHES=( "${FILESDIR}/${P}-overload.patch" )
-
-SRC_TEST="do"