public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-geosciences/qgis: qgis-1.8.0.ebuild ChangeLog
@ 2013-09-05 19:04 Michal Gorny (mgorny)
  0 siblings, 0 replies; 5+ messages in thread
From: Michal Gorny (mgorny) @ 2013-09-05 19:04 UTC (permalink / raw
  To: gentoo-commits

mgorny      13/09/05 19:04:17

  Modified:             qgis-1.8.0.ebuild ChangeLog
  Log:
  Clean up PYTHON_COMPAT from old implementations.
  
  (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.4                  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.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/qgis/qgis-1.8.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/qgis/qgis-1.8.0.ebuild?r1=1.3&r2=1.4

Index: qgis-1.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/qgis-1.8.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- qgis-1.8.0.ebuild	29 May 2013 16:31:23 -0000	1.3
+++ qgis-1.8.0.ebuild	5 Sep 2013 19:04:17 -0000	1.4
@@ -1,10 +1,10 @@
 # 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.3 2013/05/29 16:31:23 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/qgis-1.8.0.ebuild,v 1.4 2013/09/05 19:04:17 mgorny Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
+PYTHON_COMPAT=( python2_6 python2_7 )
 PYTHON_REQ_USE="sqlite"
 
 inherit eutils multilib gnome2-utils cmake-utils python-single-r1



1.31                 sci-geosciences/qgis/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/qgis/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/qgis/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/qgis/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	29 May 2013 16:31:23 -0000	1.30
+++ ChangeLog	5 Sep 2013 19:04:17 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for sci-geosciences/qgis
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/ChangeLog,v 1.30 2013/05/29 16:31:23 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/ChangeLog,v 1.31 2013/09/05 19:04:17 mgorny Exp $
+
+  05 Sep 2013; Michał Górny <mgorny@gentoo.org> qgis-1.8.0.ebuild:
+  Clean up PYTHON_COMPAT from old implementations.
 
   29 May 2013; Justin Lecher <jlec@gentoo.org> qgis-1.8.0.ebuild, metadata.xml:
   Fix usage of new python r1 eclasses (missing PYTHON_REQUIRED_USE,





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-geosciences/qgis: qgis-1.8.0.ebuild ChangeLog
@ 2014-12-26 22:08 Davide Pesavento (pesa)
  0 siblings, 0 replies; 5+ messages in thread
From: Davide Pesavento (pesa) @ 2014-12-26 22:08 UTC (permalink / raw
  To: gentoo-commits

pesa        14/12/26 22:08:14

  Modified:             qgis-1.8.0.ebuild ChangeLog
  Log:
  Add := to dev-python/sip dependency wrt bug 462712. Drop obsolete python2_6 target.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0xDADED6B2671CB57D!)

Revision  Changes    Path
1.7                  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.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/qgis/qgis-1.8.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/qgis/qgis-1.8.0.ebuild?r1=1.6&r2=1.7

Index: qgis-1.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/qgis-1.8.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- qgis-1.8.0.ebuild	10 Nov 2014 15:21:40 -0000	1.6
+++ qgis-1.8.0.ebuild	26 Dec 2014 22:08:14 -0000	1.7
@@ -1,18 +1,17 @@
 # Copyright 1999-2014 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.6 2014/11/10 15:21:40 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/qgis-1.8.0.ebuild,v 1.7 2014/12/26 22:08:14 pesa Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_6 python2_7 )
+PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="sqlite"
 
-inherit eutils multilib gnome2-utils cmake-utils python-single-r1
+inherit eutils gnome2-utils multilib 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
+SRC_URI="http://qgis.org/downloads/${P}.tar.bz2
 	examples? ( http://download.osgeo.org/qgis/data/qgis_sample_data.tar.gz )"
 
 LICENSE="GPL-2"
@@ -25,25 +24,24 @@
 RDEPEND="
 	${PYTHON_DEPS}
 	dev-libs/expat
+	dev-qt/qtcore:4
+	dev-qt/qtgui:4
+	dev-qt/qtsvg:4
+	dev-qt/qtsql:4
+	dev-qt/qtwebkit:4
 	sci-geosciences/gpsbabel
 	>=sci-libs/gdal-1.6.1[geos,python?]
 	sci-libs/geos
 	sci-libs/gsl
 	sci-libs/libspatialindex
 	sci-libs/proj
-	dev-qt/qtcore:4
-	dev-qt/qtgui:4
-	dev-qt/qtsvg:4
-	dev-qt/qtsql:4
-	dev-qt/qtwebkit:4
 	x11-libs/qwt:5[svg]
 	!bundled-libs? ( <x11-libs/qwtpolar-1 )
 	grass? ( >=sci-geosciences/grass-6.4.0_rc6[python?] )
 	postgres? ( >=virtual/postgresql-8.4 )
 	python? (
 		dev-python/PyQt4[X,sql,svg,${PYTHON_USEDEP}]
-		dev-python/sip[${PYTHON_USEDEP}]
-		${PYTHON_DEPS}
+		dev-python/sip:=[${PYTHON_USEDEP}]
 	)
 	spatialite? (
 		dev-db/sqlite:3
@@ -80,7 +78,6 @@
 		$(cmake-utils_use_enable test TESTS)
 		$(usex grass "-DGRASS_PREFIX=/usr/" "")
 	)
-
 	cmake-utils_src_configure
 }
 



1.35                 sci-geosciences/qgis/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/qgis/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/qgis/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/qgis/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	10 Nov 2014 15:21:40 -0000	1.34
+++ ChangeLog	26 Dec 2014 22:08:14 -0000	1.35
@@ -1,6 +1,10 @@
 # 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.34 2014/11/10 15:21:40 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/ChangeLog,v 1.35 2014/12/26 22:08:14 pesa Exp $
+
+  26 Dec 2014; Davide Pesavento <pesa@gentoo.org> qgis-1.8.0.ebuild:
+  Add := to dev-python/sip dependency wrt bug 462712. Drop obsolete python2_6
+  target.
 
   10 Nov 2014; Davide Pesavento <pesa@gentoo.org>
   +files/qgis-1.7.0-avoid-deprecated-pyqtconfig.patch, qgis-1.7.0.ebuild,





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-geosciences/qgis: qgis-1.8.0.ebuild ChangeLog
@ 2015-03-29 13:29 Pacho Ramos (pacho)
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-29 13:29 UTC (permalink / raw
  To: gentoo-commits

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 <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:





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-geosciences/qgis: qgis-1.8.0.ebuild ChangeLog
@ 2015-04-19 13:27 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-04-19 13:27 UTC (permalink / raw
  To: gentoo-commits

ago         15/04/19 13:27:53

  Modified:             qgis-1.8.0.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #529530
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.10                 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.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/qgis/qgis-1.8.0.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/qgis/qgis-1.8.0.ebuild?r1=1.9&r2=1.10

Index: qgis-1.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/qgis-1.8.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- qgis-1.8.0.ebuild	29 Mar 2015 13:29:06 -0000	1.9
+++ qgis-1.8.0.ebuild	19 Apr 2015 13:27:53 -0000	1.10
@@ -1,6 +1,6 @@
 # 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.9 2015/03/29 13:29:06 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/qgis-1.8.0.ebuild,v 1.10 2015/04/19 13:27:53 ago Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="bundled-libs examples gps gsl postgres python spatialite test"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



1.38                 sci-geosciences/qgis/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/qgis/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/qgis/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/qgis/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	29 Mar 2015 13:29:06 -0000	1.37
+++ ChangeLog	19 Apr 2015 13:27:53 -0000	1.38
@@ -1,6 +1,9 @@
 # ChangeLog for sci-geosciences/qgis
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/ChangeLog,v 1.38 2015/04/19 13:27:53 ago Exp $
+
+  19 Apr 2015; Agostino Sarubbo <ago@gentoo.org> qgis-1.8.0.ebuild:
+  Stable for amd64, wrt bug #529530
 
   29 Mar 2015; Pacho Ramos <pacho@gentoo.org> qgis-1.8.0.ebuild:
   Disable grass as it will be removed (#514514)





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-geosciences/qgis: qgis-1.8.0.ebuild ChangeLog
@ 2015-04-21 17:44 Pacho Ramos (pacho)
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2015-04-21 17:44 UTC (permalink / raw
  To: gentoo-commits

pacho       15/04/21 17:44:54

  Modified:             qgis-1.8.0.ebuild ChangeLog
  Log:
  x86 stable wrt bug #529530
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.11                 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.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/qgis/qgis-1.8.0.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/qgis/qgis-1.8.0.ebuild?r1=1.10&r2=1.11

Index: qgis-1.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/qgis-1.8.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- qgis-1.8.0.ebuild	19 Apr 2015 13:27:53 -0000	1.10
+++ qgis-1.8.0.ebuild	21 Apr 2015 17:44:54 -0000	1.11
@@ -1,6 +1,6 @@
 # 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.10 2015/04/19 13:27:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/qgis-1.8.0.ebuild,v 1.11 2015/04/21 17:44:54 pacho Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="bundled-libs examples gps gsl postgres python spatialite test"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



1.39                 sci-geosciences/qgis/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/qgis/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/qgis/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/qgis/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	19 Apr 2015 13:27:53 -0000	1.38
+++ ChangeLog	21 Apr 2015 17:44:54 -0000	1.39
@@ -1,6 +1,9 @@
 # ChangeLog for sci-geosciences/qgis
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/ChangeLog,v 1.38 2015/04/19 13:27:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/ChangeLog,v 1.39 2015/04/21 17:44:54 pacho Exp $
+
+  21 Apr 2015; Pacho Ramos <pacho@gentoo.org> qgis-1.8.0.ebuild:
+  x86 stable wrt bug #529530
 
   19 Apr 2015; Agostino Sarubbo <ago@gentoo.org> qgis-1.8.0.ebuild:
   Stable for amd64, wrt bug #529530





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-04-21 17:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-26 22:08 [gentoo-commits] gentoo-x86 commit in sci-geosciences/qgis: qgis-1.8.0.ebuild ChangeLog Davide Pesavento (pesa)
  -- strict thread matches above, loose matches on Subject: below --
2015-04-21 17:44 Pacho Ramos (pacho)
2015-04-19 13:27 Agostino Sarubbo (ago)
2015-03-29 13:29 Pacho Ramos (pacho)
2013-09-05 19:04 Michal Gorny (mgorny)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox