diff options
author | Torsten Veller <tove@gentoo.org> | 2009-08-18 20:39:19 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-08-18 20:39:19 +0000 |
commit | 90a839aeb9d961f3ee6f84a12aa9dcc9f9c03e2b (patch) | |
tree | 243094aeffd3ebbd182a0bb23ed8a71fd17110da /dev-perl/Sys-Statistics-Linux | |
parent | Mask aqua USE-flag for python, since it's absolutely not yet ready for use (diff) | |
download | historical-90a839aeb9d961f3ee6f84a12aa9dcc9f9c03e2b.tar.gz historical-90a839aeb9d961f3ee6f84a12aa9dcc9f9c03e2b.tar.bz2 historical-90a839aeb9d961f3ee6f84a12aa9dcc9f9c03e2b.zip |
Version bump
Package-Manager: portage-2.2_rc38/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.54.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 a4baa6993183..68e45d75220f 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.38 2009/06/07 11:27:06 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog,v 1.39 2009/08/18 20:35:05 tove Exp $ + +*Sys-Statistics-Linux-0.54 (18 Aug 2009) + + 18 Aug 2009; Torsten Veller <tove@gentoo.org> + +Sys-Statistics-Linux-0.54.ebuild: + Version bump *Sys-Statistics-Linux-0.52 (07 Jun 2009) diff --git a/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.54.ebuild b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.54.ebuild new file mode 100644 index 000000000000..c7e97eae29f0 --- /dev/null +++ b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.54.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.54.ebuild,v 1.1 2009/08/18 20:35:05 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" |