diff options
-rw-r--r-- | dev-perl/Math-Factor-XS/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Math-Factor-XS/Math-Factor-XS-0.400.0.ebuild | 32 | ||||
-rw-r--r-- | dev-perl/Math-Factor-XS/metadata.xml | 20 |
3 files changed, 53 insertions, 0 deletions
diff --git a/dev-perl/Math-Factor-XS/Manifest b/dev-perl/Math-Factor-XS/Manifest new file mode 100644 index 000000000000..e0b0672e9aa7 --- /dev/null +++ b/dev-perl/Math-Factor-XS/Manifest @@ -0,0 +1 @@ +DIST Math-Factor-XS-0.40.tar.gz 62370 SHA256 f594f5f107ac1b6f2f1af76b7711121dbd7043cc7bad0bad1cdbfc3186239833 SHA512 3b7c2df63f02585ea5508217fa93292db74ed5c94e379dc6ef9b9887c6b5cdccf76f36e30b71e50848cfe698a262d99049918075b28ac44d07aabf7fb7d799b3 WHIRLPOOL 63af1db5a9b33942dbe69b0b7ae300917eb9e25ecc19ee08d6f4dd4f2c38b1a0f17d6fa705dfbf0cabf652a0309989eb96e1c585088bb60e0fa3f3530759fd11 diff --git a/dev-perl/Math-Factor-XS/Math-Factor-XS-0.400.0.ebuild b/dev-perl/Math-Factor-XS/Math-Factor-XS-0.400.0.ebuild new file mode 100644 index 000000000000..0a26dfdbe6ce --- /dev/null +++ b/dev-perl/Math-Factor-XS/Math-Factor-XS-0.400.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR="KRYDE" +DIST_VERSION=0.40 +inherit perl-module + +DESCRIPTION="Factorize numbers and calculate matching multiplications" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="dev-perl/boolean + dev-perl/List-MoreUtils + dev-perl/Params-Validate + virtual/perl-Carp + virtual/perl-Exporter + virtual/perl-Scalar-List-Utils + virtual/perl-XSLoader" +DEPEND="${RDEPEND} + >=dev-perl/Module-Build-0.400.0 + virtual/perl-ExtUtils-CBuilder + test? ( virtual/perl-Test-Simple )" + +src_test() { + perl_rm_files "t/pod.t" "t/pod-coverage.t" + perl-module_src_test +} diff --git a/dev-perl/Math-Factor-XS/metadata.xml b/dev-perl/Math-Factor-XS/metadata.xml new file mode 100644 index 000000000000..4f8ad7eb3cb7 --- /dev/null +++ b/dev-perl/Math-Factor-XS/metadata.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>tomboy64@sina.cn</email> + <name>Proxy-Maintainer; please assign him to bugs.</name> + </maintainer> + <maintainer type="project"> + <email>perl@gentoo.org</email> + <name>Gentoo Perl Project</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Gentoo Proxy Maintainers Project</name> + </maintainer> + <upstream> + <remote-id type="cpan">Math-Factor-XS</remote-id> + <remote-id type="cpan-module">Math::Factor::XS</remote-id> + </upstream> +</pkgmetadata> |