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.38.ebuild Sys-Statistics-Linux-0.37.ebuild
Date: Fri, 12 Sep 2008 05:24:41
Message-Id: E1Ke194-0005gn-UZ@stork.gentoo.org
1 tove 08/09/12 05:24:38
2
3 Modified: ChangeLog
4 Added: Sys-Statistics-Linux-0.38.ebuild
5 Removed: Sys-Statistics-Linux-0.37.ebuild
6 Log:
7 Version bump. Cleanup
8 (Portage version: 2.2_rc8/cvs/Linux 2.6.26-tuxonice i686)
9
10 Revision Changes Path
11 1.21 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.21&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog?rev=1.21&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog?r1=1.20&r2=1.21
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog,v
20 retrieving revision 1.20
21 retrieving revision 1.21
22 diff -u -r1.20 -r1.21
23 --- ChangeLog 9 Sep 2008 09:49:12 -0000 1.20
24 +++ ChangeLog 12 Sep 2008 05:24:38 -0000 1.21
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.20 2008/09/09 09:49:12 tove Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog,v 1.21 2008/09/12 05:24:38 tove Exp $
30 +
31 +*Sys-Statistics-Linux-0.38 (12 Sep 2008)
32 +
33 + 12 Sep 2008; Torsten Veller <tove@g.o>
34 + -Sys-Statistics-Linux-0.37.ebuild, +Sys-Statistics-Linux-0.38.ebuild:
35 + Version bump. Cleanup
36
37 *Sys-Statistics-Linux-0.37 (09 Sep 2008)
38
39
40
41
42 1.1 dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.38.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.38.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.38.ebuild?rev=1.1&content-type=text/plain
46
47 Index: Sys-Statistics-Linux-0.38.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.38.ebuild,v 1.1 2008/09/12 05:24:38 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 )"