diff options
author | Pacho Ramos <pacho@gentoo.org> | 2019-02-23 10:31:08 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2019-02-23 10:31:08 +0100 |
commit | 710611deca94619b7e75f32f40613517ea95ecda (patch) | |
tree | 7e378d1b158015231069b896853d51ce900b0765 /sci-libs | |
parent | sys-apps/chname: Drop old (diff) | |
download | gentoo-710611deca94619b7e75f32f40613517ea95ecda.tar.gz gentoo-710611deca94619b7e75f32f40613517ea95ecda.tar.bz2 gentoo-710611deca94619b7e75f32f40613517ea95ecda.zip |
sci-libs/libspatialindex: Drop old
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/libspatialindex/Manifest | 1 | ||||
-rw-r--r-- | sci-libs/libspatialindex/files/libspatialindex-1.8.1-pkgconfig.patch | 16 | ||||
-rw-r--r-- | sci-libs/libspatialindex/libspatialindex-1.8.1.ebuild | 36 |
3 files changed, 0 insertions, 53 deletions
diff --git a/sci-libs/libspatialindex/Manifest b/sci-libs/libspatialindex/Manifest index acb3ee90176b..5ecea354f115 100644 --- a/sci-libs/libspatialindex/Manifest +++ b/sci-libs/libspatialindex/Manifest @@ -1,2 +1 @@ -DIST spatialindex-src-1.8.1.tar.bz2 368252 BLAKE2B 40365048397255e29f0bd933f201fc0441d8cc8484167a5bd8eec45f22f36c1a7f1d096b510b7c4a52caff82be8130dbaa8c14470bac2f10c144a1ce467cce06 SHA512 34fc743d8fac65a60ae723e3261e8f3717df8bd5997f7338b8d944e9a832d6bad33a4b7cfa4b2f1e5ba0fdbd3ebb4b199e247f0e7b7473953b433e203c21e548 DIST spatialindex-src-1.8.5.tar.bz2 407871 BLAKE2B 936d0fc4950b4c685088c84019aa22e720371c623bd1883725dc497380e90072333c25f979e13fbc91b7d164b87cb21a285c037bdbe0b8df84eb3876590e8dd1 SHA512 d3e47982cc2809d04490fae27796b31cdb59675790010d8b45e1a98b5a23048a4a44e321a2470dd36c01aba6f6e7620cafc4988a02b55e4f59d1b7fa9b588b06 diff --git a/sci-libs/libspatialindex/files/libspatialindex-1.8.1-pkgconfig.patch b/sci-libs/libspatialindex/files/libspatialindex-1.8.1-pkgconfig.patch deleted file mode 100644 index a17aa80926b1..000000000000 --- a/sci-libs/libspatialindex/files/libspatialindex-1.8.1-pkgconfig.patch +++ /dev/null @@ -1,16 +0,0 @@ -From: Julian Ospald <hasufell@gentoo.org> -Date: Sun Jun 30 19:10:57 UTC 2013 -Subject: remove LDFLAGS from Libs field - -https://github.com/libspatialindex/libspatialindex/issues/23 - ---- spatialindex-src-1.8.1/src/libspatialindex.pc.in -+++ spatialindex-src-1.8.1/src/libspatialindex.pc.in -@@ -7,6 +7,6 @@ - Description: Generic C/C++ library for spatial indexing - Requires: - Version: @PACKAGE_VERSION@ --Libs: -L@libdir@ @LDFLAGS@ -+Libs: -L@libdir@ - Cflags: -I${includedir}/spatialindex @CFLAGS@ @CPPFLAGS@ - diff --git a/sci-libs/libspatialindex/libspatialindex-1.8.1.ebuild b/sci-libs/libspatialindex/libspatialindex-1.8.1.ebuild deleted file mode 100644 index 27123fc01822..000000000000 --- a/sci-libs/libspatialindex/libspatialindex-1.8.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools eutils - -MY_PN="spatialindex-src" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="General framework for developing spatial indices" -HOMEPAGE="https://libspatialindex.github.com/" -SRC_URI="http://download.osgeo.org/libspatialindex/${MY_P}.tar.bz2" -LICENSE="MIT" - -KEYWORDS="amd64 x86" -SLOT="0" -IUSE="debug static-libs" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - epatch "${FILESDIR}"/${P}-{QA,pkgconfig}.patch - eautoreconf -} - -src_configure() { - econf \ - $(use_enable static-libs static) \ - $(use_enable debug) -} - -src_install() { - default - use static-libs || prune_libtool_files -} |