[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gdal-grass/, profiles/

2020-09-21 Thread Michał Górny
commit: a66ce8ae0d69b2ed3634b41c1d8dc4d66e7df47c
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep 21 06:00:19 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep 21 06:07:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a66ce8ae

sci-geosciences/gdal-grass: Remove last-rited pkg

Closes: https://bugs.gentoo.org/735458
Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask  |  1 -
 sci-geosciences/gdal-grass/Manifest|  1 -
 sci-geosciences/gdal-grass/gdal-grass-2.1.3.ebuild | 49 --
 sci-geosciences/gdal-grass/metadata.xml| 11 -
 4 files changed, 62 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index f816d217d0d..d19cef1f972 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -676,7 +676,6 @@ net-libs/openpgm
  (2020-08-16)

diff --git a/sci-geosciences/gdal-grass/Manifest 
b/sci-geosciences/gdal-grass/Manifest
deleted file mode 100644
index 347130c95f9..000
--- a/sci-geosciences/gdal-grass/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gdal-grass-2.1.3.tar.gz 54478 BLAKE2B 
172200d8362b12583f0f73316b8c6d34875682c9d76c095745152c8d4fd1da1d9d1e94df5928225f6fda5712e987379c7c3192fa81d02b9cee9145fb577faee1
 SHA512 
c11776f92e591f1c0136e439ab6c672015171c5b750cb9332c73b49b3173c1d57efb4854b152a1d8e1b438c68a1130b4a46a189e1be0b99af9a8fb931f246e39

diff --git a/sci-geosciences/gdal-grass/gdal-grass-2.1.3.ebuild 
b/sci-geosciences/gdal-grass/gdal-grass-2.1.3.ebuild
deleted file mode 100644
index 745a05ffcfa..000
--- a/sci-geosciences/gdal-grass/gdal-grass-2.1.3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="GDAL plugin to access GRASS data"
-HOMEPAGE="https://www.gdal.org/;
-SRC_URI="https://download.osgeo.org/gdal/${PV}/${P}.tar.gz;
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="postgres"
-RDEPEND="
-   >=sci-libs/gdal-2.0.0:=
-   sci-geosciences/grass:=
-"
-DEPEND="${RDEPEND}
-   postgres? ( dev-db/postgresql )"
-
-# these drivers are copied at install from the already installed GRASS
-QA_PREBUILT="/usr/share/gdal/grass/driver/db/*"
-
-src_prepare() {
-   sed -e 's:mkdir ${GRASSTABLES_DIR}$:mkdir -p ${GRASSTABLES_DIR}:' \
-   -i Makefile.in || die
-   default
-}
-
-src_configure() {
-   local grassp=$(best_version sci-geosciences/grass)
-   local grasspv=$(echo ${grassp/%-r[0-9]*/} | rev | cut -d - -f 1 | rev)
-   local grasspm=$(ver_cut 1-2 ${grasspv})
-   local myeconfargs=(
-   --with-grass="/usr/$(get_libdir)/grass$(ver_rs 1 '' ${grasspm})"
-   --with-gdal="/usr/bin/gdal-config"
-   $(use_with postgres postgres-includes "/usr/include/postgresql")
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   #pass the right variables to 'make install' to prevent a sandbox access 
violation
-   emake DESTDIR="${D}" \
-   GRASSTABLES_DIR="${D}$(gdal-config --prefix)/share/gdal/grass" \
-   AUTOLOAD_DIR="${D}/usr/$(get_libdir)/gdalplugins" \
-   install
-}

diff --git a/sci-geosciences/gdal-grass/metadata.xml 
b/sci-geosciences/gdal-grass/metadata.xml
deleted file mode 100644
index 4c161841a95..000
--- a/sci-geosciences/gdal-grass/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-sci-geoscien...@gentoo.org
-Gentoo Geosciences Project
-  
-  
-Include support for 
dev-db/postgresql
-  
-



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gdal-grass/

2019-06-27 Thread Andreas Sturmlechner
commit: 40b81a009d6a950919bf028d2ad1078338b06ff2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jun 27 13:56:38 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jun 27 17:18:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40b81a00

sci-geosciences/gdal-grass: Drop old

Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-geosciences/gdal-grass/Manifest|  2 -
 .../gdal-grass/gdal-grass-2.0.0-r1.ebuild  | 53 --
 sci-geosciences/gdal-grass/gdal-grass-2.1.0.ebuild | 51 -
 3 files changed, 106 deletions(-)

diff --git a/sci-geosciences/gdal-grass/Manifest 
b/sci-geosciences/gdal-grass/Manifest
index 2a77e722285..347130c95f9 100644
--- a/sci-geosciences/gdal-grass/Manifest
+++ b/sci-geosciences/gdal-grass/Manifest
@@ -1,3 +1 @@
-DIST gdal-grass-2.0.0.tar.gz 56286 BLAKE2B 
191402442bc3c16f3d07f538b9eae266e75c74efbecb235dc11cb3529e4758fc8354ab5e65ec4a8805595c6f1209d70e5f76a7006d546eb3d2e8f9e4966842ff
 SHA512 
cefa60773c2acd5c1627b896e3298d02f51979c12f70ce67b88c0b886a13de2f62821a3d3e50984f5c676ef37819c685795949b06db57004a0edf8039e898d7e
-DIST gdal-grass-2.1.0.tar.gz 54299 BLAKE2B 
09b9a408584618cefcc989feebc75431ae3efed2c9f6504e65ccf28bbc02a6e5125cb049accece7fd598aeef0bb1d5cb572067fc5a764a49c99627132d650f65
 SHA512 
fb06b71839849de413f68beb8f2cd1c2273cc48b5205fe1b255ffc4976f8f913b4b226eba186a24f5b40fe5fbb1ceeab760d06915222e4a4b269a6fbc7bc9417
 DIST gdal-grass-2.1.3.tar.gz 54478 BLAKE2B 
172200d8362b12583f0f73316b8c6d34875682c9d76c095745152c8d4fd1da1d9d1e94df5928225f6fda5712e987379c7c3192fa81d02b9cee9145fb577faee1
 SHA512 
c11776f92e591f1c0136e439ab6c672015171c5b750cb9332c73b49b3173c1d57efb4854b152a1d8e1b438c68a1130b4a46a189e1be0b99af9a8fb931f246e39

diff --git a/sci-geosciences/gdal-grass/gdal-grass-2.0.0-r1.ebuild 
b/sci-geosciences/gdal-grass/gdal-grass-2.0.0-r1.ebuild
deleted file mode 100644
index b480a2b497b..000
--- a/sci-geosciences/gdal-grass/gdal-grass-2.0.0-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils
-
-DESCRIPTION="GDAL plugin to access GRASS data"
-HOMEPAGE="https://www.gdal.org/;
-SRC_URI="https://download.osgeo.org/gdal/${PV}/${P}.tar.gz;
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="postgres"
-RDEPEND="
-   >=sci-libs/gdal-2.0.0
-   sci-geosciences/grass:0=
-"
-DEPEND="${RDEPEND}
-   dev-libs/expat
-   dev-libs/json-c:=
-   virtual/jpeg
-   media-libs/tiff
-   sci-libs/libgeotiff
-   sci-libs/proj
-   sys-libs/zlib
-   postgres? ( dev-db/postgresql )"
-
-# these drivers are copied at install from the already installed GRASS
-QA_PREBUILT="/usr/share/gdal/grass/driver/db/*"
-
-src_prepare() {
-   sed -e 's:mkdir ${GRASSTABLES_DIR}$:mkdir -p ${GRASSTABLES_DIR}:' \
-   -i Makefile.in || die
-   default
-}
-
-src_configure() {
-   econf \
-   --with-grass="/usr/$(get_libdir)/grass70" \
-   --with-gdal="/usr/bin/gdal-config" \
-   $(use_with postgres postgres-includes "/usr/include/postgresql")
-}
-
-src_install() {
-   #pass the right variables to 'make install' to prevent a sandbox access 
violation
-   emake DESTDIR="${D}" \
-   GRASSTABLES_DIR="${D}$(gdal-config --prefix)/share/gdal/grass" \
-   AUTOLOAD_DIR="${D}/usr/$(get_libdir)/gdalplugins" \
-   install
-}

diff --git a/sci-geosciences/gdal-grass/gdal-grass-2.1.0.ebuild 
b/sci-geosciences/gdal-grass/gdal-grass-2.1.0.ebuild
deleted file mode 100644
index 1d121dde920..000
--- a/sci-geosciences/gdal-grass/gdal-grass-2.1.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="GDAL plugin to access GRASS data"
-HOMEPAGE="https://www.gdal.org/;
-SRC_URI="https://download.osgeo.org/gdal/${PV}/${P}.tar.gz;
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="postgres"
-RDEPEND="
-   >=sci-libs/gdal-2.0.0
-   sci-geosciences/grass:0=
-"
-DEPEND="${RDEPEND}
-   dev-libs/expat
-   dev-libs/json-c:=
-   media-libs/tiff
-   sci-libs/libgeotiff
-   sci-libs/proj
-   sys-libs/zlib
-   virtual/jpeg
-   postgres? ( dev-db/postgresql )"
-
-# these drivers are copied at install from the already installed GRASS
-QA_PREBUILT="/usr/share/gdal/grass/driver/db/*"
-
-src_prepare() {
-   sed -e 's:mkdir ${GRASSTABLES_DIR}$:mkdir -p ${GRASSTABLES_DIR}:' \
-   -i Makefile.in || die
-   default
-}
-
-src_configure() {
-   econf \
-   --with-grass="/usr/$(get_libdir)/grass70" \
-   --with-gdal="/usr/bin/gdal-config" \
-   $(use_with postgres postgres-includes 

[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gdal-grass/

2019-02-21 Thread Andreas Sturmlechner
commit: a04d91f6d88feddad215c4f8747bcea96a323ba3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Feb 21 10:23:07 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Feb 21 10:29:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a04d91f6

sci-geosciences/gdal-grass: 2.1.3 version bump, EAPI-7 bump

Detect grass libdir correctly based on version built against.
Drop bogus DEPENDs - someone has been wrongly using ldd in the past.

Closes: https://bugs.gentoo.org/616952
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-geosciences/gdal-grass/Manifest|  1 +
 sci-geosciences/gdal-grass/gdal-grass-2.1.3.ebuild | 49 ++
 2 files changed, 50 insertions(+)

diff --git a/sci-geosciences/gdal-grass/Manifest 
b/sci-geosciences/gdal-grass/Manifest
index 4f0d34f25a1..2a77e722285 100644
--- a/sci-geosciences/gdal-grass/Manifest
+++ b/sci-geosciences/gdal-grass/Manifest
@@ -1,2 +1,3 @@
 DIST gdal-grass-2.0.0.tar.gz 56286 BLAKE2B 
191402442bc3c16f3d07f538b9eae266e75c74efbecb235dc11cb3529e4758fc8354ab5e65ec4a8805595c6f1209d70e5f76a7006d546eb3d2e8f9e4966842ff
 SHA512 
cefa60773c2acd5c1627b896e3298d02f51979c12f70ce67b88c0b886a13de2f62821a3d3e50984f5c676ef37819c685795949b06db57004a0edf8039e898d7e
 DIST gdal-grass-2.1.0.tar.gz 54299 BLAKE2B 
09b9a408584618cefcc989feebc75431ae3efed2c9f6504e65ccf28bbc02a6e5125cb049accece7fd598aeef0bb1d5cb572067fc5a764a49c99627132d650f65
 SHA512 
fb06b71839849de413f68beb8f2cd1c2273cc48b5205fe1b255ffc4976f8f913b4b226eba186a24f5b40fe5fbb1ceeab760d06915222e4a4b269a6fbc7bc9417
+DIST gdal-grass-2.1.3.tar.gz 54478 BLAKE2B 
172200d8362b12583f0f73316b8c6d34875682c9d76c095745152c8d4fd1da1d9d1e94df5928225f6fda5712e987379c7c3192fa81d02b9cee9145fb577faee1
 SHA512 
c11776f92e591f1c0136e439ab6c672015171c5b750cb9332c73b49b3173c1d57efb4854b152a1d8e1b438c68a1130b4a46a189e1be0b99af9a8fb931f246e39

diff --git a/sci-geosciences/gdal-grass/gdal-grass-2.1.3.ebuild 
b/sci-geosciences/gdal-grass/gdal-grass-2.1.3.ebuild
new file mode 100644
index 000..745a05ffcfa
--- /dev/null
+++ b/sci-geosciences/gdal-grass/gdal-grass-2.1.3.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="GDAL plugin to access GRASS data"
+HOMEPAGE="https://www.gdal.org/;
+SRC_URI="https://download.osgeo.org/gdal/${PV}/${P}.tar.gz;
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="postgres"
+RDEPEND="
+   >=sci-libs/gdal-2.0.0:=
+   sci-geosciences/grass:=
+"
+DEPEND="${RDEPEND}
+   postgres? ( dev-db/postgresql )"
+
+# these drivers are copied at install from the already installed GRASS
+QA_PREBUILT="/usr/share/gdal/grass/driver/db/*"
+
+src_prepare() {
+   sed -e 's:mkdir ${GRASSTABLES_DIR}$:mkdir -p ${GRASSTABLES_DIR}:' \
+   -i Makefile.in || die
+   default
+}
+
+src_configure() {
+   local grassp=$(best_version sci-geosciences/grass)
+   local grasspv=$(echo ${grassp/%-r[0-9]*/} | rev | cut -d - -f 1 | rev)
+   local grasspm=$(ver_cut 1-2 ${grasspv})
+   local myeconfargs=(
+   --with-grass="/usr/$(get_libdir)/grass$(ver_rs 1 '' ${grasspm})"
+   --with-gdal="/usr/bin/gdal-config"
+   $(use_with postgres postgres-includes "/usr/include/postgresql")
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   #pass the right variables to 'make install' to prevent a sandbox access 
violation
+   emake DESTDIR="${D}" \
+   GRASSTABLES_DIR="${D}$(gdal-config --prefix)/share/gdal/grass" \
+   AUTOLOAD_DIR="${D}/usr/$(get_libdir)/gdalplugins" \
+   install
+}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gdal-grass/

2019-02-21 Thread Andreas Sturmlechner
commit: c973de72a8c8512aa8ed947fe4305bb88eb8eeda
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Feb 19 19:21:45 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Feb 21 10:29:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c973de72

sci-geosciences/gdal-grass: use HTTPS

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11109
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-geosciences/gdal-grass/gdal-grass-2.0.0-r1.ebuild | 6 +++---
 sci-geosciences/gdal-grass/gdal-grass-2.1.0.ebuild| 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sci-geosciences/gdal-grass/gdal-grass-2.0.0-r1.ebuild 
b/sci-geosciences/gdal-grass/gdal-grass-2.0.0-r1.ebuild
index 0b8f94b0643..b480a2b497b 100644
--- a/sci-geosciences/gdal-grass/gdal-grass-2.0.0-r1.ebuild
+++ b/sci-geosciences/gdal-grass/gdal-grass-2.0.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,8 +6,8 @@ EAPI=6
 inherit eutils
 
 DESCRIPTION="GDAL plugin to access GRASS data"
-HOMEPAGE="http://www.gdal.org/;
-SRC_URI="http://download.osgeo.org/gdal/${PV}/${P}.tar.gz;
+HOMEPAGE="https://www.gdal.org/;
+SRC_URI="https://download.osgeo.org/gdal/${PV}/${P}.tar.gz;
 
 SLOT="0"
 LICENSE="MIT"

diff --git a/sci-geosciences/gdal-grass/gdal-grass-2.1.0.ebuild 
b/sci-geosciences/gdal-grass/gdal-grass-2.1.0.ebuild
index 0b8f94b0643..b480a2b497b 100644
--- a/sci-geosciences/gdal-grass/gdal-grass-2.1.0.ebuild
+++ b/sci-geosciences/gdal-grass/gdal-grass-2.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,8 +6,8 @@ EAPI=6
 inherit eutils
 
 DESCRIPTION="GDAL plugin to access GRASS data"
-HOMEPAGE="http://www.gdal.org/;
-SRC_URI="http://download.osgeo.org/gdal/${PV}/${P}.tar.gz;
+HOMEPAGE="https://www.gdal.org/;
+SRC_URI="https://download.osgeo.org/gdal/${PV}/${P}.tar.gz;
 
 SLOT="0"
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gdal-grass/

2019-02-21 Thread Andreas Sturmlechner
commit: 065708f62c6c040cab62c39a7186275ade4586a9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Feb 21 08:18:45 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Feb 21 10:29:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=065708f6

sci-geosciences/gdal-grass: Drop superfluous eutils.eclass, sort

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-geosciences/gdal-grass/gdal-grass-2.1.0.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/sci-geosciences/gdal-grass/gdal-grass-2.1.0.ebuild 
b/sci-geosciences/gdal-grass/gdal-grass-2.1.0.ebuild
index b480a2b497b..1d121dde920 100644
--- a/sci-geosciences/gdal-grass/gdal-grass-2.1.0.ebuild
+++ b/sci-geosciences/gdal-grass/gdal-grass-2.1.0.ebuild
@@ -3,8 +3,6 @@
 
 EAPI=6
 
-inherit eutils
-
 DESCRIPTION="GDAL plugin to access GRASS data"
 HOMEPAGE="https://www.gdal.org/;
 SRC_URI="https://download.osgeo.org/gdal/${PV}/${P}.tar.gz;
@@ -21,11 +19,11 @@ RDEPEND="
 DEPEND="${RDEPEND}
dev-libs/expat
dev-libs/json-c:=
-   virtual/jpeg
media-libs/tiff
sci-libs/libgeotiff
sci-libs/proj
sys-libs/zlib
+   virtual/jpeg
postgres? ( dev-db/postgresql )"
 
 # these drivers are copied at install from the already installed GRASS



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gdal-grass/

2018-04-09 Thread Sam Jorna
commit: 505f09f51ad1e62f03ed752cd322b6a514e330dd
Author: Sam Jorna  gentoo  org>
AuthorDate: Tue Apr 10 01:05:19 2018 +
Commit: Sam Jorna  gentoo  org>
CommitDate: Tue Apr 10 01:18:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=505f09f5

sci-geosciences/gdal-grass: remove from maintainer

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 sci-geosciences/gdal-grass/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/sci-geosciences/gdal-grass/metadata.xml 
b/sci-geosciences/gdal-grass/metadata.xml
index 927df4a9049..4c161841a95 100644
--- a/sci-geosciences/gdal-grass/metadata.xml
+++ b/sci-geosciences/gdal-grass/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-wra...@gentoo.org
-Sam Jorna
-  
   
 sci-geoscien...@gentoo.org
 Gentoo Geosciences Project



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gdal-grass/

2017-12-19 Thread Thomas Deutschmann
commit: 01cf72896230f2646dbd7bc8b569a0b3db73a382
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Dec 19 21:42:32 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Dec 19 21:44:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01cf7289

sci-geosciences/gdal-grass: Add subslot operator on dev-libs/json-c atom

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sci-geosciences/gdal-grass/gdal-grass-2.0.0-r1.ebuild | 4 ++--
 sci-geosciences/gdal-grass/gdal-grass-2.1.0.ebuild| 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sci-geosciences/gdal-grass/gdal-grass-2.0.0-r1.ebuild 
b/sci-geosciences/gdal-grass/gdal-grass-2.0.0-r1.ebuild
index 15f158c06f4..0b8f94b0643 100644
--- a/sci-geosciences/gdal-grass/gdal-grass-2.0.0-r1.ebuild
+++ b/sci-geosciences/gdal-grass/gdal-grass-2.0.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -20,7 +20,7 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
dev-libs/expat
-   dev-libs/json-c
+   dev-libs/json-c:=
virtual/jpeg
media-libs/tiff
sci-libs/libgeotiff

diff --git a/sci-geosciences/gdal-grass/gdal-grass-2.1.0.ebuild 
b/sci-geosciences/gdal-grass/gdal-grass-2.1.0.ebuild
index 15f158c06f4..0b8f94b0643 100644
--- a/sci-geosciences/gdal-grass/gdal-grass-2.1.0.ebuild
+++ b/sci-geosciences/gdal-grass/gdal-grass-2.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -20,7 +20,7 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
dev-libs/expat
-   dev-libs/json-c
+   dev-libs/json-c:=
virtual/jpeg
media-libs/tiff
sci-libs/libgeotiff



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gdal-grass/files/, sci-geosciences/gdal-grass/

2016-06-07 Thread Sam Jorna
commit: 2de5c1551e43c19bf118c307cde6c6101afe76d2
Author: Sam Jorna  gentoo  org>
AuthorDate: Wed Jun  8 03:30:14 2016 +
Commit: Sam Jorna  gentoo  org>
CommitDate: Wed Jun  8 03:43:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2de5c155

sci-geosciences/gdal-grass: bump to EAPI6

Bumps EAPI to 6, replaces single-line patch with sed, adds files copied
from system-installed GRASS to QA_PREBUILT.

Package-Manager: portage-2.3.0_rc1

 sci-geosciences/gdal-grass/files/gdal-grass-makefile.patch | 11 ---
 sci-geosciences/gdal-grass/gdal-grass-2.0.0-r1.ebuild  | 12 
 2 files changed, 8 insertions(+), 15 deletions(-)

diff --git a/sci-geosciences/gdal-grass/files/gdal-grass-makefile.patch 
b/sci-geosciences/gdal-grass/files/gdal-grass-makefile.patch
deleted file mode 100644
index dcf5bc4..000
--- a/sci-geosciences/gdal-grass/files/gdal-grass-makefile.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 Makefile.in.orig   2009-07-12 00:09:33.0 +0200
-+++ Makefile.in2009-07-12 00:11:09.0 +0200
-@@ -26,7 +26,7 @@
-   install -d $(AUTOLOAD_DIR)
-   cp $(GLIBNAME) $(AUTOLOAD_DIR)
-   cp $(OLIBNAME) $(AUTOLOAD_DIR)
--  test -d ${GRASSTABLES_DIR} || mkdir ${GRASSTABLES_DIR}
-+  test -d ${GRASSTABLES_DIR} || mkdir -p ${GRASSTABLES_DIR}
-   test -d ${GRASSTABLES_DIR}/etc || mkdir ${GRASSTABLES_DIR}/etc
-   cp @GRASS_GISBASE@/etc/ellipse.table ${GRASSTABLES_DIR}/etc
-   cp @GRASS_GISBASE@/etc/datum.table 
@GRASS_GISBASE@/etc/datumtransform.table ${GRASSTABLES_DIR}/etc

diff --git a/sci-geosciences/gdal-grass/gdal-grass-2.0.0-r1.ebuild 
b/sci-geosciences/gdal-grass/gdal-grass-2.0.0-r1.ebuild
index 9fc8276..50b440e 100644
--- a/sci-geosciences/gdal-grass/gdal-grass-2.0.0-r1.ebuild
+++ b/sci-geosciences/gdal-grass/gdal-grass-2.0.0-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 inherit eutils
 
@@ -29,9 +29,13 @@ DEPEND="${RDEPEND}
sys-libs/zlib
postgres? ( dev-db/postgresql )"
 
+# these drivers are copied at install from the already installed GRASS
+QA_PREBUILT="/usr/share/gdal/grass/driver/db/*"
+
 src_prepare() {
-   # fix mkdir not called with -p in Makefile
-   epatch "${FILESDIR}/gdal-grass-makefile.patch"
+   sed -e 's:mkdir ${GRASSTABLES_DIR}$:mkdir -p ${GRASSTABLES_DIR}:' \
+   -i Makefile.in || die
+   default
 }
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gdal-grass/

2016-06-07 Thread Sam Jorna
commit: 3755f809c5278e73f69dc4818b25d16695060446
Author: Sam Jorna  gentoo  org>
AuthorDate: Wed Jun  8 03:22:43 2016 +
Commit: Sam Jorna  gentoo  org>
CommitDate: Wed Jun  8 03:43:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3755f809

sci-geosciences/gdal-grass: bump to 2.1.0

Version bump to 2.1.0, also replaces patch for one line with sed.

Package-Manager: portage-2.3.0_rc1

 sci-geosciences/gdal-grass/Manifest|  1 +
 sci-geosciences/gdal-grass/gdal-grass-2.1.0.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/sci-geosciences/gdal-grass/Manifest 
b/sci-geosciences/gdal-grass/Manifest
index a6b2968..cf63bc3 100644
--- a/sci-geosciences/gdal-grass/Manifest
+++ b/sci-geosciences/gdal-grass/Manifest
@@ -1 +1,2 @@
 DIST gdal-grass-2.0.0.tar.gz 56286 SHA256 
e05b4bedb67d624b86b84fc23a680fc408c6c3444dc94555f6f6febc3c506e69 SHA512 
cefa60773c2acd5c1627b896e3298d02f51979c12f70ce67b88c0b886a13de2f62821a3d3e50984f5c676ef37819c685795949b06db57004a0edf8039e898d7e
 WHIRLPOOL 
c6c0bf3a06388188a173c14f6f8f4cbe295f849c5950c68f413a357fb4efaf2ddb5a78ea4ced7bd4b6786c979299b7dc5754196ee68ee87a31962f578599a90a
+DIST gdal-grass-2.1.0.tar.gz 54299 SHA256 
1faa5d244ebcb5295cab7814c661ba1dee72b27c0e3848677e34b0c97c8111d0 SHA512 
fb06b71839849de413f68beb8f2cd1c2273cc48b5205fe1b255ffc4976f8f913b4b226eba186a24f5b40fe5fbb1ceeab760d06915222e4a4b269a6fbc7bc9417
 WHIRLPOOL 
661b45ed7292a5d43bcf5b483c0d93edc42c7cd55281ef53331fc2690a36d527736c3fcf15a63b4e5f71e2987f9612ad70f2665650b67eff8e4316f39dfcaf7c

diff --git a/sci-geosciences/gdal-grass/gdal-grass-2.1.0.ebuild 
b/sci-geosciences/gdal-grass/gdal-grass-2.1.0.ebuild
new file mode 100644
index 000..50b440e
--- /dev/null
+++ b/sci-geosciences/gdal-grass/gdal-grass-2.1.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils
+
+DESCRIPTION="GDAL plugin to access GRASS data"
+HOMEPAGE="http://www.gdal.org/;
+SRC_URI="http://download.osgeo.org/gdal/${PV}/${P}.tar.gz;
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="postgres"
+RDEPEND="
+   >=sci-libs/gdal-2.0.0
+   sci-geosciences/grass:0=
+"
+DEPEND="${RDEPEND}
+   dev-libs/expat
+   dev-libs/json-c
+   virtual/jpeg
+   media-libs/tiff
+   sci-libs/libgeotiff
+   sci-libs/proj
+   sys-libs/zlib
+   postgres? ( dev-db/postgresql )"
+
+# these drivers are copied at install from the already installed GRASS
+QA_PREBUILT="/usr/share/gdal/grass/driver/db/*"
+
+src_prepare() {
+   sed -e 's:mkdir ${GRASSTABLES_DIR}$:mkdir -p ${GRASSTABLES_DIR}:' \
+   -i Makefile.in || die
+   default
+}
+
+src_configure() {
+   econf \
+   --with-grass="/usr/$(get_libdir)/grass70" \
+   --with-gdal="/usr/bin/gdal-config" \
+   $(use_with postgres postgres-includes "/usr/include/postgresql")
+}
+
+src_install() {
+   #pass the right variables to 'make install' to prevent a sandbox access 
violation
+   emake DESTDIR="${D}" \
+   GRASSTABLES_DIR="${D}$(gdal-config --prefix)/share/gdal/grass" \
+   AUTOLOAD_DIR="${D}/usr/$(get_libdir)/gdalplugins" \
+   install
+}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gdal-grass/

2016-03-14 Thread Sam Jorna
commit: 06aad68e15adc38a588a11c3a5adbb9b5571ba87
Author: Sam Jorna  gentoo  org>
AuthorDate: Mon Mar 14 23:33:15 2016 +
Commit: Sam Jorna  gentoo  org>
CommitDate: Mon Mar 14 23:33:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06aad68e

sci-geosciences/gdal-grass: update metadata

Package-Manager: portage-2.2.28

 sci-geosciences/gdal-grass/metadata.xml | 7 +--
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/sci-geosciences/gdal-grass/metadata.xml 
b/sci-geosciences/gdal-grass/metadata.xml
index 7b7f65f..927df4a 100644
--- a/sci-geosciences/gdal-grass/metadata.xml
+++ b/sci-geosciences/gdal-grass/metadata.xml
@@ -2,18 +2,13 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
   
-wra...@wraeth.id.au
+wra...@gentoo.org
 Sam Jorna
-Proxy maintainer - assign bugs to him
   
   
 sci-geoscien...@gentoo.org
 Gentoo Geosciences Project
   
-  
-proxy-ma...@gentoo.org
-Proxy Maintainers
-  
   
 Include support for 
dev-db/postgresql
   



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gdal-grass/

2015-12-26 Thread Amy Winston
commit: e2c276c3de2111874a92d3f321263a218d809209
Author: Amy Winston  gentoo  org>
AuthorDate: Sat Dec 26 22:14:41 2015 +
Commit: Amy Winston  gentoo  org>
CommitDate: Sat Dec 26 22:29:39 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2c276c3

sci-geosciences/gdal-grass: slot specification fixed bug #568414.By wraeth

Package-Manager: portage-2.2.24

 .../gdal-grass/{gdal-grass-2.0.0.ebuild => gdal-grass-2.0.0-r1.ebuild}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-geosciences/gdal-grass/gdal-grass-2.0.0.ebuild 
b/sci-geosciences/gdal-grass/gdal-grass-2.0.0-r1.ebuild
similarity index 96%
rename from sci-geosciences/gdal-grass/gdal-grass-2.0.0.ebuild
rename to sci-geosciences/gdal-grass/gdal-grass-2.0.0-r1.ebuild
index c8b1e32..9fc8276 100644
--- a/sci-geosciences/gdal-grass/gdal-grass-2.0.0.ebuild
+++ b/sci-geosciences/gdal-grass/gdal-grass-2.0.0-r1.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="postgres"
 RDEPEND="
>=sci-libs/gdal-2.0.0
-   >=sci-geosciences/grass-7.0.1-r3
+   sci-geosciences/grass:0=
 "
 DEPEND="${RDEPEND}
dev-libs/expat



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gdal-grass/

2015-12-01 Thread Ian Delaney
commit: 0dfb9a9a837f12b60e913cac532562d1fa43dc9a
Author: Ian Delaney  gentoo  org>
AuthorDate: Tue Dec  1 08:36:54 2015 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Tue Dec  1 08:36:54 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dfb9a9a

sci-geosciences/gdal-grass: remove pmasked and broken vn. 1.4.3-r1

Package-Manager: portage-2.2.24

 sci-geosciences/gdal-grass/Manifest|  1 -
 .../gdal-grass/gdal-grass-1.4.3-r1.ebuild  | 41 --
 2 files changed, 42 deletions(-)

diff --git a/sci-geosciences/gdal-grass/Manifest 
b/sci-geosciences/gdal-grass/Manifest
index 3d79fa2..a6b2968 100644
--- a/sci-geosciences/gdal-grass/Manifest
+++ b/sci-geosciences/gdal-grass/Manifest
@@ -1,2 +1 @@
-DIST gdal-grass-1.4.3.tar.gz 47527 SHA256 
ea18d1e773e8875aaf3261a6ccd2a5fa22d998f064196399dfe73d991688f1dd SHA512 
641b407fed045b943be33a0fe9f699628a1b84349accf8128641f96c8f0f46b675106a9772d40bf63a2f81cdf01ed67869bab0966fc88021c512dc531307
 WHIRLPOOL 
c37424a15b8796dee5226c086b84eba9dbdfb380fc035297cedc665182037c33f4f032c4f95b032d187d76804540f960eaf909d06cf1360e04c78f1fe85cea1d
 DIST gdal-grass-2.0.0.tar.gz 56286 SHA256 
e05b4bedb67d624b86b84fc23a680fc408c6c3444dc94555f6f6febc3c506e69 SHA512 
cefa60773c2acd5c1627b896e3298d02f51979c12f70ce67b88c0b886a13de2f62821a3d3e50984f5c676ef37819c685795949b06db57004a0edf8039e898d7e
 WHIRLPOOL 
c6c0bf3a06388188a173c14f6f8f4cbe295f849c5950c68f413a357fb4efaf2ddb5a78ea4ced7bd4b6786c979299b7dc5754196ee68ee87a31962f578599a90a

diff --git a/sci-geosciences/gdal-grass/gdal-grass-1.4.3-r1.ebuild 
b/sci-geosciences/gdal-grass/gdal-grass-1.4.3-r1.ebuild
deleted file mode 100644
index c739c40..000
--- a/sci-geosciences/gdal-grass/gdal-grass-1.4.3-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit eutils
-
-DESCRIPTION="GDAL plugin to access GRASS data"
-HOMEPAGE="http://www.gdal.org/;
-SRC_URI="http://download.osgeo.org/gdal/${P}.tar.gz;
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="amd64 x86"
-
-IUSE=""
-
-RDEPEND="
-   sci-libs/gdal
-   >=sci-geosciences/grass-6.4.0_rc6
-"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   epatch "${FILESDIR}/${PN}-makefile.patch"
-}
-
-src_configure() {
-   econf \
-   --with-grass=$(pkg-config grass --variable grassdir) \
-   --with-gdal
-}
-
-src_install() {
-   #pass the right variables to 'make install' to prevent a sandbox access 
violation
-   emake DESTDIR="${D}" \
-   GRASSTABLES_DIR="${D}$(gdal-config --prefix)/share/gdal/grass" \
-   AUTOLOAD_DIR="${D}/usr/$(get_libdir)/gdalplugins" \
-   install
-}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gdal-grass/

2015-10-29 Thread Justin Lecher
commit: ac6b0176cd43caf31dcd1a0e6506f766fb70ba81
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Oct 29 07:13:56 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Oct 29 07:13:56 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac6b0176

sci-geosciences/gdal-grass: Adopt deps to recent changes in grass

Drop invalid use of ROOT

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher  gentoo.org>

 sci-geosciences/gdal-grass/gdal-grass-2.0.0.ebuild | 11 +--
 sci-geosciences/gdal-grass/metadata.xml| 20 ++--
 2 files changed, 15 insertions(+), 16 deletions(-)

diff --git a/sci-geosciences/gdal-grass/gdal-grass-2.0.0.ebuild 
b/sci-geosciences/gdal-grass/gdal-grass-2.0.0.ebuild
index b36f1f9..c8b1e32 100644
--- a/sci-geosciences/gdal-grass/gdal-grass-2.0.0.ebuild
+++ b/sci-geosciences/gdal-grass/gdal-grass-2.0.0.ebuild
@@ -15,10 +15,9 @@ LICENSE="MIT"
 KEYWORDS="~amd64 ~x86"
 
 IUSE="postgres"
-
 RDEPEND="
>=sci-libs/gdal-2.0.0
-   >=sci-geosciences/grass-7.0.1[gdal]
+   >=sci-geosciences/grass-7.0.1-r3
 "
 DEPEND="${RDEPEND}
dev-libs/expat
@@ -37,9 +36,9 @@ src_prepare() {
 
 src_configure() {
econf \
-   --with-grass="${ROOT}/usr/$(get_libdir)/grass70" \
-   --with-gdal="${ROOT}/usr/bin/gdal-config" \
-   $(use_with postgres postgres-includes 
"${ROOT}/usr/include/postgresql")
+   --with-grass="/usr/$(get_libdir)/grass70" \
+   --with-gdal="/usr/bin/gdal-config" \
+   $(use_with postgres postgres-includes "/usr/include/postgresql")
 }
 
 src_install() {
@@ -48,4 +47,4 @@ src_install() {
GRASSTABLES_DIR="${D}$(gdal-config --prefix)/share/gdal/grass" \
AUTOLOAD_DIR="${D}/usr/$(get_libdir)/gdalplugins" \
install
-}
\ No newline at end of file
+}

diff --git a/sci-geosciences/gdal-grass/metadata.xml 
b/sci-geosciences/gdal-grass/metadata.xml
index 152a2cd..cbf8066 100644
--- a/sci-geosciences/gdal-grass/metadata.xml
+++ b/sci-geosciences/gdal-grass/metadata.xml
@@ -1,14 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-sci-geosciences
-proxy-maintainers
-wra...@wraeth.id.au
-Sam Jorna
-Proxy maintainer - assign bugs to 
him
-
-
-Include support for 
dev-db/postgresql
-
+  sci-geosciences
+  proxy-maintainers
+  
+wra...@wraeth.id.au
+Sam Jorna
+Proxy maintainer - assign bugs to him
+  
+  
+Include support for 
dev-db/postgresql
+  
 
-



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gdal-grass/

2015-10-21 Thread Amy Winston
commit: baa266da685b6e09e799ccacff934b3dd876d91e
Author: Amy Winston  gentoo  org>
AuthorDate: Wed Oct 21 15:28:36 2015 +
Commit: Amy Winston  gentoo  org>
CommitDate: Wed Oct 21 15:29:53 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baa266da

sci-geosciences/gdal-grass: version bump bug #563688,add wraeth to maintainers. 
By wraeth.

Package-Manager: portage-2.2.20.1

 sci-geosciences/gdal-grass/Manifest|  1 +
 sci-geosciences/gdal-grass/gdal-grass-2.0.0.ebuild | 51 ++
 sci-geosciences/gdal-grass/metadata.xml|  8 
 3 files changed, 60 insertions(+)

diff --git a/sci-geosciences/gdal-grass/Manifest 
b/sci-geosciences/gdal-grass/Manifest
index 6056c17..3d79fa2 100644
--- a/sci-geosciences/gdal-grass/Manifest
+++ b/sci-geosciences/gdal-grass/Manifest
@@ -1 +1,2 @@
 DIST gdal-grass-1.4.3.tar.gz 47527 SHA256 
ea18d1e773e8875aaf3261a6ccd2a5fa22d998f064196399dfe73d991688f1dd SHA512 
641b407fed045b943be33a0fe9f699628a1b84349accf8128641f96c8f0f46b675106a9772d40bf63a2f81cdf01ed67869bab0966fc88021c512dc531307
 WHIRLPOOL 
c37424a15b8796dee5226c086b84eba9dbdfb380fc035297cedc665182037c33f4f032c4f95b032d187d76804540f960eaf909d06cf1360e04c78f1fe85cea1d
+DIST gdal-grass-2.0.0.tar.gz 56286 SHA256 
e05b4bedb67d624b86b84fc23a680fc408c6c3444dc94555f6f6febc3c506e69 SHA512 
cefa60773c2acd5c1627b896e3298d02f51979c12f70ce67b88c0b886a13de2f62821a3d3e50984f5c676ef37819c685795949b06db57004a0edf8039e898d7e
 WHIRLPOOL 
c6c0bf3a06388188a173c14f6f8f4cbe295f849c5950c68f413a357fb4efaf2ddb5a78ea4ced7bd4b6786c979299b7dc5754196ee68ee87a31962f578599a90a

diff --git a/sci-geosciences/gdal-grass/gdal-grass-2.0.0.ebuild 
b/sci-geosciences/gdal-grass/gdal-grass-2.0.0.ebuild
new file mode 100644
index 000..b36f1f9
--- /dev/null
+++ b/sci-geosciences/gdal-grass/gdal-grass-2.0.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils
+
+DESCRIPTION="GDAL plugin to access GRASS data"
+HOMEPAGE="http://www.gdal.org/;
+SRC_URI="http://download.osgeo.org/gdal/${PV}/${P}.tar.gz;
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="postgres"
+
+RDEPEND="
+   >=sci-libs/gdal-2.0.0
+   >=sci-geosciences/grass-7.0.1[gdal]
+"
+DEPEND="${RDEPEND}
+   dev-libs/expat
+   dev-libs/json-c
+   virtual/jpeg
+   media-libs/tiff
+   sci-libs/libgeotiff
+   sci-libs/proj
+   sys-libs/zlib
+   postgres? ( dev-db/postgresql )"
+
+src_prepare() {
+   # fix mkdir not called with -p in Makefile
+   epatch "${FILESDIR}/gdal-grass-makefile.patch"
+}
+
+src_configure() {
+   econf \
+   --with-grass="${ROOT}/usr/$(get_libdir)/grass70" \
+   --with-gdal="${ROOT}/usr/bin/gdal-config" \
+   $(use_with postgres postgres-includes 
"${ROOT}/usr/include/postgresql")
+}
+
+src_install() {
+   #pass the right variables to 'make install' to prevent a sandbox access 
violation
+   emake DESTDIR="${D}" \
+   GRASSTABLES_DIR="${D}$(gdal-config --prefix)/share/gdal/grass" \
+   AUTOLOAD_DIR="${D}/usr/$(get_libdir)/gdalplugins" \
+   install
+}
\ No newline at end of file

diff --git a/sci-geosciences/gdal-grass/metadata.xml 
b/sci-geosciences/gdal-grass/metadata.xml
index 0fcb660..152a2cd 100644
--- a/sci-geosciences/gdal-grass/metadata.xml
+++ b/sci-geosciences/gdal-grass/metadata.xml
@@ -2,5 +2,13 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
 sci-geosciences
+proxy-maintainers
+wra...@wraeth.id.au
+Sam Jorna
+Proxy maintainer - assign bugs to 
him
+
+
+Include support for 
dev-db/postgresql
+