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