Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sys-CPU/
Date: Wed, 10 Jan 2018 20:46:44
Message-Id: 1515617185.a0ed26690d659674c90a1ac31c69f5d2108d0c0d.kentnl@gentoo
1 commit: a0ed26690d659674c90a1ac31c69f5d2108d0c0d
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 10 20:38:40 2018 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 10 20:46:25 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0ed2669
7
8 dev-perl/Sys-CPU: EAPI6 + test
9
10 - EAPI6ify
11 - Enable tests
12
13 Package-Manager: Portage-2.3.18, Repoman-2.3.6
14
15 dev-perl/Sys-CPU/Sys-CPU-0.610.0-r1.ebuild | 14 ++++++++++++++
16 1 file changed, 14 insertions(+)
17
18 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
19 new file mode 100644
20 index 00000000000..ef2c093c9c2
21 --- /dev/null
22 +++ b/dev-perl/Sys-CPU/Sys-CPU-0.610.0-r1.ebuild
23 @@ -0,0 +1,14 @@
24 +# Copyright 1999-2018 Gentoo Foundation
25 +# Distributed under the terms of the GNU General Public License v2
26 +
27 +EAPI=6
28 +
29 +DIST_AUTHOR=MZSANFORD
30 +DIST_VERSION=0.61
31 +inherit perl-module
32 +
33 +DESCRIPTION="Access CPU info. number, etc on Win and UNIX"
34 +
35 +SLOT="0"
36 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos"
37 +IUSE=""