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/Conf-Libconfig/
Date: Sat, 26 Sep 2020 09:37:16
Message-Id: 1601112979.b20f7527c8091a7f8fa80c3e84f2b66b701472c4.kentnl@gentoo
1 commit: b20f7527c8091a7f8fa80c3e84f2b66b701472c4
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 26 09:34:18 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 26 09:36:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b20f7527
7
8 dev-perl/Conf-Libconfig: Cleanup old 0.100.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 .../Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild | 33 ----------------------
14 1 file changed, 33 deletions(-)
15
16 diff --git a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild b/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild
17 deleted file mode 100644
18 index 2edcf500111..00000000000
19 --- a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild
20 +++ /dev/null
21 @@ -1,33 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -DIST_AUTHOR="CNANGEL"
28 -DIST_VERSION="0.100"
29 -
30 -inherit perl-module
31 -
32 -DESCRIPTION="Perl extension for libconfig"
33 -
34 -LICENSE="BSD"
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~arm ~s390 ~x86"
37 -IUSE="test"
38 -RESTRICT="!test? ( test )"
39 -
40 -PERL_RM_FILES=(
41 - "t/boilerplate.t"
42 - "t/pod-coverage.t"
43 - "t/pod-spell.t"
44 - "t/pod.t"
45 -)
46 -RDEPEND="dev-libs/libconfig
47 - virtual/perl-XSLoader"
48 -DEPEND="${RDEPEND}
49 - dev-perl/ExtUtils-PkgConfig
50 - test? (
51 - >=dev-perl/Test-Exception-0.430.0
52 - >=dev-perl/Test-Deep-1.127.0
53 - >=dev-perl/Test-Warn-0.320.0
54 - )"