diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-29 13:29:06 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-29 13:29:06 +0000 |
commit | 735a2ee6d44dca77d76f8c913fee9a11bb000ef3 (patch) | |
tree | 816af032368c8334af24981a5c911f18a6b75f66 /sci-geosciences/qgis | |
parent | Disable grass as it will be removed (#514514) (diff) | |
download | gentoo-2-735a2ee6d44dca77d76f8c913fee9a11bb000ef3.tar.gz gentoo-2-735a2ee6d44dca77d76f8c913fee9a11bb000ef3.tar.bz2 gentoo-2-735a2ee6d44dca77d76f8c913fee9a11bb000ef3.zip |
Disable grass as it will be removed (#514514)
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'sci-geosciences/qgis')
-rw-r--r-- | sci-geosciences/qgis/ChangeLog | 7 | ||||
-rw-r--r-- | sci-geosciences/qgis/qgis-1.8.0.ebuild | 10 |
2 files changed, 9 insertions, 8 deletions
diff --git a/sci-geosciences/qgis/ChangeLog b/sci-geosciences/qgis/ChangeLog index f658b4cd09cf..324571473e5e 100644 --- a/sci-geosciences/qgis/ChangeLog +++ b/sci-geosciences/qgis/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-geosciences/qgis -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/ChangeLog,v 1.36 2014/12/28 16:51:34 titanofold Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/ChangeLog,v 1.37 2015/03/29 13:29:06 pacho Exp $ + + 29 Mar 2015; Pacho Ramos <pacho@gentoo.org> qgis-1.8.0.ebuild: + Disable grass as it will be removed (#514514) 28 Dec 2014; Aaron W. Swenson <titanofold@gentoo.org> qgis-1.7.0.ebuild, qgis-1.8.0.ebuild: diff --git a/sci-geosciences/qgis/qgis-1.8.0.ebuild b/sci-geosciences/qgis/qgis-1.8.0.ebuild index 676036cf5d5f..df4f90ee5869 100644 --- a/sci-geosciences/qgis/qgis-1.8.0.ebuild +++ b/sci-geosciences/qgis/qgis-1.8.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/qgis-1.8.0.ebuild,v 1.8 2014/12/28 16:51:34 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/qgis-1.8.0.ebuild,v 1.9 2015/03/29 13:29:06 pacho Exp $ EAPI=5 @@ -17,7 +17,7 @@ SRC_URI="http://qgis.org/downloads/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="bundled-libs examples gps grass gsl postgres python spatialite test" +IUSE="bundled-libs examples gps gsl postgres python spatialite test" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" @@ -37,7 +37,6 @@ RDEPEND=" sci-libs/proj x11-libs/qwt:5[svg] !bundled-libs? ( <x11-libs/qwtpolar-1 ) - grass? ( >=sci-geosciences/grass-6.4.0_rc6[python?] ) postgres? ( >=dev-db/postgresql-8.4 ) python? ( dev-python/PyQt4[X,sql,svg,${PYTHON_USEDEP}] @@ -70,13 +69,12 @@ src_configure() { "-DWITH_INTERNAL_QWTPOLAR=$(usex bundled-libs "ON" "OFF")" "-DPEDANTIC=OFF" "-DWITH_APIDOC=OFF" + "-DWITH_GRASS=OFF" $(cmake-utils_use_with postgres POSTGRESQL) - $(cmake-utils_use_with grass GRASS) $(cmake-utils_use_with python BINDINGS) $(cmake-utils_use python BINDINGS_GLOBAL_INSTALL) $(cmake-utils_use_with spatialite SPATIALITE) $(cmake-utils_use_enable test TESTS) - $(usex grass "-DGRASS_PREFIX=/usr/" "") ) cmake-utils_src_configure } |