diff options
author | Torsten Veller <tove@gentoo.org> | 2009-03-13 22:30:27 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-03-13 22:30:27 +0000 |
commit | 8805b3d7ffec5cda697dc3a4c3a8a44faf436df7 (patch) | |
tree | 252908b81381692610b1542eb01353a10fe1dc7b /virtual | |
parent | Cleanup (diff) | |
download | gentoo-2-8805b3d7ffec5cda697dc3a4c3a8a44faf436df7.tar.gz gentoo-2-8805b3d7ffec5cda697dc3a4c3a8a44faf436df7.tar.bz2 gentoo-2-8805b3d7ffec5cda697dc3a4c3a8a44faf436df7.zip |
Cleanup
(Portage version: 2.2_rc24/cvs/Linux i686)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-Math-BigInt-FastCalc/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.16.ebuild | 16 |
2 files changed, 6 insertions, 18 deletions
diff --git a/virtual/perl-Math-BigInt-FastCalc/ChangeLog b/virtual/perl-Math-BigInt-FastCalc/ChangeLog index 33c04515ebb2..a9e11a75b263 100644 --- a/virtual/perl-Math-BigInt-FastCalc/ChangeLog +++ b/virtual/perl-Math-BigInt-FastCalc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-Math-BigInt-FastCalc -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt-FastCalc/ChangeLog,v 1.2 2008/11/02 11:00:40 swegener Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt-FastCalc/ChangeLog,v 1.3 2009/03/13 22:30:27 tove Exp $ + + 13 Mar 2009; Torsten Veller <tove@gentoo.org> + -perl-Math-BigInt-FastCalc-0.16.ebuild: + Cleanup *perl-Math-BigInt-FastCalc-0.19 (01 Nov 2008) *perl-Math-BigInt-FastCalc-0.16 (01 Nov 2008) diff --git a/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.16.ebuild b/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.16.ebuild deleted file mode 100644 index 9b7cd94cbdc8..000000000000 --- a/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.16.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.16.ebuild,v 1.2 2008/11/03 16:46:10 mr_bones_ Exp $ - -DESCRIPTION="Math::BigInt::Calc with some XS for more speed" -HOMEPAGE="http://www.gentoo.org/proj/en/perl/" -SRC_URI="" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" - -IUSE="" -DEPEND="" - -RDEPEND="~dev-lang/perl-5.10.0" |