From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/libspatialindex/
Date: Wed, 18 Feb 2015 16:41:24 +0000 (UTC) [thread overview]
Message-ID: <1424269860.1d11b5e69bbe2dfb5d4fb82990d43dd7d44adef9.jlec@gentoo> (raw)
commit: 1d11b5e69bbe2dfb5d4fb82990d43dd7d44adef9
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 18 14:31:00 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Feb 18 14:31:00 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=1d11b5e6
sci-libs/libspatialindex: Fix compyright and move to autotools-utils.eclass
Package-Manager: portage-2.2.17
---
sci-libs/libspatialindex/ChangeLog | 7 ++++--
.../libspatialindex/libspatialindex-1.8.5.ebuild | 27 +++++++++-------------
sci-libs/libspatialindex/metadata.xml | 10 ++++----
3 files changed, 21 insertions(+), 23 deletions(-)
diff --git a/sci-libs/libspatialindex/ChangeLog b/sci-libs/libspatialindex/ChangeLog
index 00d0c85..76f4e41 100644
--- a/sci-libs/libspatialindex/ChangeLog
+++ b/sci-libs/libspatialindex/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for sci-libs/libspatialindex
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 18 Feb 2015; Justin Lecher <jlec@gentoo.org> libspatialindex-1.8.5.ebuild,
+ metadata.xml:
+ sci-libs/libspatialindex: Fix compyright and move to autotools-utils.eclass
+
03 Mar 2013; Justin Lecher <jlec@gentoo.org> libspatialindex-1.6.1.ebuild,
metadata.xml:
Fix header and move to EAPI=5: cleaned ebuild syntax
@@ -11,4 +15,3 @@
01 Aug 2011; Andrey Kislyuk <weaver@gentoo.org>
+libspatialindex-1.6.1.ebuild, +metadata.xml:
New package, ebuild written by me
-
diff --git a/sci-libs/libspatialindex/libspatialindex-1.8.5.ebuild b/sci-libs/libspatialindex/libspatialindex-1.8.5.ebuild
index e672593..19de0b0 100644
--- a/sci-libs/libspatialindex/libspatialindex-1.8.5.ebuild
+++ b/sci-libs/libspatialindex/libspatialindex-1.8.5.ebuild
@@ -1,10 +1,12 @@
-# Copyright 2014 Julian Ospald <hasufell@posteo.de>
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
-inherit autotools eutils
+AUTOTOOLS_AUTORECONF=yes
+
+inherit autotools-utils
MY_PN="spatialindex-src"
MY_P="${MY_PN}-${PV}"
@@ -12,26 +14,19 @@ 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"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
SLOT="0/4"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"
IUSE="debug static-libs"
S=${WORKDIR}/${MY_P}
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-1.8.1-QA.patch
- eautoreconf
-}
+PATCHES=( "${FILESDIR}"/${PN}-1.8.1-QA.patch )
-src_configure() {
- econf \
- $(use_enable static-libs static) \
- $(use_enable debug)
-}
+AUTOTOOLS_IN_SOURCE_BUILD=1
-src_install() {
- default
- use static-libs || prune_libtool_files
+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
index 8d63d27..0a0f4d9 100644
--- a/sci-libs/libspatialindex/metadata.xml
+++ b/sci-libs/libspatialindex/metadata.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>sci-geosciences</herd>
- <maintainer>
- <email>hasufell@posteo.de</email>
- <name>Julian Ospald</name>
- </maintainer>
+ <herd>sci-geosciences</herd>
+ <maintainer>
+ <email>hasufell@posteo.de</email>
+ <name>Julian Ospald</name>
+ </maintainer>
</pkgmetadata>
next reply other threads:[~2015-02-18 16:41 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-18 16:41 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-01-15 6:53 [gentoo-commits] proj/sci:master commit in: sci-libs/libspatialindex/ Justin Lecher
2015-01-15 6:53 Justin Lecher
2015-01-15 6:53 Justin Lecher
2015-01-15 6:53 Justin Lecher
2011-08-01 1:20 Andrey Kislyuk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1424269860.1d11b5e69bbe2dfb5d4fb82990d43dd7d44adef9.jlec@gentoo \
--to=jlec@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox