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: ChangeLog Math-Vec-1.01.ebuild
Date: Tue, 18 Nov 2008 15:12:29
Message-Id: E1L2SFb-0005bK-NC@stork.gentoo.org
1 tove 08/11/18 15:12:23
2
3 Modified: ChangeLog Math-Vec-1.01.ebuild
4 Log:
5 New virtuals: module-build
6 (Portage version: 2.2_rc14/cvs/Linux 2.6.26-tuxonice i686)
7
8 Revision Changes Path
9 1.2 dev-perl/Math-Vec/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Math-Vec/ChangeLog?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Math-Vec/ChangeLog?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Math-Vec/ChangeLog?r1=1.1&r2=1.2
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Math-Vec/ChangeLog,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- ChangeLog 26 Sep 2007 15:27:00 -0000 1.1
22 +++ ChangeLog 18 Nov 2008 15:12:23 -0000 1.2
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-perl/Math-Vec
25 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Vec/ChangeLog,v 1.1 2007/09/26 15:27:00 hanno Exp $
27 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Vec/ChangeLog,v 1.2 2008/11/18 15:12:23 tove Exp $
29 +
30 + 18 Nov 2008; Torsten Veller <tove@g.o> Math-Vec-1.01.ebuild:
31 + New virtuals: module-build
32
33 *Math-Vec-1.01 (26 Sep 2007)
34
35
36
37
38 1.2 dev-perl/Math-Vec/Math-Vec-1.01.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Math-Vec/Math-Vec-1.01.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Math-Vec/Math-Vec-1.01.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Math-Vec/Math-Vec-1.01.ebuild?r1=1.1&r2=1.2
43
44 Index: Math-Vec-1.01.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Math-Vec/Math-Vec-1.01.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- Math-Vec-1.01.ebuild 26 Sep 2007 15:27:00 -0000 1.1
51 +++ Math-Vec-1.01.ebuild 18 Nov 2008 15:12:23 -0000 1.2
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2007 Gentoo Foundation
54 +# Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Vec/Math-Vec-1.01.ebuild,v 1.1 2007/09/26 15:27:00 hanno Exp $
57 +# $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 $
58
59 inherit perl-module
60
61 @@ -16,4 +16,4 @@
62 SRC_TEST="do"
63
64 DEPEND="dev-lang/perl
65 - dev-perl/module-build"
66 + virtual/perl-Module-Build"