diff options
author | Torsten Veller <tove@gentoo.org> | 2012-03-31 07:06:29 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-03-31 07:06:29 +0000 |
commit | b0d6059d732c0ca4b167c730cb2c909eb7903bb7 (patch) | |
tree | 70a2a401273ef2140012f152afbb2a623ac10974 /dev-perl/Math-GMP | |
parent | Cleanup (diff) | |
download | gentoo-2-b0d6059d732c0ca4b167c730cb2c909eb7903bb7.tar.gz gentoo-2-b0d6059d732c0ca4b167c730cb2c909eb7903bb7.tar.bz2 gentoo-2-b0d6059d732c0ca4b167c730cb2c909eb7903bb7.zip |
Cleanup
(Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Math-GMP')
-rw-r--r-- | dev-perl/Math-GMP/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Math-GMP/Math-GMP-2.04.ebuild | 17 |
2 files changed, 4 insertions, 18 deletions
diff --git a/dev-perl/Math-GMP/ChangeLog b/dev-perl/Math-GMP/ChangeLog index 81b3251d229f..32f8a4a57a21 100644 --- a/dev-perl/Math-GMP/ChangeLog +++ b/dev-perl/Math-GMP/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Math-GMP # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/ChangeLog,v 1.30 2012/03/25 16:39:43 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/ChangeLog,v 1.31 2012/03/31 07:06:29 tove Exp $ + + 31 Mar 2012; Torsten Veller <tove@gentoo.org> -Math-GMP-2.04.ebuild: + Cleanup 25 Mar 2012; Raúl Porcel <armin76@gentoo.org> Math-GMP-2.04.ebuild, Math-GMP-2.60.0.ebuild: diff --git a/dev-perl/Math-GMP/Math-GMP-2.04.ebuild b/dev-perl/Math-GMP/Math-GMP-2.04.ebuild deleted file mode 100644 index ad21df0a859f..000000000000 --- a/dev-perl/Math-GMP/Math-GMP-2.04.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/Math-GMP-2.04.ebuild,v 1.12 2012/03/25 16:39:43 armin76 Exp $ - -inherit perl-module - -DESCRIPTION="High speed arbitrary size integer math" -SRC_URI="mirror://cpan/authors/id/C/CH/CHIPT/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~chipt/" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha amd64 hppa ~mips ppc x86" -IUSE="" - -DEPEND="dev-libs/gmp - dev-lang/perl" |