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-Compress-Raw-Zlib | |
parent | f70601e0934acd62f6c5d06c5ede4cc607179514 (diff) |
gentoo resync : 14.07.2018 (1st step)
Diffstat (limited to 'virtual/perl-Compress-Raw-Zlib')
-rw-r--r-- | virtual/perl-Compress-Raw-Zlib/Manifest | 1 | ||||
-rw-r--r-- | virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.76.0.ebuild | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/virtual/perl-Compress-Raw-Zlib/Manifest b/virtual/perl-Compress-Raw-Zlib/Manifest index 5d259cb2a818..2217829b2a61 100644 --- a/virtual/perl-Compress-Raw-Zlib/Manifest +++ b/virtual/perl-Compress-Raw-Zlib/Manifest @@ -1,3 +1,4 @@ EBUILD perl-Compress-Raw-Zlib-2.69.0-r1.ebuild 580 BLAKE2B 91a330ac1d256ae7ea1622c98c1c4432c56b7d4337897517b6b9fc4a179cc17f2b4e84a0714f8448c1a7cf57a15414fa8b79b5e6ddb0d5469f4e2887bcd9761d SHA512 449b4d1af5663b349004926645cb1fb559417d9aa9aa2c3e65f00efed2100982454360424e3155806bfd5a74fecae7f99d1b450cc287190115085c0ff9b5cece EBUILD perl-Compress-Raw-Zlib-2.74.0.ebuild 593 BLAKE2B 2c774481becb19cec0f0f7685f0a6231f1c420c5792d673212d5c35c587a6e941512872ab26d6fac2adc97eaded6ad16d2db28e20133772024a96c06d33ee980 SHA512 96fa3a6e4c1dd697948535ac8a9421802b5f00f6bbd6b0faa1201a11516a9f5cb6818d94eb577c4f1f2e28b0ac7944fa98589d3f8a2f31d1eb254d810099a41f +EBUILD perl-Compress-Raw-Zlib-2.76.0.ebuild 593 BLAKE2B 23cd14477e9c312026dd567bd58fb4dfaca2d34d07521112e141c4dd4a924ffefbac1048ce069fc4fb5c26805f592e43e02f666d017034bded6b4cef52bef2c8 SHA512 579f8e0f3b714c7ed396bbd285f13e98f61eb02fc63cffca83bfea313967d6a8a42370fd3a2684445eb3c3a64fa271dddee644a8c4d8a4645deb2d4dbcc37878 MISC metadata.xml 257 BLAKE2B 04035438572dc9c398ed29172f6454a150c86d72e6cad7947b0adb3ec8fcc084c68530bca43988c6e1683f4b89d4698796cbe212e9a44b5dfe1908999a8444f0 SHA512 80cde0da56c3ac4023da7b0c17c62eae85139aaefd8ba453dd0c0718da1d40102c57d5beb5b8f984dcbeacad930517347e4d91dd5bd94e973fb81974d078a18e diff --git a/virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.76.0.ebuild b/virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.76.0.ebuild new file mode 100644 index 000000000000..90b6abc866ea --- /dev/null +++ b/virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.76.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 ~arm-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 +" |