diff options
author | Torsten Veller <tove@gentoo.org> | 2008-10-31 08:28:23 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-10-31 08:28:23 +0000 |
commit | 770404ed220d89b495751569a2e61912f1041d50 (patch) | |
tree | e88a76f13115e28950f42e450d5591b5eb44290f /dev-perl/Sys-Statistics-Linux | |
parent | version bump wrt #244873 (diff) | |
download | gentoo-2-770404ed220d89b495751569a2e61912f1041d50.tar.gz gentoo-2-770404ed220d89b495751569a2e61912f1041d50.tar.bz2 gentoo-2-770404ed220d89b495751569a2e61912f1041d50.zip |
Version bump
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-tuxonice i686)
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.43.ebuild | 20 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/Sys-Statistics-Linux/ChangeLog b/dev-perl/Sys-Statistics-Linux/ChangeLog index 77545a9146ea..f841382c6fc6 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog,v 1.25 2008/10/06 11:08:11 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog,v 1.26 2008/10/31 08:28:23 tove Exp $ + +*Sys-Statistics-Linux-0.43 (31 Oct 2008) + + 31 Oct 2008; Torsten Veller <tove@gentoo.org> + +Sys-Statistics-Linux-0.43.ebuild: + Version bump *Sys-Statistics-Linux-0.42 (06 Oct 2008) diff --git a/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.43.ebuild b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.43.ebuild new file mode 100644 index 000000000000..dd2dfcab598a --- /dev/null +++ b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.43.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2008 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.43.ebuild,v 1.1 2008/10/31 08:28:23 tove Exp $ + +MODULE_AUTHOR=BLOONIX +inherit perl-module + +DESCRIPTION="Collect linux system statistics" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~sparc ~x86" +IUSE="test" +SRC_TEST="do" + +RDEPEND="dev-lang/perl" +DEPEND="${RDEPEND} + dev-perl/module-build + test? ( dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage )" |