diff options
Diffstat (limited to 'dev-perl/Math-GMP')
-rw-r--r-- | dev-perl/Math-GMP/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Math-GMP/Math-GMP-2.60.0.ebuild | 21 |
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-perl/Math-GMP/ChangeLog b/dev-perl/Math-GMP/ChangeLog index 0f6e98eb1fa0..4fe9a5ab3039 100644 --- a/dev-perl/Math-GMP/ChangeLog +++ b/dev-perl/Math-GMP/ChangeLog @@ -1,6 +1,11 @@ # 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.22 2009/10/12 11:48:20 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/ChangeLog,v 1.23 2011/08/30 10:29:05 tove Exp $ + +*Math-GMP-2.60.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +Math-GMP-2.60.0.ebuild: + Change version scheme 12 Oct 2009; Torsten Veller <tove@gentoo.org> -Math-GMP-2.05.ebuild: Cleanup diff --git a/dev-perl/Math-GMP/Math-GMP-2.60.0.ebuild b/dev-perl/Math-GMP/Math-GMP-2.60.0.ebuild new file mode 100644 index 000000000000..027683b3863d --- /dev/null +++ b/dev-perl/Math-GMP/Math-GMP-2.60.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2011 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.60.0.ebuild,v 1.1 2011/08/30 10:29:05 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=TURNSTEP +MODULE_VERSION=2.06 +inherit perl-module + +DESCRIPTION="High speed arbitrary size integer math" + +SLOT="0" +LICENSE="LGPL-2" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="dev-libs/gmp" +DEPEND="${RDEPEND}" + +SRC_TEST=do |