summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-06-27 14:26:08 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-27 19:18:01 +0200
commitf2d3783fe07282a73b791c6078e5caccd6ffe1f0 (patch)
tree3893e685837b9cd6307f48cf8489c7a195d66751 /sci-geosciences
parentmedia-libs/partio: Drop 1.5.0 (diff)
downloadgentoo-f2d3783fe07282a73b791c6078e5caccd6ffe1f0.tar.gz
gentoo-f2d3783fe07282a73b791c6078e5caccd6ffe1f0.tar.bz2
gentoo-f2d3783fe07282a73b791c6078e5caccd6ffe1f0.zip
sci-geosciences/laszip: Drop 2.2.0
Package-Manager: Portage-2.3.67, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r--sci-geosciences/laszip/Manifest1
-rw-r--r--sci-geosciences/laszip/files/laszip-2.2.0_fix-build-system.patch50
-rw-r--r--sci-geosciences/laszip/laszip-2.2.0.ebuild26
3 files changed, 0 insertions, 77 deletions
diff --git a/sci-geosciences/laszip/Manifest b/sci-geosciences/laszip/Manifest
index 42e07c62c7b9..f9670a5d9ccf 100644
--- a/sci-geosciences/laszip/Manifest
+++ b/sci-geosciences/laszip/Manifest
@@ -1,2 +1 @@
-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/files/laszip-2.2.0_fix-build-system.patch b/sci-geosciences/laszip/files/laszip-2.2.0_fix-build-system.patch
deleted file mode 100644
index 4587331eba3f..000000000000
--- a/sci-geosciences/laszip/files/laszip-2.2.0_fix-build-system.patch
+++ /dev/null
@@ -1,50 +0,0 @@
---- laszip-src-2.2.0/configure.ac
-+++ laszip-src-2.2.0/configure.ac
-@@ -21,9 +21,6 @@
-
- m4_define([debug_default],[no])
-
--CFLAGS="-Wall -Wno-long-long -pedantic $CFLAGS"
--CXXFLAGS="-Wall -Wno-long-long -pedantic -std=c++98 $CXXFLAGS"
--
- dnl #########################################################################
- dnl Checks for programs.
- dnl #########################################################################
-@@ -68,8 +65,8 @@
- CXXFLAGS="$CXXFLAGS -g -DDEBUG"
- AC_MSG_RESULT(yes)
- else
-- CFLAGS="$CFLAGS -O3 -DNDEBUG"
-- CXXFLAGS="$CXXFLAGS -O3 -DNDEBUG"
-+ CFLAGS="$CFLAGS -DNDEBUG"
-+ CXXFLAGS="$CXXFLAGS -DNDEBUG"
- AC_MSG_RESULT(no)
- fi
-
---- laszip-src-2.2.0/src/Makefile.am
-+++ laszip-src-2.2.0/src/Makefile.am
-@@ -1,6 +1,6 @@
- SUBDIRS = .
-
--AM_CPPFLAGS = -I. -I../include -I../include/laszip
-+AM_CPPFLAGS = -I. -I$(top_srcdir)/include -I$(top_srcdir)/include/laszip
- noinst_LTLIBRARIES = liblibrary.la
-
- liblibrary_la_SOURCES = arithmeticmodel.cpp \
---- laszip-src-2.2.0/tools/Makefile.am
-+++ laszip-src-2.2.0/tools/Makefile.am
-@@ -1,5 +1,5 @@
-
--AM_CPPFLAGS = -I../include -I../include/laszip
-+AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/include/laszip
- LDADD = ../liblaszip.la
-
- laszippertest_SOURCES = laszippertest.cpp
---- laszip-src-2.2.0/include/laszip/Makefile.am
-+++ laszip-src-2.2.0/include/laszip/Makefile.am
-@@ -1,4 +1,4 @@
--laszipdir = $(includedir)/
-+laszipdir = $(includedir)/laszip/
-
- laszip_HEADERS = lasunzipper.hpp \
- laszip.hpp \
diff --git a/sci-geosciences/laszip/laszip-2.2.0.ebuild b/sci-geosciences/laszip/laszip-2.2.0.ebuild
deleted file mode 100644
index 02addaad7d04..000000000000
--- a/sci-geosciences/laszip/laszip-2.2.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=1
-inherit autotools-utils 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/v${PV}/${PN}-src-${PV}.tar.gz"
-
-SLOT="0"
-LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~ia64 ppc ppc64 x86"
-
-S="${WORKDIR}/${PN}-src-${PV}"
-
-PATCHES=(
- "${FILESDIR}"/${P}_fix-build-system.patch
-)
-
-src_configure() {
- append-flags -fno-strict-aliasing
- autotools-utils_src_configure
-}