Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libspatialindex/files/, sci-libs/libspatialindex/
Date: Sat, 23 Feb 2019 09:43:50
Message-Id: 1550914268.710611deca94619b7e75f32f40613517ea95ecda.pacho@gentoo
1 commit: 710611deca94619b7e75f32f40613517ea95ecda
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 23 09:31:08 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 23 09:31:08 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=710611de
7
8 sci-libs/libspatialindex: Drop old
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 sci-libs/libspatialindex/Manifest | 1 -
14 .../files/libspatialindex-1.8.1-pkgconfig.patch | 16 ----------
15 .../libspatialindex/libspatialindex-1.8.1.ebuild | 36 ----------------------
16 3 files changed, 53 deletions(-)
17
18 diff --git a/sci-libs/libspatialindex/Manifest b/sci-libs/libspatialindex/Manifest
19 index acb3ee90176..5ecea354f11 100644
20 --- a/sci-libs/libspatialindex/Manifest
21 +++ b/sci-libs/libspatialindex/Manifest
22 @@ -1,2 +1 @@
23 -DIST spatialindex-src-1.8.1.tar.bz2 368252 BLAKE2B 40365048397255e29f0bd933f201fc0441d8cc8484167a5bd8eec45f22f36c1a7f1d096b510b7c4a52caff82be8130dbaa8c14470bac2f10c144a1ce467cce06 SHA512 34fc743d8fac65a60ae723e3261e8f3717df8bd5997f7338b8d944e9a832d6bad33a4b7cfa4b2f1e5ba0fdbd3ebb4b199e247f0e7b7473953b433e203c21e548
24 DIST spatialindex-src-1.8.5.tar.bz2 407871 BLAKE2B 936d0fc4950b4c685088c84019aa22e720371c623bd1883725dc497380e90072333c25f979e13fbc91b7d164b87cb21a285c037bdbe0b8df84eb3876590e8dd1 SHA512 d3e47982cc2809d04490fae27796b31cdb59675790010d8b45e1a98b5a23048a4a44e321a2470dd36c01aba6f6e7620cafc4988a02b55e4f59d1b7fa9b588b06
25
26 diff --git a/sci-libs/libspatialindex/files/libspatialindex-1.8.1-pkgconfig.patch b/sci-libs/libspatialindex/files/libspatialindex-1.8.1-pkgconfig.patch
27 deleted file mode 100644
28 index a17aa80926b..00000000000
29 --- a/sci-libs/libspatialindex/files/libspatialindex-1.8.1-pkgconfig.patch
30 +++ /dev/null
31 @@ -1,16 +0,0 @@
32 -From: Julian Ospald <hasufell@g.o>
33 -Date: Sun Jun 30 19:10:57 UTC 2013
34 -Subject: remove LDFLAGS from Libs field
35 -
36 -https://github.com/libspatialindex/libspatialindex/issues/23
37 -
38 ---- spatialindex-src-1.8.1/src/libspatialindex.pc.in
39 -+++ spatialindex-src-1.8.1/src/libspatialindex.pc.in
40 -@@ -7,6 +7,6 @@
41 - Description: Generic C/C++ library for spatial indexing
42 - Requires:
43 - Version: @PACKAGE_VERSION@
44 --Libs: -L@libdir@ @LDFLAGS@
45 -+Libs: -L@libdir@
46 - Cflags: -I${includedir}/spatialindex @CFLAGS@ @CPPFLAGS@
47 -
48
49 diff --git a/sci-libs/libspatialindex/libspatialindex-1.8.1.ebuild b/sci-libs/libspatialindex/libspatialindex-1.8.1.ebuild
50 deleted file mode 100644
51 index 27123fc0182..00000000000
52 --- a/sci-libs/libspatialindex/libspatialindex-1.8.1.ebuild
53 +++ /dev/null
54 @@ -1,36 +0,0 @@
55 -# Copyright 1999-2014 Gentoo Foundation
56 -# Distributed under the terms of the GNU General Public License v2
57 -
58 -EAPI=5
59 -
60 -inherit autotools eutils
61 -
62 -MY_PN="spatialindex-src"
63 -MY_P="${MY_PN}-${PV}"
64 -
65 -DESCRIPTION="General framework for developing spatial indices"
66 -HOMEPAGE="https://libspatialindex.github.com/"
67 -SRC_URI="http://download.osgeo.org/libspatialindex/${MY_P}.tar.bz2"
68 -LICENSE="MIT"
69 -
70 -KEYWORDS="amd64 x86"
71 -SLOT="0"
72 -IUSE="debug static-libs"
73 -
74 -S=${WORKDIR}/${MY_P}
75 -
76 -src_prepare() {
77 - epatch "${FILESDIR}"/${P}-{QA,pkgconfig}.patch
78 - eautoreconf
79 -}
80 -
81 -src_configure() {
82 - econf \
83 - $(use_enable static-libs static) \
84 - $(use_enable debug)
85 -}
86 -
87 -src_install() {
88 - default
89 - use static-libs || prune_libtool_files
90 -}