dev-perl/URI-Find: Remove old 20140709.0.0

Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
This commit is contained in:
Kent Fredric
2020-04-16 03:44:43 +12:00
parent 1917f3fdd0
commit a4f74ae02c
2 changed files with 0 additions and 29 deletions

View File

@@ -1,2 +1 @@
DIST URI-Find-20140709.tar.gz 28453 BLAKE2B 8812b6e7f227249adbd87482a8f5d87101ad44a20da59cae27d0d0b20306666f143665a886f489d74b46492111c4b0ecf1bd0693c2b9bcb289bd1a51c4cc59cd SHA512 c7f560ceb08802ba0be08f6f2e46ef8056d36b11eb70af41adea6179f9950a8bfe0b27a813d054c8585c808979653afc9630583b3c02b99ad9c91dbadc8c3f65
DIST URI-Find-20160806.tar.gz 37371 BLAKE2B 12d6968842e0f6d21e1b79d9a0a764da735fa045710aeafc1e227dd51cfa1e8cd4afada6dd6c02469954fab94bfe4d101a6ed61b2a52cf603bf739ef434b2a89 SHA512 1d87ec7cadbe363a701fdf5edacdd3c52a13d43aa5d7d28e9b7a8b41936adb12d615e4d2a1615d280fccfcfea1cdc374d4e1839505bb5e58837ea3fe8718c8cc

View File

@@ -1,28 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
MODULE_AUTHOR=MSCHWERN
MODULE_VERSION=20140709
inherit perl-module
DESCRIPTION="Find URIs in plain text"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-solaris"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
>=dev-perl/URI-1.600.0
"
DEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.300.0
test? (
>=virtual/perl-Test-Simple-0.880.0
dev-perl/Test-Pod
)
"
SRC_TEST="do parallel"