* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gdal-grass/
@ 2015-10-21 15:30 Amy Winston
0 siblings, 0 replies; 12+ messages in thread
From: Amy Winston @ 2015-10-21 15:30 UTC (permalink / raw
To: gentoo-commits
commit: baa266da685b6e09e799ccacff934b3dd876d91e
Author: Amy Winston <amynka <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 21 15:28:36 2015 +0000
Commit: Amy Winston <amynka <AT> gentoo <DOT> org>
CommitDate: Wed Oct 21 15:29:53 2015 +0000
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 641b407fed045b943be33a0fe9f699628a1b84349accf8128641f96c8f0f46b675106a9772d40bf63a2f81cdf01ed67869b3333ab0966fc88021c512dc531307 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 0000000..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 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>sci-geosciences</herd>
+<herd>proxy-maintainers</herd><maintainer>
+ <email>wraeth@wraeth.id.au</email>
+ <name>Sam Jorna</name>
+ <description>Proxy maintainer - assign bugs to him</description>
+ </maintainer>
+ <use>
+ <flag name="postgres">Include support for <pkg>dev-db/postgresql</pkg></flag>
+ </use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gdal-grass/
@ 2015-10-29 7:14 Justin Lecher
0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2015-10-29 7:14 UTC (permalink / raw
To: gentoo-commits
commit: ac6b0176cd43caf31dcd1a0e6506f766fb70ba81
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 29 07:13:56 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Oct 29 07:13:56 2015 +0000
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 <jlec <AT> 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 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci-geosciences</herd>
-<herd>proxy-maintainers</herd><maintainer>
- <email>wraeth@wraeth.id.au</email>
- <name>Sam Jorna</name>
- <description>Proxy maintainer - assign bugs to him</description>
- </maintainer>
- <use>
- <flag name="postgres">Include support for <pkg>dev-db/postgresql</pkg></flag>
- </use>
+ <herd>sci-geosciences</herd>
+ <herd>proxy-maintainers</herd>
+ <maintainer>
+ <email>wraeth@wraeth.id.au</email>
+ <name>Sam Jorna</name>
+ <description>Proxy maintainer - assign bugs to him</description>
+ </maintainer>
+ <use>
+ <flag name="postgres">Include support for <pkg>dev-db/postgresql</pkg></flag>
+ </use>
</pkgmetadata>
-
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gdal-grass/
@ 2015-12-01 8:38 Ian Delaney
0 siblings, 0 replies; 12+ messages in thread
From: Ian Delaney @ 2015-12-01 8:38 UTC (permalink / raw
To: gentoo-commits
commit: 0dfb9a9a837f12b60e913cac532562d1fa43dc9a
Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 1 08:36:54 2015 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Tue Dec 1 08:36:54 2015 +0000
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 641b407fed045b943be33a0fe9f699628a1b84349accf8128641f96c8f0f46b675106a9772d40bf63a2f81cdf01ed67869b3333ab0966fc88021c512dc531307 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..0000000
--- 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
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gdal-grass/
@ 2015-12-26 22:31 Amy Winston
0 siblings, 0 replies; 12+ messages in thread
From: Amy Winston @ 2015-12-26 22:31 UTC (permalink / raw
To: gentoo-commits
commit: e2c276c3de2111874a92d3f321263a218d809209
Author: Amy Winston <amynka <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 26 22:14:41 2015 +0000
Commit: Amy Winston <amynka <AT> gentoo <DOT> org>
CommitDate: Sat Dec 26 22:29:39 2015 +0000
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
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gdal-grass/
@ 2016-03-14 23:37 Sam Jorna
0 siblings, 0 replies; 12+ messages in thread
From: Sam Jorna @ 2016-03-14 23:37 UTC (permalink / raw
To: gentoo-commits
commit: 06aad68e15adc38a588a11c3a5adbb9b5571ba87
Author: Sam Jorna <wraeth <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 23:33:15 2016 +0000
Commit: Sam Jorna <wraeth <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 23:33:15 2016 +0000
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 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
- <email>wraeth@wraeth.id.au</email>
+ <email>wraeth@gentoo.org</email>
<name>Sam Jorna</name>
- <description>Proxy maintainer - assign bugs to him</description>
</maintainer>
<maintainer type="project">
<email>sci-geosciences@gentoo.org</email>
<name>Gentoo Geosciences Project</name>
</maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
<use>
<flag name="postgres">Include support for <pkg>dev-db/postgresql</pkg></flag>
</use>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gdal-grass/
@ 2016-06-08 3:43 Sam Jorna
0 siblings, 0 replies; 12+ messages in thread
From: Sam Jorna @ 2016-06-08 3:43 UTC (permalink / raw
To: gentoo-commits
commit: 3755f809c5278e73f69dc4818b25d16695060446
Author: Sam Jorna <wraeth <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 8 03:22:43 2016 +0000
Commit: Sam Jorna <wraeth <AT> gentoo <DOT> org>
CommitDate: Wed Jun 8 03:43:10 2016 +0000
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 0000000..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
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gdal-grass/
@ 2017-12-19 21:45 Thomas Deutschmann
0 siblings, 0 replies; 12+ messages in thread
From: Thomas Deutschmann @ 2017-12-19 21:45 UTC (permalink / raw
To: gentoo-commits
commit: 01cf72896230f2646dbd7bc8b569a0b3db73a382
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 19 21:42:32 2017 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Dec 19 21:44:50 2017 +0000
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
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gdal-grass/
@ 2018-04-10 1:19 Sam Jorna
0 siblings, 0 replies; 12+ messages in thread
From: Sam Jorna @ 2018-04-10 1:19 UTC (permalink / raw
To: gentoo-commits
commit: 505f09f51ad1e62f03ed752cd322b6a514e330dd
Author: Sam Jorna <wraeth <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 10 01:05:19 2018 +0000
Commit: Sam Jorna <wraeth <AT> gentoo <DOT> org>
CommitDate: Tue Apr 10 01:18:38 2018 +0000
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 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>wraeth@gentoo.org</email>
- <name>Sam Jorna</name>
- </maintainer>
<maintainer type="project">
<email>sci-geosciences@gentoo.org</email>
<name>Gentoo Geosciences Project</name>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gdal-grass/
@ 2019-02-21 10:29 Andreas Sturmlechner
0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2019-02-21 10:29 UTC (permalink / raw
To: gentoo-commits
commit: c973de72a8c8512aa8ed947fe4305bb88eb8eeda
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue Feb 19 19:21:45 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb 21 10:29:09 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c973de72
sci-geosciences/gdal-grass: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11109
Signed-off-by: Andreas Sturmlechner <asturm <AT> 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"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gdal-grass/
@ 2019-02-21 10:29 Andreas Sturmlechner
0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2019-02-21 10:29 UTC (permalink / raw
To: gentoo-commits
commit: 065708f62c6c040cab62c39a7186275ade4586a9
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 21 08:18:45 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb 21 10:29:09 2019 +0000
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 <asturm <AT> 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
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gdal-grass/
@ 2019-02-21 10:29 Andreas Sturmlechner
0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2019-02-21 10:29 UTC (permalink / raw
To: gentoo-commits
commit: a04d91f6d88feddad215c4f8747bcea96a323ba3
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 21 10:23:07 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb 21 10:29:10 2019 +0000
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 <asturm <AT> 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 00000000000..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
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gdal-grass/
@ 2019-06-27 17:21 Andreas Sturmlechner
0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2019-06-27 17:21 UTC (permalink / raw
To: gentoo-commits
commit: 40b81a009d6a950919bf028d2ad1078338b06ff2
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 27 13:56:38 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jun 27 17:18:03 2019 +0000
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 <asturm <AT> 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..00000000000
--- 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..00000000000
--- 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 "/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
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
end of thread, other threads:[~2019-06-27 17:21 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-21 10:29 [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gdal-grass/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2019-06-27 17:21 Andreas Sturmlechner
2019-02-21 10:29 Andreas Sturmlechner
2019-02-21 10:29 Andreas Sturmlechner
2018-04-10 1:19 Sam Jorna
2017-12-19 21:45 Thomas Deutschmann
2016-06-08 3:43 Sam Jorna
2016-03-14 23:37 Sam Jorna
2015-12-26 22:31 Amy Winston
2015-12-01 8:38 Ian Delaney
2015-10-29 7:14 Justin Lecher
2015-10-21 15:30 Amy Winston
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox