diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-03 08:14:32 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-03 08:14:46 +1200 |
commit | a7155031ec84995dd6e13e77d483508bd470fd95 (patch) | |
tree | 3e328354d474b01f70cf9a2a7b5b1d86c3a27a9c /dev-perl/capitalization | |
parent | sci-libs/kim-api: fix deps (bug #730462) (diff) | |
download | gentoo-a7155031ec84995dd6e13e77d483508bd470fd95.tar.gz gentoo-a7155031ec84995dd6e13e77d483508bd470fd95.tar.bz2 gentoo-a7155031ec84995dd6e13e77d483508bd470fd95.zip |
dev-perl/capitalization: -r bump for EAPI7
- EAPI7
- Parallel tests
- Remove empty/unused variable assignments
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/capitalization')
-rw-r--r-- | dev-perl/capitalization/capitalization-0.30.0-r2.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-perl/capitalization/capitalization-0.30.0-r2.ebuild b/dev-perl/capitalization/capitalization-0.30.0-r2.ebuild new file mode 100644 index 000000000000..55df105eac68 --- /dev/null +++ b/dev-perl/capitalization/capitalization-0.30.0-r2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=MIYAGAWA +DIST_VERSION=0.03 +inherit perl-module + +DESCRIPTION="no capitalization on method names" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" + +RDEPEND="dev-perl/Devel-Symdump" +BDEPEND="${RDEPEND}" |