Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 96588 - geos-2.1.2.ebuild
Summary: geos-2.1.2.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: PgSQL Bugs
URL:
Whiteboard:
Keywords: EBUILD
: 103585 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-06-20 02:36 UTC by FENOY Gérald (RETIRED)
Modified: 2005-08-27 06:38 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
geos-2.1.2.ebuild (geos-2.1.2.ebuild,1.45 KB, text/plain)
2005-06-20 02:38 UTC, FENOY Gérald (RETIRED)
Details
geos-2.1.3.ebuild (geos-2.1.3.ebuild,1.50 KB, text/plain)
2005-08-04 06:29 UTC, FENOY Gérald (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description FENOY Gérald (RETIRED) gentoo-dev 2005-06-20 02:36:55 UTC
Hi,
the new geos library is out since 2005-06-08 as you could see on the geos' official home page : http://geos.refractions.net/ . 
I've added the PyGEOS module to the geos ebuild, it may be also added in the older one. 
The python test script could be found (after installing this ebuild) in the default doc path in the python directory (/usr/share/doc/${PF}/python). 
So, for this 2.1.2 version, you could test your PyGEOS installation with the following command : 
python /usr/share/doc/geos-2.1.2/python/runtests.py -v

Which must display something like this if all work well :

test point construction ... ok
expect a RuntimeError when creating point from empty sequence ... ok
expect a RuntimeError when reading invalid WKT string ... ok
read a point from WKT ... ok
dump a point to WKT ... ok
----------------------------------------------------------------------
Ran 5 tests in 0.010s

OK

Regards
Comment 1 FENOY Gérald (RETIRED) gentoo-dev 2005-06-20 02:38:07 UTC
Created attachment 61566 [details]
geos-2.1.2.ebuild
Comment 2 FENOY Gérald (RETIRED) gentoo-dev 2005-08-04 06:29:25 UTC
Created attachment 65062 [details]
geos-2.1.3.ebuild

This ebuild has the same PyGEOS module which could be enabled by the "python"
support in your USE flag. This geos version install directly the XMLTester
program no more need to use the patch for the older version than 2.1.3 (you
could find this patch and the corresponding ebuild on the
http://01map.net/gentoo web site in the sci-libs/geos directory).

Hope you enjoy this new ebuild ... 
(and for gentoo developers please take care of it .... ;) )
Comment 3 Masatomo Nakano (RETIRED) gentoo-dev 2005-08-04 15:30:12 UTC
we'll take care of this.
Comment 4 FENOY Gérald (RETIRED) gentoo-dev 2005-08-24 01:48:09 UTC
Geos-2.1.4 is out. Released, with important bugfixes in several areas. The
ebuild will be updated this day.
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2005-08-24 11:07:28 UTC
*** Bug 103585 has been marked as a duplicate of this bug. ***
Comment 6 Masatomo Nakano (RETIRED) gentoo-dev 2005-08-27 06:38:21 UTC
i've just added geos-2.1.4 ebuild, which is basically same as 2.1.3 here.

thanks.