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/ConfigReader/
Date: Sun, 03 Jun 2018 03:31:34
Message-Id: 1527996673.6987ce804191b0baaf4e8d7ba9af18d87a33b5d2.kentnl@gentoo
1 commit: 6987ce804191b0baaf4e8d7ba9af18d87a33b5d2
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 2 19:38:36 2018 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 3 03:31:13 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6987ce80
7
8 dev-perl/ConfigReader: Cleanup old version 0.500.0-r1
9
10 Package-Manager: Portage-2.3.29, Repoman-2.3.9
11
12 .../ConfigReader/ConfigReader-0.500.0-r1.ebuild | 25 ----------------------
13 1 file changed, 25 deletions(-)
14
15 diff --git a/dev-perl/ConfigReader/ConfigReader-0.500.0-r1.ebuild b/dev-perl/ConfigReader/ConfigReader-0.500.0-r1.ebuild
16 deleted file mode 100644
17 index 7401884656d..00000000000
18 --- a/dev-perl/ConfigReader/ConfigReader-0.500.0-r1.ebuild
19 +++ /dev/null
20 @@ -1,25 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -
26 -PERL_EXPORT_PHASE_FUNCTIONS=no
27 -MODULE_AUTHOR=AMW
28 -MODULE_VERSION=0.5
29 -inherit perl-module
30 -
31 -DESCRIPTION="Read directives from a configuration file"
32 -
33 -LICENSE="LGPL-2"
34 -SLOT="0"
35 -KEYWORDS="amd64 ia64 ~ppc sparc x86"
36 -IUSE=""
37 -
38 -src_install() {
39 - perl_set_version
40 - insinto ${VENDOR_LIB}/${PN}
41 - doins "${S}"/*.pm || die
42 - insinto ${VENDOR_LIB}
43 - doins "${S}"/*.pod || die
44 - dodoc README || die
45 -}