diff options
author | Torsten Veller <tove@gentoo.org> | 2011-06-23 09:04:39 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-06-23 09:04:39 +0000 |
commit | 117071f63bd40274a3b0e06793ff651486e03a62 (patch) | |
tree | 884070e5008b51a422957060bcc541c6addfbd4f /dev-perl/Sys-Statistics-Linux | |
parent | Version bump to 2.2.1 bugfix release (diff) | |
download | gentoo-2-117071f63bd40274a3b0e06793ff651486e03a62.tar.gz gentoo-2-117071f63bd40274a3b0e06793ff651486e03a62.tar.bz2 gentoo-2-117071f63bd40274a3b0e06793ff651486e03a62.zip |
[bump] dev-perl/Sys-Statistics-Linux-0.600.0
(Portage version: 2.2.0_alpha41/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.600.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 b817b52f2272..d1945252c752 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.45 2011/01/14 15:56:12 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog,v 1.46 2011/06/23 09:04:39 tove Exp $ + +*Sys-Statistics-Linux-0.600.0 (23 Jun 2011) + + 23 Jun 2011; Torsten Veller <tove@gentoo.org> + +Sys-Statistics-Linux-0.600.0.ebuild: + Version bump 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Sys-Statistics-Linux-0.56.ebuild, -Sys-Statistics-Linux-0.58.ebuild: diff --git a/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.600.0.ebuild b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.600.0.ebuild new file mode 100644 index 000000000000..5fdb4e920ee2 --- /dev/null +++ b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.600.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.600.0.ebuild,v 1.1 2011/06/23 09:04:39 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=BLOONIX +MODULE_VERSION=0.60 +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/* +} |