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.610.0.ebuild
Date: Tue, 27 Sep 2011 15:58:37
Message-Id: 20110927155826.EC5FE20036@flycatcher.gentoo.org
1 tove 11/09/27 15:58:26
2
3 Modified: ChangeLog
4 Added: Sys-Statistics-Linux-0.610.0.ebuild
5 Log:
6 [bump] dev-perl/Sys-Statistics-Linux-0.610.0
7
8 (Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.48 dev-perl/Sys-Statistics-Linux/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog?rev=1.48&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog?rev=1.48&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog?r1=1.47&r2=1.48
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog,v
20 retrieving revision 1.47
21 retrieving revision 1.48
22 diff -u -r1.47 -r1.48
23 --- ChangeLog 29 Jul 2011 17:01:41 -0000 1.47
24 +++ ChangeLog 27 Sep 2011 15:58:26 -0000 1.48
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-perl/Sys-Statistics-Linux
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog,v 1.47 2011/07/29 17:01:41 tove Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog,v 1.48 2011/09/27 15:58:26 tove Exp $
30 +
31 +*Sys-Statistics-Linux-0.610.0 (27 Sep 2011)
32 +
33 + 27 Sep 2011; Torsten Veller <tove@g.o>
34 + +Sys-Statistics-Linux-0.610.0.ebuild:
35 + Version bump
36
37 29 Jul 2011; Torsten Veller <tove@g.o>
38 -Sys-Statistics-Linux-0.59.ebuild:
39
40
41
42 1.1 dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.610.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.610.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.610.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: Sys-Statistics-Linux-0.610.0.ebuild
48 ===================================================================
49 # Copyright 1999-2011 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.610.0.ebuild,v 1.1 2011/09/27 15:58:26 tove Exp $
52
53 EAPI=4
54
55 MODULE_AUTHOR=BLOONIX
56 MODULE_VERSION=0.61
57 inherit perl-module
58
59 DESCRIPTION="Collect linux system statistics"
60
61 SLOT="0"
62 KEYWORDS="~amd64 ~sparc ~x86"
63 IUSE="test"
64
65 RDEPEND="dev-perl/YAML-Syck"
66 DEPEND="
67 virtual/perl-Module-Build
68 test? (
69 dev-perl/Test-Pod
70 dev-perl/Test-Pod-Coverage
71 )"
72
73 SRC_TEST="do"
74
75 src_install() {
76 perl-module_src_install
77
78 docompress -x /usr/share/doc/$PF/examples
79 insinto /usr/share/doc/$PF/examples
80 doins examples/*
81 }