summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-08-18 20:35:05 +0000
committerTorsten Veller <tove@gentoo.org>2009-08-18 20:35:05 +0000
commitd541a0ec1bd994e664ece12aae5f54bfd6e25cfa (patch)
tree3872a273ca16a88cdafa7a342c9e15d86b52d073 /dev-perl/Sys-Statistics-Linux
parentMask aqua USE-flag for python, since it's absolutely not yet ready for use (diff)
downloadgentoo-2-d541a0ec1bd994e664ece12aae5f54bfd6e25cfa.tar.gz
gentoo-2-d541a0ec1bd994e664ece12aae5f54bfd6e25cfa.tar.bz2
gentoo-2-d541a0ec1bd994e664ece12aae5f54bfd6e25cfa.zip
Version bump
(Portage version: 2.2_rc38/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.54.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 a4baa6993183..68e45d75220f 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.38 2009/06/07 11:27:06 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog,v 1.39 2009/08/18 20:35:05 tove Exp $
+
+*Sys-Statistics-Linux-0.54 (18 Aug 2009)
+
+ 18 Aug 2009; Torsten Veller <tove@gentoo.org>
+ +Sys-Statistics-Linux-0.54.ebuild:
+ Version bump
*Sys-Statistics-Linux-0.52 (07 Jun 2009)
diff --git a/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.54.ebuild b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.54.ebuild
new file mode 100644
index 000000000000..c7e97eae29f0
--- /dev/null
+++ b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.54.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2009 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.54.ebuild,v 1.1 2009/08/18 20:35:05 tove Exp $
+
+EAPI=2
+
+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"