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