* [gentoo-commits] gentoo-x86 commit in sci-geosciences/qgis: metadata.xml ChangeLog qgis-1.8.0.ebuild qgis-1.7.4.ebuild
@ 2013-02-11 2:37 Julian Ospald (hasufell)
0 siblings, 0 replies; only message in thread
From: Julian Ospald (hasufell) @ 2013-02-11 2:37 UTC (permalink / raw
To: gentoo-commits
hasufell 13/02/11 02:37:34
Modified: metadata.xml ChangeLog
Added: qgis-1.8.0.ebuild
Removed: qgis-1.7.4.ebuild
Log:
version bump wrt #421093, remove broken wrt #449348
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Revision Changes Path
1.4 sci-geosciences/qgis/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/qgis/metadata.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/qgis/metadata.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/qgis/metadata.xml?r1=1.3&r2=1.4
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml 22 Dec 2011 13:32:33 -0000 1.3
+++ metadata.xml 11 Feb 2013 02:37:33 -0000 1.4
@@ -11,6 +11,7 @@
tracks from your GPS.
</longdescription>
<use>
+ <flag name="bundled-libs">Use internal copy of <pkg>x11-libs/qwtpolar</pkg></flag>
<flag name="grass">Add support for <pkg>sci-geosciences/grass</pkg></flag>
<flag name="spatialite">Enable Spatial DBMS over sqlite <pkg>dev-db/spatialite</pkg></flag>
</use>
1.27 sci-geosciences/qgis/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/qgis/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/qgis/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/qgis/ChangeLog?r1=1.26&r2=1.27
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog 24 May 2012 12:53:24 -0000 1.26
+++ ChangeLog 11 Feb 2013 02:37:34 -0000 1.27
@@ -1,6 +1,12 @@
# ChangeLog for sci-geosciences/qgis
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/ChangeLog,v 1.26 2012/05/24 12:53:24 scarabeus Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/ChangeLog,v 1.27 2013/02/11 02:37:34 hasufell Exp $
+
+*qgis-1.8.0 (11 Feb 2013)
+
+ 11 Feb 2013; Julian Ospald <hasufell@gentoo.org> +qgis-1.8.0.ebuild,
+ +files/qgis-1.8.0-no-python-pyc.patch:
+ version bump wrt #421093, remove broken wrt #449348
24 May 2012; Tomáš Chvátal <scarabeus@gentoo.org>
+files/qgis-no-python-pyc.patch, qgis-1.7.4.ebuild:
1.1 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.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/qgis/qgis-1.8.0.ebuild?rev=1.1&content-type=text/plain
Index: qgis-1.8.0.ebuild
===================================================================
# Copyright 1999-2013 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.1 2013/02/11 02:37:34 hasufell Exp $
EAPI=5
PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
PYTHON_REQ_USE="sqlite"
inherit eutils multilib gnome2-utils cmake-utils python-single-r1
DESCRIPTION="User friendly Geographic Information System"
HOMEPAGE="http://www.qgis.org/"
SRC_URI="http://qgis.org/downloads/qgis-${PV}.tar.bz2
examples? ( http://download.osgeo.org/qgis/data/qgis_sample_data.tar.gz )"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="bundled-libs examples gps grass gsl postgres python spatialite test"
RDEPEND="
dev-libs/expat
sci-geosciences/gpsbabel
>=sci-libs/gdal-1.6.1[geos,python?]
sci-libs/geos
sci-libs/gsl
sci-libs/libspatialindex
sci-libs/proj
x11-libs/qt-core:4
x11-libs/qt-gui:4
x11-libs/qt-svg:4
x11-libs/qt-sql:4
x11-libs/qt-webkit:4
x11-libs/qwt:5[svg]
!bundled-libs? ( <x11-libs/qwtpolar-1 )
grass? ( >=sci-geosciences/grass-6.4.0_rc6[python?] )
postgres? ( >=dev-db/postgresql-base-8.4 )
python? (
dev-python/PyQt4[X,sql,svg,${PYTHON_USEDEP}]
dev-python/sip[${PYTHON_USEDEP}]
${PYTHON_DEPS}
)
spatialite? (
dev-db/sqlite:3
dev-db/spatialite
)"
DEPEND="${RDEPEND}
sys-devel/bison
sys-devel/flex"
pkg_setup() {
python-single-r1_pkg_setup
}
src_prepare() {
epatch "${FILESDIR}"/${P}-no-python-pyc.patch
}
src_configure() {
local mycmakeargs=(
"-DQGIS_MANUAL_SUBDIR=/share/man/"
"-DBUILD_SHARED_LIBS=ON"
"-DQGIS_LIB_SUBDIR=$(get_libdir)"
"-DQGIS_PLUGIN_SUBDIR=$(get_libdir)/qgis"
"-DWITH_INTERNAL_SPATIALITE=OFF"
"-DWITH_INTERNAL_QWTPOLAR=$(usex bundled-libs "ON" "OFF")"
"-DPEDANTIC=OFF"
"-DWITH_APIDOC=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
}
src_install() {
cmake-utils_src_install
dodoc BUGS ChangeLog CODING README
newicon -s 128 images/icons/qgis-icon.png qgis.png
make_desktop_entry qgis "Quantum GIS " qgis
if use examples; then
insinto /usr/share/doc/${PF}/examples
doins -r "${WORKDIR}"/qgis_sample_data/*
fi
python_fix_shebang "${D}"/usr/share/qgis/grass/scripts
python_optimize "${D}"/usr/share/qgis/python/plugins \
"${D}"/$(python_get_sitedir)/qgis \
"${D}"/usr/share/qgis/grass/scripts
}
pkg_preinst() {
gnome2_icon_savelist
}
pkg_postinst() {
if use postgres; then
elog "If you don't intend to use an external PostGIS server"
elog "you should install:"
elog " dev-db/postgis"
fi
gnome2_icon_cache_update
}
pkg_postrm() {
gnome2_icon_cache_update
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-02-11 2:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-11 2:37 [gentoo-commits] gentoo-x86 commit in sci-geosciences/qgis: metadata.xml ChangeLog qgis-1.8.0.ebuild qgis-1.7.4.ebuild Julian Ospald (hasufell)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox