Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/PDL: PDL-2.4.7.ebuild PDL-2.4.11.ebuild PDL-2.4.3-r1.ebuild ChangeLog
Date: Mon, 07 Jul 2014 18:53:32
Message-Id: 20140707185329.552EC2004C@flycatcher.gentoo.org
1 dilfridge 14/07/07 18:53:29
2
3 Modified: PDL-2.4.7.ebuild PDL-2.4.11.ebuild
4 PDL-2.4.3-r1.ebuild ChangeLog
5 Log:
6 Depend on dev-perl/Filter instead of virtual/perl-Filter
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
9
10 Revision Changes Path
11 1.7 dev-perl/PDL/PDL-2.4.7.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/PDL-2.4.7.ebuild?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/PDL-2.4.7.ebuild?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/PDL-2.4.7.ebuild?r1=1.6&r2=1.7
16
17 Index: PDL-2.4.7.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.7.ebuild,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- PDL-2.4.7.ebuild 16 Apr 2013 18:23:04 -0000 1.6
24 +++ PDL-2.4.7.ebuild 7 Jul 2014 18:53:29 -0000 1.7
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2013 Gentoo Foundation
27 +# Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.7.ebuild,v 1.6 2013/04/16 18:23:04 ulm Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.7.ebuild,v 1.7 2014/07/07 18:53:29 dilfridge Exp $
31
32 EAPI=2
33
34 @@ -15,7 +15,7 @@
35 IUSE="badval fftw gsl"
36
37 DEPEND=">=sys-libs/ncurses-5.2
38 - virtual/perl-Filter
39 + dev-perl/Filter
40 virtual/perl-File-Spec
41 virtual/perl-PodParser
42 dev-perl/Inline
43
44
45
46 1.12 dev-perl/PDL/PDL-2.4.11.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild?rev=1.12&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild?rev=1.12&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild?r1=1.11&r2=1.12
51
52 Index: PDL-2.4.11.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild,v
55 retrieving revision 1.11
56 retrieving revision 1.12
57 diff -u -r1.11 -r1.12
58 --- PDL-2.4.11.ebuild 16 Jan 2014 21:34:40 -0000 1.11
59 +++ PDL-2.4.11.ebuild 7 Jul 2014 18:53:29 -0000 1.12
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2014 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild,v 1.11 2014/01/16 21:34:40 maekke Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild,v 1.12 2014/07/07 18:53:29 dilfridge Exp $
65
66 EAPI=4
67
68 @@ -30,7 +30,7 @@
69 virtual/perl-PodParser
70 virtual/perl-File-Spec
71 virtual/perl-File-Temp
72 - virtual/perl-Filter
73 + dev-perl/Filter
74 virtual/perl-Storable
75 virtual/perl-Text-Balanced
76 fftw? ( sci-libs/fftw:2.1 )
77
78
79
80 1.21 dev-perl/PDL/PDL-2.4.3-r1.ebuild
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/PDL-2.4.3-r1.ebuild?rev=1.21&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/PDL-2.4.3-r1.ebuild?rev=1.21&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/PDL-2.4.3-r1.ebuild?r1=1.20&r2=1.21
85
86 Index: PDL-2.4.3-r1.ebuild
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.3-r1.ebuild,v
89 retrieving revision 1.20
90 retrieving revision 1.21
91 diff -u -r1.20 -r1.21
92 --- PDL-2.4.3-r1.ebuild 16 Apr 2013 18:23:04 -0000 1.20
93 +++ PDL-2.4.3-r1.ebuild 7 Jul 2014 18:53:29 -0000 1.21
94 @@ -1,6 +1,6 @@
95 -# Copyright 1999-2013 Gentoo Foundation
96 +# Copyright 1999-2014 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.3-r1.ebuild,v 1.20 2013/04/16 18:23:04 ulm Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.3-r1.ebuild,v 1.21 2014/07/07 18:53:29 dilfridge Exp $
100
101 inherit perl-module eutils multilib
102
103 @@ -14,7 +14,7 @@
104 IUSE="opengl badval gsl"
105
106 DEPEND=">=sys-libs/ncurses-5.2
107 - virtual/perl-Filter
108 + dev-perl/Filter
109 virtual/perl-File-Spec
110 dev-perl/Inline
111 dev-perl/Astro-FITS-Header
112
113
114
115 1.114 dev-perl/PDL/ChangeLog
116
117 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/ChangeLog?rev=1.114&view=markup
118 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/ChangeLog?rev=1.114&content-type=text/plain
119 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/ChangeLog?r1=1.113&r2=1.114
120
121 Index: ChangeLog
122 ===================================================================
123 RCS file: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v
124 retrieving revision 1.113
125 retrieving revision 1.114
126 diff -u -r1.113 -r1.114
127 --- ChangeLog 16 Jan 2014 21:34:40 -0000 1.113
128 +++ ChangeLog 7 Jul 2014 18:53:29 -0000 1.114
129 @@ -1,6 +1,10 @@
130 # ChangeLog for dev-perl/PDL
131 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
132 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.113 2014/01/16 21:34:40 maekke Exp $
133 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.114 2014/07/07 18:53:29 dilfridge Exp $
134 +
135 + 07 Jul 2014; Andreas K. Huettel <dilfridge@g.o> PDL-2.4.3-r1.ebuild,
136 + PDL-2.4.7.ebuild, PDL-2.4.11.ebuild:
137 + Depend on dev-perl/Filter instead of virtual/perl-Filter
138
139 16 Jan 2014; Markus Meier <maekke@g.o> PDL-2.4.11.ebuild:
140 add ~arm, bug #449762