diff options
author | Torsten Veller <tove@gentoo.org> | 2009-10-07 18:45:47 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-10-07 18:45:47 +0000 |
commit | ae30967ce1d742433fb1ba0274e5d90c03b0e1e3 (patch) | |
tree | eea2bbc7e0d0adbef22771e0480a01ebf3245ced /dev-perl | |
parent | alpha/arm/ia64/m68k/s390/sh/sparc stable wrt #286058 (diff) | |
download | gentoo-2-ae30967ce1d742433fb1ba0274e5d90c03b0e1e3.tar.gz gentoo-2-ae30967ce1d742433fb1ba0274e5d90c03b0e1e3.tar.bz2 gentoo-2-ae30967ce1d742433fb1ba0274e5d90c03b0e1e3.zip |
Version bump
(Portage version: 2.2_rc44/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Sys-Statistics-Linux/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.56.ebuild | 22 |
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/Sys-Statistics-Linux/ChangeLog b/dev-perl/Sys-Statistics-Linux/ChangeLog index 12519cfe6a84..6cafa4bc8eb4 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.40 2009/09/07 08:06:49 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog,v 1.41 2009/10/07 18:45:47 tove Exp $ + +*Sys-Statistics-Linux-0.56 (07 Oct 2009) + + 07 Oct 2009; Torsten Veller <tove@gentoo.org> + +Sys-Statistics-Linux-0.56.ebuild: + Version bump 07 Sep 2009; Torsten Veller <tove@gentoo.org> -Sys-Statistics-Linux-0.50.ebuild, -Sys-Statistics-Linux-0.52.ebuild: diff --git a/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.56.ebuild b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.56.ebuild new file mode 100644 index 000000000000..78fd14fe9d50 --- /dev/null +++ b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.56.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.56.ebuild,v 1.1 2009/10/07 18:45:47 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" |