diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2012-01-30 04:46:52 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2012-01-30 04:46:52 +0000 |
commit | 1d76c1515ad04b459846800e4a97a2f0e47585ae (patch) | |
tree | e779ecef2c30ca3865df8d69412e5862623ddac8 /sci-geosciences | |
parent | obey right license (bug #401191#c9) (diff) | |
download | gentoo-2-1d76c1515ad04b459846800e4a97a2f0e47585ae.tar.gz gentoo-2-1d76c1515ad04b459846800e4a97a2f0e47585ae.tar.bz2 gentoo-2-1d76c1515ad04b459846800e4a97a2f0e47585ae.zip |
Cleaned up python and boost dependencies.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/mapnik/ChangeLog | 7 | ||||
-rw-r--r-- | sci-geosciences/mapnik/mapnik-2.0.0.ebuild | 12 |
2 files changed, 10 insertions, 9 deletions
diff --git a/sci-geosciences/mapnik/ChangeLog b/sci-geosciences/mapnik/ChangeLog index 84b9e5d08074..8057162095e3 100644 --- a/sci-geosciences/mapnik/ChangeLog +++ b/sci-geosciences/mapnik/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-geosciences/mapnik -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/ChangeLog,v 1.29 2011/11/27 16:05:08 swegener Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/ChangeLog,v 1.30 2012/01/30 04:46:52 nerdboy Exp $ + + 30 Jan 2012; Steve Arnold <nerdboy@gentoo.org> mapnik-2.0.0.ebuild: + Updated python and boost deps. 27 Nov 2011; Sven Wegener <swegener@gentoo.org> mapnik-0.7.1-r1.ebuild, mapnik-2.0.0.ebuild, metadata.xml: diff --git a/sci-geosciences/mapnik/mapnik-2.0.0.ebuild b/sci-geosciences/mapnik/mapnik-2.0.0.ebuild index fc63cda12045..cbdfdea7a08f 100644 --- a/sci-geosciences/mapnik/mapnik-2.0.0.ebuild +++ b/sci-geosciences/mapnik/mapnik-2.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.0.ebuild,v 1.2 2011/11/27 16:05:07 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-2.0.0.ebuild,v 1.3 2012/01/30 04:46:52 nerdboy Exp $ EAPI=3 @@ -16,8 +16,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="bidi cairo debug doc gdal geos nobfonts postgres python sqlite" -RDEPEND="dev-libs/boost - net-misc/curl +RDEPEND="net-misc/curl media-libs/libpng media-libs/jpeg media-libs/tiff @@ -28,11 +27,10 @@ RDEPEND="dev-libs/boost dev-libs/libxml2 dev-libs/icu x11-libs/agg[truetype] + dev-libs/boost[python?] postgres? ( >=dev-db/postgresql-base-8.3 ) - python? ( dev-libs/boost[python] ) gdal? ( sci-libs/gdal ) geos? ( sci-libs/geos ) - python? ( dev-lang/python ) bidi? ( dev-libs/fribidi ) cairo? ( x11-libs/cairo @@ -107,7 +105,7 @@ src_install() { if use doc; then export PYTHONPATH="${D}$(python_get_sitedir):$(python_get_sitedir)" pushd docs/epydoc_config > /dev/null - ./build_epydoc.sh + ./build_epydoc.sh popd > /dev/null dohtml -r docs/api_docs/python/* || die "API doc install failed" fi |