summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-08-07 04:04:31 +1200
committerKent Fredric <kentnl@gentoo.org>2020-08-07 04:04:31 +1200
commit6e31f9f36b2bbba4909f23c896db0d1ef5da89fc (patch)
tree74a08ea32358d001c50f418877b4f437c0038128 /dev-perl/Authen-Libwrap
parentdev-perl/Apache-Test: Cleanup old 1.400.0-r2 (diff)
downloadgentoo-6e31f9f36b2bbba4909f23c896db0d1ef5da89fc.tar.gz
gentoo-6e31f9f36b2bbba4909f23c896db0d1ef5da89fc.tar.bz2
gentoo-6e31f9f36b2bbba4909f23c896db0d1ef5da89fc.zip
dev-perl/Authen-Libwrap: Cleanup old 0.230.0
Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Authen-Libwrap')
-rw-r--r--dev-perl/Authen-Libwrap/Authen-Libwrap-0.230.0.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-perl/Authen-Libwrap/Authen-Libwrap-0.230.0.ebuild b/dev-perl/Authen-Libwrap/Authen-Libwrap-0.230.0.ebuild
deleted file mode 100644
index d501b465e685..000000000000
--- a/dev-perl/Authen-Libwrap/Authen-Libwrap-0.230.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=DMUEY
-DIST_VERSION=0.23
-DIST_EXAMPLES=("example.pl")
-inherit perl-module
-
-DESCRIPTION="A Perl access to the TCP Wrappers interface"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="sys-apps/tcp-wrappers"
-DEPEND="${RDEPEND}
- >=dev-perl/Module-Build-0.420.0
- virtual/perl-ExtUtils-CBuilder
- test? (
- virtual/perl-Test-Simple
- dev-perl/Test-Exception
- )
-"
-src_test() {
- perl_rm_files t/03_pod.t t/02_maintainer.t
- perl-module_src_test
-}