Gentoo Archives: gentoo-commits

From: Amy Winston <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qgis/
Date: Wed, 30 Dec 2015 17:42:03
Message-Id: 1451497198.dcf5b5f7dbee28d9eaad3796ea6b368c76823a0d.amynka@gentoo
1 commit: dcf5b5f7dbee28d9eaad3796ea6b368c76823a0d
2 Author: Amy Winston <amynka <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 30 17:22:47 2015 +0000
4 Commit: Amy Winston <amynka <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 30 17:39:58 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcf5b5f7
7
8 sci-geosciences/qgis: useflags repaired bug #508320 and bug #476460
9
10 Package-Manager: portage-2.2.24
11
12 sci-geosciences/qgis/qgis-1.8.0.ebuild | 12 +++++-------
13 1 file changed, 5 insertions(+), 7 deletions(-)
14
15 diff --git a/sci-geosciences/qgis/qgis-1.8.0.ebuild b/sci-geosciences/qgis/qgis-1.8.0.ebuild
16 index 1fe1c59..5d9d726 100644
17 --- a/sci-geosciences/qgis/qgis-1.8.0.ebuild
18 +++ b/sci-geosciences/qgis/qgis-1.8.0.ebuild
19 @@ -17,7 +17,7 @@ SRC_URI="http://qgis.org/downloads/${P}.tar.bz2
20 LICENSE="GPL-2"
21 SLOT="0"
22 KEYWORDS="amd64 x86"
23 -IUSE="bundled-libs examples gps gsl postgres python spatialite test"
24 +IUSE="bundled-libs examples gsl postgres python spatialite test"
25
26 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
27
28 @@ -32,14 +32,14 @@ RDEPEND="
29 sci-geosciences/gpsbabel
30 >=sci-libs/gdal-1.6.1[geos,python?]
31 sci-libs/geos
32 - sci-libs/gsl
33 sci-libs/libspatialindex
34 sci-libs/proj
35 x11-libs/qwt:5[svg]
36 !bundled-libs? ( <x11-libs/qwtpolar-1 )
37 - postgres? ( >=dev-db/postgresql-8.4 )
38 + gsl? ( sci-libs/gsl )
39 + postgres? ( >=dev-db/postgresql-8.4:= )
40 python? (
41 - dev-python/PyQt4[X,sql,svg,${PYTHON_USEDEP}]
42 + dev-python/PyQt4[X,sql,svg,webkit,${PYTHON_USEDEP}]
43 dev-python/sip:=[${PYTHON_USEDEP}]
44 )
45 spatialite? (
46 @@ -91,10 +91,8 @@ src_install() {
47 doins -r "${WORKDIR}"/qgis_sample_data/*
48 fi
49
50 - python_fix_shebang "${D}"/usr/share/qgis/grass/scripts
51 python_optimize "${D}"/usr/share/qgis/python/plugins \
52 - "${D}"/$(python_get_sitedir)/qgis \
53 - "${D}"/usr/share/qgis/grass/scripts
54 + "${D}"/$(python_get_sitedir)/qgis
55 }
56
57 pkg_preinst() {