diff options
author | Torsten Veller <tove@gentoo.org> | 2008-11-02 07:26:34 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-11-02 07:26:34 +0000 |
commit | feec7ceaa694981f35b8c3a77d400db0ef6630ce (patch) | |
tree | 6e3ad74b25b13752c2fc57b0ed0687ebd6e8f830 /perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.19.ebuild | |
parent | dev-perl => perl-core migration (diff) | |
download | gentoo-2-feec7ceaa694981f35b8c3a77d400db0ef6630ce.tar.gz gentoo-2-feec7ceaa694981f35b8c3a77d400db0ef6630ce.tar.bz2 gentoo-2-feec7ceaa694981f35b8c3a77d400db0ef6630ce.zip |
dev-perl => perl-core migration
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.19.ebuild')
-rw-r--r-- | perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.19.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.19.ebuild b/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.19.ebuild new file mode 100644 index 000000000000..0313b30632e9 --- /dev/null +++ b/perl-core/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/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.19.ebuild,v 1.1 2008/11/02 07:26:34 tove 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" |