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-misc/ncview: metadata.xml ncview-1.93c.ebuild ChangeLog
Date: Wed, 27 Feb 2008 10:18:55
Message-Id: E1JUJNE-0008RD-JQ@stork.gentoo.org
1 bicatali 08/02/27 10:18:52
2
3 Modified: metadata.xml ncview-1.93c.ebuild ChangeLog
4 Log:
5 forcing detection of X libraries and include directories, now really fixing bug #205257
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.3 sci-misc/ncview/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/ncview/metadata.xml?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/ncview/metadata.xml?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/ncview/metadata.xml?r1=1.2&r2=1.3
14
15 Index: metadata.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-misc/ncview/metadata.xml,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- metadata.xml 30 Apr 2007 11:12:46 -0000 1.2
22 +++ metadata.xml 27 Feb 2008 10:18:52 -0000 1.3
23 @@ -3,10 +3,10 @@
24 <pkgmetadata>
25 <herd>sci</herd>
26 <longdescription lang="en">
27 -Ncview is a visual browser for netCDF format files. Typically you
28 -would use ncview to get a quick and easy, push-button look at your
29 -netCDF files. You can view simple movies of the data, view along
30 -various dimensions, take a look at the actual data values, change
31 -color maps, invert the data, etc.
32 + Ncview is a visual browser for netCDF format files. Typically you
33 + would use ncview to get a quick push-button look at your netCDF
34 + files. You can view movies of the data, view along various
35 + dimensions, take a look at the actual data values, change color
36 + maps, invert the data, etc.
37 </longdescription>
38 </pkgmetadata>
39
40
41
42 1.3 sci-misc/ncview/ncview-1.93c.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/ncview/ncview-1.93c.ebuild?rev=1.3&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/ncview/ncview-1.93c.ebuild?rev=1.3&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/ncview/ncview-1.93c.ebuild?r1=1.2&r2=1.3
47
48 Index: ncview-1.93c.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/sci-misc/ncview/ncview-1.93c.ebuild,v
51 retrieving revision 1.2
52 retrieving revision 1.3
53 diff -u -r1.2 -r1.3
54 --- ncview-1.93c.ebuild 11 Jan 2008 09:51:39 -0000 1.2
55 +++ ncview-1.93c.ebuild 27 Feb 2008 10:18:52 -0000 1.3
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2008 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/ncview/ncview-1.93c.ebuild,v 1.2 2008/01/11 09:51:39 bicatali Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/ncview/ncview-1.93c.ebuild,v 1.3 2008/02/27 10:18:52 bicatali Exp $
61
62 inherit multilib
63
64 @@ -21,7 +21,8 @@
65 src_compile() {
66 # force netpbm (could be a use flag, but worth it?)
67 econf \
68 - --with-x \
69 + --x-libraries=/usr/$(get_libdir) \
70 + --x-include=/usr/include \
71 --with-libppm \
72 $(use_with udunits) \
73 || die "econf failed"
74 @@ -45,5 +46,5 @@
75 install || "emake install failed"
76 insinto /usr/share/${PN}
77 doins *.ncmap nc_overlay* || die "doins failed"
78 - dodoc README README_WISH_LIST RELEASE_NOTES
79 + dodoc README README_WISH_LIST RELEASE_NOTES || die
80 }
81
82
83
84 1.12 sci-misc/ncview/ChangeLog
85
86 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/ncview/ChangeLog?rev=1.12&view=markup
87 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/ncview/ChangeLog?rev=1.12&content-type=text/plain
88 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/ncview/ChangeLog?r1=1.11&r2=1.12
89
90 Index: ChangeLog
91 ===================================================================
92 RCS file: /var/cvsroot/gentoo-x86/sci-misc/ncview/ChangeLog,v
93 retrieving revision 1.11
94 retrieving revision 1.12
95 diff -u -r1.11 -r1.12
96 --- ChangeLog 11 Jan 2008 09:51:39 -0000 1.11
97 +++ ChangeLog 27 Feb 2008 10:18:52 -0000 1.12
98 @@ -1,14 +1,14 @@
99 # ChangeLog for sci-misc/ncview
100 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
101 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/ncview/ChangeLog,v 1.11 2008/01/11 09:51:39 bicatali Exp $
102 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/ncview/ChangeLog,v 1.12 2008/02/27 10:18:52 bicatali Exp $
103
104 - 11 Jan 2008; Sébastien Fabbro <bicatali@g.o> -ncview-1.93b.ebuild,
105 - ncview-1.93c.ebuild:
106 - added --with-x, possibly fixing bug #205257
107 + 27 Feb 2008; Sébastien Fabbro <bicatali@g.o> ncview-1.93c.ebuild:
108 + forcing detection of X libraries and include directories, now really fixing
109 + bug #205257
110
111 11 Jan 2008; Sébastien Fabbro <bicatali@g.o> -ncview-1.93b.ebuild,
112 ncview-1.93c.ebuild:
113 - Added libICE dependency (bug #205257), removed older version.
114 + added --with-x, possibly fixing bug #205257
115
116 *ncview-1.93c (20 Aug 2007)
117
118
119
120
121 --
122 gentoo-commits@l.g.o mailing list