Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libspatialindex/
Date: Thu, 07 Jul 2016 22:51:04
Message-Id: 1467931845.0de6df7ccc6150f534c583c11ffb91ad255c19b6.wizardedit@gentoo
1 commit: 0de6df7ccc6150f534c583c11ffb91ad255c19b6
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 7 21:44:51 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 7 22:50:45 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0de6df7c
7
8 sci-libs/libspatialindex: bump to EAPI 6, add maintainer-needed
9
10 Package-Manager: portage-2.2.28
11
12 .../libspatialindex-1.8.5-r1.ebuild | 41 ++++++++++++++++++++++
13 sci-libs/libspatialindex/metadata.xml | 1 +
14 2 files changed, 42 insertions(+)
15
16 diff --git a/sci-libs/libspatialindex/libspatialindex-1.8.5-r1.ebuild b/sci-libs/libspatialindex/libspatialindex-1.8.5-r1.ebuild
17 new file mode 100644
18 index 0000000..3e8d949
19 --- /dev/null
20 +++ b/sci-libs/libspatialindex/libspatialindex-1.8.5-r1.ebuild
21 @@ -0,0 +1,41 @@
22 +# Copyright 1999-2016 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +# $Id$
25 +
26 +EAPI=6
27 +
28 +inherit autotools eutils
29 +
30 +MY_PN="spatialindex-src"
31 +MY_P="${MY_PN}-${PV}"
32 +
33 +DESCRIPTION="General framework for developing spatial indices"
34 +HOMEPAGE="https://libspatialindex.github.com/"
35 +SRC_URI="http://download.osgeo.org/libspatialindex/${MY_P}.tar.bz2"
36 +LICENSE="MIT"
37 +
38 +KEYWORDS="~amd64 ~x86"
39 +SLOT="0/4"
40 +IUSE="debug static-libs"
41 +
42 +S=${WORKDIR}/${MY_P}
43 +
44 +PATCHES=(
45 + "${FILESDIR}"/${PN}-1.8.1-QA.patch
46 +)
47 +
48 +src_prepare() {
49 + default
50 + eautoreconf
51 +}
52 +
53 +src_configure() {
54 + econf \
55 + $(use_enable static-libs static) \
56 + $(use_enable debug)
57 +}
58 +
59 +src_install() {
60 + default
61 + use static-libs || prune_libtool_files
62 +}
63
64 diff --git a/sci-libs/libspatialindex/metadata.xml b/sci-libs/libspatialindex/metadata.xml
65 index 097975e..6f49eba 100644
66 --- a/sci-libs/libspatialindex/metadata.xml
67 +++ b/sci-libs/libspatialindex/metadata.xml
68 @@ -1,4 +1,5 @@
69 <?xml version="1.0" encoding="UTF-8"?>
70 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
71 <pkgmetadata>
72 +<!-- maintainer-needed -->
73 </pkgmetadata>