diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-03-14 12:43:57 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-03-15 10:56:48 -0400 |
commit | b6c266e2932db9b12ce0d2dd4351f5fbc77634d7 (patch) | |
tree | 919deea8baf31cbb37bd12fd6d0fc0afb8470bae /dev-perl/PPIx-QuoteLike | |
parent | dev-perl/PPI: Drop old versions (diff) | |
download | gentoo-b6c266e2932db9b12ce0d2dd4351f5fbc77634d7.tar.gz gentoo-b6c266e2932db9b12ce0d2dd4351f5fbc77634d7.tar.bz2 gentoo-b6c266e2932db9b12ce0d2dd4351f5fbc77634d7.zip |
dev-perl/PPIx-QuoteLike: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-perl/PPIx-QuoteLike')
-rw-r--r-- | dev-perl/PPIx-QuoteLike/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild | 30 | ||||
-rw-r--r-- | dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.19.0.ebuild | 28 |
3 files changed, 0 insertions, 60 deletions
diff --git a/dev-perl/PPIx-QuoteLike/Manifest b/dev-perl/PPIx-QuoteLike/Manifest index 72575ca1b98a..92ece1c0c3ba 100644 --- a/dev-perl/PPIx-QuoteLike/Manifest +++ b/dev-perl/PPIx-QuoteLike/Manifest @@ -1,3 +1 @@ -DIST PPIx-QuoteLike-0.017.tar.gz 71431 BLAKE2B a7ff0062dc5d9a1656365fc48633fe100dca75c7ed7990c68f2c2b88d9e54ad054f8a9438e636fc4e4dd22e3a39bc8d2531eb1bc0a371b31812068dda939f3b7 SHA512 ec51e4ee529e18305a5255d9d0d04a5868963481157c31ffbb92e3492c4153117b54b14c1c75b1792fdeb91d68c2a0596b7ace829a25b27a53dc4ec785d48bca -DIST PPIx-QuoteLike-0.019.tar.gz 73446 BLAKE2B a27835662834921e94f645b3cbe8e11d337c49702fce1d9d056d5d56e26560757dc92b6305ee99eee45b8234ac9ba4df3a855e6d37aa06bb4993811bdfcb86f0 SHA512 916ec0298122721cae57ee04ac79ace7f1d4667452ba6b9293bffe77d0b34c26f84780046b3f8d595bc3dc39147b46a6b879c091e36a31ce04a62f5af3524340 DIST PPIx-QuoteLike-0.023.tar.gz 76751 BLAKE2B 6bb740f587cbab2c6a4e6e2a269509d72e9a87dc2d8e63315ce14298889f9af565077ce08701c37696c51b60a64a5c8a0c729fadac21c160ab1e7bd2783ef7d4 SHA512 63a14b7d3337162ba2a4ac60195a45eb0a00084d77eb07fa98bd3c848e098279d7ad0f2dc08694dea40fe23006e2e0ded970d602b2a940009d29d47c604c45cd diff --git a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild deleted file mode 100644 index 261a19eb5691..000000000000 --- a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DIST_AUTHOR=WYANT -DIST_VERSION=0.017 -DIST_EXAMPLES=("eg/*") -inherit perl-module - -DESCRIPTION="Parse Perl string literals and string-literal-like things" - -SLOT="0" -KEYWORDS="~alpha amd64 ppc ~ppc64 x86" -IUSE="test examples" -RESTRICT="!test? ( test )" - -RDEPEND=" - virtual/perl-Carp - virtual/perl-Encode - virtual/perl-Exporter - >=dev-perl/PPI-1.117.0 - dev-perl/PPIx-Regexp - dev-perl/Readonly - virtual/perl-Scalar-List-Utils -" -BDEPEND="${RDEPEND} - >=dev-perl/Module-Build-0.420.0 - test? ( >=virtual/perl-Test-Simple-0.880.0 ) -" diff --git a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.19.0.ebuild b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.19.0.ebuild deleted file mode 100644 index e1ccfde46859..000000000000 --- a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.19.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DIST_AUTHOR=WYANT -DIST_VERSION=0.019 -DIST_EXAMPLES=("eg/*") -inherit perl-module - -DESCRIPTION="Parse Perl string literals and string-literal-like things" - -SLOT="0" -KEYWORDS="~alpha amd64 ppc ~ppc64 x86" - -RDEPEND=" - virtual/perl-Carp - virtual/perl-Encode - virtual/perl-Exporter - virtual/perl-Scalar-List-Utils - >=dev-perl/PPI-1.117.0 - dev-perl/PPIx-Regexp - dev-perl/Readonly -" -BDEPEND="${RDEPEND} - >=dev-perl/Module-Build-0.420.0 - test? ( >=virtual/perl-Test-Simple-0.880.0 ) -" |