diff options
author | Torsten Veller <tove@gentoo.org> | 2010-01-17 14:23:08 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-01-17 14:23:08 +0000 |
commit | 03007dc4182f2d4e375876112b611a324b23e9b1 (patch) | |
tree | b262742918d7c02b4db6e5af62662cbcf7671e35 /perl-core/Math-BigInt-FastCalc | |
parent | Cleanup (diff) | |
download | historical-03007dc4182f2d4e375876112b611a324b23e9b1.tar.gz historical-03007dc4182f2d4e375876112b611a324b23e9b1.tar.bz2 historical-03007dc4182f2d4e375876112b611a324b23e9b1.zip |
Cleanup
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'perl-core/Math-BigInt-FastCalc')
-rw-r--r-- | perl-core/Math-BigInt-FastCalc/ChangeLog | 6 | ||||
-rw-r--r-- | perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.15.ebuild | 18 |
2 files changed, 5 insertions, 19 deletions
diff --git a/perl-core/Math-BigInt-FastCalc/ChangeLog b/perl-core/Math-BigInt-FastCalc/ChangeLog index 5b92b524737b..fbbf5de363b1 100644 --- a/perl-core/Math-BigInt-FastCalc/ChangeLog +++ b/perl-core/Math-BigInt-FastCalc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/Math-BigInt-FastCalc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/ChangeLog,v 1.5 2010/01/05 19:04:24 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/ChangeLog,v 1.6 2010/01/17 14:02:02 tove Exp $ + + 17 Jan 2010; Torsten Veller <tove@gentoo.org> + -Math-BigInt-FastCalc-0.15.ebuild: + Cleanup 05 Jan 2010; nixnut <nixnut@gentoo.org> Math-BigInt-FastCalc-0.19.ebuild: ppc stable #288026 diff --git a/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.15.ebuild b/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.15.ebuild deleted file mode 100644 index 7ffb6e585024..000000000000 --- a/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.15.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.15.ebuild,v 1.1 2008/11/02 07:26:34 tove Exp $ - -MODULE_AUTHOR="TELS/math" -inherit perl-module - -DESCRIPTION="Math::BigInt::Calc with some XS for more speed" - -IUSE="" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="amd64 hppa ppc x86" -RDEPEND=">=virtual/perl-Math-BigInt-1.87" -DEPEND="${RDEPEND}" - -SRC_TEST="do" |