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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4D88C158041 for ; Thu, 29 Feb 2024 02:44:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 289A8E2A1E; Thu, 29 Feb 2024 02:44:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0DC58E2A1E for ; Thu, 29 Feb 2024 02:44:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E181F34302F for ; Thu, 29 Feb 2024 02:44:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47C4A1384 for ; Thu, 29 Feb 2024 02:43:59 +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: <1709174451.9839b4a88baecc21469f0ed65a8f831c72135b50.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/liblas/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/liblas/liblas-1.8.1-r3.ebuild X-VCS-Directories: sci-geosciences/liblas/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9839b4a88baecc21469f0ed65a8f831c72135b50 X-VCS-Branch: master Date: Thu, 29 Feb 2024 02:43:59 +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: f7e52810-8c2c-4072-ab96-b5019694f3ef X-Archives-Hash: 0ebbd24b4ec1170415e99b3d13093788 commit: 9839b4a88baecc21469f0ed65a8f831c72135b50 Author: Sam James gentoo org> AuthorDate: Thu Feb 29 02:40:10 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Feb 29 02:40:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9839b4a8 sci-geosciences/liblas: style tweak (VariableOrderWrong) Signed-off-by: Sam James gentoo.org> sci-geosciences/liblas/liblas-1.8.1-r3.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sci-geosciences/liblas/liblas-1.8.1-r3.ebuild b/sci-geosciences/liblas/liblas-1.8.1-r3.ebuild index 8865b0241ae5..1c896bcd74f1 100644 --- a/sci-geosciences/liblas/liblas-1.8.1-r3.ebuild +++ b/sci-geosciences/liblas/liblas-1.8.1-r3.ebuild @@ -8,9 +8,10 @@ inherit cmake flag-o-matic DESCRIPTION="C/C++ library for manipulating the LAS LiDAR format common in GIS" HOMEPAGE="https://github.com/libLAS/libLAS/" SRC_URI="https://github.com/libLAS/libLAS/archive/${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/libLAS-${PV}" -SLOT="0" LICENSE="BSD" +SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86" IUSE="gdal" @@ -25,8 +26,6 @@ RDEPEND="${DEPEND}" # tests known to fail due to LD_LIBRARY_PATH issue RESTRICT="test" -S="${WORKDIR}/libLAS-${PV}" - PATCHES=( "${FILESDIR}"/${PN}-1.8.0_remove-std-c++98.patch "${FILESDIR}"/${P}-fix-overload-call.patch # bug 661654