diff options
author | Torsten Veller <tove@gentoo.org> | 2010-09-28 07:00:22 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-09-28 07:00:22 +0000 |
commit | 13e4bdbc594f0cf6fc7613b6c9f9e3e955ad5a95 (patch) | |
tree | d54da5ab91b2170e4e6f3d87bbe52786845fd778 /dev-perl | |
parent | Add myself as co-maintainer. (diff) | |
download | gentoo-2-13e4bdbc594f0cf6fc7613b6c9f9e3e955ad5a95.tar.gz gentoo-2-13e4bdbc594f0cf6fc7613b6c9f9e3e955ad5a95.tar.bz2 gentoo-2-13e4bdbc594f0cf6fc7613b6c9f9e3e955ad5a95.zip |
Version bump
(Portage version: 2.2_rc88/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Sys-Statistics-Linux/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.58.ebuild | 22 |
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-perl/Sys-Statistics-Linux/ChangeLog b/dev-perl/Sys-Statistics-Linux/ChangeLog index 2dcd5445b18f..7394d92f908a 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.42 2009/10/12 11:32:50 tove Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog,v 1.43 2010/09/28 07:00:22 tove Exp $ + +*Sys-Statistics-Linux-0.58 (28 Sep 2010) + + 28 Sep 2010; Torsten Veller <tove@gentoo.org> + +Sys-Statistics-Linux-0.58.ebuild: + Version bump 12 Oct 2009; Torsten Veller <tove@gentoo.org> -Sys-Statistics-Linux-0.54.ebuild: diff --git a/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.58.ebuild b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.58.ebuild new file mode 100644 index 000000000000..f4f15a303654 --- /dev/null +++ b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.58.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2010 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.58.ebuild,v 1.1 2010/09/28 07:00:22 tove Exp $ + +EAPI=3 + +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" |