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 17C9E138334 for ; Fri, 24 May 2019 19:26:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F20DFE089E; Fri, 24 May 2019 19:26:11 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 D1E7BE089A for ; Fri, 24 May 2019 19:26:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2F380344FAE for ; Fri, 24 May 2019 19:26:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 004FB5FD for ; Fri, 24 May 2019 19:26:07 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1558725946.271f0d7368fe7f03905f81632c4b8a293a7acba9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/laszip/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/laszip/Manifest sci-geosciences/laszip/laszip-3.4.1.ebuild X-VCS-Directories: sci-geosciences/laszip/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 271f0d7368fe7f03905f81632c4b8a293a7acba9 X-VCS-Branch: master Date: Fri, 24 May 2019 19:26:07 +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: 01f6f804-e9eb-4d00-b507-93becf00d2fd X-Archives-Hash: 4048b0424564b65fb73b4ccc5957b308 commit: 271f0d7368fe7f03905f81632c4b8a293a7acba9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri May 24 19:01:28 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri May 24 19:25:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=271f0d73 sci-geosciences/laszip: 3.4.1 version bump, EAPI-7 bump, cmake-utils No more multilib; nothing in Gentoo ebuild repo makes use of it. Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-geosciences/laszip/Manifest | 1 + sci-geosciences/laszip/laszip-3.4.1.ebuild | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/sci-geosciences/laszip/Manifest b/sci-geosciences/laszip/Manifest index 65f449ab985..42e07c62c7b 100644 --- a/sci-geosciences/laszip/Manifest +++ b/sci-geosciences/laszip/Manifest @@ -1 +1,2 @@ DIST laszip-src-2.2.0.tar.gz 407457 BLAKE2B d183ab6acf67708b3fc293ade228f516cc364d4cd494f5758cbba93969605f66e450aaa01a07660fd8976031b7747b40e0400573558d0f14b0e19874bf7d9fe3 SHA512 44dacb0d0ab79ac02c784549f42c4522451646b322835afc78fbf8bb82be40e023d374635c2a18989c73a5553e05b55d7c32f35d510f816704020b0e02365824 +DIST laszip-src-3.4.1.tar.gz 219421 BLAKE2B b1bb3f66d9209c6a137af84c8d220ee6a50309139721b8e0befb4f56991e8153fc6446666ca5c2cdcb57abf297694f1f679a3961dabdff6450bc6dcc965ef6cd SHA512 001602a602dda1e43a08ee306b9c7c23faaf5777d551c269aac4a21b1c99449d2f12f46a0f95ff237003a0ab691eaca15b43b2f4d354651abc5d54930a39a134 diff --git a/sci-geosciences/laszip/laszip-3.4.1.ebuild b/sci-geosciences/laszip/laszip-3.4.1.ebuild new file mode 100644 index 00000000000..27cff79b9aa --- /dev/null +++ b/sci-geosciences/laszip/laszip-3.4.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake-utils + +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 ~ia64 ~ppc ~ppc64 ~x86" + +S="${WORKDIR}/${PN}-src-${PV}"