Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-Libwrap/
Date: Thu, 06 Aug 2020 16:05:05
Message-Id: 1596729871.6e31f9f36b2bbba4909f23c896db0d1ef5da89fc.kentnl@gentoo
1 commit: 6e31f9f36b2bbba4909f23c896db0d1ef5da89fc
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 6 16:04:31 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 6 16:04:31 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e31f9f3
7
8 dev-perl/Authen-Libwrap: Cleanup old 0.230.0
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.22
11 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
12
13 .../Authen-Libwrap/Authen-Libwrap-0.230.0.ebuild | 30 ----------------------
14 1 file changed, 30 deletions(-)
15
16 diff --git a/dev-perl/Authen-Libwrap/Authen-Libwrap-0.230.0.ebuild b/dev-perl/Authen-Libwrap/Authen-Libwrap-0.230.0.ebuild
17 deleted file mode 100644
18 index d501b465e68..00000000000
19 --- a/dev-perl/Authen-Libwrap/Authen-Libwrap-0.230.0.ebuild
20 +++ /dev/null
21 @@ -1,30 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -DIST_AUTHOR=DMUEY
28 -DIST_VERSION=0.23
29 -DIST_EXAMPLES=("example.pl")
30 -inherit perl-module
31 -
32 -DESCRIPTION="A Perl access to the TCP Wrappers interface"
33 -
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~x86"
36 -IUSE="test"
37 -RESTRICT="!test? ( test )"
38 -
39 -RDEPEND="sys-apps/tcp-wrappers"
40 -DEPEND="${RDEPEND}
41 - >=dev-perl/Module-Build-0.420.0
42 - virtual/perl-ExtUtils-CBuilder
43 - test? (
44 - virtual/perl-Test-Simple
45 - dev-perl/Test-Exception
46 - )
47 -"
48 -src_test() {
49 - perl_rm_files t/03_pod.t t/02_maintainer.t
50 - perl-module_src_test
51 -}