summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-30 10:34:12 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-30 10:34:12 +0000
commitb411a924b10152d53c2def781ec0263d30a70b16 (patch)
tree4f363d169d51ce27fbb4a8a2a7a21d79f8b9a8d6 /dev-perl/Math-GMP
parentAdd live ebuild (diff)
downloadhistorical-b411a924b10152d53c2def781ec0263d30a70b16.tar.gz
historical-b411a924b10152d53c2def781ec0263d30a70b16.tar.bz2
historical-b411a924b10152d53c2def781ec0263d30a70b16.zip
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Math-GMP')
-rw-r--r--dev-perl/Math-GMP/ChangeLog9
-rw-r--r--dev-perl/Math-GMP/Math-GMP-2.60.0.ebuild21
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