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-Vec: Math-Vec-1.01.ebuild ChangeLog
Date: Sun, 23 Nov 2008 08:19:36
Message-Id: E1L4ABp-00047U-I3@stork.gentoo.org
1 tove 08/11/23 08:19:33
2
3 Modified: Math-Vec-1.01.ebuild ChangeLog
4 Log:
5 Move Module-Build to DEPEND only. Fix LICENSE
6 (Portage version: 2.2_rc15/cvs/Linux 2.6.27-tuxonice i686)
7
8 Revision Changes Path
9 1.3 dev-perl/Math-Vec/Math-Vec-1.01.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Math-Vec/Math-Vec-1.01.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Math-Vec/Math-Vec-1.01.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Math-Vec/Math-Vec-1.01.ebuild?r1=1.2&r2=1.3
14
15 Index: Math-Vec-1.01.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Math-Vec/Math-Vec-1.01.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- Math-Vec-1.01.ebuild 18 Nov 2008 15:12:23 -0000 1.2
22 +++ Math-Vec-1.01.ebuild 23 Nov 2008 08:19:33 -0000 1.3
23 @@ -1,19 +1,20 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Vec/Math-Vec-1.01.ebuild,v 1.2 2008/11/18 15:12:23 tove Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Vec/Math-Vec-1.01.ebuild,v 1.3 2008/11/23 08:19:33 tove Exp $
28
29 +MODULE_AUTHOR=EWILHELM
30 inherit perl-module
31
32 DESCRIPTION="vectors for perl"
33 -SRC_URI="mirror://cpan/authors/id/E/EW/EWILHELM/${P}.tar.gz"
34 -HOMEPAGE="http://search.cpan.org/~ewilhelm/Math-Vec/"
35
36 SLOT="0"
37 -LICENSE="Artistic"
38 +LICENSE="|| ( Artistic GPL-2 )"
39 KEYWORDS="~amd64 ~x86"
40 -IUSE=""
41 +IUSE="test"
42
43 SRC_TEST="do"
44
45 -DEPEND="dev-lang/perl
46 - virtual/perl-Module-Build"
47 +RDEPEND="dev-lang/perl"
48 +DEPEND="${RDEPEND}
49 + virtual/perl-Module-Build
50 + test? ( virtual/perl-Test-Simple )"
51
52
53
54 1.3 dev-perl/Math-Vec/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Math-Vec/ChangeLog?rev=1.3&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Math-Vec/ChangeLog?rev=1.3&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Math-Vec/ChangeLog?r1=1.2&r2=1.3
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Math-Vec/ChangeLog,v
63 retrieving revision 1.2
64 retrieving revision 1.3
65 diff -u -r1.2 -r1.3
66 --- ChangeLog 18 Nov 2008 15:12:23 -0000 1.2
67 +++ ChangeLog 23 Nov 2008 08:19:33 -0000 1.3
68 @@ -1,6 +1,9 @@
69 # ChangeLog for dev-perl/Math-Vec
70 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Vec/ChangeLog,v 1.2 2008/11/18 15:12:23 tove Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Vec/ChangeLog,v 1.3 2008/11/23 08:19:33 tove Exp $
73 +
74 + 23 Nov 2008; Torsten Veller <tove@g.o> Math-Vec-1.01.ebuild:
75 + Move Module-Build to DEPEND only. Fix LICENSE
76
77 18 Nov 2008; Torsten Veller <tove@g.o> Math-Vec-1.01.ebuild:
78 New virtuals: module-build