From b6891b528a03b09f566114085e61a66c54d21c42 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Wed, 8 Dec 2021 21:57:50 +0100 Subject: dev-perl/Sys-CPU: EAPI=8 bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel --- dev-perl/Sys-CPU/Sys-CPU-0.610.0-r1.ebuild | 18 ------------------ dev-perl/Sys-CPU/Sys-CPU-0.610.0-r2.ebuild | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 18 deletions(-) delete mode 100644 dev-perl/Sys-CPU/Sys-CPU-0.610.0-r1.ebuild create mode 100644 dev-perl/Sys-CPU/Sys-CPU-0.610.0-r2.ebuild (limited to 'dev-perl/Sys-CPU') diff --git a/dev-perl/Sys-CPU/Sys-CPU-0.610.0-r1.ebuild b/dev-perl/Sys-CPU/Sys-CPU-0.610.0-r1.ebuild deleted file mode 100644 index 651d74be91ea..000000000000 --- a/dev-perl/Sys-CPU/Sys-CPU-0.610.0-r1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=MZSANFORD -DIST_VERSION=0.61 -inherit perl-module - -DESCRIPTION="Access CPU info. number, etc on Win and UNIX" - -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~sparc x86 ~ppc-macos" -IUSE="" - -PATCHES=( - "${FILESDIR}"/${PN}-0.610.0-musl-unistd-h.patch -) diff --git a/dev-perl/Sys-CPU/Sys-CPU-0.610.0-r2.ebuild b/dev-perl/Sys-CPU/Sys-CPU-0.610.0-r2.ebuild new file mode 100644 index 000000000000..d86dfc109668 --- /dev/null +++ b/dev-perl/Sys-CPU/Sys-CPU-0.610.0-r2.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=MZSANFORD +DIST_VERSION=0.61 +inherit perl-module + +DESCRIPTION="Access CPU info. number, etc on Win and UNIX" + +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~sparc x86 ~ppc-macos" + +PATCHES=( + "${FILESDIR}"/${PN}-0.610.0-musl-unistd-h.patch +) -- cgit v1.2.3-65-gdbad