diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-08-16 22:51:52 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-08-16 23:03:26 +0200 |
commit | 04266fa8f1cdc07758c4e127ab6a5f860aaec4f6 (patch) | |
tree | a85dcb747987f3b96d2533ab0a818e40e9186c05 /virtual | |
parent | virtual/perl-JSON-PP: drop 4.60.0 (diff) | |
download | gentoo-04266fa8f1cdc07758c4e127ab6a5f860aaec4f6.tar.gz gentoo-04266fa8f1cdc07758c4e127ab6a5f860aaec4f6.tar.bz2 gentoo-04266fa8f1cdc07758c4e127ab6a5f860aaec4f6.zip |
virtual/perl-IO-Compress: drop 2.103.0-r2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-IO-Compress/perl-IO-Compress-2.103.0-r2.ebuild | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/virtual/perl-IO-Compress/perl-IO-Compress-2.103.0-r2.ebuild b/virtual/perl-IO-Compress/perl-IO-Compress-2.103.0-r2.ebuild deleted file mode 100644 index 47cd466a3a18..000000000000 --- a/virtual/perl-IO-Compress/perl-IO-Compress-2.103.0-r2.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2023 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 ~ia64 ~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.34.1-r4 ~perl-core/${PN#perl-}-${PV} ) - dev-lang/perl:= - !<perl-core/${PN#perl-}-${PV} - !>perl-core/${PN#perl-}-${PV}-r999 - >=virtual/perl-Compress-Raw-Zlib-${PV} - >=virtual/perl-Compress-Raw-Bzip2-${PV} -" -# Dependencies on Compress-Raw* must be kept in step -# but sometimes not .... use ${PV} when you can. |