Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/geos: geos-2.2.3.ebuild ChangeLog geos-2.2.1.ebuild
Date: Thu, 29 May 2008 17:51:23
Message-Id: E1K1mHV-0004Uf-R6@stork.gentoo.org
1 hawking 08/05/29 17:51:17
2
3 Modified: geos-2.2.3.ebuild ChangeLog geos-2.2.1.ebuild
4 Log:
5 python_mod_optimize is ROOT aware. Quoting.
6 (Portage version: 2.1.5.2)
7
8 Revision Changes Path
9 1.6 sci-libs/geos/geos-2.2.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/geos/geos-2.2.3.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/geos/geos-2.2.3.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/geos/geos-2.2.3.ebuild?r1=1.5&r2=1.6
14
15 Index: geos-2.2.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-2.2.3.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- geos-2.2.3.ebuild 13 Feb 2008 13:52:35 -0000 1.5
22 +++ geos-2.2.3.ebuild 29 May 2008 17:51:17 -0000 1.6
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-2.2.3.ebuild,v 1.5 2008/02/13 13:52:35 bicatali Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-2.2.3.ebuild,v 1.6 2008/05/29 17:51:17 hawking Exp $
28
29 USE_RUBY="ruby18"
30 RUBY_OPTIONAL="yes"
31 @@ -101,13 +101,12 @@
32 pkg_postinst() {
33 if use python; then
34 python_version
35 - python_mod_optimize "${ROOT}"usr/bin
36 + python_mod_optimize /usr/bin
37 fi
38 }
39
40 pkg_postrm() {
41 if use python; then
42 - python_version
43 python_mod_cleanup
44 fi
45 }
46
47
48
49 1.29 sci-libs/geos/ChangeLog
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/geos/ChangeLog?rev=1.29&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/geos/ChangeLog?rev=1.29&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/geos/ChangeLog?r1=1.28&r2=1.29
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/sci-libs/geos/ChangeLog,v
58 retrieving revision 1.28
59 retrieving revision 1.29
60 diff -u -r1.28 -r1.29
61 --- ChangeLog 17 Apr 2008 14:16:54 -0000 1.28
62 +++ ChangeLog 29 May 2008 17:51:17 -0000 1.29
63 @@ -1,6 +1,10 @@
64 # ChangeLog for sci-libs/geos
65 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/ChangeLog,v 1.28 2008/04/17 14:16:54 bicatali Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/ChangeLog,v 1.29 2008/05/29 17:51:17 hawking Exp $
68 +
69 + 29 May 2008; Ali Polatel <hawking@g.o> geos-2.2.1.ebuild,
70 + geos-2.2.3.ebuild:
71 + python_mod_optimize is ROOT aware. Quoting.
72
73 17 Apr 2008; Sébastien Fabbro <bicatali@g.o>
74 +files/geos-3.0.0-gcc43.patch, -files/geos-3.0.0_rc3-amd64.patch,
75
76
77
78 1.9 sci-libs/geos/geos-2.2.1.ebuild
79
80 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/geos/geos-2.2.1.ebuild?rev=1.9&view=markup
81 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/geos/geos-2.2.1.ebuild?rev=1.9&content-type=text/plain
82 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/geos/geos-2.2.1.ebuild?r1=1.8&r2=1.9
83
84 Index: geos-2.2.1.ebuild
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-2.2.1.ebuild,v
87 retrieving revision 1.8
88 retrieving revision 1.9
89 diff -u -r1.8 -r1.9
90 --- geos-2.2.1.ebuild 13 Jul 2007 06:57:51 -0000 1.8
91 +++ geos-2.2.1.ebuild 29 May 2008 17:51:17 -0000 1.9
92 @@ -1,6 +1,6 @@
93 -# Copyright 1999-2007 Gentoo Foundation
94 +# Copyright 1999-2008 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-2.2.1.ebuild,v 1.8 2007/07/13 06:57:51 mr_bones_ Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-2.2.1.ebuild,v 1.9 2008/05/29 17:51:17 hawking Exp $
98
99 WANT_AUTOMAKE="latest"
100 WANT_AUTOCONF="latest"
101 @@ -22,7 +22,7 @@
102
103 src_unpack() {
104 unpack ${A}
105 - epatch ${FILESDIR}/${P}-gcc-41.patch
106 + epatch "${FILESDIR}"/${P}-gcc-41.patch
107 cd "${S}"
108 eautoreconf
109 }
110 @@ -33,7 +33,7 @@
111 emake || die "Error: emake failed"
112 if use python; then
113 einfo "Compilling PyGEOS"
114 - cd ${S}/swig/python
115 + cd "${S}"/swig/python
116 swig -c++ -python -modern -o geos_wrap.cxx ../geos.i
117 python setup.py build
118 fi
119 @@ -44,13 +44,13 @@
120 make DESTDIR="${D}" install
121 dodoc AUTHORS COPYING INSTALL NEWS README TODO
122 if use doc; then
123 - cd ${S}/doc
124 + cd "${S}"/doc
125 make doxygen-html
126 dohtml -r doxygen_docs/html/*
127 fi
128 if use python; then
129 einfo "Intalling PyGEOS"
130 - cd ${S}/swig/python
131 + cd "${S}"/swig/python
132 python setup.py install --prefix="${D}/usr/"
133 insinto /usr/share/doc/${PF}/python
134 doins README.txt tests/*.py
135
136
137
138 --
139 gentoo-commits@l.g.o mailing list