blob: f0af9c62a12bb6f781e4ca4d1cc4d90db653efa9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
DEFINED_PHASES=compile configure install prepare pretend setup test
DEPEND=doc? ( >=dev-python/sphinx-1.1 ) pdf? ( >=dev-python/sphinx-1.1[latex] ) sys-devel/make >=dev-util/cmake-2.8.12
DESCRIPTION=pgRouting extends PostGIS and PostgreSQL with geospatial routing functionality.
EAPI=5
HOMEPAGE=http://pgrouting.org/index.html
IUSE=+drivingdistance doc pdf html
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2 MIT Boost-1.0
RDEPEND=|| ( dev-db/postgresql:9.4[server] dev-db/postgresql:9.3[server] dev-db/postgresql:9.2[server] dev-db/postgresql:9.1[server] dev-db/postgresql:9.0[server] ) >=dev-db/postgis-2.0 dev-libs/boost drivingdistance? ( sci-mathematics/cgal )
REQUIRED_USE=html? ( doc ) pdf? ( doc )
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/pgRouting/pgrouting/archive/v2.0.0.tar.gz -> pgrouting-2.0.0.tar.gz
_eclass_exported_funcs=pkg_pretend:- pkg_setup:- src_prepare:- src_configure:- src_compile:- src_test:cmake-utils src_install:-
_eclasses_=cmake-utils 96310bc20a05e89ab475d018da500250 eutils b83a2420b796f7c6eff682679d08fe25 flag-o-matic 8632fcd33a047954f007dee9a137bdcc multilib 165fc17c38d1b11dac2008280dab6e80 toolchain-funcs 6198c04daba0e1307bd844df7d37f423 versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=07ead2d920de781d724f97a20b36dc96
|