diff options
author | Torsten Veller <tove@gentoo.org> | 2009-10-12 11:48:20 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-10-12 11:48:20 +0000 |
commit | 7721003d8cf6377de2be5506880f0bbcc01639f0 (patch) | |
tree | 321773da766107d7da14ab42a3a5a3a553f56b37 /dev-perl/Math-GMP | |
parent | Cleanup (diff) | |
download | gentoo-2-7721003d8cf6377de2be5506880f0bbcc01639f0.tar.gz gentoo-2-7721003d8cf6377de2be5506880f0bbcc01639f0.tar.bz2 gentoo-2-7721003d8cf6377de2be5506880f0bbcc01639f0.zip |
Cleanup
(Portage version: 2.2_rc45/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.05.ebuild | 18 |
2 files changed, 4 insertions, 19 deletions
diff --git a/dev-perl/Math-GMP/ChangeLog b/dev-perl/Math-GMP/ChangeLog index 295d5348b39a..0f6e98eb1fa0 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/ChangeLog,v 1.21 2009/09/18 15:32:28 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/ChangeLog,v 1.22 2009/10/12 11:48:20 tove Exp $ + + 12 Oct 2009; Torsten Veller <tove@gentoo.org> -Math-GMP-2.05.ebuild: + Cleanup *Math-GMP-2.06 (18 Sep 2009) diff --git a/dev-perl/Math-GMP/Math-GMP-2.05.ebuild b/dev-perl/Math-GMP/Math-GMP-2.05.ebuild deleted file mode 100644 index 0a93ec653729..000000000000 --- a/dev-perl/Math-GMP/Math-GMP-2.05.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/dev-perl/Math-GMP/Math-GMP-2.05.ebuild,v 1.1 2008/10/20 20:15:19 tove Exp $ - -MODULE_AUTHOR=TURNSTEP -inherit perl-module - -DESCRIPTION="High speed arbitrary size integer math" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" -IUSE="" - -SRC_TEST=do - -DEPEND="dev-libs/gmp - dev-lang/perl" |