diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-10-25 04:04:27 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-10-25 04:04:27 +0100 |
commit | b11a5614cb96e70e116581c98abf286c2cf694ca (patch) | |
tree | b602f03c26a8da259d67174441f0630d3fbbfa5d /virtual/perl-Getopt-Long | |
parent | e7daa1f959ba2c720f36a6984f588098e68b15cd (diff) |
gentoo auto-resync : 25:10:2024 - 04:04:26
Diffstat (limited to 'virtual/perl-Getopt-Long')
-rw-r--r-- | virtual/perl-Getopt-Long/Manifest | 1 | ||||
-rw-r--r-- | virtual/perl-Getopt-Long/perl-Getopt-Long-2.580.0.ebuild | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/virtual/perl-Getopt-Long/Manifest b/virtual/perl-Getopt-Long/Manifest index 7bdced82441c..397f75fe1d4e 100644 --- a/virtual/perl-Getopt-Long/Manifest +++ b/virtual/perl-Getopt-Long/Manifest @@ -1,3 +1,4 @@ EBUILD perl-Getopt-Long-2.540.0.ebuild 478 BLAKE2B 46db990150153c43d8dba112afbfdf343152855e809514195c963d099b17c04ffb65cba584914fb2ff83477d848363704fed596369455d8c409a6746a03038d7 SHA512 e7c8775131e77a22fb33a6bd77d9ffc68cf315453851368c35eb8b1eb77d03cc19b9f99dcd6fd649e279c3354ffdb1fb10325bffabce71af6beed9047c6e0041 EBUILD perl-Getopt-Long-2.570.0-r1.ebuild 478 BLAKE2B 67ffe43ccf96e296efa78c5fcfdadfca143d7c655397844ada069e3b664135408aa8e76d58359bed0cddbc9f5a00627fab598345a60dbcabda832caa9ae05c21 SHA512 2b4106800b6785532657e9dbbd8c4aebca0888cd547a3dff38e66783e0423719d62c1d0b114cd7a222cacfa104d3f3eaba1398280d80520f8d2f4545e8340180 +EBUILD perl-Getopt-Long-2.580.0.ebuild 458 BLAKE2B 5051b43a3c687792ad70566143b71f3a41fc97cd69fd4607f42d32c6845166ddedd7e33bbf9a4341be4fb024dc9b4287764c6dccea4093c8f793d87382fba829 SHA512 318894c15b548f11f188879973734426f7224319775c91ea060d6076f7aa013d548269c2ae3ac1e485925e48b00608c6aea054839581e3703c8654ed596dbadf MISC metadata.xml 276 BLAKE2B bf414e300df778aefa3427c1942fd63f8c3a574bb68a2fad8d7ae8e94ff33dde4652be01c1441d9c8e7599689bb6dbac313a9c862d90778de833b52b4b763595 SHA512 9362f9f7415ad3662ca05bdf27721dc2c41c0d4ef89a9da86e3e86fab6d1684b1f87de47eef6de4314ef4548dfdedaf1849cd165d94da412f96a3d2e4fcb4a9f diff --git a/virtual/perl-Getopt-Long/perl-Getopt-Long-2.580.0.ebuild b/virtual/perl-Getopt-Long/perl-Getopt-Long-2.580.0.ebuild new file mode 100644 index 000000000000..db2561de730d --- /dev/null +++ b/virtual/perl-Getopt-Long/perl-Getopt-Long-2.580.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=" + ~perl-core/${PN#perl-}-${PV} + dev-lang/perl:= + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 +" |