Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/laszip/
Date: Fri, 24 May 2019 19:26:15
Message-Id: 1558725946.271f0d7368fe7f03905f81632c4b8a293a7acba9.asturm@gentoo
1 commit: 271f0d7368fe7f03905f81632c4b8a293a7acba9
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 24 19:01:28 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri May 24 19:25:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=271f0d73
7
8 sci-geosciences/laszip: 3.4.1 version bump, EAPI-7 bump, cmake-utils
9
10 No more multilib; nothing in Gentoo ebuild repo makes use of it.
11
12 Package-Manager: Portage-2.3.66, Repoman-2.3.12
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 sci-geosciences/laszip/Manifest | 1 +
16 sci-geosciences/laszip/laszip-3.4.1.ebuild | 16 ++++++++++++++++
17 2 files changed, 17 insertions(+)
18
19 diff --git a/sci-geosciences/laszip/Manifest b/sci-geosciences/laszip/Manifest
20 index 65f449ab985..42e07c62c7b 100644
21 --- a/sci-geosciences/laszip/Manifest
22 +++ b/sci-geosciences/laszip/Manifest
23 @@ -1 +1,2 @@
24 DIST laszip-src-2.2.0.tar.gz 407457 BLAKE2B d183ab6acf67708b3fc293ade228f516cc364d4cd494f5758cbba93969605f66e450aaa01a07660fd8976031b7747b40e0400573558d0f14b0e19874bf7d9fe3 SHA512 44dacb0d0ab79ac02c784549f42c4522451646b322835afc78fbf8bb82be40e023d374635c2a18989c73a5553e05b55d7c32f35d510f816704020b0e02365824
25 +DIST laszip-src-3.4.1.tar.gz 219421 BLAKE2B b1bb3f66d9209c6a137af84c8d220ee6a50309139721b8e0befb4f56991e8153fc6446666ca5c2cdcb57abf297694f1f679a3961dabdff6450bc6dcc965ef6cd SHA512 001602a602dda1e43a08ee306b9c7c23faaf5777d551c269aac4a21b1c99449d2f12f46a0f95ff237003a0ab691eaca15b43b2f4d354651abc5d54930a39a134
26
27 diff --git a/sci-geosciences/laszip/laszip-3.4.1.ebuild b/sci-geosciences/laszip/laszip-3.4.1.ebuild
28 new file mode 100644
29 index 00000000000..27cff79b9aa
30 --- /dev/null
31 +++ b/sci-geosciences/laszip/laszip-3.4.1.ebuild
32 @@ -0,0 +1,16 @@
33 +# Copyright 1999-2019 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +inherit cmake-utils
39 +
40 +DESCRIPTION="Library for free and lossless compression of the LAS LiDAR format"
41 +HOMEPAGE="https://laszip.org/"
42 +SRC_URI="https://github.com/LASzip/LASzip/releases/download/${PV}/${PN}-src-${PV}.tar.gz"
43 +
44 +SLOT="0"
45 +LICENSE="LGPL-2.1+"
46 +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
47 +
48 +S="${WORKDIR}/${PN}-src-${PV}"