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/capitalization/
Date: Thu, 02 Jul 2020 20:15:10
Message-Id: 1593720886.a7155031ec84995dd6e13e77d483508bd470fd95.kentnl@gentoo
1 commit: a7155031ec84995dd6e13e77d483508bd470fd95
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 2 20:14:32 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 2 20:14:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7155031
7
8 dev-perl/capitalization: -r bump for EAPI7
9
10 - EAPI7
11 - Parallel tests
12 - Remove empty/unused variable assignments
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/capitalization/capitalization-0.30.0-r2.ebuild | 16 ++++++++++++++++
18 1 file changed, 16 insertions(+)
19
20 diff --git a/dev-perl/capitalization/capitalization-0.30.0-r2.ebuild b/dev-perl/capitalization/capitalization-0.30.0-r2.ebuild
21 new file mode 100644
22 index 00000000000..55df105eac6
23 --- /dev/null
24 +++ b/dev-perl/capitalization/capitalization-0.30.0-r2.ebuild
25 @@ -0,0 +1,16 @@
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=MIYAGAWA
32 +DIST_VERSION=0.03
33 +inherit perl-module
34 +
35 +DESCRIPTION="no capitalization on method names"
36 +
37 +SLOT="0"
38 +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
39 +
40 +RDEPEND="dev-perl/Devel-Symdump"
41 +BDEPEND="${RDEPEND}"