public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/liblas/
Date: Sat, 22 Jun 2019 19:38:57 +0000 (UTC)	[thread overview]
Message-ID: <1561232307.c4d375359074fc6b39f5b7a144da34fdda4cd590.asturm@gentoo> (raw)

commit:     c4d375359074fc6b39f5b7a144da34fdda4cd590
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 22 19:03:50 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jun 22 19:38:27 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4d37535

sci-geosciences/liblas: Cleanup vulnerable

Bug: https://bugs.gentoo.org/678482
Package-Manager: Portage-2.3.67, Repoman-2.3.15
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sci-geosciences/liblas/Manifest            |  1 -
 sci-geosciences/liblas/liblas-1.8.1.ebuild | 48 ------------------------------
 2 files changed, 49 deletions(-)

diff --git a/sci-geosciences/liblas/Manifest b/sci-geosciences/liblas/Manifest
index 3b20aa193d5..fcc9da773c4 100644
--- a/sci-geosciences/liblas/Manifest
+++ b/sci-geosciences/liblas/Manifest
@@ -1,2 +1 @@
-DIST libLAS-1.8.1.tar.bz2 3920203 BLAKE2B 2ef8e822c5d1c07d929e788c59e6e5b942aba637fb764d37e1505d136c75cd4a28efc4702b022bcfee8063b684956b4466c9ec00e737d7024ca2719d7b11f341 SHA512 1cb39c557af0006c54f1100d0d409977fcc1886abd155c1b144d806c47f8675a9f2125d3a9aca16bae65d2aabba84d5e5e322b42085e7db312f3d53f92342acf
 DIST liblas-1.8.1.tar.gz 10734926 BLAKE2B dcd3dc043840857222e6b0a19dcb264ba34c09aa20cda9694ed182e040f9024c0b4a0e2359b1ba0da2337fa5b145aedb9a76a6dcea7ffd7cbcb125d0ae9af399 SHA512 0f8a0460e33c23c8a82eb42ab66ba69d4cc0680f6d320ce429653670f950f5724b88c5870800e0ab000e72cf0c08c55a4c468fe1b244140d867e2cb665f0f0b6

diff --git a/sci-geosciences/liblas/liblas-1.8.1.ebuild b/sci-geosciences/liblas/liblas-1.8.1.ebuild
deleted file mode 100644
index 2b0d2893bd8..00000000000
--- a/sci-geosciences/liblas/liblas-1.8.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-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"
-
-# tests known to fail due to LD_LIBRARY_PATH issue
-RESTRICT="test"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="amd64 ~ia64 ppc ppc64 x86"
-IUSE="gdal"
-
-RDEPEND="
-	dev-libs/boost:=
-	sci-geosciences/laszip
-	sci-libs/libgeotiff
-	gdal? ( sci-libs/gdal )
-"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/libLAS-${PV}"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-1.8.0_remove-std-c++98.patch
-)
-
-src_prepare() {
-	cmake-utils_src_prepare
-
-	# add missing linkage
-	sed -e 's:${LAS2COL} ${LIBLAS_C_LIB_NAME}:& ${CMAKE_THREAD_LIBS_INIT}:' \
-		-i "${S}/apps/CMakeLists.txt" || die
-}
-
-src_configure() {
-	local mycmakeargs=(
-		"-DWITH_GDAL=$(usex gdal)"
-		-DLIBLAS_LIB_SUBDIR=$(get_libdir)
-	)
-	cmake-utils_src_configure
-}


             reply	other threads:[~2019-06-22 19:39 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-22 19:38 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-02-29  2:43 [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/liblas/ Sam James
2024-02-29  2:43 Sam James
2023-12-09 17:01 Arthur Zamarin
2023-06-26 16:48 Sam James
2021-04-23 13:46 Sam James
2021-03-28  7:14 Sam James
2020-03-08 20:32 Andreas Sturmlechner
2020-03-02 11:34 Sergei Trofimovich
2020-03-02 11:22 Sergei Trofimovich
2020-02-28 17:50 Agostino Sarubbo
2020-02-27  9:49 Agostino Sarubbo
2019-05-30 20:33 Sergei Trofimovich
2019-05-30 20:30 Sergei Trofimovich
2019-05-27 17:26 Agostino Sarubbo
2019-05-24 19:26 Andreas Sturmlechner
2019-05-24 19:26 Andreas Sturmlechner
2018-04-10  1:19 Sam Jorna
2018-03-12  4:33 Matt Turner
2018-03-05 22:14 Andreas Sturmlechner
2018-03-04 22:30 Sergei Trofimovich
2018-01-17  5:11 Thomas Deutschmann
2017-10-16  3:34 David Seifert
2017-07-20 20:57 Sergei Trofimovich
2017-05-24  7:06 Michael Weber
2016-11-29 20:19 Pacho Ramos
2016-11-25  3:01 Sam Jorna
2016-03-14 23:37 Sam Jorna
2015-10-30  6:19 Jeroen Roovers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1561232307.c4d375359074fc6b39f5b7a144da34fdda4cd590.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox