dev-perl/PPIx-Regexp: Drop old versions

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner
2024-03-14 12:43:57 -04:00
parent b6c266e293
commit c2c8024594
3 changed files with 0 additions and 59 deletions

View File

@@ -1,3 +1 @@
DIST PPIx-Regexp-0.080.tar.gz 239081 BLAKE2B 4af40b202b755d85d3092f876b16e7790a79fe623a977cee671def42df5c1704e0bcbcc65fcb518dc1a96ebc964eed00d66f55bb3cf77da78955d572876e1cc7 SHA512 6e4f91b1544d4f87079296e7032114dad55505647523ae21638ac157d3f9b47da644829b0813d35383a7d870149ccc58c77f73f3794a004f5634403c891e6254
DIST PPIx-Regexp-0.081.tar.gz 239607 BLAKE2B ce049b55647d8f4ad4b6c29f79a45080e39a25f0e9ffa1070f8a8a08111288fd4158681bda330f05219e956c216c950f60cfaa848a4f8378b4d23d884f13f965 SHA512 823b9e409ad1ae0c0fea3584817e26002e3ec657b7cf5b0b8a9f36fc26fae54b3f668ae49e8a34bfbd4f794a2b6c532df6fdd2f0fffb893d096b6638eb5b57ac
DIST PPIx-Regexp-0.088.tar.gz 255295 BLAKE2B 160c1ecb0c61b3197a7d8957235498e80cfc3522448b2b15fd629549b9ae3fa848cd45c1d9d491c7fe939ee93aecd98aaaf7142c260ad995918fb7b61d5a5c99 SHA512 a787c34c936f4b26f50a7dabd5212b2d7d4ba34e16753e740768bd354072cb6e45ebfe880658d2c9e3799ee6e99c7f2b208f128d76421750f38bd63abe2bba3c

View File

@@ -1,29 +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.080
DIST_EXAMPLES=("eg/*")
inherit perl-module
DESCRIPTION="Represent a regular expression of some sort"
SLOT="0"
KEYWORDS="~alpha amd64 ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="test examples"
RESTRICT="!test? ( test )"
RDEPEND="
virtual/perl-Carp
virtual/perl-Encode
virtual/perl-Exporter
dev-perl/List-MoreUtils
>=dev-perl/PPI-1.117.0
virtual/perl-Scalar-List-Utils
"
BDEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.420.0
test? ( >=virtual/perl-Test-Simple-0.880.0 )
"

View File

@@ -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.081
DIST_EXAMPLES=("eg/*")
inherit perl-module
DESCRIPTION="Represent a regular expression of some sort"
SLOT="0"
KEYWORDS="~alpha amd64 ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos"
RDEPEND="
virtual/perl-Carp
virtual/perl-Encode
virtual/perl-Exporter
dev-perl/List-MoreUtils
>=dev-perl/PPI-1.117.0
virtual/perl-Scalar-List-Utils
dev-perl/Task-Weaken
"
BDEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.420.0
test? ( >=virtual/perl-Test-Simple-0.880.0 )
"