diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-01-07 06:41:06 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-01-07 06:41:06 +0000 |
commit | d69399c7befdd98cda62d6a1788ae2aa7f104c5e (patch) | |
tree | eac7184f4cfe7d67580c1d0a0d9942a91e6cb4ee /virtual/perl-File-Spec | |
parent | e4d9d6796d5018e338f0b27a3bc97716195bf0b8 (diff) |
gentoo auto-resync : 07:01:2025 - 06:41:06
Diffstat (limited to 'virtual/perl-File-Spec')
-rw-r--r-- | virtual/perl-File-Spec/Manifest | 3 | ||||
-rw-r--r-- | virtual/perl-File-Spec/perl-File-Spec-3.900.0-r1.ebuild (renamed from virtual/perl-File-Spec/perl-File-Spec-3.900.0.ebuild) | 2 | ||||
-rw-r--r-- | virtual/perl-File-Spec/perl-File-Spec-3.910.0.ebuild | 15 |
3 files changed, 18 insertions, 2 deletions
diff --git a/virtual/perl-File-Spec/Manifest b/virtual/perl-File-Spec/Manifest index a343ae6a5eed..b4e017f7ccd3 100644 --- a/virtual/perl-File-Spec/Manifest +++ b/virtual/perl-File-Spec/Manifest @@ -1,2 +1,3 @@ -EBUILD perl-File-Spec-3.900.0.ebuild 478 BLAKE2B 67ffe43ccf96e296efa78c5fcfdadfca143d7c655397844ada069e3b664135408aa8e76d58359bed0cddbc9f5a00627fab598345a60dbcabda832caa9ae05c21 SHA512 2b4106800b6785532657e9dbbd8c4aebca0888cd547a3dff38e66783e0423719d62c1d0b114cd7a222cacfa104d3f3eaba1398280d80520f8d2f4545e8340180 +EBUILD perl-File-Spec-3.900.0-r1.ebuild 480 BLAKE2B 475ab5dbafb7607db8eee8715c592c4cf33be5346c91c42feb9089b8cfa4a94ca5a95864b412d1ab53b39f36bcf5c917aea8aae3d989c73b58d575b2587ad2f3 SHA512 484d9d05e4ba58f4a32b623eb145f7b33a9ecced3a3af0653c88d2fc48081d5dc5eb7bf73c80683f74c85970ed3dbac0cccf5efc787400f95ca7f0e2fe5c1a82 +EBUILD perl-File-Spec-3.910.0.ebuild 488 BLAKE2B 037009d32b6afde5d079a9d9bd7382643b2a5c03411eb9730ca404fd0aa77807c9cade017f09e3a9ae443662d6dcad2b07928fb619af65db1d77dc58a7ddc59c SHA512 46502b6d515e7ef425dca748937ea928e9592e58a3944f0c6656583e31af8bc6086171530f93850ded078e2f21d602356206c4163c25a274bce03f45142f7763 MISC metadata.xml 276 BLAKE2B bf414e300df778aefa3427c1942fd63f8c3a574bb68a2fad8d7ae8e94ff33dde4652be01c1441d9c8e7599689bb6dbac313a9c862d90778de833b52b4b763595 SHA512 9362f9f7415ad3662ca05bdf27721dc2c41c0d4ef89a9da86e3e86fab6d1684b1f87de47eef6de4314ef4548dfdedaf1849cd165d94da412f96a3d2e4fcb4a9f diff --git a/virtual/perl-File-Spec/perl-File-Spec-3.900.0.ebuild b/virtual/perl-File-Spec/perl-File-Spec-3.900.0-r1.ebuild index 022f82abdd3b..23e2902520f8 100644 --- a/virtual/perl-File-Spec/perl-File-Spec-3.900.0.ebuild +++ b/virtual/perl-File-Spec/perl-File-Spec-3.900.0-r1.ebuild @@ -8,7 +8,7 @@ SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~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-5.40.0* ~perl-core/${PN#perl-}-${PV} ) dev-lang/perl:= !<perl-core/${PN#perl-}-${PV} !>perl-core/${PN#perl-}-${PV}-r999 diff --git a/virtual/perl-File-Spec/perl-File-Spec-3.910.0.ebuild b/virtual/perl-File-Spec/perl-File-Spec-3.910.0.ebuild new file mode 100644 index 000000000000..9851c5b6a5ec --- /dev/null +++ b/virtual/perl-File-Spec/perl-File-Spec-3.910.0.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 ~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.1* ~perl-core/${PN#perl-}-${PV} ) + dev-lang/perl:= + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 +" |