summaryrefslogtreecommitdiff
path: root/virtual/perl-bignum
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-06-03 03:30:15 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-06-03 03:30:15 +0100
commiteaef2dddc42323859c2525b466b380620534c051 (patch)
tree896c21252a915d64254052580cbe09065160d988 /virtual/perl-bignum
parentabccc7eb204f4c89c47a45acfe0db1cc337585ff (diff)
gentoo auto-resync : 03:06:2023 - 03:30:15
Diffstat (limited to 'virtual/perl-bignum')
-rw-r--r--virtual/perl-bignum/Manifest1
-rw-r--r--virtual/perl-bignum/perl-bignum-0.660.0.ebuild15
2 files changed, 16 insertions, 0 deletions
diff --git a/virtual/perl-bignum/Manifest b/virtual/perl-bignum/Manifest
index ebf724a947ba..77484d1b88da 100644
--- a/virtual/perl-bignum/Manifest
+++ b/virtual/perl-bignum/Manifest
@@ -1,3 +1,4 @@
EBUILD perl-bignum-0.510.0-r2.ebuild 526 BLAKE2B 5bf99c3ce2c9f40d4b93801eba13d62bf93551c35deebdc2f74309208d18c6445638acf5eaee4afbfee6bf095c4a13840521f6b5a614de9729d149719f116733 SHA512 24cafcb86c75edff81b62f9704bcc66cf28d274fe15659a0170279c0d2eca208558002022f66aa0955cb3191d0603aafc453578cff55844079acafede7317a33
EBUILD perl-bignum-0.650.0.ebuild 484 BLAKE2B d31a5e39d01de0a2d16ac4eaf8d655fa38af50a74f53148e61dc2c249404d4b85710931a79485637b06ed89209a1397580f8d48ae5f18a72983799cb8697eaca SHA512 6244f37211b5226114849b32bebaafd7295a724a179777d41b9cf894f70407d8ff3e79fdd86f8b5df090a925b5c04569adc497bcf809476607c16473e90fcf88
+EBUILD perl-bignum-0.660.0.ebuild 492 BLAKE2B 0017982f9b0057b74f349f498d43c43e3e27c97f3639cf9c33afe6baa592cbd302f4286913573054ffcbdedab3ebbb66d13b3c614f723acbfd3dc86167556f23 SHA512 a1c90b8144fc972acc20917a21d2071d6d17b11604ec91cd3b62f6c816d729322c9d68059c4511a818ceec677d0a24db175615a52fc97b13a9dfc28f258d61a3
MISC metadata.xml 276 BLAKE2B bf414e300df778aefa3427c1942fd63f8c3a574bb68a2fad8d7ae8e94ff33dde4652be01c1441d9c8e7599689bb6dbac313a9c862d90778de833b52b4b763595 SHA512 9362f9f7415ad3662ca05bdf27721dc2c41c0d4ef89a9da86e3e86fab6d1684b1f87de47eef6de4314ef4548dfdedaf1849cd165d94da412f96a3d2e4fcb4a9f
diff --git a/virtual/perl-bignum/perl-bignum-0.660.0.ebuild b/virtual/perl-bignum/perl-bignum-0.660.0.ebuild
new file mode 100644
index 000000000000..6f04cf8ad515
--- /dev/null
+++ b/virtual/perl-bignum/perl-bignum-0.660.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2023 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.38* ~perl-core/${PN#perl-}-${PV} )
+ dev-lang/perl:=
+ !<perl-core/${PN#perl-}-${PV}
+ !>perl-core/${PN#perl-}-${PV}-r999
+"