diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2014-08-13 14:43:26 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2014-08-13 14:43:26 +0000 |
commit | cda31926c54e4434ae2f2d036325264c6d806fb4 (patch) | |
tree | 271d013642c0f42bc90b16c8189f5004d99f1deb /dev-perl | |
parent | x86 stable, see bug 507142 (diff) | |
download | gentoo-2-cda31926c54e4434ae2f2d036325264c6d806fb4.tar.gz gentoo-2-cda31926c54e4434ae2f2d036325264c6d806fb4.tar.bz2 gentoo-2-cda31926c54e4434ae2f2d036325264c6d806fb4.zip |
Initial commit, ebuild by g-cpan with some minor tweaks by me. As requested by Owen Conway in the LINX engineering team.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0xB5058F9A)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Math-ModInt/ChangeLog | 11 | ||||
-rw-r--r-- | dev-perl/Math-ModInt/Manifest | 4 | ||||
-rw-r--r-- | dev-perl/Math-ModInt/Math-ModInt-0.7.0.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/Math-ModInt/metadata.xml | 8 |
4 files changed, 43 insertions, 0 deletions
diff --git a/dev-perl/Math-ModInt/ChangeLog b/dev-perl/Math-ModInt/ChangeLog new file mode 100644 index 000000000000..b80bb7eb5e59 --- /dev/null +++ b/dev-perl/Math-ModInt/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for dev-perl/Math-ModInt +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-ModInt/ChangeLog,v 1.1 2014/08/13 14:43:26 chainsaw Exp $ + +*Math-ModInt-0.7.0 (13 Aug 2014) + + 13 Aug 2014; Tony Vroon <chainsaw@gentoo.org> +Math-ModInt-0.7.0.ebuild, + +metadata.xml: + Initial commit, ebuild by g-cpan with some minor tweaks by me. As requested + by Owen Conway in the LINX engineering team. + diff --git a/dev-perl/Math-ModInt/Manifest b/dev-perl/Math-ModInt/Manifest new file mode 100644 index 000000000000..dddb1647aa74 --- /dev/null +++ b/dev-perl/Math-ModInt/Manifest @@ -0,0 +1,4 @@ +DIST Math-ModInt-0.007.tar.gz 37509 SHA256 961744ac23539c04e29e245ce5e2f1abdd4354b9afc6833c4f4893aa412115dd SHA512 84789d48b55e130541e6564ccde95f45da3d8553da7c5cef073d1068910a72d33da1ac2ce3dc22a8cff868dfee62f35416a44bee5773be74eccccce96548b8e5 WHIRLPOOL e7481c54207755f1657a5adaf39b77e4eabea30414d80b5b13f1d7901cd11617043ba13ff21944052c0441df97d0b629da725754cdada7a1c4a4f77df8a4fea6 +EBUILD Math-ModInt-0.7.0.ebuild 368 SHA256 b44c5bf004b45582925b8ec1e1a3324b570ce6281f3480c699bc8ed039faddac SHA512 0754388f9b61f39e44433079ae5bed90d9a65534ea4899e4a8a16cffc049dd8d2810c195ef54ab9bb7411b080ec5f322d8a4b0a4a2bef4185a28d22857001e83 WHIRLPOOL 4bb4e3bd44a7bfa0b475d509a230617047cdffc86e0af3fb1f57a7741c923243b065944e3d3dcb3277135fd07f8172c9645adca7a566fdedfec623881da26956 +MISC ChangeLog 373 SHA256 be09909fe7f8d84bf45f7a05ebfbcbe0731eaae57cabc0ba0e8b0a3ac2eeba69 SHA512 ab0a94f2086cbd2b810992cc5fc0758b9fbfdf0ae93642bf3526fc8d6bab2cba1363179539f6cb97285d60ce56519b6d9f4474271f2fabf0f9b0b18e911abbf2 WHIRLPOOL 7d6207cd14a8fee0148ed94627a8dc54a16e6eda27669c4189f5d5f27450ba06e901f72d1cf75393e921d8d434a4bbee73dbe6eb7afaedb34845150e67caea6d +MISC metadata.xml 237 SHA256 68f30b09dd9f1d191b49df1bfb2a5453e7843b91ed73d0ad73d8faccf2b1d213 SHA512 1dd62f7d615b0ecd2424aae4eee900a9276dae97f66d24317c29bd50dc9d1db327d69a474767edde1ebb7f318b6da0cd41154878a692af04c22ebbb305cada5d WHIRLPOOL f8c54ad5ed46db4e3621fe7696b3ed8315aa7b70276ba4b9cbbef8fc32530a5b10964d09d1f585b201923aff6d9d172558706cfdeb539f2183fbb91356c0d7ed diff --git a/dev-perl/Math-ModInt/Math-ModInt-0.7.0.ebuild b/dev-perl/Math-ModInt/Math-ModInt-0.7.0.ebuild new file mode 100644 index 000000000000..a96274cf3620 --- /dev/null +++ b/dev-perl/Math-ModInt/Math-ModInt-0.7.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-ModInt/Math-ModInt-0.7.0.ebuild,v 1.1 2014/08/13 14:43:26 chainsaw Exp $ + +EAPI=5 + +MODULE_AUTHOR="MHASCH" +MODULE_VERSION="0.007" + +inherit perl-module + +DESCRIPTION="modular integer arithmetic" + +LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="dev-perl/Math-BigInt-GMP + dev-lang/perl" diff --git a/dev-perl/Math-ModInt/metadata.xml b/dev-perl/Math-ModInt/metadata.xml new file mode 100644 index 000000000000..a78853c5113b --- /dev/null +++ b/dev-perl/Math-ModInt/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <upstream> + <remote-id type="cpan">Math-ModInt</remote-id> + </upstream> +</pkgmetadata> |