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/Config-Simple/
Date: Sun, 28 Jun 2020 13:54:46
Message-Id: 1593352450.8b8668046bff72bad29637a6d73e06fbdfb5b03e.kentnl@gentoo
1 commit: 8b8668046bff72bad29637a6d73e06fbdfb5b03e
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 28 13:54:10 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 28 13:54:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b866804
7
8 dev-perl/Config-Simple: -r bump for EAPI7
9
10 - EAPI7
11 - Remove unused/empty variable assignments
12 - Fix redundant description
13
14 Package-Manager: Portage-2.3.100, Repoman-2.3.22
15 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
16
17 dev-perl/Config-Simple/Config-Simple-4.590.0-r2.ebuild | 13 +++++++++++++
18 1 file changed, 13 insertions(+)
19
20 diff --git a/dev-perl/Config-Simple/Config-Simple-4.590.0-r2.ebuild b/dev-perl/Config-Simple/Config-Simple-4.590.0-r2.ebuild
21 new file mode 100644
22 index 00000000000..f5121e6b5d9
23 --- /dev/null
24 +++ b/dev-perl/Config-Simple/Config-Simple-4.590.0-r2.ebuild
25 @@ -0,0 +1,13 @@
26 +# Copyright 1999-2020 Gentoo Authors
27 +# Distributed under the terms of the GNU General Public License v2
28 +
29 +EAPI=7
30 +
31 +DIST_AUTHOR=SHERZODR
32 +DIST_VERSION=4.59
33 +inherit perl-module
34 +
35 +DESCRIPTION="Simple configuration file class"
36 +
37 +SLOT="0"
38 +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"