summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-09-28 12:20:05 +0000
committerTorsten Veller <tove@gentoo.org>2010-09-28 12:20:05 +0000
commitceed4bedfd03ef073096d35dbf3c8e67cf86b5a6 (patch)
tree904738426958363d09f17286bfca229cab7d5040 /dev-perl/Sys-Statistics-Linux
parentppc64 stable wrt #327777 (diff)
downloadgentoo-2-ceed4bedfd03ef073096d35dbf3c8e67cf86b5a6.tar.gz
gentoo-2-ceed4bedfd03ef073096d35dbf3c8e67cf86b5a6.tar.bz2
gentoo-2-ceed4bedfd03ef073096d35dbf3c8e67cf86b5a6.zip
Version bump
(Portage version: 2.2_rc88/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Sys-Statistics-Linux')
-rw-r--r--dev-perl/Sys-Statistics-Linux/ChangeLog8
-rw-r--r--dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.59.ebuild22
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/Sys-Statistics-Linux/ChangeLog b/dev-perl/Sys-Statistics-Linux/ChangeLog
index 7394d92f908a..e6fe20f4f604 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-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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog,v 1.44 2010/09/28 12:20:05 tove Exp $
+
+*Sys-Statistics-Linux-0.59 (28 Sep 2010)
+
+ 28 Sep 2010; Torsten Veller <tove@gentoo.org>
+ +Sys-Statistics-Linux-0.59.ebuild:
+ Version bump
*Sys-Statistics-Linux-0.58 (28 Sep 2010)
diff --git a/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.59.ebuild b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.59.ebuild
new file mode 100644
index 000000000000..d54ab49f5e6a
--- /dev/null
+++ b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.59.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.59.ebuild,v 1.1 2010/09/28 12:20:05 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"