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/Statistics-Descriptive: ChangeLog Statistics-Descriptive-3.20.300.ebuild
Date: Sat, 19 Nov 2011 20:16:00
Message-Id: 20111119195517.797B92004B@flycatcher.gentoo.org
1 tove 11/11/19 19:55:17
2
3 Modified: ChangeLog
4 Added: Statistics-Descriptive-3.20.300.ebuild
5 Log:
6 [bump] dev-perl/Statistics-Descriptive-3.20.300
7
8 (Portage version: 2.2.0_alpha75/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.32 dev-perl/Statistics-Descriptive/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Statistics-Descriptive/ChangeLog?rev=1.32&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Statistics-Descriptive/ChangeLog?rev=1.32&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Statistics-Descriptive/ChangeLog?r1=1.31&r2=1.32
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive/ChangeLog,v
20 retrieving revision 1.31
21 retrieving revision 1.32
22 diff -u -r1.31 -r1.32
23 --- ChangeLog 29 Jul 2011 17:03:31 -0000 1.31
24 +++ ChangeLog 19 Nov 2011 19:55:17 -0000 1.32
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-perl/Statistics-Descriptive
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive/ChangeLog,v 1.31 2011/07/29 17:03:31 tove Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive/ChangeLog,v 1.32 2011/11/19 19:55:17 tove Exp $
30 +
31 +*Statistics-Descriptive-3.20.300 (19 Nov 2011)
32 +
33 + 19 Nov 2011; Torsten Veller <tove@g.o>
34 + +Statistics-Descriptive-3.20.300.ebuild:
35 + Version bump
36
37 29 Jul 2011; Torsten Veller <tove@g.o>
38 -Statistics-Descriptive-3.0201.ebuild:
39
40
41
42 1.1 dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.20.300.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.20.300.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.20.300.ebuild?rev=1.1&content-type=text/plain
46
47 Index: Statistics-Descriptive-3.20.300.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/Statistics-Descriptive/Statistics-Descriptive-3.20.300.ebuild,v 1.1 2011/11/19 19:55:17 tove Exp $
52
53 EAPI=4
54
55 MODULE_AUTHOR=SHLOMIF
56 MODULE_VERSION=3.0203
57 inherit perl-module
58
59 DESCRIPTION="Module of basic descriptive statistical functions"
60
61 SLOT="0"
62 KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
63 IUSE="test"
64
65 RDEPEND=""
66 DEPEND="virtual/perl-Module-Build
67 test? (
68 dev-perl/Test-Pod
69 dev-perl/Test-Pod-Coverage
70 )"
71
72 SRC_TEST="do"
73 mydoc="UserSurvey.txt"