diff options
author | 2011-02-27 07:09:29 +0000 | |
---|---|---|
committer | 2011-02-27 07:09:29 +0000 | |
commit | 826ca5c2323b66a5e12c4bf5fbfaf54fa5c6fe45 (patch) | |
tree | 5a13e77eace2b5a7aaae290d7e264c03f1dd5245 /perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.280.0.ebuild | |
parent | Initial import (bug #272205). Ebuild by me. (diff) | |
download | gentoo-2-826ca5c2323b66a5e12c4bf5fbfaf54fa5c6fe45.tar.gz gentoo-2-826ca5c2323b66a5e12c4bf5fbfaf54fa5c6fe45.tar.bz2 gentoo-2-826ca5c2323b66a5e12c4bf5fbfaf54fa5c6fe45.zip |
[bump] perl-core/Math-BigInt-FastCalc-0.280.0
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
Diffstat (limited to 'perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.280.0.ebuild')
-rw-r--r-- | perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.280.0.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.280.0.ebuild b/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.280.0.ebuild new file mode 100644 index 000000000000..97c2bb38a3a6 --- /dev/null +++ b/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.280.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/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.280.0.ebuild,v 1.1 2011/02/27 07:09:29 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=PJACKLAM +MODULE_VERSION=0.28 +inherit perl-module + +DESCRIPTION="Math::BigInt::Calc with some XS for more speed" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND=">=virtual/perl-Math-BigInt-1.993 + virtual/perl-XSLoader" +DEPEND="${RDEPEND}" + +SRC_TEST="do" |