diff --git a/profiles/package.mask b/profiles/package.mask index f816d217d0db8..d19cef1f972c7 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 347130c95f93f..0000000000000 --- 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 745a05ffcfa87..0000000000000 --- 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 4c161841a9584..0000000000000 --- 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 - -