Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-visualization/gnuplot: gnuplot-4.2.3-r2.ebuild gnuplot-4.2.4-r1.ebuild ChangeLog gnuplot-4.2.5.ebuild
Date: Wed, 01 Apr 2009 20:26:58
Message-Id: E1Lp71T-0003Yg-1S@stork.gentoo.org
1 ulm 09/04/01 20:26:55
2
3 Modified: gnuplot-4.2.3-r2.ebuild gnuplot-4.2.4-r1.ebuild
4 ChangeLog gnuplot-4.2.5.ebuild
5 Log:
6 Fix USE="wxwindows -lua" build issue, bug 233475 comment #9.
7 Move some comments from ebuilds to patches.
8 (Portage version: 2.2_rc27/cvs/Linux i686)
9
10 Revision Changes Path
11 1.12 sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild?rev=1.12&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild?rev=1.12&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild?r1=1.11&r2=1.12
16
17 Index: gnuplot-4.2.3-r2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild,v
20 retrieving revision 1.11
21 retrieving revision 1.12
22 diff -u -r1.11 -r1.12
23 --- gnuplot-4.2.3-r2.ebuild 2 Mar 2009 16:39:19 -0000 1.11
24 +++ gnuplot-4.2.3-r2.ebuild 1 Apr 2009 20:26:54 -0000 1.12
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2009 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild,v 1.11 2009/03/02 16:39:19 ranger Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild,v 1.12 2009/04/01 20:26:54 ulm Exp $
30
31 inherit autotools elisp-common eutils multilib wxwidgets
32
33 @@ -61,14 +61,9 @@
34 cd "${S}"
35 # not sane enough for upstream, but we will keep it
36 epatch "${FILESDIR}"/${PN}-4.2.0-libggi.patch
37 - # Texinfo source is already shipped, so separate preparation not needed
38 - # and error-prone, see bug 194216
39 - epatch "${FILESDIR}"/${PN}-4.2.2-disable_texi_generation.patch
40 - # Don't store resource files in deprecated location, reported upstream:
41 - # http://sourceforge.net/tracker/index.php?func=detail&aid=1953742&group_id=2055&atid=102055
42 - epatch "${FILESDIR}"/${P}-app-defaults.patch
43 - # Disable texhash to prevent sandbox violation, bug 201871
44 - epatch "${FILESDIR}"/${P}-disable-texhash.patch
45 + epatch "${FILESDIR}"/${PN}-4.2.2-disable_texi_generation.patch #194216
46 + epatch "${FILESDIR}"/${P}-app-defaults.patch #219323
47 + epatch "${FILESDIR}"/${P}-disable-texhash.patch #201871
48
49 eautoreconf
50 }
51
52
53
54 1.13 sci-visualization/gnuplot/gnuplot-4.2.4-r1.ebuild
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.4-r1.ebuild?rev=1.13&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.4-r1.ebuild?rev=1.13&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.4-r1.ebuild?r1=1.12&r2=1.13
59
60 Index: gnuplot-4.2.4-r1.ebuild
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.4-r1.ebuild,v
63 retrieving revision 1.12
64 retrieving revision 1.13
65 diff -u -r1.12 -r1.13
66 --- gnuplot-4.2.4-r1.ebuild 27 Mar 2009 23:19:10 -0000 1.12
67 +++ gnuplot-4.2.4-r1.ebuild 1 Apr 2009 20:26:54 -0000 1.13
68 @@ -1,6 +1,6 @@
69 # Copyright 1999-2009 Gentoo Foundation
70 # Distributed under the terms of the GNU General Public License v2
71 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.4-r1.ebuild,v 1.12 2009/03/27 23:19:10 jer Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.4-r1.ebuild,v 1.13 2009/04/01 20:26:54 ulm Exp $
73
74 WX_GTK_VER="2.8"
75
76 @@ -62,14 +62,9 @@
77 src_unpack() {
78 unpack ${A}
79 cd "${S}"
80 - # Texinfo source is already shipped, so separate preparation not needed
81 - # and error-prone, see bug 194216
82 - epatch "${FILESDIR}"/${PN}-4.2.2-disable_texi_generation.patch
83 - # Don't store resource files in deprecated location, reported upstream:
84 - # http://sourceforge.net/tracker/index.php?func=detail&aid=1953742&group_id=2055&atid=102055
85 - epatch "${FILESDIR}"/${PN}-4.2.3-app-defaults.patch
86 - # Disable texhash to prevent sandbox violation, bug 201871
87 - epatch "${FILESDIR}"/${PN}-4.2.3-disable-texhash.patch
88 + epatch "${FILESDIR}"/${PN}-4.2.2-disable_texi_generation.patch #194216
89 + epatch "${FILESDIR}"/${PN}-4.2.3-app-defaults.patch #219323
90 + epatch "${FILESDIR}"/${PN}-4.2.3-disable-texhash.patch #201871
91
92 eautoreconf
93 }
94
95
96
97 1.101 sci-visualization/gnuplot/ChangeLog
98
99 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.101&view=markup
100 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.101&content-type=text/plain
101 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/ChangeLog?r1=1.100&r2=1.101
102
103 Index: ChangeLog
104 ===================================================================
105 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v
106 retrieving revision 1.100
107 retrieving revision 1.101
108 diff -u -r1.100 -r1.101
109 --- ChangeLog 1 Apr 2009 19:01:51 -0000 1.100
110 +++ ChangeLog 1 Apr 2009 20:26:54 -0000 1.101
111 @@ -1,9 +1,11 @@
112 # ChangeLog for sci-visualization/gnuplot
113 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
114 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.100 2009/04/01 19:01:51 ulm Exp $
115 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.101 2009/04/01 20:26:54 ulm Exp $
116
117 - 01 Apr 2009; Ulrich Mueller <ulm@g.o> gnuplot-4.2.5.ebuild:
118 - Add proper texlive dependency for ifxetex.sty.
119 + 01 Apr 2009; Ulrich Mueller <ulm@g.o>
120 + +files/gnuplot-4.2.5-configure-pkgconfig.patch, gnuplot-4.2.5.ebuild:
121 + Add proper texlive dependency for ifxetex.sty. Fix USE="wxwindows -lua"
122 + build issue, bug 233475 comment #9; thanks to Ottxor <kleiner_otti@×××.de>.
123
124 *gnuplot-4.2.5 (31 Mar 2009)
125
126
127
128
129 1.3 sci-visualization/gnuplot/gnuplot-4.2.5.ebuild
130
131 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.5.ebuild?rev=1.3&view=markup
132 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.5.ebuild?rev=1.3&content-type=text/plain
133 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.5.ebuild?r1=1.2&r2=1.3
134
135 Index: gnuplot-4.2.5.ebuild
136 ===================================================================
137 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.5.ebuild,v
138 retrieving revision 1.2
139 retrieving revision 1.3
140 diff -u -r1.2 -r1.3
141 --- gnuplot-4.2.5.ebuild 1 Apr 2009 19:01:51 -0000 1.2
142 +++ gnuplot-4.2.5.ebuild 1 Apr 2009 20:26:54 -0000 1.3
143 @@ -1,6 +1,6 @@
144 # Copyright 1999-2009 Gentoo Foundation
145 # Distributed under the terms of the GNU General Public License v2
146 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.5.ebuild,v 1.2 2009/04/01 19:01:51 ulm Exp $
147 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.5.ebuild,v 1.3 2009/04/01 20:26:54 ulm Exp $
148
149 EAPI=2
150 WX_GTK_VER="2.8"
151 @@ -53,16 +53,11 @@
152 }
153
154 src_prepare() {
155 - # Texinfo source is already shipped, so separate preparation not needed
156 - # and error-prone, see bug 194216
157 - epatch "${FILESDIR}"/${PN}-4.2.2-disable_texi_generation.patch
158 - # Don't store resource files in deprecated location, reported upstream:
159 - # http://sourceforge.net/tracker/index.php?func=detail&aid=1953742&group_id=2055&atid=102055
160 - epatch "${FILESDIR}"/${PN}-4.2.3-app-defaults.patch
161 - # Disable texhash to prevent sandbox violation, bug 201871
162 - epatch "${FILESDIR}"/${PN}-4.2.3-disable-texhash.patch
163 - # Support for lua/TikZ terminal
164 - epatch "${WORKDIR}"/${P}-lua-term.patch
165 + epatch "${FILESDIR}"/${PN}-4.2.2-disable_texi_generation.patch #194216
166 + epatch "${FILESDIR}"/${PN}-4.2.3-app-defaults.patch #219323
167 + epatch "${FILESDIR}"/${PN}-4.2.3-disable-texhash.patch #201871
168 + epatch "${WORKDIR}"/${P}-lua-term.patch #233475
169 + epatch "${FILESDIR}"/${P}-configure-pkgconfig.patch #233475 c9
170 # Add Gentoo version identification since the licence requires it
171 epatch "${FILESDIR}"/${PN}-gentoo-version.patch