summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-02-12 11:38:01 +0000
committerTorsten Veller <tove@gentoo.org>2009-02-12 11:38:01 +0000
commita39d7e5547022507f50fb71893ab783d4c2bed94 (patch)
treeeffe07f073531c911b4dad832714ff874584df70 /dev-perl/Sys-Statistics-Linux
parentVersion bump (diff)
downloadgentoo-2-a39d7e5547022507f50fb71893ab783d4c2bed94.tar.gz
gentoo-2-a39d7e5547022507f50fb71893ab783d4c2bed94.tar.bz2
gentoo-2-a39d7e5547022507f50fb71893ab783d4c2bed94.zip
Version bump
(Portage version: 2.2_rc23/cvs/Linux i686)
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.47.ebuild21
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/Sys-Statistics-Linux/ChangeLog b/dev-perl/Sys-Statistics-Linux/ChangeLog
index 91876e4a0a5b..5f1ad29041b8 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.29 2009/02/03 08:04:18 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog,v 1.30 2009/02/12 11:38:01 tove Exp $
+
+*Sys-Statistics-Linux-0.47 (12 Feb 2009)
+
+ 12 Feb 2009; Torsten Veller <tove@gentoo.org>
+ +Sys-Statistics-Linux-0.47.ebuild:
+ Version bump
*Sys-Statistics-Linux-0.45 (03 Feb 2009)
diff --git a/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.47.ebuild b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.47.ebuild
new file mode 100644
index 000000000000..48604e46591d
--- /dev/null
+++ b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.47.ebuild
@@ -0,0 +1,21 @@
+# 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.47.ebuild,v 1.1 2009/02/12 11:38:01 tove Exp $
+
+MODULE_AUTHOR=BLOONIX
+inherit perl-module
+
+DESCRIPTION="Collect linux system statistics"
+
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86"
+IUSE="test"
+
+RDEPEND="dev-lang/perl"
+DEPEND="${RDEPEND}
+ virtual/perl-Module-Build
+ test? ( dev-perl/Test-Pod
+ dev-perl/Test-Pod-Coverage )"
+
+SRC_TEST="do"