Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/mathgl: mathgl-2.1.3.1.ebuild mathgl-2.1.3.ebuild ChangeLog
Date: Sun, 28 Jun 2015 18:25:58
Message-Id: 20150628182551.55C3273F@oystercatcher.gentoo.org
1 jlec 15/06/28 18:25:51
2
3 Modified: mathgl-2.1.3.1.ebuild mathgl-2.1.3.ebuild ChangeLog
4 Log:
5 Fix underlinking, bug #547486
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
8
9 Revision Changes Path
10 1.4 sci-libs/mathgl/mathgl-2.1.3.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mathgl/mathgl-2.1.3.1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mathgl/mathgl-2.1.3.1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mathgl/mathgl-2.1.3.1.ebuild?r1=1.3&r2=1.4
15
16 Index: mathgl-2.1.3.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/mathgl/mathgl-2.1.3.1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- mathgl-2.1.3.1.ebuild 8 Apr 2015 18:49:14 -0000 1.3
23 +++ mathgl-2.1.3.1.ebuild 28 Jun 2015 18:25:51 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/mathgl-2.1.3.1.ebuild,v 1.3 2015/04/08 18:49:14 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/mathgl-2.1.3.1.ebuild,v 1.4 2015/06/28 18:25:51 jlec Exp $
29
30 EAPI=5
31
32 @@ -33,10 +33,10 @@
33 gsl? ( sci-libs/gsl )
34 hdf? ( sci-libs/hdf )
35 hdf5? ( >=sci-libs/hdf5-1.8[mpi=] )
36 - jpeg? ( virtual/jpeg )
37 + jpeg? ( virtual/jpeg:0 )
38 octave? ( >=sci-mathematics/octave-3.4.0 )
39 pdf? ( media-libs/libharu )
40 - png? ( media-libs/libpng )
41 + png? ( media-libs/libpng:0 )
42 python? ( dev-python/numpy[${PYTHON_USEDEP}] ${PYTHON_DEPS} )
43 qt4? ( dev-qt/qtgui:4 )
44 wxwidgets? ( x11-libs/wxGTK:2.8[X] )
45 @@ -76,6 +76,8 @@
46 # fix desktop file
47 sed -i -e 's/.png//' udav/udav.desktop || die
48 use python && append-cppflags -I"$(${EPYTHON} -c 'import numpy; print(numpy.get_include())')"
49 +
50 + epatch "${FILESDIR}"/${P}-x11.patch
51 }
52
53 src_configure() {
54
55
56
57 1.4 sci-libs/mathgl/mathgl-2.1.3.ebuild
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mathgl/mathgl-2.1.3.ebuild?rev=1.4&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mathgl/mathgl-2.1.3.ebuild?rev=1.4&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mathgl/mathgl-2.1.3.ebuild?r1=1.3&r2=1.4
62
63 Index: mathgl-2.1.3.ebuild
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/sci-libs/mathgl/mathgl-2.1.3.ebuild,v
66 retrieving revision 1.3
67 retrieving revision 1.4
68 diff -u -r1.3 -r1.4
69 --- mathgl-2.1.3.ebuild 8 Apr 2015 18:49:14 -0000 1.3
70 +++ mathgl-2.1.3.ebuild 28 Jun 2015 18:25:51 -0000 1.4
71 @@ -1,6 +1,6 @@
72 # Copyright 1999-2015 Gentoo Foundation
73 # Distributed under the terms of the GNU General Public License v2
74 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/mathgl-2.1.3.ebuild,v 1.3 2015/04/08 18:49:14 mgorny Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/mathgl-2.1.3.ebuild,v 1.4 2015/06/28 18:25:51 jlec Exp $
76
77 EAPI=5
78
79 @@ -33,10 +33,10 @@
80 gsl? ( sci-libs/gsl )
81 hdf? ( sci-libs/hdf )
82 hdf5? ( >=sci-libs/hdf5-1.8[mpi=] )
83 - jpeg? ( virtual/jpeg )
84 + jpeg? ( virtual/jpeg:0 )
85 octave? ( >=sci-mathematics/octave-3.4.0 )
86 pdf? ( media-libs/libharu )
87 - png? ( media-libs/libpng )
88 + png? ( media-libs/libpng:0 )
89 python? ( dev-python/numpy[${PYTHON_USEDEP}] ${PYTHON_DEPS} )
90 qt4? ( dev-qt/qtgui:4 )
91 wxwidgets? ( x11-libs/wxGTK:2.8[X] )
92
93
94
95 1.44 sci-libs/mathgl/ChangeLog
96
97 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mathgl/ChangeLog?rev=1.44&view=markup
98 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mathgl/ChangeLog?rev=1.44&content-type=text/plain
99 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mathgl/ChangeLog?r1=1.43&r2=1.44
100
101 Index: ChangeLog
102 ===================================================================
103 RCS file: /var/cvsroot/gentoo-x86/sci-libs/mathgl/ChangeLog,v
104 retrieving revision 1.43
105 retrieving revision 1.44
106 diff -u -r1.43 -r1.44
107 --- ChangeLog 8 Apr 2015 18:49:14 -0000 1.43
108 +++ ChangeLog 28 Jun 2015 18:25:51 -0000 1.44
109 @@ -1,6 +1,10 @@
110 # ChangeLog for sci-libs/mathgl
111 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
112 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/ChangeLog,v 1.43 2015/04/08 18:49:14 mgorny Exp $
113 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/ChangeLog,v 1.44 2015/06/28 18:25:51 jlec Exp $
114 +
115 + 28 Jun 2015; Justin Lecher <jlec@g.o> +files/mathgl-2.1.3.1-x11.patch,
116 + mathgl-2.1.3.1.ebuild, mathgl-2.1.3.ebuild:
117 + Fix underlinking, bug #547486
118
119 08 Apr 2015; Michał Górny <mgorny@g.o> mathgl-2.1.3.1.ebuild,
120 mathgl-2.1.3.ebuild: