summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-02-03 08:04:18 +0000
committerTorsten Veller <tove@gentoo.org>2009-02-03 08:04:18 +0000
commit73b0123de6d42756a6e51dc29f3c2142d8375da7 (patch)
tree73d0456781197a3dd5c3ff993fb83f5a68d3f430 /dev-perl/Sys-Statistics-Linux
parentversion bump (diff)
downloadgentoo-2-73b0123de6d42756a6e51dc29f3c2142d8375da7.tar.gz
gentoo-2-73b0123de6d42756a6e51dc29f3c2142d8375da7.tar.bz2
gentoo-2-73b0123de6d42756a6e51dc29f3c2142d8375da7.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/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"