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/, sci-geosciences/laszip/files/
Date: Thu, 27 Jun 2019 17:21:25
Message-Id: 1561655881.f2d3783fe07282a73b791c6078e5caccd6ffe1f0.asturm@gentoo
1 commit: f2d3783fe07282a73b791c6078e5caccd6ffe1f0
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 27 12:26:08 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 27 17:18:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2d3783f
7
8 sci-geosciences/laszip: Drop 2.2.0
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.16
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 sci-geosciences/laszip/Manifest | 1 -
14 .../files/laszip-2.2.0_fix-build-system.patch | 50 ----------------------
15 sci-geosciences/laszip/laszip-2.2.0.ebuild | 26 -----------
16 3 files changed, 77 deletions(-)
17
18 diff --git a/sci-geosciences/laszip/Manifest b/sci-geosciences/laszip/Manifest
19 index 42e07c62c7b..f9670a5d9cc 100644
20 --- a/sci-geosciences/laszip/Manifest
21 +++ b/sci-geosciences/laszip/Manifest
22 @@ -1,2 +1 @@
23 -DIST laszip-src-2.2.0.tar.gz 407457 BLAKE2B d183ab6acf67708b3fc293ade228f516cc364d4cd494f5758cbba93969605f66e450aaa01a07660fd8976031b7747b40e0400573558d0f14b0e19874bf7d9fe3 SHA512 44dacb0d0ab79ac02c784549f42c4522451646b322835afc78fbf8bb82be40e023d374635c2a18989c73a5553e05b55d7c32f35d510f816704020b0e02365824
24 DIST laszip-src-3.4.1.tar.gz 219421 BLAKE2B b1bb3f66d9209c6a137af84c8d220ee6a50309139721b8e0befb4f56991e8153fc6446666ca5c2cdcb57abf297694f1f679a3961dabdff6450bc6dcc965ef6cd SHA512 001602a602dda1e43a08ee306b9c7c23faaf5777d551c269aac4a21b1c99449d2f12f46a0f95ff237003a0ab691eaca15b43b2f4d354651abc5d54930a39a134
25
26 diff --git a/sci-geosciences/laszip/files/laszip-2.2.0_fix-build-system.patch b/sci-geosciences/laszip/files/laszip-2.2.0_fix-build-system.patch
27 deleted file mode 100644
28 index 4587331eba3..00000000000
29 --- a/sci-geosciences/laszip/files/laszip-2.2.0_fix-build-system.patch
30 +++ /dev/null
31 @@ -1,50 +0,0 @@
32 ---- laszip-src-2.2.0/configure.ac
33 -+++ laszip-src-2.2.0/configure.ac
34 -@@ -21,9 +21,6 @@
35 -
36 - m4_define([debug_default],[no])
37 -
38 --CFLAGS="-Wall -Wno-long-long -pedantic $CFLAGS"
39 --CXXFLAGS="-Wall -Wno-long-long -pedantic -std=c++98 $CXXFLAGS"
40 --
41 - dnl #########################################################################
42 - dnl Checks for programs.
43 - dnl #########################################################################
44 -@@ -68,8 +65,8 @@
45 - CXXFLAGS="$CXXFLAGS -g -DDEBUG"
46 - AC_MSG_RESULT(yes)
47 - else
48 -- CFLAGS="$CFLAGS -O3 -DNDEBUG"
49 -- CXXFLAGS="$CXXFLAGS -O3 -DNDEBUG"
50 -+ CFLAGS="$CFLAGS -DNDEBUG"
51 -+ CXXFLAGS="$CXXFLAGS -DNDEBUG"
52 - AC_MSG_RESULT(no)
53 - fi
54 -
55 ---- laszip-src-2.2.0/src/Makefile.am
56 -+++ laszip-src-2.2.0/src/Makefile.am
57 -@@ -1,6 +1,6 @@
58 - SUBDIRS = .
59 -
60 --AM_CPPFLAGS = -I. -I../include -I../include/laszip
61 -+AM_CPPFLAGS = -I. -I$(top_srcdir)/include -I$(top_srcdir)/include/laszip
62 - noinst_LTLIBRARIES = liblibrary.la
63 -
64 - liblibrary_la_SOURCES = arithmeticmodel.cpp \
65 ---- laszip-src-2.2.0/tools/Makefile.am
66 -+++ laszip-src-2.2.0/tools/Makefile.am
67 -@@ -1,5 +1,5 @@
68 -
69 --AM_CPPFLAGS = -I../include -I../include/laszip
70 -+AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/include/laszip
71 - LDADD = ../liblaszip.la
72 -
73 - laszippertest_SOURCES = laszippertest.cpp
74 ---- laszip-src-2.2.0/include/laszip/Makefile.am
75 -+++ laszip-src-2.2.0/include/laszip/Makefile.am
76 -@@ -1,4 +1,4 @@
77 --laszipdir = $(includedir)/
78 -+laszipdir = $(includedir)/laszip/
79 -
80 - laszip_HEADERS = lasunzipper.hpp \
81 - laszip.hpp \
82
83 diff --git a/sci-geosciences/laszip/laszip-2.2.0.ebuild b/sci-geosciences/laszip/laszip-2.2.0.ebuild
84 deleted file mode 100644
85 index 02addaad7d0..00000000000
86 --- a/sci-geosciences/laszip/laszip-2.2.0.ebuild
87 +++ /dev/null
88 @@ -1,26 +0,0 @@
89 -# Copyright 1999-2019 Gentoo Authors
90 -# Distributed under the terms of the GNU General Public License v2
91 -
92 -EAPI=5
93 -
94 -AUTOTOOLS_AUTORECONF=1
95 -inherit autotools-utils flag-o-matic
96 -
97 -DESCRIPTION="Library for free and lossless compression of the LAS LiDAR format"
98 -HOMEPAGE="https://laszip.org/"
99 -SRC_URI="https://github.com/LASzip/LASzip/releases/download/v${PV}/${PN}-src-${PV}.tar.gz"
100 -
101 -SLOT="0"
102 -LICENSE="LGPL-2.1+"
103 -KEYWORDS="amd64 ~ia64 ppc ppc64 x86"
104 -
105 -S="${WORKDIR}/${PN}-src-${PV}"
106 -
107 -PATCHES=(
108 - "${FILESDIR}"/${P}_fix-build-system.patch
109 -)
110 -
111 -src_configure() {
112 - append-flags -fno-strict-aliasing
113 - autotools-utils_src_configure
114 -}