diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
| commit | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch) | |
| tree | 0d7a74b4463ee387f9cf9368ceb1b757f694f72a /virtual/perl-IO-Compress | |
| parent | f716a9fe6455d39eef01e718aae68dae61c19704 (diff) | |
| download | baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip | |
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
Diffstat (limited to 'virtual/perl-IO-Compress')
| -rw-r--r-- | virtual/perl-IO-Compress/metadata.xml | 9 | ||||
| -rw-r--r-- | virtual/perl-IO-Compress/perl-IO-Compress-2.212.0.ebuild | 19 | ||||
| -rw-r--r-- | virtual/perl-IO-Compress/perl-IO-Compress-2.213.0.ebuild | 19 |
3 files changed, 47 insertions, 0 deletions
diff --git a/virtual/perl-IO-Compress/metadata.xml b/virtual/perl-IO-Compress/metadata.xml new file mode 100644 index 000000000000..1a0d0fb9a80e --- /dev/null +++ b/virtual/perl-IO-Compress/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>perl@gentoo.org</email> + <name>Gentoo Perl Project</name> + </maintainer> + <stabilize-allarches/> +</pkgmetadata> diff --git a/virtual/perl-IO-Compress/perl-IO-Compress-2.212.0.ebuild b/virtual/perl-IO-Compress/perl-IO-Compress-2.212.0.ebuild new file mode 100644 index 000000000000..d2109e23c529 --- /dev/null +++ b/virtual/perl-IO-Compress/perl-IO-Compress-2.212.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2025 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 ~arm64-macos ~x64-macos ~x64-solaris" + +RDEPEND=" + || ( =dev-lang/perl-5.40* ~perl-core/${PN#perl-}-${PV} ) + dev-lang/perl:= + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 + >=virtual/perl-Compress-Raw-Bzip2-${PV} + >=virtual/perl-Compress-Raw-Zlib-${PV} +" +# Dependencies on Compress-Raw* must be kept in step +# but sometimes not .... use ${PV} when you can. diff --git a/virtual/perl-IO-Compress/perl-IO-Compress-2.213.0.ebuild b/virtual/perl-IO-Compress/perl-IO-Compress-2.213.0.ebuild new file mode 100644 index 000000000000..c7740b20231b --- /dev/null +++ b/virtual/perl-IO-Compress/perl-IO-Compress-2.213.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2025 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 ~arm64-macos ~x64-macos ~x64-solaris" + +RDEPEND=" + || ( =dev-lang/perl-5.42* ~perl-core/${PN#perl-}-${PV} ) + dev-lang/perl:= + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 + >=virtual/perl-Compress-Raw-Bzip2-${PV} + >=virtual/perl-Compress-Raw-Zlib-${PV} +" +# Dependencies on Compress-Raw* must be kept in step +# but sometimes not .... use ${PV} when you can. |
