commit:     93ace663492961a0a479c580a1ea70b668fa2d1e
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Sep 22 12:11:27 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> 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 <gentoo <AT> 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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person">
-               <email>[email protected]</email>
-               <name>Julian Ospald</name>
-       </maintainer>
-       <maintainer type="project">
-               <email>[email protected]</email>
-               <name>Gentoo Geosciences Project</name>
-       </maintainer>
-</pkgmetadata>

Reply via email to