public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/geos: ChangeLog geos-3.1.1.ebuild geos-3.1.0.ebuild geos-2.2.3.ebuild geos-2.2.1.ebuild
@ 2009-11-17  7:23 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2009-11-17  7:23 UTC (permalink / raw
  To: gentoo-commits

bicatali    09/11/17 07:23:15

  Modified:             ChangeLog geos-3.1.1.ebuild
  Removed:              geos-3.1.0.ebuild geos-2.2.3.ebuild
                        geos-2.2.1.ebuild
  Log:
  Added a patch for possible missing includes, thanks  Kacper Kowalik, bug #286804
  (Portage version: 2.2_rc49/cvs/Linux x86_64)

Revision  Changes    Path
1.39                 sci-libs/geos/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/geos/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/geos/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/geos/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/geos/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	11 Oct 2009 16:28:18 -0000	1.38
+++ ChangeLog	17 Nov 2009 07:23:15 -0000	1.39
@@ -1,6 +1,14 @@
 # ChangeLog for sci-libs/geos
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/ChangeLog,v 1.38 2009/10/11 16:28:18 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/ChangeLog,v 1.39 2009/11/17 07:23:15 bicatali Exp $
+
+  17 Nov 2009; Sébastien Fabbro <bicatali@gentoo.org> -geos-2.2.1.ebuild,
+  -files/geos-2.2.1-gcc-41.patch, -geos-2.2.3.ebuild,
+  -files/geos-2.2.3-gcc43.patch, -files/geos-2.2.3-python-shared.patch,
+  -files/geos-2.2.3-swig.patch, -geos-3.1.0.ebuild, geos-3.1.1.ebuild,
+  +files/geos-3.1.1-missing-includes.patch, -files/python.i:
+  Added a patch for possible missing includes, thanks Kacper Kowalik, bug
+  #286804
 
   11 Oct 2009; Raúl Porcel <armin76@gentoo.org> geos-3.1.1.ebuild:
   sparc stable wrt #279359



1.6                  sci-libs/geos/geos-3.1.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/geos/geos-3.1.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/geos/geos-3.1.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/geos/geos-3.1.1.ebuild?r1=1.5&r2=1.6

Index: geos-3.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-3.1.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- geos-3.1.1.ebuild	11 Oct 2009 16:28:18 -0000	1.5
+++ geos-3.1.1.ebuild	17 Nov 2009 07:23:15 -0000	1.6
@@ -1,8 +1,9 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-3.1.1.ebuild,v 1.5 2009/10/11 16:28:18 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-3.1.1.ebuild,v 1.6 2009/11/17 07:23:15 bicatali Exp $
 
 EAPI=2
+inherit eutils
 
 DESCRIPTION="Geometry engine library for Geographic Information Systems"
 HOMEPAGE="http://geos.refractions.net"
@@ -20,6 +21,10 @@
 	ruby?  ( dev-lang/swig )
 	python? ( dev-lang/swig )"
 
+src_prepare() {
+	epatch "${FILESDIR}"/${P}-missing-includes.patch
+}
+
 src_configure() {
 	econf $(use_enable python) $(use_enable ruby)
 }






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-11-17  7:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-17  7:23 [gentoo-commits] gentoo-x86 commit in sci-libs/geos: ChangeLog geos-3.1.1.ebuild geos-3.1.0.ebuild geos-2.2.3.ebuild geos-2.2.1.ebuild Sebastien Fabbro (bicatali)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox