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 442231382C5 for ; Mon, 5 Mar 2018 22:14:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CABBE0930; Mon, 5 Mar 2018 22:14:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 46AA6E092F for ; Mon, 5 Mar 2018 22:14:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 139CA335C2E for ; Mon, 5 Mar 2018 22:14:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 896851ED for ; Mon, 5 Mar 2018 22:14:15 +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: <1520288015.794ef62567af5c84e721cf9f971070fab0ee727e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/liblas/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/liblas/Manifest sci-geosciences/liblas/liblas-1.8.0.ebuild sci-geosciences/liblas/metadata.xml X-VCS-Directories: sci-geosciences/liblas/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 794ef62567af5c84e721cf9f971070fab0ee727e X-VCS-Branch: master Date: Mon, 5 Mar 2018 22:14:15 +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-Archives-Salt: 8c97ed79-454d-46ac-b940-cd79319ce2ef X-Archives-Hash: 2ed22157cffcc987c730125bc7900a74 commit: 794ef62567af5c84e721cf9f971070fab0ee727e Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Mar 5 19:40:11 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Mar 5 22:13:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=794ef625 sci-geosciences/liblas: Drop old Package-Manager: Portage-2.3.24, Repoman-2.3.6 sci-geosciences/liblas/Manifest | 1 - sci-geosciences/liblas/liblas-1.8.0.ebuild | 39 ------------------------------ sci-geosciences/liblas/metadata.xml | 2 -- 3 files changed, 42 deletions(-) diff --git a/sci-geosciences/liblas/Manifest b/sci-geosciences/liblas/Manifest index abb0babd957..118f37d5fa6 100644 --- a/sci-geosciences/liblas/Manifest +++ b/sci-geosciences/liblas/Manifest @@ -1,2 +1 @@ -DIST libLAS-1.8.0.tar.bz2 3907684 BLAKE2B e7516aedb9f0f1df49cb9d4e669749ded5a04999990bb6856fee1181ce65b7d2e36ba779c3fce2f34080bb2293d68f7d2e447ff2fca29f9d3b8ee9b8210b31f6 SHA512 1804149c7bcf04896a683a1098d372a65c000b7562795911fae697f81f370315aa373f34c12fa740d4607c07cd73e48354e34c9e26b032ffe679ecbfd4496a50 DIST libLAS-1.8.1.tar.bz2 3920203 BLAKE2B 2ef8e822c5d1c07d929e788c59e6e5b942aba637fb764d37e1505d136c75cd4a28efc4702b022bcfee8063b684956b4466c9ec00e737d7024ca2719d7b11f341 SHA512 1cb39c557af0006c54f1100d0d409977fcc1886abd155c1b144d806c47f8675a9f2125d3a9aca16bae65d2aabba84d5e5e322b42085e7db312f3d53f92342acf diff --git a/sci-geosciences/liblas/liblas-1.8.0.ebuild b/sci-geosciences/liblas/liblas-1.8.0.ebuild deleted file mode 100644 index 7db7d88088b..00000000000 --- a/sci-geosciences/liblas/liblas-1.8.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit cmake-multilib multilib - -DESCRIPTION="C/C++ library for manipulating the LAS LiDAR format common in GIS" -HOMEPAGE="http://www.liblas.org" -SRC_URI="http://download.osgeo.org/${PN}/libLAS-${PV}.tar.bz2" - -SLOT="0" -LICENSE="BSD" -KEYWORDS="amd64 ~ppc64 x86" -IUSE="gdal geotiff" -REQUIRED_USE="gdal? ( geotiff )" - -RDEPEND=" - dev-libs/boost:= - sci-geosciences/laszip - gdal? ( sci-libs/gdal ) - geotiff? ( sci-libs/libgeotiff ) -" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/libLAS-${PV}" - -PATCHES=( - "${FILESDIR}"/${P}_remove-std-c++98.patch -) - -multilib_src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package gdal GDAL) - $(cmake-utils_use_find_package geotiff GeoTIFF) - -DLIBLAS_LIB_SUBDIR=$(get_libdir) - ) - cmake-utils_src_configure -} diff --git a/sci-geosciences/liblas/metadata.xml b/sci-geosciences/liblas/metadata.xml index 5491d30c6e6..ed125b66579 100644 --- a/sci-geosciences/liblas/metadata.xml +++ b/sci-geosciences/liblas/metadata.xml @@ -12,8 +12,6 @@ Add support for the sci-libs/gdal geospatial raster library - Add support for geo-tagged TIFF files with - sci-libs/libgeotiff A C/C++ library for reading and writing the very common LAS LiDAR format.