diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-04 22:41:05 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-04 22:46:42 +0200 |
commit | 4bd19565594eef6802675f9f57f0949ef6e0b190 (patch) | |
tree | 049541c61175109feecc245a3f03d271b2b3e55f /dev-perl/Regexp-Shellish | |
parent | dev-perl/Regexp-RegGrp: EAPI=8 bump (diff) | |
download | gentoo-4bd19565594eef6802675f9f57f0949ef6e0b190.tar.gz gentoo-4bd19565594eef6802675f9f57f0949ef6e0b190.tar.bz2 gentoo-4bd19565594eef6802675f9f57f0949ef6e0b190.zip |
dev-perl/Regexp-Shellish: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Regexp-Shellish')
-rw-r--r-- | dev-perl/Regexp-Shellish/Regexp-Shellish-0.930.0-r2.ebuild (renamed from dev-perl/Regexp-Shellish/Regexp-Shellish-0.930.0-r1.ebuild) | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/dev-perl/Regexp-Shellish/Regexp-Shellish-0.930.0-r1.ebuild b/dev-perl/Regexp-Shellish/Regexp-Shellish-0.930.0-r2.ebuild index 54795c65d896..7f3a4bef0ec7 100644 --- a/dev-perl/Regexp-Shellish/Regexp-Shellish-0.930.0-r1.ebuild +++ b/dev-perl/Regexp-Shellish/Regexp-Shellish-0.930.0-r2.ebuild @@ -1,16 +1,13 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 -MODULE_AUTHOR=RBS -MODULE_VERSION=0.93 +DIST_AUTHOR=RBS +DIST_VERSION=0.93 inherit perl-module DESCRIPTION="Regexp::Shellish - Shell-like regular expressions" SLOT="0" KEYWORDS="~alpha amd64 ~ia64 ~mips ~ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" -IUSE="" - -SRC_TEST="do" |