pacho 15/03/29 13:29:06 Modified: qgis-1.8.0.ebuild ChangeLog Log: Disable grass as it will be removed (#514514) (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.9 sci-geosciences/qgis/qgis-1.8.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/qgis/qgis-1.8.0.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/qgis/qgis-1.8.0.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/qgis/qgis-1.8.0.ebuild?r1=1.8&r2=1.9 Index: qgis-1.8.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/qgis-1.8.0.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- qgis-1.8.0.ebuild 28 Dec 2014 16:51:34 -0000 1.8 +++ qgis-1.8.0.ebuild 29 Mar 2015 13:29:06 -0000 1.9 @@ -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 @@ 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 @@ 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 @@ "-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 } 1.37 sci-geosciences/qgis/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/qgis/ChangeLog?rev=1.37&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/qgis/ChangeLog?rev=1.37&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/qgis/ChangeLog?r1=1.36&r2=1.37 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/ChangeLog,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- ChangeLog 28 Dec 2014 16:51:34 -0000 1.36 +++ ChangeLog 29 Mar 2015 13:29:06 -0000 1.37 @@ -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 <[email protected]> qgis-1.8.0.ebuild: + Disable grass as it will be removed (#514514) 28 Dec 2014; Aaron W. Swenson <[email protected]> qgis-1.7.0.ebuild, qgis-1.8.0.ebuild:
