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-mathematics/geomview: geomview-1.9.4.ebuild geomview-1.9.2.ebuild ChangeLog
Date: Fri, 27 Jun 2008 10:38:42
Message-Id: E1KCBLg-0006cw-Gx@stork.gentoo.org
1 ulm 08/06/27 10:38:36
2
3 Modified: geomview-1.9.4.ebuild geomview-1.9.2.ebuild
4 ChangeLog
5 Log:
6 Change dependency from virtual/motif to x11-libs/openmotif, bug 224749.
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 i686)
8
9 Revision Changes Path
10 1.3 sci-mathematics/geomview/geomview-1.9.4.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/geomview/geomview-1.9.4.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/geomview/geomview-1.9.4.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/geomview/geomview-1.9.4.ebuild?r1=1.2&r2=1.3
15
16 Index: geomview-1.9.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/geomview/geomview-1.9.4.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- geomview-1.9.4.ebuild 18 Dec 2007 16:43:20 -0000 1.2
23 +++ geomview-1.9.4.ebuild 27 Jun 2008 10:38:36 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/geomview/geomview-1.9.4.ebuild,v 1.2 2007/12/18 16:43:20 markusle Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/geomview/geomview-1.9.4.ebuild,v 1.3 2008/06/27 10:38:36 ulm Exp $
30
31 inherit elisp-common eutils flag-o-matic fdo-mime
32
33 @@ -15,7 +15,7 @@
34
35 DEPEND="zlib? ( sys-libs/zlib )
36 emacs? ( virtual/emacs )
37 - virtual/motif
38 + x11-libs/openmotif
39 virtual/opengl"
40
41 RDEPEND="${DEPEND}
42
43
44
45 1.6 sci-mathematics/geomview/geomview-1.9.2.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/geomview/geomview-1.9.2.ebuild?rev=1.6&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/geomview/geomview-1.9.2.ebuild?rev=1.6&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/geomview/geomview-1.9.2.ebuild?r1=1.5&r2=1.6
50
51 Index: geomview-1.9.2.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/geomview/geomview-1.9.2.ebuild,v
54 retrieving revision 1.5
55 retrieving revision 1.6
56 diff -u -r1.5 -r1.6
57 --- geomview-1.9.2.ebuild 18 Dec 2007 16:43:20 -0000 1.5
58 +++ geomview-1.9.2.ebuild 27 Jun 2008 10:38:36 -0000 1.6
59 @@ -1,6 +1,6 @@
60 -# Copyright 1999-2007 Gentoo Foundation
61 +# Copyright 1999-2008 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/geomview/geomview-1.9.2.ebuild,v 1.5 2007/12/18 16:43:20 markusle Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/geomview/geomview-1.9.2.ebuild,v 1.6 2008/06/27 10:38:36 ulm Exp $
65
66 inherit eutils flag-o-matic fdo-mime
67
68 @@ -14,7 +14,7 @@
69 IUSE="avg bzip2 debug emacs netpbm pdf zlib"
70
71 DEPEND="zlib? ( sys-libs/zlib )
72 - virtual/motif
73 + x11-libs/openmotif
74 virtual/opengl"
75
76 RDEPEND="${DEPEND}
77 @@ -37,14 +37,14 @@
78 # GNU standard is /usr/share/doc/${PN}, so override this; also note
79 # that motion averaging is still experimental.
80 if use pdf; then
81 - local myconf="--docdir=/usr/share/doc/${PF}"
82 + local myconf="--docdir=/usr/share/doc/${PF}"
83 else
84 - local myconf="--docdir=/usr/share/doc/${PF} --without-pdfviewer"
85 + local myconf="--docdir=/usr/share/doc/${PF} --without-pdfviewer"
86 fi
87
88 econf ${myconf} $(use_enable debug d1debug) $(use_with zlib) \
89 - $(use_enable avg motion-averaging) \
90 - || die "could not configure"
91 + $(use_enable avg motion-averaging) \
92 + || die "could not configure"
93
94 make || die "make failed"
95 }
96 @@ -54,18 +54,18 @@
97
98 doicon "${FILESDIR}"/geomview.png
99 make_desktop_entry geomview "GeomView ${PV}" \
100 - "/usr/share/pixmaps/geomview.png" \
101 - "Science;Math;Education"
102 + "/usr/share/pixmaps/geomview.png" \
103 + "Science;Math;Education"
104
105 dodoc AUTHORS ChangeLog NEWS INSTALL.Geomview
106
107 if ! use pdf; then
108 - rm "${D}"usr/share/doc/${PF}/${PN}.pdf
109 + rm "${D}"usr/share/doc/${PF}/${PN}.pdf
110 fi
111
112 if use emacs; then
113 - insinto /usr/share/geomview
114 - doins "${FILESDIR}"/gvcl-mode.el || die
115 + insinto /usr/share/geomview
116 + doins "${FILESDIR}"/gvcl-mode.el || die
117 fi
118 }
119
120
121
122
123 1.10 sci-mathematics/geomview/ChangeLog
124
125 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/geomview/ChangeLog?rev=1.10&view=markup
126 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/geomview/ChangeLog?rev=1.10&content-type=text/plain
127 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/geomview/ChangeLog?r1=1.9&r2=1.10
128
129 Index: ChangeLog
130 ===================================================================
131 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/geomview/ChangeLog,v
132 retrieving revision 1.9
133 retrieving revision 1.10
134 diff -u -r1.9 -r1.10
135 --- ChangeLog 18 Dec 2007 16:43:20 -0000 1.9
136 +++ ChangeLog 27 Jun 2008 10:38:36 -0000 1.10
137 @@ -1,9 +1,14 @@
138 # ChangeLog for sci-mathematics/geomview
139 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
140 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/geomview/ChangeLog,v 1.9 2007/12/18 16:43:20 markusle Exp $
141 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
142 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/geomview/ChangeLog,v 1.10 2008/06/27 10:38:36 ulm Exp $
143 +
144 + 27 Jun 2008; Ulrich Mueller <ulm@g.o> geomview-1.9.2.ebuild,
145 + geomview-1.9.4.ebuild:
146 + Change dependency from virtual/motif to x11-libs/openmotif, bug 224749.
147
148 18 Dec 2007; Markus Dittrich <markusle@g.o>
149 - +files/50geomview-gentoo.el, geomview-1.9.2.ebuild, geomview-1.9.4.ebuild, -geomview-1.8.1-r3.ebuild, -geomview-1.8.2_rc9.ebuild,
150 + +files/50geomview-gentoo.el, geomview-1.9.2.ebuild, geomview-1.9.4.ebuild,
151 + -geomview-1.8.1-r3.ebuild, -geomview-1.8.2_rc9.ebuild,
152 -files/geomview-1.8.1-configure.diff, files/geomview-1.8.1-stdiostream.diff:
153 Updated emacs support and removed old versions (fixes bug #194543).
154
155
156
157
158 --
159 gentoo-commits@l.g.o mailing list