diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-13 01:49:57 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-13 02:04:15 +0200 |
commit | 696fb1fc44a75ba34331851ccdd785225b8c6792 (patch) | |
tree | 5106492efe7202b9c7de4625f7713817ec387347 /dev-perl | |
parent | dev-perl/Sys-Statistics-Linux: EAPI=8 bump (diff) | |
download | gentoo-696fb1fc44a75ba34331851ccdd785225b8c6792.tar.gz gentoo-696fb1fc44a75ba34331851ccdd785225b8c6792.tar.bz2 gentoo-696fb1fc44a75ba34331851ccdd785225b8c6792.zip |
dev-perl/Sys-Syscall: 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')
-rw-r--r-- | dev-perl/Sys-Syscall/Sys-Syscall-0.250.0-r3.ebuild (renamed from dev-perl/Sys-Syscall/Sys-Syscall-0.250.0-r2.ebuild) | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/dev-perl/Sys-Syscall/Sys-Syscall-0.250.0-r2.ebuild b/dev-perl/Sys-Syscall/Sys-Syscall-0.250.0-r3.ebuild index cae0a12536ec..099a8598b2f9 100644 --- a/dev-perl/Sys-Syscall/Sys-Syscall-0.250.0-r2.ebuild +++ b/dev-perl/Sys-Syscall/Sys-Syscall-0.250.0-r3.ebuild @@ -1,23 +1,20 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 -MODULE_AUTHOR=BRADFITZ -MODULE_VERSION=0.25 +DIST_AUTHOR=BRADFITZ +DIST_VERSION=0.25 inherit perl-module DESCRIPTION="Access system calls that Perl doesn't normally provide access to" SLOT="0" KEYWORDS="amd64 ~ppc x86" -IUSE="" - -SRC_TEST="do" src_prepare() { # https://rt.cpan.org/Ticket/Display.html?id=118696 - cp "${FILESDIR}/${PN}-${MODULE_VERSION}-INSTALL.SKIP" \ + cp "${FILESDIR}/${PN}-${DIST_VERSION}-INSTALL.SKIP" \ "${S}/INSTALL.SKIP" || die "Can't copy INSTALL.SKIP file" perl-module_src_prepare } |