diff options
author | Torsten Veller <tove@gentoo.org> | 2008-09-09 09:49:12 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-09-09 09:49:12 +0000 |
commit | fcb47a5aa0e039ed3544662a71d49924baa872b9 (patch) | |
tree | de80f934746880bf8c64f9807677a0a24780c3e3 /dev-perl | |
parent | Version bumped, bug #237045. (diff) | |
download | gentoo-2-fcb47a5aa0e039ed3544662a71d49924baa872b9.tar.gz gentoo-2-fcb47a5aa0e039ed3544662a71d49924baa872b9.tar.bz2 gentoo-2-fcb47a5aa0e039ed3544662a71d49924baa872b9.zip |
Version bump
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Sys-Statistics-Linux/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.37.ebuild | 21 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/Sys-Statistics-Linux/ChangeLog b/dev-perl/Sys-Statistics-Linux/ChangeLog index f17c16bd27cf..746ad133eb65 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.19 2008/07/18 15:15:59 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog,v 1.20 2008/09/09 09:49:12 tove Exp $ + +*Sys-Statistics-Linux-0.37 (09 Sep 2008) + + 09 Sep 2008; Torsten Veller <tove@gentoo.org> + +Sys-Statistics-Linux-0.37.ebuild: + Version bump *Sys-Statistics-Linux-0.36 (18 Jul 2008) diff --git a/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.37.ebuild b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.37.ebuild new file mode 100644 index 000000000000..799e9a2628d5 --- /dev/null +++ b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.37.ebuild @@ -0,0 +1,21 @@ +# 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.37.ebuild,v 1.1 2008/09/09 09:49:12 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 + dev-perl/UNIVERSAL-require" +DEPEND="${RDEPEND} + dev-perl/module-build + test? ( dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage )" |