commit: 0de6df7ccc6150f534c583c11ffb91ad255c19b6
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 7 21:44:51 2016 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Thu Jul 7 22:50:45 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0de6df7c
sci-libs/libspatialindex: bump to EAPI 6, add maintainer-needed
Package-Manager: portage-2.2.28
.../libspatialindex-1.8.5-r1.ebuild | 41 ++++++++++++++++++++++
sci-libs/libspatialindex/metadata.xml | 1 +
2 files changed, 42 insertions(+)
diff --git a/sci-libs/libspatialindex/libspatialindex-1.8.5-r1.ebuild
b/sci-libs/libspatialindex/libspatialindex-1.8.5-r1.ebuild
new file mode 100644
index 0000000..3e8d949
--- /dev/null
+++ b/sci-libs/libspatialindex/libspatialindex-1.8.5-r1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+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/4"
+IUSE="debug static-libs"
+
+S=${WORKDIR}/${MY_P}
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-1.8.1-QA.patch
+)
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ econf \
+ $(use_enable static-libs static) \
+ $(use_enable debug)
+}
+
+src_install() {
+ default
+ use static-libs || prune_libtool_files
+}
diff --git a/sci-libs/libspatialindex/metadata.xml
b/sci-libs/libspatialindex/metadata.xml
index 097975e..6f49eba 100644
--- a/sci-libs/libspatialindex/metadata.xml
+++ b/sci-libs/libspatialindex/metadata.xml
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+<!-- maintainer-needed -->
</pkgmetadata>