From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2B8701384B4 for ; Tue, 1 Dec 2015 08:38:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7705821C014; Tue, 1 Dec 2015 08:38:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA02921C014 for ; Tue, 1 Dec 2015 08:38:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C5838340686 for ; Tue, 1 Dec 2015 08:38:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98FB2612 for ; Tue, 1 Dec 2015 08:38:50 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1448959014.0dfb9a9a837f12b60e913cac532562d1fa43dc9a.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gdal-grass/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/gdal-grass/Manifest sci-geosciences/gdal-grass/gdal-grass-1.4.3-r1.ebuild X-VCS-Directories: sci-geosciences/gdal-grass/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 0dfb9a9a837f12b60e913cac532562d1fa43dc9a X-VCS-Branch: master Date: Tue, 1 Dec 2015 08:38:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2bf8aea0-9de2-4428-a197-ca26c894a4de X-Archives-Hash: 1690117d4770cfa5c5f35a7b4f9702f7 commit: 0dfb9a9a837f12b60e913cac532562d1fa43dc9a Author: Ian Delaney gentoo org> AuthorDate: Tue Dec 1 08:36:54 2015 +0000 Commit: Ian Delaney gentoo 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 -}