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: Statistics-Descriptive-3.60.100.ebuild ChangeLog
Date: Sat, 12 May 2012 07:58:20
Message-Id: 20120512075805.9A8B42004B@flycatcher.gentoo.org
1 tove 12/05/12 07:58:05
2
3 Modified: ChangeLog
4 Added: Statistics-Descriptive-3.60.100.ebuild
5 Log:
6 [bump] dev-perl/Statistics-Descriptive-3.60.100
7
8 (Portage version: 2.2.0_alpha103/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.39 dev-perl/Statistics-Descriptive/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Statistics-Descriptive/ChangeLog?rev=1.39&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Statistics-Descriptive/ChangeLog?rev=1.39&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Statistics-Descriptive/ChangeLog?r1=1.38&r2=1.39
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive/ChangeLog,v
20 retrieving revision 1.38
21 retrieving revision 1.39
22 diff -u -r1.38 -r1.39
23 --- ChangeLog 3 May 2012 15:39:10 -0000 1.38
24 +++ ChangeLog 12 May 2012 07:58:05 -0000 1.39
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-perl/Statistics-Descriptive
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive/ChangeLog,v 1.38 2012/05/03 15:39:10 tove Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive/ChangeLog,v 1.39 2012/05/12 07:58:05 tove Exp $
30 +
31 +*Statistics-Descriptive-3.60.100 (12 May 2012)
32 +
33 + 12 May 2012; Torsten Veller <tove@g.o>
34 + +Statistics-Descriptive-3.60.100.ebuild:
35 + Version bump
36
37 *Statistics-Descriptive-3.50.0 (03 May 2012)
38
39
40
41
42 1.1 dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.60.100.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.60.100.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Statistics-Descriptive/Statistics-Descriptive-3.60.100.ebuild?rev=1.1&content-type=text/plain
46
47 Index: Statistics-Descriptive-3.60.100.ebuild
48 ===================================================================
49 # Copyright 1999-2012 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.60.100.ebuild,v 1.1 2012/05/12 07:58:05 tove Exp $
52
53 EAPI=4
54
55 MODULE_AUTHOR=SHLOMIF
56 MODULE_VERSION=3.0601
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"