summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-05-19 18:34:13 +0000
committerTorsten Veller <tove@gentoo.org>2009-05-19 18:34:13 +0000
commit6840bb20721519aea4c38e6cf16aaa95ce67d411 (patch)
treea991c5a72729e766ff2bff15f5729c1eca76921d /dev-perl/Sys-Statistics-Linux
parentFix ebuild since upstream changed the tarball; now vim-syntax is back, as wel... (diff)
downloadgentoo-2-6840bb20721519aea4c38e6cf16aaa95ce67d411.tar.gz
gentoo-2-6840bb20721519aea4c38e6cf16aaa95ce67d411.tar.bz2
gentoo-2-6840bb20721519aea4c38e6cf16aaa95ce67d411.zip
Version bump
(Portage version: 2.2_rc33/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.50.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 9ffac9634786..445fb90ac8c4 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.36 2009/05/01 21:08:44 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog,v 1.37 2009/05/19 18:34:13 tove Exp $
+
+*Sys-Statistics-Linux-0.50 (19 May 2009)
+
+ 19 May 2009; Torsten Veller <tove@gentoo.org>
+ +Sys-Statistics-Linux-0.50.ebuild:
+ Version bump
01 May 2009; Torsten Veller <tove@gentoo.org>
-Sys-Statistics-Linux-0.34.ebuild, -Sys-Statistics-Linux-0.48.ebuild:
diff --git a/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.50.ebuild b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.50.ebuild
new file mode 100644
index 000000000000..4d375eaea3aa
--- /dev/null
+++ b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.50.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.50.ebuild,v 1.1 2009/05/19 18:34:13 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"