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/Math-VecStat: ChangeLog Math-VecStat-0.08.ebuild
Date: Thu, 04 Feb 2010 20:47:37
Message-Id: E1Nd8bt-0000x2-Cv@stork.gentoo.org
1 tove 10/02/04 20:47:33
2
3 Modified: ChangeLog Math-VecStat-0.08.ebuild
4 Log:
5 Fix LICENSE (#301969). Maintenance
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.11 dev-perl/Math-VecStat/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Math-VecStat/ChangeLog?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Math-VecStat/ChangeLog?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Math-VecStat/ChangeLog?r1=1.10&r2=1.11
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Math-VecStat/ChangeLog,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- ChangeLog 23 Dec 2009 19:14:53 -0000 1.10
22 +++ ChangeLog 4 Feb 2010 20:47:32 -0000 1.11
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-perl/Math-VecStat
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-VecStat/ChangeLog,v 1.10 2009/12/23 19:14:53 grobian Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-VecStat/ChangeLog,v 1.11 2010/02/04 20:47:32 tove Exp $
29 +
30 + 04 Feb 2010; Torsten Veller <tove@g.o> Math-VecStat-0.08.ebuild:
31 + Fix LICENSE (#301969). Maintenance
32
33 23 Dec 2009; Fabian Groffen <grobian@g.o> Math-VecStat-0.08.ebuild:
34 Marked ~x86-solaris, bug #296509
35
36
37
38 1.12 dev-perl/Math-VecStat/Math-VecStat-0.08.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Math-VecStat/Math-VecStat-0.08.ebuild?rev=1.12&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Math-VecStat/Math-VecStat-0.08.ebuild?rev=1.12&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Math-VecStat/Math-VecStat-0.08.ebuild?r1=1.11&r2=1.12
43
44 Index: Math-VecStat-0.08.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Math-VecStat/Math-VecStat-0.08.ebuild,v
47 retrieving revision 1.11
48 retrieving revision 1.12
49 diff -u -r1.11 -r1.12
50 --- Math-VecStat-0.08.ebuild 23 Dec 2009 19:14:53 -0000 1.11
51 +++ Math-VecStat-0.08.ebuild 4 Feb 2010 20:47:32 -0000 1.12
52 @@ -1,18 +1,16 @@
53 -# Copyright 1999-2009 Gentoo Foundation
54 +# Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-VecStat/Math-VecStat-0.08.ebuild,v 1.11 2009/12/23 19:14:53 grobian Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-VecStat/Math-VecStat-0.08.ebuild,v 1.12 2010/02/04 20:47:32 tove Exp $
58
59 +EAPI=2
60 +
61 +MODULE_AUTHOR=ASPINELLI
62 inherit perl-module
63
64 DESCRIPTION="Some basic numeric stats on vectors"
65 -SRC_URI="mirror://cpan/authors/id/A/AS/ASPINELLI/${P}.tar.gz"
66 -HOMEPAGE="http://search.cpan.org/~aspinelli/Math-VecStat-0.08/"
67
68 SLOT="0"
69 -LICENSE="Artistic"
70 KEYWORDS="amd64 ia64 sparc x86 ~x86-solaris"
71 IUSE=""
72
73 SRC_TEST="do"
74 -
75 -DEPEND="dev-lang/perl"