summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-02-03 08:08:23 +0000
committerTorsten Veller <tove@gentoo.org>2009-02-03 08:08:23 +0000
commit10867ce6a054b7be4387025defedae820e44cc77 (patch)
tree20efbd5e5f0601825236356578fdfb899efb68fb /dev-perl/Sys-Statistics-Linux
parentversion bump (diff)
downloadhistorical-10867ce6a054b7be4387025defedae820e44cc77.tar.gz
historical-10867ce6a054b7be4387025defedae820e44cc77.tar.bz2
historical-10867ce6a054b7be4387025defedae820e44cc77.zip
Version bump
Package-Manager: portage-2.2_rc23/cvs/Linux i686
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.45.ebuild21
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-perl/Sys-Statistics-Linux/ChangeLog b/dev-perl/Sys-Statistics-Linux/ChangeLog
index f27f3d4d8a84..91876e4a0a5b 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-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog,v 1.28 2008/12/30 16:22:10 tove Exp $
+# 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 $
+
+*Sys-Statistics-Linux-0.45 (03 Feb 2009)
+
+ 03 Feb 2009; Torsten Veller <tove@gentoo.org>
+ +Sys-Statistics-Linux-0.45.ebuild:
+ Version bump
30 Dec 2008; Torsten Veller <tove@gentoo.org>
-Sys-Statistics-Linux-0.38.ebuild, -Sys-Statistics-Linux-0.41.ebuild,
diff --git a/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.45.ebuild b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.45.ebuild
new file mode 100644
index 000000000000..71b8757f1aa2
--- /dev/null
+++ b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.45.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.45.ebuild,v 1.1 2009/02/03 08:04:18 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"