summaryrefslogtreecommitdiff
path: root/virtual/perl-Math-BigInt
diff options
context:
space:
mode:
Diffstat (limited to 'virtual/perl-Math-BigInt')
-rw-r--r--virtual/perl-Math-BigInt/Manifest1
-rw-r--r--virtual/perl-Math-BigInt/perl-Math-BigInt-2.3.2.ebuild15
2 files changed, 16 insertions, 0 deletions
diff --git a/virtual/perl-Math-BigInt/Manifest b/virtual/perl-Math-BigInt/Manifest
index 5fb65998e7a5..663e163d3e62 100644
--- a/virtual/perl-Math-BigInt/Manifest
+++ b/virtual/perl-Math-BigInt/Manifest
@@ -1,2 +1,3 @@
EBUILD perl-Math-BigInt-1.999.842.ebuild 389 BLAKE2B ba59e51f85dfb5b9f75fbae54397e5ca3b65ece669afa3da353edabdbae8e28903add0ee9dfe6038025356a28637167db48a7f157ef63906bf469a5745a36f01 SHA512 c5122a54d7883697b367d192be9c80b8d45e23199458f53f9bccd8524225044b851e0522013217310f35d8c25225b3225d5127fe64013fae35cfd9b3cfbcba71
+EBUILD perl-Math-BigInt-2.3.2.ebuild 492 BLAKE2B 96a04d5acdcec23d6ac171ae6202a6e519465730841bfe454f3c8463f846981f634f041e9961113fef71305fcc6edf8ebfc4452a5e3ba1bed0f368c700b77bae SHA512 2b601c78f032bf27cb27412530484ee85b66b940343f57c25c00b52a2345fffd4c7daf4359346b2a1e2a4004af7899884829194d0bfbec294d3275846a685569
MISC metadata.xml 276 BLAKE2B bf414e300df778aefa3427c1942fd63f8c3a574bb68a2fad8d7ae8e94ff33dde4652be01c1441d9c8e7599689bb6dbac313a9c862d90778de833b52b4b763595 SHA512 9362f9f7415ad3662ca05bdf27721dc2c41c0d4ef89a9da86e3e86fab6d1684b1f87de47eef6de4314ef4548dfdedaf1849cd165d94da412f96a3d2e4fcb4a9f
diff --git a/virtual/perl-Math-BigInt/perl-Math-BigInt-2.3.2.ebuild b/virtual/perl-Math-BigInt/perl-Math-BigInt-2.3.2.ebuild
new file mode 100644
index 000000000000..235643d4440a
--- /dev/null
+++ b/virtual/perl-Math-BigInt/perl-Math-BigInt-2.3.2.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Virtual for ${PN#perl-}"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+
+RDEPEND="
+ || ( =dev-lang/perl-5.40* ~perl-core/${PN#perl-}-${PV} )
+ dev-lang/perl:=
+ !<perl-core/${PN#perl-}-${PV}
+ !>perl-core/${PN#perl-}-${PV}-r999
+"