summaryrefslogtreecommitdiff
path: root/dev-perl/Math-ModInt
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 19:09:37 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 19:09:37 -0500
commitb590c8d7572b727d565cc0b8ff660d43569845de (patch)
tree06f7a4102ea4e845df8b66660f252920d52952f9 /dev-perl/Math-ModInt
parent24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff)
downloadbaldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz
baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz
baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip
Adding metadata
Diffstat (limited to 'dev-perl/Math-ModInt')
-rw-r--r--dev-perl/Math-ModInt/Manifest1
-rw-r--r--dev-perl/Math-ModInt/Math-ModInt-0.13.0-r1.ebuild35
-rw-r--r--dev-perl/Math-ModInt/metadata.xml9
3 files changed, 45 insertions, 0 deletions
diff --git a/dev-perl/Math-ModInt/Manifest b/dev-perl/Math-ModInt/Manifest
new file mode 100644
index 000000000000..6721db590378
--- /dev/null
+++ b/dev-perl/Math-ModInt/Manifest
@@ -0,0 +1 @@
+DIST Math-ModInt-0.013.tar.gz 53006 BLAKE2B 0889bfd9acd6e63b38ac20ef176580c0002db441e045f8298dd5c3b9d76471708f0b2955d137adfd93ba2315ee9d85040e0a1bac01d6a91a58b970842468b49b SHA512 ec69a8f0bcddae3175bf7b3f495697c0b33160db1bf8d71d7828d36065ade6bce2b1ddc135b3d09aaa590e550dc25ed2ae61731efb88a1a9b7582826dabca858
diff --git a/dev-perl/Math-ModInt/Math-ModInt-0.13.0-r1.ebuild b/dev-perl/Math-ModInt/Math-ModInt-0.13.0-r1.ebuild
new file mode 100644
index 000000000000..c22b376ac11f
--- /dev/null
+++ b/dev-perl/Math-ModInt/Math-ModInt-0.13.0-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=MHASCH
+DIST_VERSION=0.013
+
+inherit perl-module
+
+DESCRIPTION="modular integer arithmetic"
+
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="minimal"
+LICENSE="Artistic-2"
+
+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-Math-BigInt-1.991.0
+ !minimal? (
+ dev-perl/Math-BigInt-GMP
+ )
+"
+BDEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.640.0
+"
diff --git a/dev-perl/Math-ModInt/metadata.xml b/dev-perl/Math-ModInt/metadata.xml
new file mode 100644
index 000000000000..89c67f49bdb9
--- /dev/null
+++ b/dev-perl/Math-ModInt/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+ <origin>baldeagleos-repo</origin>
+</pkgmetadata>