diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-29 01:30:53 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-29 01:31:22 +1200 |
commit | efa9e75402bf6b8b70240f06bbc2f00e0df9356e (patch) | |
tree | d2f1bc5dd438bb8b7cf82095ce9fbd727bac099b /dev-perl/DelimMatch | |
parent | dev-python/pytest-xdist: Revert "Bump to 1.34.0" (diff) | |
download | gentoo-efa9e75402bf6b8b70240f06bbc2f00e0df9356e.tar.gz gentoo-efa9e75402bf6b8b70240f06bbc2f00e0df9356e.tar.bz2 gentoo-efa9e75402bf6b8b70240f06bbc2f00e0df9356e.zip |
dev-perl/DelimMatch: -r bump/version normalize for EAPI7
- EAPI7
- Normalize version to be consistent with gentoo scheme
- Rely more on perl-module.eclass for magic
- Fixes dead HOMEPAGE
- Parallel tests
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/DelimMatch')
-rw-r--r-- | dev-perl/DelimMatch/DelimMatch-1.60.0-r2.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-perl/DelimMatch/DelimMatch-1.60.0-r2.ebuild b/dev-perl/DelimMatch/DelimMatch-1.60.0-r2.ebuild new file mode 100644 index 000000000000..cab154206b90 --- /dev/null +++ b/dev-perl/DelimMatch/DelimMatch-1.60.0-r2.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +DIST_AUTHOR=NWALSH +DIST_VERSION=1.06a + +inherit perl-module + +DESCRIPTION="A Perl 5 module for locating delimited substrings with proper nesting" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +S="${WORKDIR}/${DIST_P%%a}" |