From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BA1061382C5 for ; Tue, 15 Dec 2020 03:40:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 030A8E08F4; Tue, 15 Dec 2020 03:40:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DC0B9E08F4 for ; Tue, 15 Dec 2020 03:40:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B879733BF43 for ; Tue, 15 Dec 2020 03:40:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D16B49 for ; Tue, 15 Dec 2020 03:40:13 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1608003600.5f4298fcb10f68d72d72188a239ad38a6e26941f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/gdal/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/gdal/gdal-3.2.0-r1.ebuild sci-libs/gdal/gdal-3.2.0.ebuild X-VCS-Directories: sci-libs/gdal/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5f4298fcb10f68d72d72188a239ad38a6e26941f X-VCS-Branch: master Date: Tue, 15 Dec 2020 03:40:13 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cff98b6f-4d7a-4d28-bc0a-d5402e90e423 X-Archives-Hash: 9538b749ef9e614bc5a3e1e72f1f2e46 commit: 5f4298fcb10f68d72d72188a239ad38a6e26941f Author: Daniel M. Weeks danweeks net> AuthorDate: Sat Dec 12 16:27:23 2020 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 15 03:40:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f4298fc sci-libs/gdal: Fix 3.2.0 configure options and subslot * SDE was dropped by upstream for 3.2.0. * SONAME changed from 3.0.0 to 3.2.0 Closes: https://bugs.gentoo.org/759340 Closes: https://bugs.gentoo.org/759538 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Daniel M. Weeks danweeks.net> Closes: https://github.com/gentoo/gentoo/pull/18621 Signed-off-by: Sam James gentoo.org> sci-libs/gdal/{gdal-3.2.0.ebuild => gdal-3.2.0-r1.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sci-libs/gdal/gdal-3.2.0.ebuild b/sci-libs/gdal/gdal-3.2.0-r1.ebuild similarity index 99% rename from sci-libs/gdal/gdal-3.2.0.ebuild rename to sci-libs/gdal/gdal-3.2.0-r1.ebuild index 22a0b053322..ae2043bc588 100644 --- a/sci-libs/gdal/gdal-3.2.0.ebuild +++ b/sci-libs/gdal/gdal-3.2.0-r1.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="Translator library for raster geospatial data formats (includes OGR HOMEPAGE="https://gdal.org/" SRC_URI="https://download.osgeo.org/${PN}/${PV}/${P}.tar.gz" -SLOT="0/3.0" +SLOT="0/3.2" LICENSE="BSD Info-ZIP MIT" KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="armadillo +aux-xml curl debug doc fits geos gif gml hdf5 java jpeg jpeg2k lzma mdb mysql netcdf odbc ogdi opencl oracle pdf perl png postgres python spatialite sqlite threads webp xls zstd" @@ -162,7 +162,6 @@ src_configure() { --without-podofo --without-python --without-qhull - --without-sde --without-sfcgal --without-sosi --without-teigha