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/B-Hooks-OP-Check/
Date: Sat, 03 Oct 2020 08:57:27
Message-Id: 1601715415.49f9ae69da0a45ac818b917a812aff4957ee0555.kentnl@gentoo
1 commit: 49f9ae69da0a45ac818b917a812aff4957ee0555
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 3 08:49:43 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 3 08:56:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49f9ae69
7
8 dev-perl/B-Hooks-OP-Check: Cleanup old 0.220.0
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
12
13 .../B-Hooks-OP-Check-0.220.0.ebuild | 26 ----------------------
14 1 file changed, 26 deletions(-)
15
16 diff --git a/dev-perl/B-Hooks-OP-Check/B-Hooks-OP-Check-0.220.0.ebuild b/dev-perl/B-Hooks-OP-Check/B-Hooks-OP-Check-0.220.0.ebuild
17 deleted file mode 100644
18 index 404b76cb5d4..00000000000
19 --- a/dev-perl/B-Hooks-OP-Check/B-Hooks-OP-Check-0.220.0.ebuild
20 +++ /dev/null
21 @@ -1,26 +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=ETHER
28 -DIST_VERSION=0.22
29 -inherit perl-module
30 -
31 -DESCRIPTION="Wrap OP check callbacks"
32 -
33 -SLOT="0"
34 -KEYWORDS="amd64 ~arm hppa ppc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
35 -IUSE="test"
36 -RESTRICT="!test? ( test )"
37 -
38 -RDEPEND="virtual/perl-parent"
39 -DEPEND="${RDEPEND}
40 - >=dev-perl/ExtUtils-Depends-0.302.0
41 - virtual/perl-ExtUtils-MakeMaker
42 - test? (
43 - >=virtual/perl-CPAN-Meta-2.120.900
44 - virtual/perl-File-Spec
45 - virtual/perl-Test-Simple
46 - )
47 -"