summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Sys-Statistics-Linux')
-rw-r--r--dev-perl/Sys-Statistics-Linux/ChangeLog10
-rw-r--r--dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.58.ebuild22
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-perl/Sys-Statistics-Linux/ChangeLog b/dev-perl/Sys-Statistics-Linux/ChangeLog
index 2dcd5445b18f..7394d92f908a 100644
--- a/dev-perl/Sys-Statistics-Linux/ChangeLog
+++ b/dev-perl/Sys-Statistics-Linux/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Sys-Statistics-Linux
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog,v 1.42 2009/10/12 11:32:50 tove Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog,v 1.43 2010/09/28 07:00:22 tove Exp $
+
+*Sys-Statistics-Linux-0.58 (28 Sep 2010)
+
+ 28 Sep 2010; Torsten Veller <tove@gentoo.org>
+ +Sys-Statistics-Linux-0.58.ebuild:
+ Version bump
12 Oct 2009; Torsten Veller <tove@gentoo.org>
-Sys-Statistics-Linux-0.54.ebuild:
diff --git a/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.58.ebuild b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.58.ebuild
new file mode 100644
index 000000000000..f4f15a303654
--- /dev/null
+++ b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.58.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.58.ebuild,v 1.1 2010/09/28 07:00:22 tove Exp $
+
+EAPI=3
+
+MODULE_AUTHOR=BLOONIX
+inherit perl-module
+
+DESCRIPTION="Collect linux system statistics"
+
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86"
+IUSE="test"
+
+RDEPEND="dev-perl/YAML-Syck"
+DEPEND="
+ virtual/perl-Module-Build
+ test? ( dev-perl/Test-Pod
+ dev-perl/Test-Pod-Coverage )"
+
+SRC_TEST="do"