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-visualization/gnuplot: metadata.xml ChangeLog gnuplot-4.6.0.ebuild
Date: Sun, 03 Jun 2012 14:03:47
Message-Id: 20120603140332.DA1E32004B@flycatcher.gentoo.org
1 jlec 12/06/03 14:03:32
2
3 Modified: metadata.xml ChangeLog gnuplot-4.6.0.ebuild
4 Log:
5 sci-visualization/gnuplot: Add workaround for prefix where we have no control over ld.so.conf
6
7 (Portage version: 2.2.0_alpha109/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.14 sci-visualization/gnuplot/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/metadata.xml?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/metadata.xml?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/metadata.xml?r1=1.13&r2=1.14
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/metadata.xml,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- metadata.xml 30 Jan 2012 04:34:33 -0000 1.13
23 +++ metadata.xml 3 Jun 2012 14:03:32 -0000 1.14
24 @@ -1,25 +1,25 @@
25 <?xml version="1.0" encoding="UTF-8"?>
26 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
27 <pkgmetadata>
28 -<herd>sci</herd>
29 -<maintainer>
30 - <email>ulm@g.o</email>
31 - <name>Ulrich Müller</name>
32 -</maintainer>
33 -<maintainer>
34 - <email>ottxor@g.o</email>
35 - <name>Christoph Junghans</name>
36 -</maintainer>
37 -<longdescription>
38 + <herd>sci</herd>
39 + <maintainer>
40 + <email>ulm@g.o</email>
41 + <name>Ulrich Müller</name>
42 + </maintainer>
43 + <maintainer>
44 + <email>ottxor@g.o</email>
45 + <name>Christoph Junghans</name>
46 + </maintainer>
47 + <longdescription>
48 Gnuplot is a command-driven interactive function plotting program.
49 It can be used to plot functions and data points in both two- and
50 three-dimensional plots in many different formats. It is designed
51 primarily for the visual display of scientific data.
52 </longdescription>
53 -<use>
54 - <flag name="gd">Add support for <pkg>media-libs/gd</pkg>.
55 + <use>
56 + <flag name="gd">Add support for <pkg>media-libs/gd</pkg>.
57 Needed for GIF, JPEG, and PNG image output.</flag>
58 - <flag name="thin-splines">Enable thin plate splines</flag>
59 - <flag name="bitmap">Enable dot-matrix printers and pbm terminal</flag>
60 -</use>
61 + <flag name="thin-splines">Enable thin plate splines</flag>
62 + <flag name="bitmap">Enable dot-matrix printers and pbm terminal</flag>
63 + </use>
64 </pkgmetadata>
65
66
67
68 1.190 sci-visualization/gnuplot/ChangeLog
69
70 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.190&view=markup
71 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.190&content-type=text/plain
72 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?r1=1.189&r2=1.190
73
74 Index: ChangeLog
75 ===================================================================
76 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v
77 retrieving revision 1.189
78 retrieving revision 1.190
79 diff -u -r1.189 -r1.190
80 --- ChangeLog 21 May 2012 19:26:29 -0000 1.189
81 +++ ChangeLog 3 Jun 2012 14:03:32 -0000 1.190
82 @@ -1,6 +1,10 @@
83 # ChangeLog for sci-visualization/gnuplot
84 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
85 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.189 2012/05/21 19:26:29 xarthisius Exp $
86 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.190 2012/06/03 14:03:32 jlec Exp $
87 +
88 + 03 Jun 2012; Justin Lecher <jlec@g.o> gnuplot-4.6.0.ebuild,
89 + metadata.xml:
90 + Add workaround for prefix where we have no control over ld.so.conf
91
92 21 May 2012; Kacper Kowalik <xarthisius@g.o> gnuplot-4.4.4-r1.ebuild:
93 Add missing inheritance of eutils.eclass
94
95
96
97 1.4 sci-visualization/gnuplot/gnuplot-4.6.0.ebuild
98
99 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.0.ebuild?rev=1.4&view=markup
100 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.0.ebuild?rev=1.4&content-type=text/plain
101 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.0.ebuild?r1=1.3&r2=1.4
102
103 Index: gnuplot-4.6.0.ebuild
104 ===================================================================
105 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.0.ebuild,v
106 retrieving revision 1.3
107 retrieving revision 1.4
108 diff -u -r1.3 -r1.4
109 --- gnuplot-4.6.0.ebuild 3 May 2012 11:49:42 -0000 1.3
110 +++ gnuplot-4.6.0.ebuild 3 Jun 2012 14:03:32 -0000 1.4
111 @@ -1,10 +1,10 @@
112 # Copyright 1999-2012 Gentoo Foundation
113 # Distributed under the terms of the GNU General Public License v2
114 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.0.ebuild,v 1.3 2012/05/03 11:49:42 ulm Exp $
115 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.0.ebuild,v 1.4 2012/06/03 14:03:32 jlec Exp $
116
117 EAPI=4
118
119 -inherit elisp-common multilib wxwidgets
120 +inherit elisp-common flag-o-matic multilib wxwidgets
121
122 DESCRIPTION="Command-line driven interactive plotting program"
123 HOMEPAGE="http://www.gnuplot.info/"
124 @@ -88,6 +88,12 @@
125 # Add special version identification as required by provision 2
126 # of the gnuplot license
127 sed -i -e "1s/.*/& (Gentoo revision ${PR})/" PATCHLEVEL || die
128 +
129 + # hacky workaround
130 + # Please hack the buildsystem if you like
131 + if use prefix && use qt4; then
132 + append-ldflags -Wl,-rpath,"${EPREFIX}"/usr/$(get_libdir)/qt4
133 + fi
134 }
135
136 src_configure() {