diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-06-13 10:39:22 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-06-13 10:39:22 +0100 |
commit | 9452a6e87b6c2c70513bc47a2470bf9f1168920e (patch) | |
tree | 8ac67e26b45f34d71c5aab3621813b100a0d5f00 /virtual/perl-Compress-Raw-Bzip2 | |
parent | f516638b7fe9592837389826a6152a7e1b251c54 (diff) |
gentoo resync : 13.06.2020
Diffstat (limited to 'virtual/perl-Compress-Raw-Bzip2')
3 files changed, 16 insertions, 16 deletions
diff --git a/virtual/perl-Compress-Raw-Bzip2/Manifest b/virtual/perl-Compress-Raw-Bzip2/Manifest index db4707fa5227..1fb2b2f99d1f 100644 --- a/virtual/perl-Compress-Raw-Bzip2/Manifest +++ b/virtual/perl-Compress-Raw-Bzip2/Manifest @@ -1,3 +1,3 @@ EBUILD perl-Compress-Raw-Bzip2-2.84.0-r1.ebuild 576 BLAKE2B f07295c1e4e07ac1258ccfbcdf8bbb007089e7a855591d8357e4fc61ee284aec4fe4541952027af2b1191faa63ab24ef899f3cd81db0ed4e83202dbe9e930c40 SHA512 80c0cd7092b687d12f88b0df2755d6e4a2eb717f947d758f406d1671a281e764232f0c13b3255f79a039e88fb03960c42165610ce66386ff0ce3b7efc53d71b6 -EBUILD perl-Compress-Raw-Bzip2-2.89.0.ebuild 562 BLAKE2B 0cbb99662e1ee58cbda2d44bdb48c781ca11e1a977e2210329eec520f1815367d8665d200705fb982724e45cede0913a6af4e6331a22872761a1a97c301d9936 SHA512 ff71d5158ed4cf059882d67706eb137ca67aac35ec145580e82fe42b3faff6031ae7e6908381efd1a7266e1d528d8278e97ff5e8e5169e23e27b7a4ab651a174 +EBUILD perl-Compress-Raw-Bzip2-2.89.0-r1.ebuild 576 BLAKE2B 2bbec2374b82317a6fc63d307ea05a9c2139eec8fd107f8dc0d3a87a7749bb5bd97ee71dfc477216297a23d0805a24b4cb04c9e0778caadf193740472b25a41d SHA512 c7a2e944e96fc000ce123022f7d2ce89b801e0c5bdfaf501605992bd27bc425893e0f3976589b9507d8a4d8620ae9f2db386de07ac77636af30e585aa1eb8871 MISC metadata.xml 251 BLAKE2B 1de7d1f7a54ea11d1363a8a5673fe7e0e7c561103c03558042528680a9d5faab7222805b136c64d39abc56718c999581ccba9945fe5201ca12c962cc101fb267 SHA512 bc87b53817cd976bf8641fa1f7eeb62379b3bbb7d99d3a00078d1d55a0af6f296d54fda4bc2c2cda93434976b32b45a334fb3264fa3fbc1ed2f22728bf605695 diff --git a/virtual/perl-Compress-Raw-Bzip2/perl-Compress-Raw-Bzip2-2.89.0-r1.ebuild b/virtual/perl-Compress-Raw-Bzip2/perl-Compress-Raw-Bzip2-2.89.0-r1.ebuild new file mode 100644 index 000000000000..5fed9cf2f77e --- /dev/null +++ b/virtual/perl-Compress-Raw-Bzip2/perl-Compress-Raw-Bzip2-2.89.0-r1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2020 Gentoo Authors +# 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 ~riscv s390 sparc x86 ~ppc-aix ~x64-cygwin ~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.30.2* =dev-lang/perl-5.30.3* ~perl-core/${PN#perl-}-${PV} ) + dev-lang/perl:= + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 +" diff --git a/virtual/perl-Compress-Raw-Bzip2/perl-Compress-Raw-Bzip2-2.89.0.ebuild b/virtual/perl-Compress-Raw-Bzip2/perl-Compress-Raw-Bzip2-2.89.0.ebuild deleted file mode 100644 index 6230b1ec4094..000000000000 --- a/virtual/perl-Compress-Raw-Bzip2/perl-Compress-Raw-Bzip2-2.89.0.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# 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 ~riscv ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~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.30.2* ~perl-core/${PN#perl-}-${PV} ) - dev-lang/perl:= - !<perl-core/${PN#perl-}-${PV} - !>perl-core/${PN#perl-}-${PV}-r999 -" |