diff options
| author | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
|---|---|---|
| committer | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
| commit | ecdac123787b96ce6649f0f91da12ea6458cc2b1 (patch) | |
| tree | b89c74d9e6fe6e8aebc4c77bcbeb4ab73214127d /dev-perl/Math-ModInt | |
| parent | 1be72aa41cf41dedadeecf59dca9f01de6381f5e (diff) | |
| download | baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.gz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.xz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.zip | |
Updating liguros repo
Diffstat (limited to 'dev-perl/Math-ModInt')
| -rw-r--r-- | dev-perl/Math-ModInt/Manifest | 1 | ||||
| -rw-r--r-- | dev-perl/Math-ModInt/Math-ModInt-0.11.0.ebuild | 41 | ||||
| -rw-r--r-- | dev-perl/Math-ModInt/metadata.xml | 21 |
3 files changed, 63 insertions, 0 deletions
diff --git a/dev-perl/Math-ModInt/Manifest b/dev-perl/Math-ModInt/Manifest new file mode 100644 index 000000000000..138c92309ed7 --- /dev/null +++ b/dev-perl/Math-ModInt/Manifest @@ -0,0 +1 @@ +DIST Math-ModInt-0.011.tar.gz 40189 BLAKE2B 2b49dec27c7f67ab0c5005a850df9105d661aaa07fbb4041f9bb79bca621114edd6d541ef62d907e8fdc71d1879fb3eb522af232519cd0500b9d41fb2c1b6938 SHA512 c6a1b90e07dc6a4b620b0db63eaa205dad19ba3c96e8031f93d1c3fca137d5430e3c1e88d3bad9d3f6d64600bee4deb9c13e13fdad410c76f9c10732fd2495e0 diff --git a/dev-perl/Math-ModInt/Math-ModInt-0.11.0.ebuild b/dev-perl/Math-ModInt/Math-ModInt-0.11.0.ebuild new file mode 100644 index 000000000000..c3cd1af7b6fa --- /dev/null +++ b/dev-perl/Math-ModInt/Math-ModInt-0.11.0.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=MHASCH +DIST_VERSION=0.011 + +inherit perl-module + +DESCRIPTION="modular integer arithmetic" + +SLOT="0" +KEYWORDS="~amd64" +IUSE="minimal test" +RESTRICT="!test? ( test )" + +PERL_RM_FILES=( + "t/90_pod.t" + "t/91_pod_cover_cp.t" + "t/92_consistency.t" + "t/93_examples.t" + "t/95_versions.t" + "t/99_signature.t" +) +RDEPEND=" + virtual/perl-Carp + >=virtual/perl-Math-BigInt-1.991.0 + !minimal? ( + dev-perl/Math-BigInt-GMP + virtual/perl-Math-BigRat + ) +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-Scalar-List-Utils + virtual/perl-Test + virtual/perl-Test-Simple + ) +" diff --git a/dev-perl/Math-ModInt/metadata.xml b/dev-perl/Math-ModInt/metadata.xml new file mode 100644 index 000000000000..a97f76470a29 --- /dev/null +++ b/dev-perl/Math-ModInt/metadata.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>perl@gentoo.org</email> + <name>Gentoo Perl Project</name> + </maintainer> + <upstream> + <remote-id type="cpan">Math-ModInt</remote-id> + <remote-id type="cpan-module">Math::ModInt</remote-id> + <remote-id type="cpan-module">Math::ModInt::BigInt</remote-id> + <remote-id type="cpan-module">Math::ModInt::ChineseRemainder</remote-id> + <remote-id type="cpan-module">Math::ModInt::Event</remote-id> + <remote-id type="cpan-module">Math::ModInt::Event::Trap</remote-id> + <remote-id type="cpan-module">Math::ModInt::GF2</remote-id> + <remote-id type="cpan-module">Math::ModInt::GF3</remote-id> + <remote-id type="cpan-module">Math::ModInt::Perl</remote-id> + <remote-id type="cpan-module">Math::ModInt::Trivial</remote-id> + </upstream> + <origin>gentoo-staging</origin> +</pkgmetadata> |
