diff options
author | Torsten Veller <tove@gentoo.org> | 2009-03-13 22:02:20 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-03-13 22:02:20 +0000 |
commit | a14903a692e914545476bad7e8f03a76e616ec73 (patch) | |
tree | 75d2be8d287ce9de52c18b960ddbcbf90e3227b3 /perl-core/bignum | |
parent | Cleanup (diff) | |
download | gentoo-2-a14903a692e914545476bad7e8f03a76e616ec73.tar.gz gentoo-2-a14903a692e914545476bad7e8f03a76e616ec73.tar.bz2 gentoo-2-a14903a692e914545476bad7e8f03a76e616ec73.zip |
Cleanup
(Portage version: 2.2_rc24/cvs/Linux i686)
Diffstat (limited to 'perl-core/bignum')
-rw-r--r-- | perl-core/bignum/ChangeLog | 8 | ||||
-rw-r--r-- | perl-core/bignum/bignum-0.19.ebuild | 21 | ||||
-rw-r--r-- | perl-core/bignum/bignum-0.20.ebuild | 22 |
3 files changed, 6 insertions, 45 deletions
diff --git a/perl-core/bignum/ChangeLog b/perl-core/bignum/ChangeLog index 26283670f5b3..bc2de0d2d383 100644 --- a/perl-core/bignum/ChangeLog +++ b/perl-core/bignum/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/bignum -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/ChangeLog,v 1.17 2008/08/01 16:54:37 tove Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/ChangeLog,v 1.18 2009/03/13 22:02:20 tove Exp $ + + 13 Mar 2009; Torsten Veller <tove@gentoo.org> -bignum-0.19.ebuild, + -bignum-0.20.ebuild: + Cleanup *bignum-0.23 (01 Aug 2008) diff --git a/perl-core/bignum/bignum-0.19.ebuild b/perl-core/bignum/bignum-0.19.ebuild deleted file mode 100644 index cb3b0aceac9e..000000000000 --- a/perl-core/bignum/bignum-0.19.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/bignum-0.19.ebuild,v 1.7 2007/06/24 23:20:37 vapier Exp $ - -inherit perl-module - -DESCRIPTION="Transparent BigNumber/BigRational support for Perl" -HOMEPAGE="http://search.cpan.org/~tels" -SRC_URI="mirror://cpan/authors/id/T/TE/TELS/math/${P}.tar.gz" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86" -IUSE="" - -SRC_TEST="do" -PREFER_BUILDPL="no" - -DEPEND=">=perl-core/Math-BigInt-1.79 - >=perl-core/Math-BigRat-0.17 - dev-lang/perl" diff --git a/perl-core/bignum/bignum-0.20.ebuild b/perl-core/bignum/bignum-0.20.ebuild deleted file mode 100644 index 1a470f7c134e..000000000000 --- a/perl-core/bignum/bignum-0.20.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/bignum-0.20.ebuild,v 1.3 2007/06/24 23:20:37 vapier Exp $ - -inherit perl-module - -DESCRIPTION="Transparent BigNumber/BigRational support for Perl" -HOMEPAGE="http://search.cpan.org/~tels" -SRC_URI="mirror://cpan/authors/id/T/TE/TELS/math/${P}.tar.gz" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86" -IUSE="test" - -SRC_TEST="do" -PREFER_BUILDPL="no" - -DEPEND=">=perl-core/Math-BigInt-1.82 - >=perl-core/Math-BigRat-0.18 - test? ( >=dev-perl/Test-Pod-Coverage-1.08 ) - dev-lang/perl" |