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/Carp-Assert/
Date: Sat, 26 Sep 2020 09:25:04
Message-Id: 1601112262.a0e7a7e21ee92521971b6de0f174ae309f11b580.kentnl@gentoo
1 commit: a0e7a7e21ee92521971b6de0f174ae309f11b580
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 26 09:17:36 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 26 09:24:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0e7a7e2
7
8 dev-perl/Carp-Assert: Cleanup old 0.210.0
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
12
13 dev-perl/Carp-Assert/Carp-Assert-0.210.0.ebuild | 26 -------------------------
14 1 file changed, 26 deletions(-)
15
16 diff --git a/dev-perl/Carp-Assert/Carp-Assert-0.210.0.ebuild b/dev-perl/Carp-Assert/Carp-Assert-0.210.0.ebuild
17 deleted file mode 100644
18 index 4e111dc4073..00000000000
19 --- a/dev-perl/Carp-Assert/Carp-Assert-0.210.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=5
26 -
27 -MODULE_AUTHOR=NEILB
28 -MODULE_VERSION=0.21
29 -inherit perl-module
30 -
31 -DESCRIPTION="Executable comments in carp"
32 -
33 -SLOT="0"
34 -KEYWORDS="amd64 ~ia64 ~ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
35 -IUSE="test"
36 -RESTRICT="!test? ( test )"
37 -
38 -RDEPEND="
39 - virtual/perl-Carp
40 - virtual/perl-Exporter
41 -"
42 -DEPEND="${RDEPEND}
43 - virtual/perl-ExtUtils-MakeMaker
44 - test? ( >=virtual/perl-Test-Simple-0.880.0 )
45 -"
46 -
47 -SRC_TEST="do"