diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 19:47:04 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 19:47:04 +0100 |
commit | 83c20bc401b9e577248523c6555493e36a100a41 (patch) | |
tree | 5b6c7aff501ae2eb85988f2a702484e1474b0e15 /virtual/perl-Getopt-Long | |
parent | f70601e0934acd62f6c5d06c5ede4cc607179514 (diff) |
gentoo resync : 14.07.2018 (1st step)
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.500.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 b190f97b3341..bb26ce35116b 100644 --- a/virtual/perl-Getopt-Long/Manifest +++ b/virtual/perl-Getopt-Long/Manifest @@ -1,3 +1,4 @@ EBUILD perl-Getopt-Long-2.480.0-r1.ebuild 569 BLAKE2B 0b40d3a26d40d51775a49d4658857f68db785bd210fec3798266cd5a4477065e1f3fec3052fa865543d28f423038a79a4832bf75d0b2dddc4896353311fb99ee SHA512 23b38d99f3b5cecb9700236b76ab27b1a8d34aff08e0f42c6f8e0fb4d1332ed2c9ef9285b2a8294644d4c40c524955d5304039e7e9ebf7b32715dc9ef6bb3f9f EBUILD perl-Getopt-Long-2.490.0.ebuild 582 BLAKE2B 5918bd8a1a93812cf860f5cd87bbc70d2082ee391d23ce4b54600800d94c10f89e47277b38514e9a9ba5337ef91ba68d560da7f8c97c79bd67b8ffee2ee74953 SHA512 448c1c9b673f45e5146b5473b364c1c1b15eb88bd2dbde39262052712904483ea8e12a4c6124211703584a36ce8dcfbede867bec12c78f632682c4f5bcd5528a +EBUILD perl-Getopt-Long-2.500.0.ebuild 582 BLAKE2B 272699fd5561e0a7598d8521fdedaadb6a610bc33365c0f03b5e978034aca15eebbe6bcae74536f738318e62a0600d85f6f236532105e602a4f450a46313aed0 SHA512 0c1d4fd69df7daef25b4e1715b2ba064a755192d482e3545835e65b8c838c27eca0d93163c350964ff7e2fb2414d5cace791ea2cd378f332d2699d7395bc56a6 MISC metadata.xml 257 BLAKE2B 04035438572dc9c398ed29172f6454a150c86d72e6cad7947b0adb3ec8fcc084c68530bca43988c6e1683f4b89d4698796cbe212e9a44b5dfe1908999a8444f0 SHA512 80cde0da56c3ac4023da7b0c17c62eae85139aaefd8ba453dd0c0718da1d40102c57d5beb5b8f984dcbeacad930517347e4d91dd5bd94e973fb81974d078a18e diff --git a/virtual/perl-Getopt-Long/perl-Getopt-Long-2.500.0.ebuild b/virtual/perl-Getopt-Long/perl-Getopt-Long-2.500.0.ebuild new file mode 100644 index 000000000000..bcd7df6e99fb --- /dev/null +++ b/virtual/perl-Getopt-Long/perl-Getopt-Long-2.500.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Virtual for ${PN#perl-}" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +RDEPEND=" + || ( =dev-lang/perl-5.28* ~perl-core/${PN#perl-}-${PV} ) + dev-lang/perl:= + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 +" |