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 DBD3313835A for ; Tue, 22 Sep 2020 12:14:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E77FAE08C8; Tue, 22 Sep 2020 12:14:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9B561E08C4 for ; Tue, 22 Sep 2020 12:14:14 +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 E4865340DA5 for ; Tue, 22 Sep 2020 12:14:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 342F637F for ; Tue, 22 Sep 2020 12:14:10 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1600776687.93ace663492961a0a479c580a1ea70b668fa2d1e.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/libspatialindex/files/, sci-libs/libspatialindex/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/libspatialindex/files/libspatialindex-1.8.1-QA.patch sci-libs/libspatialindex/libspatialindex-1.8.5.ebuild sci-libs/libspatialindex/metadata.xml X-VCS-Directories: sci-libs/libspatialindex/files/ sci-libs/libspatialindex/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 93ace663492961a0a479c580a1ea70b668fa2d1e X-VCS-Branch: master Date: Tue, 22 Sep 2020 12:14:10 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cdf002ed-e3dd-49a6-b6c3-667fea2c7e02 X-Archives-Hash: c15c7a4de427479c82068f4a8dc94585 commit: 93ace663492961a0a479c580a1ea70b668fa2d1e Author: Aisha Tammy aisha cc> AuthorDate: Tue Sep 22 12:11:27 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Tue Sep 22 12:11:27 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=93ace663 sci-libs/libspatialindex: drop package present in ::gentoo Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> .../files/libspatialindex-1.8.1-QA.patch | 15 ----------- .../libspatialindex/libspatialindex-1.8.5.ebuild | 31 ---------------------- sci-libs/libspatialindex/metadata.xml | 12 --------- 3 files changed, 58 deletions(-) diff --git a/sci-libs/libspatialindex/files/libspatialindex-1.8.1-QA.patch b/sci-libs/libspatialindex/files/libspatialindex-1.8.1-QA.patch deleted file mode 100644 index 446452dc9..000000000 --- a/sci-libs/libspatialindex/files/libspatialindex-1.8.1-QA.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- spatialindex-src-1.8.0/configure.ac -+++ spatialindex-src-1.8.0/configure.ac -@@ -49,10 +49,10 @@ - AC_ARG_ENABLE(debug, [ --enable-debug=[no/yes] turn on debugging [default=$debug_default]],, enable_debug=$debug_default) - - if test "x$enable_debug" = "xyes"; then -- CXXFLAGS="$CXXFLAGS -g -DDEBUG" -+ CXXFLAGS="$CXXFLAGS -DDEBUG" - AC_MSG_RESULT(checking wether debug information is enabled... yes) - else -- CXXFLAGS="$CXXFLAGS -O2 -DNDEBUG" -+ CXXFLAGS="$CXXFLAGS -DNDEBUG" - AC_MSG_RESULT(checking wether debug information is enabled... no) - fi - diff --git a/sci-libs/libspatialindex/libspatialindex-1.8.5.ebuild b/sci-libs/libspatialindex/libspatialindex-1.8.5.ebuild deleted file mode 100644 index fcaab8bc9..000000000 --- a/sci-libs/libspatialindex/libspatialindex-1.8.5.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -AUTOTOOLS_AUTORECONF=yes - -inherit autotools-utils - -MY_PN="spatialindex-src" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="General framework for developing spatial indices" -HOMEPAGE="http://libspatialindex.github.com/" -SRC_URI="http://download.osgeo.org/libspatialindex/${MY_P}.tar.bz2" - -SLOT="0/4" -LICENSE="MIT" -KEYWORDS="~amd64 ~x86" -IUSE="debug static-libs" - -S=${WORKDIR}/${MY_P} - -PATCHES=( "${FILESDIR}"/${PN}-1.8.1-QA.patch ) - -AUTOTOOLS_IN_SOURCE_BUILD=1 - -src_configure() { - local myeconfargs=( $(use_enable debug) ) - autotools-utils_src_configure -} diff --git a/sci-libs/libspatialindex/metadata.xml b/sci-libs/libspatialindex/metadata.xml deleted file mode 100644 index c874fefce..000000000 --- a/sci-libs/libspatialindex/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - hasufell@posteo.de - Julian Ospald - - - sci-geosciences@gentoo.org - Gentoo Geosciences Project - -