diff options
author | Torsten Veller <tove@gentoo.org> | 2010-09-15 09:04:40 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-09-15 09:04:40 +0000 |
commit | cc2c50807d5769b7a5f2195a91bb220b82ba69e3 (patch) | |
tree | 78809c26e42eeadfdb9e9a84afef52b479f4fb0c /perl-core/Math-BigInt-FastCalc | |
parent | Add missing webkit USE dep on smoke, bug 331373 (diff) | |
download | gentoo-2-cc2c50807d5769b7a5f2195a91bb220b82ba69e3.tar.gz gentoo-2-cc2c50807d5769b7a5f2195a91bb220b82ba69e3.tar.bz2 gentoo-2-cc2c50807d5769b7a5f2195a91bb220b82ba69e3.zip |
Version bump. Add cpan remote-id
(Portage version: 2.2_rc82/cvs/Linux x86_64)
Diffstat (limited to 'perl-core/Math-BigInt-FastCalc')
-rw-r--r-- | perl-core/Math-BigInt-FastCalc/ChangeLog | 8 | ||||
-rw-r--r-- | perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.22.ebuild | 19 | ||||
-rw-r--r-- | perl-core/Math-BigInt-FastCalc/metadata.xml | 9 |
3 files changed, 30 insertions, 6 deletions
diff --git a/perl-core/Math-BigInt-FastCalc/ChangeLog b/perl-core/Math-BigInt-FastCalc/ChangeLog index 29d71f960429..48edc8cb24f2 100644 --- a/perl-core/Math-BigInt-FastCalc/ChangeLog +++ b/perl-core/Math-BigInt-FastCalc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for perl-core/Math-BigInt-FastCalc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/ChangeLog,v 1.7 2010/09/04 07:26:04 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/ChangeLog,v 1.8 2010/09/15 09:04:40 tove Exp $ + +*Math-BigInt-FastCalc-0.22 (15 Sep 2010) + + 15 Sep 2010; Torsten Veller <tove@gentoo.org> + +Math-BigInt-FastCalc-0.22.ebuild, metadata.xml: + Version bump. Add cpan remote-id. *Math-BigInt-FastCalc-0.21 (04 Sep 2010) diff --git a/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.22.ebuild b/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.22.ebuild new file mode 100644 index 000000000000..84bf94f4994e --- /dev/null +++ b/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.22.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2010 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.22.ebuild,v 1.1 2010/09/15 09:04:40 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=FLORA +inherit perl-module + +DESCRIPTION="Math::BigInt::Calc with some XS for more speed" + +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~x86" +IUSE="" + +RDEPEND=">=virtual/perl-Math-BigInt-1.90" +DEPEND="${RDEPEND}" + +SRC_TEST="do" diff --git a/perl-core/Math-BigInt-FastCalc/metadata.xml b/perl-core/Math-BigInt-FastCalc/metadata.xml index 8ac7a1c994df..7272b97c0589 100644 --- a/perl-core/Math-BigInt-FastCalc/metadata.xml +++ b/perl-core/Math-BigInt-FastCalc/metadata.xml @@ -1,9 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>perl</herd> - <maintainer> - <email>robbat2@gentoo.org</email> - <description>Primary Maintainer</description> - </maintainer> + <herd>perl</herd> + <upstream> + <remote-id type="cpan">Math-BigInt-FastCalc</remote-id> + </upstream> </pkgmetadata> |