diff options
-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" |