Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/plplot: plplot-5.10.0.ebuild ChangeLog
Date: Thu, 27 Mar 2014 04:32:42
Message-Id: 20140327043236.B72752004F@flycatcher.gentoo.org
1 bicatali 14/03/27 04:32:36
2
3 Modified: plplot-5.10.0.ebuild ChangeLog
4 Log:
5 Bump minimum swig version for octave bindings, thanks disperato bug #503418. Adjust library depedencies
6
7 (Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
8
9 Revision Changes Path
10 1.2 sci-libs/plplot/plplot-5.10.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/plplot/plplot-5.10.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/plplot/plplot-5.10.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/plplot/plplot-5.10.0.ebuild?r1=1.1&r2=1.2
15
16 Index: plplot-5.10.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.10.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- plplot-5.10.0.ebuild 21 Feb 2014 22:00:00 -0000 1.1
23 +++ plplot-5.10.0.ebuild 27 Mar 2014 04:32:36 -0000 1.2
24 @@ -1,12 +1,13 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.10.0.ebuild,v 1.1 2014/02/21 22:00:00 bicatali Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.10.0.ebuild,v 1.2 2014/03/27 04:32:36 bicatali Exp $
29
30 EAPI=5
31
32 WX_GTK_VER="2.8"
33 FORTRAN_NEEDED=fortran
34 PYTHON_COMPAT=( python{2_6,2_7} )
35 +VIRTUALX_REQUIRED=test
36
37 inherit eutils fortran-2 cmake-utils python-single-r1 toolchain-funcs \
38 virtualx wxwidgets java-pkg-opt-2 multilib
39 @@ -24,21 +25,21 @@
40
41 RDEPEND="
42 ada? ( virtual/gnat )
43 - cairo? ( x11-libs/cairo[svg?,X?] )
44 + cairo? ( x11-libs/cairo:0=[svg?,X?] )
45 java? ( >=virtual/jre-1.5 )
46 - gd? ( media-libs/gd[jpeg?,png?] )
47 + gd? ( media-libs/gd:2=[jpeg?,png?] )
48 latex? (
49 app-text/ghostscript-gpl
50 virtual/latex-base
51 )
52 - lua? ( dev-lang/lua )
53 + lua? ( dev-lang/lua:0= )
54 ocaml? (
55 dev-lang/ocaml
56 dev-ml/camlidl
57 cairo? ( dev-ml/cairo-ocaml[gtk] )
58 )
59 - octave? ( sci-mathematics/octave )
60 - pdf? ( media-libs/libharu )
61 + octave? ( sci-mathematics/octave:0= )
62 + pdf? ( media-libs/libharu:0= )
63 pdl? (
64 dev-perl/PDL
65 dev-perl/XML-DOM
66 @@ -49,13 +50,13 @@
67 )
68 qhull? ( media-libs/qhull )
69 qt4? (
70 - dev-qt/qtgui:4
71 - dev-qt/qtsvg:4
72 + dev-qt/qtgui:4=
73 + dev-qt/qtsvg:4=
74 )
75 - shapefile? ( sci-libs/shapelib )
76 + shapefile? ( sci-libs/shapelib:0= )
77 tcl? (
78 - dev-lang/tcl
79 - dev-tcltk/itcl
80 + dev-lang/tcl:0=
81 + dev-tcltk/itcl:0=
82 tk? (
83 dev-lang/tk
84 dev-tcltk/itk
85 @@ -63,17 +64,17 @@
86 )
87 truetype? (
88 media-fonts/freefont
89 - media-libs/lasi
90 - gd? ( media-libs/gd[truetype] )
91 + media-libs/lasi:0=
92 + gd? ( media-libs/gd:2=[truetype] )
93 )
94 wxwidgets? (
95 - x11-libs/wxGTK:2.8[X]
96 - x11-libs/agg[truetype?]
97 + x11-libs/wxGTK:2.8=[X]
98 + x11-libs/agg:0=[truetype?]
99 )
100 X? (
101 - x11-libs/libX11
102 - x11-libs/libXau
103 - x11-libs/libXdmcp
104 + x11-libs/libX11:0=
105 + x11-libs/libXau:0=
106 + x11-libs/libXdmcp:0=
107 )"
108
109 DEPEND="${RDEPEND}
110 @@ -83,6 +84,7 @@
111 dev-lang/swig
112 )
113 ocaml? ( dev-ml/findlib )
114 + octave? ( >=dev-lang/swig-2.0.12 )
115 python? ( dev-lang/swig )
116 test? (
117 media-fonts/font-misc-misc
118
119
120
121 1.57 sci-libs/plplot/ChangeLog
122
123 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/plplot/ChangeLog?rev=1.57&view=markup
124 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/plplot/ChangeLog?rev=1.57&content-type=text/plain
125 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/plplot/ChangeLog?r1=1.56&r2=1.57
126
127 Index: ChangeLog
128 ===================================================================
129 RCS file: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v
130 retrieving revision 1.56
131 retrieving revision 1.57
132 diff -u -r1.56 -r1.57
133 --- ChangeLog 21 Feb 2014 22:00:00 -0000 1.56
134 +++ ChangeLog 27 Mar 2014 04:32:36 -0000 1.57
135 @@ -1,6 +1,10 @@
136 # ChangeLog for sci-libs/plplot
137 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
138 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.56 2014/02/21 22:00:00 bicatali Exp $
139 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.57 2014/03/27 04:32:36 bicatali Exp $
140 +
141 + 27 Mar 2014; Sébastien Fabbro <bicatali@g.o> plplot-5.10.0.ebuild:
142 + Bump minimum swig version for octave bindings, thanks disperato bug #503418.
143 + Adjust library depedencies
144
145 *plplot-5.10.0 (21 Feb 2014)