Gentoo Archives: gentoo-commits

From: "Markus Dittrich (markusle)" <markusle@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/qhull: qhull-2003.1.ebuild metadata.xml qhull-3.1-r1.ebuild ChangeLog
Date: Sun, 18 Nov 2007 13:15:56
Message-Id: E1Itk00-0008T0-GU@stork.gentoo.org
1 markusle 07/11/18 13:15:44
2
3 Modified: qhull-2003.1.ebuild metadata.xml
4 qhull-3.1-r1.ebuild ChangeLog
5 Log:
6 Fixed makefile to add missing symbol to shared lib (see bug #157287).
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.2 media-libs/qhull/qhull-2003.1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/qhull/qhull-2003.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/qhull/qhull-2003.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/qhull/qhull-2003.1.ebuild?r1=1.1&r2=1.2
15
16 Index: qhull-2003.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/qhull/qhull-2003.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- qhull-2003.1.ebuild 22 Jan 2007 19:24:29 -0000 1.1
23 +++ qhull-2003.1.ebuild 18 Nov 2007 13:15:43 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/qhull/qhull-2003.1.ebuild,v 1.1 2007/01/22 19:24:29 antarus Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/qhull/qhull-2003.1.ebuild,v 1.2 2007/11/18 13:15:43 markusle Exp $
29
30 inherit eutils
31
32 @@ -16,12 +16,12 @@
33
34 src_unpack() {
35 unpack ${A}
36 - cd ${S}/src
37 + cd "${S}"/src
38 mv Makefile.txt Makefile
39 # Replaced sed/echo hacks by a clean patch. Fix build error on -fPIC archs
40 # BUG #82646
41 # Danny van Dyk <kugelfang@g.o> 2005/02/22
42 - epatch ${FILESDIR}/${P}-makefile.patch
43 + epatch "${FILESDIR}"/${P}-makefile.patch
44 }
45
46 src_compile() {
47 @@ -39,7 +39,7 @@
48 insinto /usr/include/qhull
49 doins *.h
50
51 - cd ${S}
52 + cd "${S}"
53 dodoc Announce.txt COPYING.txt File_id.diz README.txt REGISTER.txt
54 cd html
55 dohtml *
56
57
58
59 1.2 media-libs/qhull/metadata.xml
60
61 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/qhull/metadata.xml?rev=1.2&view=markup
62 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/qhull/metadata.xml?rev=1.2&content-type=text/plain
63 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/qhull/metadata.xml?r1=1.1&r2=1.2
64
65 Index: metadata.xml
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/media-libs/qhull/metadata.xml,v
68 retrieving revision 1.1
69 retrieving revision 1.2
70 diff -u -r1.1 -r1.2
71 --- metadata.xml 7 Mar 2006 12:49:08 -0000 1.1
72 +++ metadata.xml 18 Nov 2007 13:15:43 -0000 1.2
73 @@ -1,8 +1,5 @@
74 <?xml version="1.0" encoding="UTF-8"?>
75 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
76 <pkgmetadata>
77 -<herd>no-herd</herd>
78 -<maintainer>
79 -<email>maintainer-needed@g.o</email>
80 -</maintainer>
81 +<herd>sci-mathematics</herd>
82 </pkgmetadata>
83
84
85
86 1.13 media-libs/qhull/qhull-3.1-r1.ebuild
87
88 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/qhull/qhull-3.1-r1.ebuild?rev=1.13&view=markup
89 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/qhull/qhull-3.1-r1.ebuild?rev=1.13&content-type=text/plain
90 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/qhull/qhull-3.1-r1.ebuild?r1=1.12&r2=1.13
91
92 Index: qhull-3.1-r1.ebuild
93 ===================================================================
94 RCS file: /var/cvsroot/gentoo-x86/media-libs/qhull/qhull-3.1-r1.ebuild,v
95 retrieving revision 1.12
96 retrieving revision 1.13
97 diff -u -r1.12 -r1.13
98 --- qhull-3.1-r1.ebuild 7 Mar 2006 12:49:08 -0000 1.12
99 +++ qhull-3.1-r1.ebuild 18 Nov 2007 13:15:43 -0000 1.13
100 @@ -1,6 +1,6 @@
101 -# Copyright 1999-2006 Gentoo Foundation
102 +# Copyright 1999-2007 Gentoo Foundation
103 # Distributed under the terms of the GNU General Public License v2
104 -# $Header: /var/cvsroot/gentoo-x86/media-libs/qhull/qhull-3.1-r1.ebuild,v 1.12 2006/03/07 12:49:08 flameeyes Exp $
105 +# $Header: /var/cvsroot/gentoo-x86/media-libs/qhull/qhull-3.1-r1.ebuild,v 1.13 2007/11/18 13:15:43 markusle Exp $
106
107 inherit eutils
108
109 @@ -18,12 +18,12 @@
110
111 src_unpack() {
112 unpack ${A}
113 - cd ${S}/src
114 + cd "${S}"/src
115 mv Makefile.txt Makefile
116 # Replaced sed/echo hacks by a clean patch. Fix build error on -fPIC archs
117 # BUG #82646
118 # Danny van Dyk <kugelfang@g.o> 2005/02/22
119 - epatch ${FILESDIR}/${P}-makefile.patch
120 + epatch "${FILESDIR}"/${P}-makefile.patch
121 }
122
123 src_compile() {
124 @@ -41,7 +41,7 @@
125 insinto /usr/include/qhull
126 doins *.h
127
128 - cd ${S}
129 + cd "${S}"
130 dodoc Announce.txt COPYING.txt File_id.diz README.txt REGISTER.txt
131 cd html
132 dohtml *
133
134
135
136 1.21 media-libs/qhull/ChangeLog
137
138 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/qhull/ChangeLog?rev=1.21&view=markup
139 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/qhull/ChangeLog?rev=1.21&content-type=text/plain
140 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/qhull/ChangeLog?r1=1.20&r2=1.21
141
142 Index: ChangeLog
143 ===================================================================
144 RCS file: /var/cvsroot/gentoo-x86/media-libs/qhull/ChangeLog,v
145 retrieving revision 1.20
146 retrieving revision 1.21
147 diff -u -r1.20 -r1.21
148 --- ChangeLog 22 Feb 2007 02:05:28 -0000 1.20
149 +++ ChangeLog 18 Nov 2007 13:15:43 -0000 1.21
150 @@ -1,6 +1,12 @@
151 # ChangeLog for media-libs/qhull
152 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
153 -# $Header: /var/cvsroot/gentoo-x86/media-libs/qhull/ChangeLog,v 1.20 2007/02/22 02:05:28 peper Exp $
154 +# $Header: /var/cvsroot/gentoo-x86/media-libs/qhull/ChangeLog,v 1.21 2007/11/18 13:15:43 markusle Exp $
155 +
156 + 18 Nov 2007; Markus Dittrich <markusle@g.o>
157 + files/qhull-3.1-makefile.patch, metadata.xml, qhull-3.1-r1.ebuild,
158 + qhull-2003.1.ebuild:
159 + Fixed makefile to add missing symbol to shared lib (see bug #157287).
160 + Thanks much to Dylan <dshell@××××××××××××.edu> for pointing this out.
161
162 22 Feb 2007; Piotr Jaroszyński <peper@g.o> ChangeLog:
163 Transition to Manifest2.
164
165
166
167 --
168 gentoo-commits@g.o mailing list