diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-12-03 23:13:56 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-12-03 23:13:56 +0000 |
commit | 51a0b2b46e3371e07f0263c514ae38e7fd8eb8da (patch) | |
tree | d4ab80870ac6e32c75af3661da6e204dc5a95ee4 /dev-perl | |
parent | mozilla eclass modifications for package bumps (diff) | |
download | gentoo-2-51a0b2b46e3371e07f0263c514ae38e7fd8eb8da.tar.gz gentoo-2-51a0b2b46e3371e07f0263c514ae38e7fd8eb8da.tar.bz2 gentoo-2-51a0b2b46e3371e07f0263c514ae38e7fd8eb8da.zip |
Version bump fixing bug 303289
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Sys-CPU/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Sys-CPU/Sys-CPU-0.610.0.ebuild | 15 |
2 files changed, 22 insertions, 1 deletions
diff --git a/dev-perl/Sys-CPU/ChangeLog b/dev-perl/Sys-CPU/ChangeLog index 3d7c124a9bd6..474a0334dfdc 100644 --- a/dev-perl/Sys-CPU/ChangeLog +++ b/dev-perl/Sys-CPU/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Sys-CPU # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-CPU/ChangeLog,v 1.33 2014/10/12 07:26:31 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-CPU/ChangeLog,v 1.34 2014/12/03 23:13:56 dilfridge Exp $ + +*Sys-CPU-0.610.0 (03 Dec 2014) + + 03 Dec 2014; Andreas K. Huettel <dilfridge@gentoo.org> + +Sys-CPU-0.610.0.ebuild: + Version bump fixing bug 303289 12 Oct 2014; Mikle Kolyada <zlogene@gentoo.org> -Sys-CPU-0.520.0.ebuild: Drop old. diff --git a/dev-perl/Sys-CPU/Sys-CPU-0.610.0.ebuild b/dev-perl/Sys-CPU/Sys-CPU-0.610.0.ebuild new file mode 100644 index 000000000000..1a78ac82576b --- /dev/null +++ b/dev-perl/Sys-CPU/Sys-CPU-0.610.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-CPU/Sys-CPU-0.610.0.ebuild,v 1.1 2014/12/03 23:13:56 dilfridge Exp $ + +EAPI=5 + +MODULE_AUTHOR=MZSANFORD +MODULE_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="" |