summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-07-30 01:02:34 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2008-07-30 01:02:34 +0000
commitddcc15810891b3c45ab3cf489f4cbebfa3db5296 (patch)
tree3889f2d427e8731dbc76f69b28bd97675cd2af12 /dev-perl
parentVersion bump. (diff)
downloadgentoo-2-ddcc15810891b3c45ab3cf489f4cbebfa3db5296.tar.gz
gentoo-2-ddcc15810891b3c45ab3cf489f4cbebfa3db5296.tar.bz2
gentoo-2-ddcc15810891b3c45ab3cf489f4cbebfa3db5296.zip
Version bump.
(Portage version: 2.2_rc4/cvs/Linux 2.6.26-rc4-00103-g1beee8d x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Math-BigInt-FastCalc/ChangeLog8
-rw-r--r--dev-perl/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.19.ebuild19
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-perl/Math-BigInt-FastCalc/ChangeLog b/dev-perl/Math-BigInt-FastCalc/ChangeLog
index a678f28a4b67..e513e007e80d 100644
--- a/dev-perl/Math-BigInt-FastCalc/ChangeLog
+++ b/dev-perl/Math-BigInt-FastCalc/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Math-BigInt-FastCalc
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt-FastCalc/ChangeLog,v 1.6 2008/05/14 20:56:45 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt-FastCalc/ChangeLog,v 1.7 2008/07/30 01:02:34 robbat2 Exp $
+
+*Math-BigInt-FastCalc-0.19 (30 Jul 2008)
+
+ 30 Jul 2008; Robin H. Johnson <robbat2@gentoo.org>
+ +Math-BigInt-FastCalc-0.19.ebuild:
+ Version bump.
14 May 2008; Torsten Veller <tove@gentoo.org>
Math-BigInt-FastCalc-0.15.ebuild:
diff --git a/dev-perl/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.19.ebuild b/dev-perl/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.19.ebuild
new file mode 100644
index 000000000000..8793657cf5c9
--- /dev/null
+++ b/dev-perl/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.19.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.19.ebuild,v 1.1 2008/07/30 01:02:34 robbat2 Exp $
+
+MODULE_AUTHOR="TELS"
+MODULE_SECTION="math"
+inherit perl-module
+
+DESCRIPTION="Math::BigInt::Calc with some XS for more speed"
+
+IUSE=""
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+RDEPEND=">=virtual/perl-Math-BigInt-1.87"
+DEPEND="${RDEPEND}"
+
+SRC_TEST="do"