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-COW/
Date: Thu, 06 Aug 2020 16:41:28
Message-Id: 1596731870.739ba61f7f14512920c467c1d9ff725cd7e06d19.kentnl@gentoo
1 commit: 739ba61f7f14512920c467c1d9ff725cd7e06d19
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 6 16:06:44 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 6 16:37:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=739ba61f
7
8 dev-perl/B-COW: Cleanup old 0.4.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 dev-perl/B-COW/B-COW-0.4.0.ebuild | 23 -----------------------
14 1 file changed, 23 deletions(-)
15
16 diff --git a/dev-perl/B-COW/B-COW-0.4.0.ebuild b/dev-perl/B-COW/B-COW-0.4.0.ebuild
17 deleted file mode 100644
18 index 9d413556bda..00000000000
19 --- a/dev-perl/B-COW/B-COW-0.4.0.ebuild
20 +++ /dev/null
21 @@ -1,23 +0,0 @@
22 -# Copyright 2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -DIST_AUTHOR=ATOOMIC
28 -DIST_VERSION=0.004
29 -DIST_EXAMPLES=("examples/*")
30 -inherit perl-module
31 -
32 -DESCRIPTION="additional B helpers to check COW status"
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~x86"
35 -IUSE="test"
36 -RESTRICT="!test? ( test )"
37 -
38 -BDEPEND="
39 - virtual/perl-ExtUtils-MakeMaker
40 - test? (
41 - virtual/perl-File-Spec
42 - virtual/perl-Test-Simple
43 - )
44 -"