Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Sys-Statistics-Linux: ChangeLog Sys-Statistics-Linux-0.37.ebuild
Date: Tue, 09 Sep 2008 09:49:15
Message-Id: E1KczqS-0007Ni-Gd@stork.gentoo.org
1 tove 08/09/09 09:49:12
2
3 Modified: ChangeLog
4 Added: Sys-Statistics-Linux-0.37.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc8/cvs/Linux 2.6.26-tuxonice i686)
8
9 Revision Changes Path
10 1.20 dev-perl/Sys-Statistics-Linux/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog?rev=1.20&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog?rev=1.20&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog?r1=1.19&r2=1.20
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog,v
19 retrieving revision 1.19
20 retrieving revision 1.20
21 diff -u -r1.19 -r1.20
22 --- ChangeLog 18 Jul 2008 15:15:59 -0000 1.19
23 +++ ChangeLog 9 Sep 2008 09:49:12 -0000 1.20
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-perl/Sys-Statistics-Linux
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog,v 1.19 2008/07/18 15:15:59 tove Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog,v 1.20 2008/09/09 09:49:12 tove Exp $
29 +
30 +*Sys-Statistics-Linux-0.37 (09 Sep 2008)
31 +
32 + 09 Sep 2008; Torsten Veller <tove@g.o>
33 + +Sys-Statistics-Linux-0.37.ebuild:
34 + Version bump
35
36 *Sys-Statistics-Linux-0.36 (18 Jul 2008)
37
38
39
40
41 1.1 dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.37.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.37.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.37.ebuild?rev=1.1&content-type=text/plain
45
46 Index: Sys-Statistics-Linux-0.37.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $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 $
51
52 MODULE_AUTHOR=BLOONIX
53 inherit perl-module
54
55 DESCRIPTION="Collect linux system statistics"
56
57 LICENSE="|| ( Artistic GPL-2 )"
58 SLOT="0"
59 KEYWORDS="~amd64 ~sparc ~x86"
60 IUSE="test"
61 SRC_TEST="do"
62
63 RDEPEND="dev-lang/perl
64 dev-perl/UNIVERSAL-require"
65 DEPEND="${RDEPEND}
66 dev-perl/module-build
67 test? ( dev-perl/Test-Pod
68 dev-perl/Test-Pod-Coverage )"