Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/PDL: ChangeLog PDL-2.4.5.ebuild
Date: Mon, 01 Feb 2010 17:38:30
Message-Id: E1Nc0EF-0006eu-QN@stork.gentoo.org
1 ssuominen 10/02/01 17:38:27
2
3 Modified: ChangeLog PDL-2.4.5.ebuild
4 Log:
5 Missing virtual/perl-PodParser depend for podselect command.
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.89 dev-perl/PDL/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDL/ChangeLog?rev=1.89&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDL/ChangeLog?rev=1.89&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDL/ChangeLog?r1=1.88&r2=1.89
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v
18 retrieving revision 1.88
19 retrieving revision 1.89
20 diff -u -r1.88 -r1.89
21 --- ChangeLog 21 Jan 2010 14:38:42 -0000 1.88
22 +++ ChangeLog 1 Feb 2010 17:38:27 -0000 1.89
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-perl/PDL
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.88 2010/01/21 14:38:42 tove Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.89 2010/02/01 17:38:27 ssuominen Exp $
28 +
29 + 01 Feb 2010; Samuli Suominen <ssuominen@g.o> PDL-2.4.5.ebuild:
30 + Missing virtual/perl-PodParser depend for podselect command.
31
32 21 Jan 2010; Torsten Veller <tove@g.o> PDL-2.4.4.ebuild,
33 PDL-2.4.5.ebuild:
34
35
36
37 1.4 dev-perl/PDL/PDL-2.4.5.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDL/PDL-2.4.5.ebuild?rev=1.4&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDL/PDL-2.4.5.ebuild?rev=1.4&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/PDL/PDL-2.4.5.ebuild?r1=1.3&r2=1.4
42
43 Index: PDL-2.4.5.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.5.ebuild,v
46 retrieving revision 1.3
47 retrieving revision 1.4
48 diff -u -r1.3 -r1.4
49 --- PDL-2.4.5.ebuild 21 Jan 2010 14:38:42 -0000 1.3
50 +++ PDL-2.4.5.ebuild 1 Feb 2010 17:38:27 -0000 1.4
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.5.ebuild,v 1.3 2010/01/21 14:38:42 tove Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.5.ebuild,v 1.4 2010/02/01 17:38:27 ssuominen Exp $
56
57 EAPI=2
58
59 @@ -17,6 +17,7 @@
60 DEPEND=">=sys-libs/ncurses-5.2
61 virtual/perl-Filter
62 virtual/perl-File-Spec
63 + virtual/perl-PodParser
64 dev-perl/Inline
65 dev-perl/Astro-FITS-Header
66 >=dev-perl/ExtUtils-F77-1.13