diff options
author | Torsten Veller <tove@gentoo.org> | 2011-09-27 15:58:26 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-09-27 15:58:26 +0000 |
commit | bcd0f45d6dfadbc9101606e03f2c0a38ea9ff324 (patch) | |
tree | 9b40cddb11d0ebfeef72bd6f9d1b90a7255023c1 /dev-perl/Sys-Statistics-Linux | |
parent | [bump] dev-perl/DateTime-TimeZone-1.390.0 (diff) | |
download | gentoo-2-bcd0f45d6dfadbc9101606e03f2c0a38ea9ff324.tar.gz gentoo-2-bcd0f45d6dfadbc9101606e03f2c0a38ea9ff324.tar.bz2 gentoo-2-bcd0f45d6dfadbc9101606e03f2c0a38ea9ff324.zip |
[bump] dev-perl/Sys-Statistics-Linux-0.610.0
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Sys-Statistics-Linux')
-rw-r--r-- | dev-perl/Sys-Statistics-Linux/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.610.0.ebuild | 33 |
2 files changed, 40 insertions, 1 deletions
diff --git a/dev-perl/Sys-Statistics-Linux/ChangeLog b/dev-perl/Sys-Statistics-Linux/ChangeLog index 6b2c9c261c67..f1ef298cdf3d 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog,v 1.47 2011/07/29 17:01:41 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog,v 1.48 2011/09/27 15:58:26 tove Exp $ + +*Sys-Statistics-Linux-0.610.0 (27 Sep 2011) + + 27 Sep 2011; Torsten Veller <tove@gentoo.org> + +Sys-Statistics-Linux-0.610.0.ebuild: + Version bump 29 Jul 2011; Torsten Veller <tove@gentoo.org> -Sys-Statistics-Linux-0.59.ebuild: diff --git a/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.610.0.ebuild b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.610.0.ebuild new file mode 100644 index 000000000000..596f6c8e7b1a --- /dev/null +++ b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.610.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2011 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.610.0.ebuild,v 1.1 2011/09/27 15:58:26 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=BLOONIX +MODULE_VERSION=0.61 +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" + +src_install() { + perl-module_src_install + + docompress -x /usr/share/doc/$PF/examples + insinto /usr/share/doc/$PF/examples + doins examples/* +} |