commit:     c92e549181c8713a1e15a659d1e79529e9722ba5
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Fri Mar 15 06:54:11 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 15 07:01:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c92e5491

sci-geosciences/laszip: update EAPI 7 -> 8

Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-geosciences/laszip/laszip-3.4.1-r1.ebuild | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/sci-geosciences/laszip/laszip-3.4.1-r1.ebuild 
b/sci-geosciences/laszip/laszip-3.4.1-r1.ebuild
new file mode 100644
index 000000000000..39ce3fba99a0
--- /dev/null
+++ b/sci-geosciences/laszip/laszip-3.4.1-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake flag-o-matic
+
+DESCRIPTION="Library for free and lossless compression of the LAS LiDAR format"
+HOMEPAGE="https://laszip.org/";
+SRC_URI="https://github.com/LASzip/LASzip/releases/download/${PV}/${PN}-src-${PV}.tar.gz";
+
+SLOT="0"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+
+S="${WORKDIR}/${PN}-src-${PV}"
+
+src_configure() {
+       # -Werror=odr
+       # https://bugs.gentoo.org/862582
+       # Fixed in newer version.
+       filter-lto
+
+       cmake_src_configure
+}

Reply via email to