From a66ce8ae0d69b2ed3634b41c1d8dc4d66e7df47c Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 21 Sep 2020 08:00:19 +0200 Subject: sci-geosciences/gdal-grass: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/735458 Signed-off-by: Michał Górny --- sci-geosciences/gdal-grass/Manifest | 1 - sci-geosciences/gdal-grass/gdal-grass-2.1.3.ebuild | 49 ---------------------- sci-geosciences/gdal-grass/metadata.xml | 11 ----- 3 files changed, 61 deletions(-) delete mode 100644 sci-geosciences/gdal-grass/Manifest delete mode 100644 sci-geosciences/gdal-grass/gdal-grass-2.1.3.ebuild delete mode 100644 sci-geosciences/gdal-grass/metadata.xml (limited to 'sci-geosciences') diff --git a/sci-geosciences/gdal-grass/Manifest b/sci-geosciences/gdal-grass/Manifest deleted file mode 100644 index 347130c95f93..000000000000 --- 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 745a05ffcfa8..000000000000 --- 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 4c161841a958..000000000000 --- a/sci-geosciences/gdal-grass/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - sci-geosciences@gentoo.org - Gentoo Geosciences Project - - - Include support for dev-db/postgresql - - -- cgit v1.2.3-65-gdbad