commit: a0ed26690d659674c90a1ac31c69f5d2108d0c0d Author: Kent Fredric <kentnl <AT> gentoo <DOT> org> AuthorDate: Wed Jan 10 20:38:40 2018 +0000 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org> CommitDate: Wed Jan 10 20:46:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0ed2669
dev-perl/Sys-CPU: EAPI6 + test - EAPI6ify - Enable tests Package-Manager: Portage-2.3.18, Repoman-2.3.6 dev-perl/Sys-CPU/Sys-CPU-0.610.0-r1.ebuild | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 new file mode 100644 index 00000000000..ef2c093c9c2 --- /dev/null +++ b/dev-perl/Sys-CPU/Sys-CPU-0.610.0-r1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2018 Gentoo Foundation +# 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 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos" +IUSE=""
