public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-libs/libspatialindex/
@ 2011-08-01  1:20 Andrey Kislyuk
  0 siblings, 0 replies; 6+ messages in thread
From: Andrey Kislyuk @ 2011-08-01  1:20 UTC (permalink / raw
  To: gentoo-commits

commit:     bd5a3128bbf99d0f61a4091e17ea498e79710879
Author:     Andrey Kislyuk <weaver <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  1 01:19:57 2011 +0000
Commit:     Andrey Kislyuk <weaver <AT> gentoo <DOT> org>
CommitDate: Mon Aug  1 01:19:57 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=bd5a3128

New package

---
 sci-libs/libspatialindex/ChangeLog                 |   10 +++++++
 .../libspatialindex/libspatialindex-1.6.1.ebuild   |   26 ++++++++++++++++++++
 sci-libs/libspatialindex/metadata.xml              |    5 ++++
 3 files changed, 41 insertions(+), 0 deletions(-)

diff --git a/sci-libs/libspatialindex/ChangeLog b/sci-libs/libspatialindex/ChangeLog
new file mode 100644
index 0000000..3264865
--- /dev/null
+++ b/sci-libs/libspatialindex/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-libs/libspatialindex
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*libspatialindex-1.6.1 (01 Aug 2011)
+
+  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.6.1.ebuild b/sci-libs/libspatialindex/libspatialindex-1.6.1.ebuild
new file mode 100644
index 0000000..9286f02
--- /dev/null
+++ b/sci-libs/libspatialindex/libspatialindex-1.6.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header$
+
+EAPI=4
+
+MY_PN="spatialindex-src"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="General framework for developing spatial indices"
+HOMEPAGE="http://trac.gispython.org/spatialindex/wiki"
+SRC_URI="http://download.osgeo.org/libspatialindex/${MY_P}.tar.bz2"
+LICENSE="GPL-2"
+
+KEYWORDS="~x86 ~amd64"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+	emake DESTDIR="${D}" install || die "einstall failed"
+}

diff --git a/sci-libs/libspatialindex/metadata.xml b/sci-libs/libspatialindex/metadata.xml
new file mode 100644
index 0000000..3190fbf
--- /dev/null
+++ b/sci-libs/libspatialindex/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>sci-geosciences</herd>
+</pkgmetadata>



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-libs/libspatialindex/
@ 2015-01-15  6:53 Justin Lecher
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher @ 2015-01-15  6:53 UTC (permalink / raw
  To: gentoo-commits

commit:     e1c0630bfcac4f3d852aae774ee010c110770e33
Author:     hasufell <hasufell <AT> hasufell <DOT> de>
AuthorDate: Wed Jan 14 17:40:32 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Jan 14 17:40:32 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e1c0630b

sci-libs/libspatialindex: add myself to metadata.xml

---
 sci-libs/libspatialindex/metadata.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/sci-libs/libspatialindex/metadata.xml b/sci-libs/libspatialindex/metadata.xml
index 5f27678..8d63d27 100644
--- a/sci-libs/libspatialindex/metadata.xml
+++ b/sci-libs/libspatialindex/metadata.xml
@@ -1,5 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <herd>sci-geosciences</herd>
+	<herd>sci-geosciences</herd>
+	<maintainer>
+		<email>hasufell@posteo.de</email>
+		<name>Julian Ospald</name>
+	</maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-libs/libspatialindex/
@ 2015-01-15  6:53 Justin Lecher
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher @ 2015-01-15  6:53 UTC (permalink / raw
  To: gentoo-commits

commit:     bf62cf4b5f0851a41f3674404dc80fc90fe06a4d
Author:     hasufell <hasufell <AT> hasufell <DOT> de>
AuthorDate: Wed Jan 14 15:41:21 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Jan 14 15:44:32 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=bf62cf4b

sci-libs/libspatialindex: rm old 1.6.1

---
 sci-libs/libspatialindex/libspatialindex-1.6.1.ebuild | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/sci-libs/libspatialindex/libspatialindex-1.6.1.ebuild b/sci-libs/libspatialindex/libspatialindex-1.6.1.ebuild
deleted file mode 100644
index cb5a9d9..0000000
--- a/sci-libs/libspatialindex/libspatialindex-1.6.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-MY_PN="spatialindex-src"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="General framework for developing spatial indices"
-HOMEPAGE="http://trac.gispython.org/spatialindex/wiki"
-SRC_URI="http://download.osgeo.org/libspatialindex/${MY_P}.tar.bz2"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-S="${WORKDIR}/${MY_P}"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-libs/libspatialindex/
@ 2015-01-15  6:53 Justin Lecher
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher @ 2015-01-15  6:53 UTC (permalink / raw
  To: gentoo-commits

commit:     435f6643d3b149a3a7ffa4c64cc502f2d12c4c65
Author:     hasufell <hasufell <AT> hasufell <DOT> de>
AuthorDate: Wed Jan 14 15:41:21 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Jan 15 06:52:56 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=435f6643

sci-libs/libspatialindex: rm old 1.6.1

---
 sci-libs/libspatialindex/libspatialindex-1.6.1.ebuild | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/sci-libs/libspatialindex/libspatialindex-1.6.1.ebuild b/sci-libs/libspatialindex/libspatialindex-1.6.1.ebuild
deleted file mode 100644
index cb5a9d9..0000000
--- a/sci-libs/libspatialindex/libspatialindex-1.6.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-MY_PN="spatialindex-src"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="General framework for developing spatial indices"
-HOMEPAGE="http://trac.gispython.org/spatialindex/wiki"
-SRC_URI="http://download.osgeo.org/libspatialindex/${MY_P}.tar.bz2"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-S="${WORKDIR}/${MY_P}"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-libs/libspatialindex/
@ 2015-01-15  6:53 Justin Lecher
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher @ 2015-01-15  6:53 UTC (permalink / raw
  To: gentoo-commits

commit:     dd43a57d96abeab77e9973bd7ba083e81504b632
Author:     hasufell <hasufell <AT> hasufell <DOT> de>
AuthorDate: Wed Jan 14 17:40:32 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Jan 15 06:52:56 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=dd43a57d

sci-libs/libspatialindex: add myself to metadata.xml

---
 sci-libs/libspatialindex/metadata.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/sci-libs/libspatialindex/metadata.xml b/sci-libs/libspatialindex/metadata.xml
index 5f27678..8d63d27 100644
--- a/sci-libs/libspatialindex/metadata.xml
+++ b/sci-libs/libspatialindex/metadata.xml
@@ -1,5 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <herd>sci-geosciences</herd>
+	<herd>sci-geosciences</herd>
+	<maintainer>
+		<email>hasufell@posteo.de</email>
+		<name>Julian Ospald</name>
+	</maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-libs/libspatialindex/
@ 2015-02-18 16:41 Justin Lecher
  0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher @ 2015-02-18 16:41 UTC (permalink / raw
  To: gentoo-commits

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>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-02-18 16:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-01  1:20 [gentoo-commits] proj/sci:master commit in: sci-libs/libspatialindex/ Andrey Kislyuk
  -- strict thread matches above, loose matches on Subject: below --
2015-01-15  6:53 Justin Lecher
2015-01-15  6:53 Justin Lecher
2015-01-15  6:53 Justin Lecher
2015-01-15  6:53 Justin Lecher
2015-02-18 16:41 Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox