diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2009-12-04 10:56:26 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2009-12-04 10:56:26 +0000 |
commit | 67e1e0c479cf46973e0e523506c14cc39db1da4e (patch) | |
tree | c2226491b81a69fa934637c1e80ed7d6be7dd783 /dev-perl/Sys-CPU | |
parent | Version bump. (diff) | |
download | gentoo-2-67e1e0c479cf46973e0e523506c14cc39db1da4e.tar.gz gentoo-2-67e1e0c479cf46973e0e523506c14cc39db1da4e.tar.bz2 gentoo-2-67e1e0c479cf46973e0e523506c14cc39db1da4e.zip |
initial ebuild. required by sys-apps/logwatch
(Portage version: 2.2_rc49/cvs/Linux i686)
Diffstat (limited to 'dev-perl/Sys-CPU')
-rw-r--r-- | dev-perl/Sys-CPU/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Sys-CPU/Sys-CPU-0.51.ebuild | 17 | ||||
-rw-r--r-- | dev-perl/Sys-CPU/metadata.xml | 5 |
3 files changed, 32 insertions, 0 deletions
diff --git a/dev-perl/Sys-CPU/ChangeLog b/dev-perl/Sys-CPU/ChangeLog new file mode 100644 index 000000000000..600455f9ae94 --- /dev/null +++ b/dev-perl/Sys-CPU/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/Sys-CPU +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-CPU/ChangeLog,v 1.1 2009/12/04 10:56:26 hollow Exp $ + +*Sys-CPU-0.51 (04 Dec 2009) + + 04 Dec 2009; Benedikt Böhm <hollow@gentoo.org> +Sys-CPU-0.51.ebuild, + +metadata.xml: + initial ebuild. required by sys-apps/logwatch + diff --git a/dev-perl/Sys-CPU/Sys-CPU-0.51.ebuild b/dev-perl/Sys-CPU/Sys-CPU-0.51.ebuild new file mode 100644 index 000000000000..e25bb86cc016 --- /dev/null +++ b/dev-perl/Sys-CPU/Sys-CPU-0.51.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2009 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.51.ebuild,v 1.1 2009/12/04 10:56:26 hollow Exp $ + +inherit perl-module + +DESCRIPTION="Access CPU info. number, etc on Win and UNIX" +HOMEPAGE="http://search.cpan.org/search?query=Sys-CPU&mode=dist" +SRC_URI="mirror://cpan/authors/id/M/MK/MKODERER/Sys-CPU-0.51.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" diff --git a/dev-perl/Sys-CPU/metadata.xml b/dev-perl/Sys-CPU/metadata.xml new file mode 100644 index 000000000000..801e9385a1e0 --- /dev/null +++ b/dev-perl/Sys-CPU/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> +</pkgmetadata> |