summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-03-08 18:53:39 +0000
committerTorsten Veller <tove@gentoo.org>2009-03-08 18:53:39 +0000
commit13b3727244a7fc94cb2ab64dff20d1a1a5ac6cea (patch)
tree02c164136a04d22aa880c29f4273dbcfd1f364da /dev-perl/Sys-Statistics-Linux
parentDrop KDE 4.2.0 (diff)
downloadgentoo-2-13b3727244a7fc94cb2ab64dff20d1a1a5ac6cea.tar.gz
gentoo-2-13b3727244a7fc94cb2ab64dff20d1a1a5ac6cea.tar.bz2
gentoo-2-13b3727244a7fc94cb2ab64dff20d1a1a5ac6cea.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.48.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 5f1ad29041b8..5c4323af1c59 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.30 2009/02/12 11:38:01 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog,v 1.31 2009/03/08 18:53:39 tove Exp $
+
+*Sys-Statistics-Linux-0.48 (08 Mar 2009)
+
+ 08 Mar 2009; Torsten Veller <tove@gentoo.org>
+ +Sys-Statistics-Linux-0.48.ebuild:
+ Version bump
*Sys-Statistics-Linux-0.47 (12 Feb 2009)
diff --git a/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.48.ebuild b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.48.ebuild
new file mode 100644
index 000000000000..b5a97f5d44ca
--- /dev/null
+++ b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.48.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.48.ebuild,v 1.1 2009/03/08 18:53:39 tove Exp $
+
+EAPI=2
+
+MODULE_AUTHOR=BLOONIX
+inherit perl-module
+
+DESCRIPTION="Collect linux system statistics"
+
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ virtual/perl-Module-Build
+ test? ( dev-perl/Test-Pod
+ dev-perl/Test-Pod-Coverage )"
+
+SRC_TEST="do"