Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-visualization/grace: grace-5.1.22-r3.ebuild ChangeLog
Date: Sun, 30 Sep 2012 10:54:51
Message-Id: 20120930105440.C4C9921600@flycatcher.gentoo.org
1 grobian 12/09/30 10:54:40
2
3 Modified: grace-5.1.22-r3.ebuild ChangeLog
4 Log:
5 Explicitly point to where X includes and libraries are, such that the right ones are found in Prefix, thanks Johan Hattne, bug #430844
6
7 (Portage version: 2.2.01.21143-prefix/cvs/Darwin i386)
8
9 Revision Changes Path
10 1.3 sci-visualization/grace/grace-5.1.22-r3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/grace/grace-5.1.22-r3.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/grace/grace-5.1.22-r3.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/grace/grace-5.1.22-r3.ebuild?r1=1.2&r2=1.3
15
16 Index: grace-5.1.22-r3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/grace/grace-5.1.22-r3.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- grace-5.1.22-r3.ebuild 27 Sep 2012 04:51:12 -0000 1.2
23 +++ grace-5.1.22-r3.ebuild 30 Sep 2012 10:54:40 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/grace/grace-5.1.22-r3.ebuild,v 1.2 2012/09/27 04:51:12 mattst88 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/grace/grace-5.1.22-r3.ebuild,v 1.3 2012/09/30 10:54:40 grobian Exp $
29
30 EAPI=4
31
32 @@ -87,6 +87,8 @@
33 --with-helpviewer="xdg-open %s" \
34 --with-editor="xdg-open %s" \
35 --with-printcmd="lpr" \
36 + --x-includes="${EPREFIX}"/usr/include \
37 + --x-libraries="${EPREFIX}"/usr/$(get_libdir) \
38 $(use_with fftw) \
39 $(use_enable fortran f77-wrapper) \
40 $(use_enable netcdf) \
41
42
43
44 1.62 sci-visualization/grace/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/grace/ChangeLog?rev=1.62&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/grace/ChangeLog?rev=1.62&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/grace/ChangeLog?r1=1.61&r2=1.62
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/grace/ChangeLog,v
53 retrieving revision 1.61
54 retrieving revision 1.62
55 diff -u -r1.61 -r1.62
56 --- ChangeLog 27 Sep 2012 04:51:12 -0000 1.61
57 +++ ChangeLog 30 Sep 2012 10:54:40 -0000 1.62
58 @@ -1,6 +1,10 @@
59 # ChangeLog for sci-visualization/grace
60 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/grace/ChangeLog,v 1.61 2012/09/27 04:51:12 mattst88 Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/grace/ChangeLog,v 1.62 2012/09/30 10:54:40 grobian Exp $
63 +
64 + 30 Sep 2012; Fabian Groffen <grobian@g.o> grace-5.1.22-r3.ebuild:
65 + Explicitly point to where X includes and libraries are, such that the right
66 + ones are found in Prefix, thanks Johan Hattne, bug #430844
67
68 27 Sep 2012; Matt Turner <mattst88@g.o> grace-5.1.22-r2.ebuild,
69 grace-5.1.22-r3.ebuild: