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-libs/geos: ChangeLog geos-3.1.1.ebuild geos-3.2.0.ebuild
Date: Thu, 07 Jan 2010 02:51:03
Message-Id: E1NSiSe-0000pP-TT@stork.gentoo.org
1 bicatali 10/01/07 02:50:56
2
3 Modified: ChangeLog geos-3.1.1.ebuild
4 Added: geos-3.2.0.ebuild
5 Log:
6 Version bump and removed useless .la files (bug #298887)
7 (Portage version: 2.2_rc61/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.41 sci-libs/geos/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/geos/ChangeLog?rev=1.41&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/geos/ChangeLog?rev=1.41&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/geos/ChangeLog?r1=1.40&r2=1.41
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/geos/ChangeLog,v
19 retrieving revision 1.40
20 retrieving revision 1.41
21 diff -u -r1.40 -r1.41
22 --- ChangeLog 2 Jan 2010 18:12:19 -0000 1.40
23 +++ ChangeLog 7 Jan 2010 02:50:56 -0000 1.41
24 @@ -1,6 +1,12 @@
25 # ChangeLog for sci-libs/geos
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/ChangeLog,v 1.40 2010/01/02 18:12:19 fauli Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/ChangeLog,v 1.41 2010/01/07 02:50:56 bicatali Exp $
29 +
30 +*geos-3.2.0 (07 Jan 2010)
31 +
32 + 07 Jan 2010; Sébastien Fabbro <bicatali@g.o> geos-3.1.1.ebuild,
33 + +geos-3.2.0.ebuild:
34 + Version bump and removed useless .la files (bug #298887)
35
36 02 Jan 2010; Christian Faulhammer <fauli@g.o> geos-3.1.1.ebuild:
37 Transfer Prefix keywords
38
39
40
41 1.8 sci-libs/geos/geos-3.1.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/geos/geos-3.1.1.ebuild?rev=1.8&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/geos/geos-3.1.1.ebuild?rev=1.8&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/geos/geos-3.1.1.ebuild?r1=1.7&r2=1.8
46
47 Index: geos-3.1.1.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-3.1.1.ebuild,v
50 retrieving revision 1.7
51 retrieving revision 1.8
52 diff -u -r1.7 -r1.8
53 --- geos-3.1.1.ebuild 2 Jan 2010 18:12:19 -0000 1.7
54 +++ geos-3.1.1.ebuild 7 Jan 2010 02:50:56 -0000 1.8
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2010 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-3.1.1.ebuild,v 1.7 2010/01/02 18:12:19 fauli Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-3.1.1.ebuild,v 1.8 2010/01/07 02:50:56 bicatali Exp $
60
61 EAPI=2
62 inherit eutils
63 @@ -39,6 +39,7 @@
64
65 src_install() {
66 emake DESTDIR="${D}" install || die "emake install failed"
67 + rm -f "${D}"usr/lib*/python*/site-packages/geos/_geos.*a || die
68 dodoc AUTHORS NEWS README TODO
69 if use doc; then
70 cd "${S}/doc"
71
72
73
74 1.1 sci-libs/geos/geos-3.2.0.ebuild
75
76 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/geos/geos-3.2.0.ebuild?rev=1.1&view=markup
77 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/geos/geos-3.2.0.ebuild?rev=1.1&content-type=text/plain
78
79 Index: geos-3.2.0.ebuild
80 ===================================================================
81 # Copyright 1999-2010 Gentoo Foundation
82 # Distributed under the terms of the GNU General Public License v2
83 # $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-3.2.0.ebuild,v 1.1 2010/01/07 02:50:56 bicatali Exp $
84
85 EAPI=2
86
87 DESCRIPTION="Geometry engine library for Geographic Information Systems"
88 HOMEPAGE="http://geos.refractions.net"
89 SRC_URI="http://download.osgeo.org/geos/${P}.tar.bz2"
90
91 LICENSE="LGPL-2.1"
92 SLOT="0"
93 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
94 IUSE="doc python ruby"
95
96 RDEPEND="ruby? ( virtual/ruby )
97 python? ( virtual/python )"
98 DEPEND="${RDEPEND}
99 doc? ( app-doc/doxygen )
100 ruby? ( dev-lang/swig )
101 python? ( dev-lang/swig )"
102
103 src_configure() {
104 econf $(use_enable python) $(use_enable ruby)
105 }
106
107 src_compile() {
108 emake || die "emake failed"
109 if use doc; then
110 cd "${S}/doc"
111 emake doxygen-html || die "doc generation failed"
112 fi
113 }
114
115 src_install() {
116 emake DESTDIR="${D}" install || die "emake install failed"
117 rm -f "${D}"usr/lib*/python*/site-packages/geos/_geos.*a || die
118 dodoc AUTHORS NEWS README TODO
119 if use doc; then
120 cd "${S}/doc"
121 dohtml -r doxygen_docs/html/* || die
122 fi
123 }