commit: 696fb1fc44a75ba34331851ccdd785225b8c6792 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Thu Aug 12 23:49:57 2021 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Fri Aug 13 00:04:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=696fb1fc
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 <AT> gentoo.org> ...call-0.250.0-r2.ebuild => Sys-Syscall-0.250.0-r3.ebuild} | 13 +++++-------- 1 file 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 similarity index 68% rename from dev-perl/Sys-Syscall/Sys-Syscall-0.250.0-r2.ebuild rename to dev-perl/Sys-Syscall/Sys-Syscall-0.250.0-r3.ebuild index cae0a12536e..099a8598b2f 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 }