Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gdal-grass/
Date: Thu, 27 Jun 2019 17:21:27
Message-Id: 1561655883.40b81a009d6a950919bf028d2ad1078338b06ff2.asturm@gentoo
1 commit: 40b81a009d6a950919bf028d2ad1078338b06ff2
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 27 13:56:38 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 27 17:18:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40b81a00
7
8 sci-geosciences/gdal-grass: Drop old
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.16
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 sci-geosciences/gdal-grass/Manifest | 2 -
14 .../gdal-grass/gdal-grass-2.0.0-r1.ebuild | 53 ----------------------
15 sci-geosciences/gdal-grass/gdal-grass-2.1.0.ebuild | 51 ---------------------
16 3 files changed, 106 deletions(-)
17
18 diff --git a/sci-geosciences/gdal-grass/Manifest b/sci-geosciences/gdal-grass/Manifest
19 index 2a77e722285..347130c95f9 100644
20 --- a/sci-geosciences/gdal-grass/Manifest
21 +++ b/sci-geosciences/gdal-grass/Manifest
22 @@ -1,3 +1 @@
23 -DIST gdal-grass-2.0.0.tar.gz 56286 BLAKE2B 191402442bc3c16f3d07f538b9eae266e75c74efbecb235dc11cb3529e4758fc8354ab5e65ec4a8805595c6f1209d70e5f76a7006d546eb3d2e8f9e4966842ff SHA512 cefa60773c2acd5c1627b896e3298d02f51979c12f70ce67b88c0b886a13de2f62821a3d3e50984f5c676ef37819c685795949b06db57004a0edf8039e898d7e
24 -DIST gdal-grass-2.1.0.tar.gz 54299 BLAKE2B 09b9a408584618cefcc989feebc75431ae3efed2c9f6504e65ccf28bbc02a6e5125cb049accece7fd598aeef0bb1d5cb572067fc5a764a49c99627132d650f65 SHA512 fb06b71839849de413f68beb8f2cd1c2273cc48b5205fe1b255ffc4976f8f913b4b226eba186a24f5b40fe5fbb1ceeab760d06915222e4a4b269a6fbc7bc9417
25 DIST gdal-grass-2.1.3.tar.gz 54478 BLAKE2B 172200d8362b12583f0f73316b8c6d34875682c9d76c095745152c8d4fd1da1d9d1e94df5928225f6fda5712e987379c7c3192fa81d02b9cee9145fb577faee1 SHA512 c11776f92e591f1c0136e439ab6c672015171c5b750cb9332c73b49b3173c1d57efb4854b152a1d8e1b438c68a1130b4a46a189e1be0b99af9a8fb931f246e39
26
27 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
28 deleted file mode 100644
29 index b480a2b497b..00000000000
30 --- a/sci-geosciences/gdal-grass/gdal-grass-2.0.0-r1.ebuild
31 +++ /dev/null
32 @@ -1,53 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -inherit eutils
39 -
40 -DESCRIPTION="GDAL plugin to access GRASS data"
41 -HOMEPAGE="https://www.gdal.org/"
42 -SRC_URI="https://download.osgeo.org/gdal/${PV}/${P}.tar.gz"
43 -
44 -SLOT="0"
45 -LICENSE="MIT"
46 -KEYWORDS="~amd64 ~x86"
47 -
48 -IUSE="postgres"
49 -RDEPEND="
50 - >=sci-libs/gdal-2.0.0
51 - sci-geosciences/grass:0=
52 -"
53 -DEPEND="${RDEPEND}
54 - dev-libs/expat
55 - dev-libs/json-c:=
56 - virtual/jpeg
57 - media-libs/tiff
58 - sci-libs/libgeotiff
59 - sci-libs/proj
60 - sys-libs/zlib
61 - postgres? ( dev-db/postgresql )"
62 -
63 -# these drivers are copied at install from the already installed GRASS
64 -QA_PREBUILT="/usr/share/gdal/grass/driver/db/*"
65 -
66 -src_prepare() {
67 - sed -e 's:mkdir ${GRASSTABLES_DIR}$:mkdir -p ${GRASSTABLES_DIR}:' \
68 - -i Makefile.in || die
69 - default
70 -}
71 -
72 -src_configure() {
73 - econf \
74 - --with-grass="/usr/$(get_libdir)/grass70" \
75 - --with-gdal="/usr/bin/gdal-config" \
76 - $(use_with postgres postgres-includes "/usr/include/postgresql")
77 -}
78 -
79 -src_install() {
80 - #pass the right variables to 'make install' to prevent a sandbox access violation
81 - emake DESTDIR="${D}" \
82 - GRASSTABLES_DIR="${D}$(gdal-config --prefix)/share/gdal/grass" \
83 - AUTOLOAD_DIR="${D}/usr/$(get_libdir)/gdalplugins" \
84 - install
85 -}
86
87 diff --git a/sci-geosciences/gdal-grass/gdal-grass-2.1.0.ebuild b/sci-geosciences/gdal-grass/gdal-grass-2.1.0.ebuild
88 deleted file mode 100644
89 index 1d121dde920..00000000000
90 --- a/sci-geosciences/gdal-grass/gdal-grass-2.1.0.ebuild
91 +++ /dev/null
92 @@ -1,51 +0,0 @@
93 -# Copyright 1999-2019 Gentoo Authors
94 -# Distributed under the terms of the GNU General Public License v2
95 -
96 -EAPI=6
97 -
98 -DESCRIPTION="GDAL plugin to access GRASS data"
99 -HOMEPAGE="https://www.gdal.org/"
100 -SRC_URI="https://download.osgeo.org/gdal/${PV}/${P}.tar.gz"
101 -
102 -SLOT="0"
103 -LICENSE="MIT"
104 -KEYWORDS="~amd64 ~x86"
105 -
106 -IUSE="postgres"
107 -RDEPEND="
108 - >=sci-libs/gdal-2.0.0
109 - sci-geosciences/grass:0=
110 -"
111 -DEPEND="${RDEPEND}
112 - dev-libs/expat
113 - dev-libs/json-c:=
114 - media-libs/tiff
115 - sci-libs/libgeotiff
116 - sci-libs/proj
117 - sys-libs/zlib
118 - virtual/jpeg
119 - postgres? ( dev-db/postgresql )"
120 -
121 -# these drivers are copied at install from the already installed GRASS
122 -QA_PREBUILT="/usr/share/gdal/grass/driver/db/*"
123 -
124 -src_prepare() {
125 - sed -e 's:mkdir ${GRASSTABLES_DIR}$:mkdir -p ${GRASSTABLES_DIR}:' \
126 - -i Makefile.in || die
127 - default
128 -}
129 -
130 -src_configure() {
131 - econf \
132 - --with-grass="/usr/$(get_libdir)/grass70" \
133 - --with-gdal="/usr/bin/gdal-config" \
134 - $(use_with postgres postgres-includes "/usr/include/postgresql")
135 -}
136 -
137 -src_install() {
138 - #pass the right variables to 'make install' to prevent a sandbox access violation
139 - emake DESTDIR="${D}" \
140 - GRASSTABLES_DIR="${D}$(gdal-config --prefix)/share/gdal/grass" \
141 - AUTOLOAD_DIR="${D}/usr/$(get_libdir)/gdalplugins" \
142 - install
143 -}