summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-12-08 21:57:50 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-12-08 22:17:43 +0100
commitb6891b528a03b09f566114085e61a66c54d21c42 (patch)
tree9807a260c195b029b60f7a7aa6bb9ef0f6333bd7 /dev-perl/Sys-CPU/Sys-CPU-0.610.0-r2.ebuild
parentapp-emulation/libvirt: v7.(9|10).0: (temporary) fix cgroup v2 support (diff)
downloadgentoo-b6891b528a03b09f566114085e61a66c54d21c42.tar.gz
gentoo-b6891b528a03b09f566114085e61a66c54d21c42.tar.bz2
gentoo-b6891b528a03b09f566114085e61a66c54d21c42.zip
dev-perl/Sys-CPU: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Sys-CPU/Sys-CPU-0.610.0-r2.ebuild')
-rw-r--r--dev-perl/Sys-CPU/Sys-CPU-0.610.0-r2.ebuild17
1 files changed, 17 insertions, 0 deletions
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
+)