diff options
author | Torsten Veller <tove@gentoo.org> | 2013-01-06 18:52:10 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2013-01-06 18:52:10 +0000 |
commit | 91fa23445460fe5fbb1bc06f72919b25ef9f9aab (patch) | |
tree | ed51c548ef7b16306084eb7e261e68d3d32f7150 /dev-perl/Math-BigInt-GMP | |
parent | Cleanup (diff) | |
download | gentoo-2-91fa23445460fe5fbb1bc06f72919b25ef9f9aab.tar.gz gentoo-2-91fa23445460fe5fbb1bc06f72919b25ef9f9aab.tar.bz2 gentoo-2-91fa23445460fe5fbb1bc06f72919b25ef9f9aab.zip |
Cleanup
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'dev-perl/Math-BigInt-GMP')
-rw-r--r-- | dev-perl/Math-BigInt-GMP/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.360.0.ebuild | 21 |
2 files changed, 6 insertions, 23 deletions
diff --git a/dev-perl/Math-BigInt-GMP/ChangeLog b/dev-perl/Math-BigInt-GMP/ChangeLog index e288c2543301..f796152f741d 100644 --- a/dev-perl/Math-BigInt-GMP/ChangeLog +++ b/dev-perl/Math-BigInt-GMP/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Math-BigInt-GMP -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt-GMP/ChangeLog,v 1.19 2012/11/18 11:26:15 robbat2 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt-GMP/ChangeLog,v 1.20 2013/01/06 18:52:10 tove Exp $ + + 06 Jan 2013; Torsten Veller <tove@gentoo.org> + -Math-BigInt-GMP-1.360.0.ebuild: + Cleanup 18 Nov 2012; Robin H. Johnson <robbat2@gentoo.org> metadata.xml: Drop duplication of myself as a maintainer where there is a herd. diff --git a/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.360.0.ebuild b/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.360.0.ebuild deleted file mode 100644 index 1f321d62f5e8..000000000000 --- a/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.360.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.360.0.ebuild,v 1.1 2011/02/26 19:08:50 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=PJACKLAM -MODULE_VERSION=1.36 -inherit perl-module - -DESCRIPTION="Use the GMP library for Math::BigInt routines" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND=">=virtual/perl-Math-BigInt-1.993.0 - >=dev-libs/gmp-4.0.0" -DEPEND="${RDEPEND}" - -SRC_TEST="do" |