public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/libspatialindex/
@ 2015-08-14 21:17 Julian Ospald
  0 siblings, 0 replies; 20+ messages in thread
From: Julian Ospald @ 2015-08-14 21:17 UTC (permalink / raw
  To: gentoo-commits

commit:     b844aa7c474244ab81ca90554a81faacffa329f9
Author:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 14 21:16:53 2015 +0000
Commit:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 21:16:53 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b844aa7c

sci-libs/libspatialindex: version bump to 1.8.5

 sci-libs/libspatialindex/Manifest                  |  1 +
 .../libspatialindex/libspatialindex-1.8.5.ebuild   | 37 ++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/sci-libs/libspatialindex/Manifest b/sci-libs/libspatialindex/Manifest
index 2c2b65e..fac2bed 100644
--- a/sci-libs/libspatialindex/Manifest
+++ b/sci-libs/libspatialindex/Manifest
@@ -2,3 +2,4 @@ DIST spatialindex-src-1.8.0.tar.bz2 365131 SHA256 088b675085aa0b8f0c7c8e795e9d2d
 DIST spatialindex-src-1.8.1.tar.bz2 368252 SHA256 9e57b07ccd64b2940ac42739382e84492716f186892ba81c0d2a636ca6de3bcd SHA512 34fc743d8fac65a60ae723e3261e8f3717df8bd5997f7338b8d944e9a832d6bad33a4b7cfa4b2f1e5ba0fdbd3ebb4b199e247f0e7b7473953b433e203c21e548 WHIRLPOOL af43858abc094a17e7ae83828693ef7f1fcae3dc2e5bc40eae174c5c441bfee17c55ce151ba4fbdcb314996d8197c47bfcbfafb692af772b9c6d4187a9962227
 DIST spatialindex-src-1.8.3.tar.bz2 406600 SHA256 c16e050d003936d873ece5929502656696cbf160cb044c9efe5fd67d1ab68f34 SHA512 deb2c5d9049652f5f6f8cd74b225fc1cc7e152340efe66fcad4653419d2f53787408f5246f0454f4800b5c6bb0ea55aa4fbfe8113d1c8d939da6511e5ce27a20 WHIRLPOOL 80aa07e60ee9f9f4195dec1d08ea931c32cfdb89a2136d7d2a8975d57566882227ee62573906e3ccc986a44bcb7fa9bc900ea32eb50b0f8b90be26c27dffcd9a
 DIST spatialindex-src-1.8.4.tar.bz2 406604 SHA256 8428a0990301160c3ac1995531e450a50e4b6d572fd6ac7faa24341a916c95b1 SHA512 a0a8c00e201d2247ce183c6f3af4e94944ffd0190d9efcd2842e6ffa95a1dcc5a72a66ac1658545285fd2efed4cb60c7880e1113f11a7fa1c5a7b8a5ac6a31e5 WHIRLPOOL 30e71dcd36412442ea1deaf8cf52bb9aa7b81a0154b9d0c9a1adee8e2f82bcaf2618311d9ea3256d2fd82d95192fb3b26542c0b510638648975d860b31a34abe
+DIST spatialindex-src-1.8.5.tar.bz2 407871 SHA256 31ec0a9305c3bd6b4ad60a5261cba5402366dd7d1969a8846099717778e9a50a SHA512 d3e47982cc2809d04490fae27796b31cdb59675790010d8b45e1a98b5a23048a4a44e321a2470dd36c01aba6f6e7620cafc4988a02b55e4f59d1b7fa9b588b06 WHIRLPOOL 498fc14ff9aea93a362cf7719e20f77bd84b5f6be94e8b1bfb3bbb00bb04d2bf1e9cc1156090c8f7f37e0ca4b64ac5701e1c91476591f401bf9f738b0d6efa1f

diff --git a/sci-libs/libspatialindex/libspatialindex-1.8.5.ebuild b/sci-libs/libspatialindex/libspatialindex-1.8.5.ebuild
new file mode 100644
index 0000000..da88a26
--- /dev/null
+++ b/sci-libs/libspatialindex/libspatialindex-1.8.5.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools eutils
+
+MY_PN="spatialindex-src"
+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"
+IUSE="debug static-libs"
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+	epatch "${FILESDIR}"/${PN}-1.8.1-QA.patch
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		$(use_enable static-libs static) \
+		$(use_enable debug)
+}
+
+src_install() {
+	default
+	use static-libs || prune_libtool_files
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/libspatialindex/
@ 2016-05-22 19:35 Pacho Ramos
  0 siblings, 0 replies; 20+ messages in thread
From: Pacho Ramos @ 2016-05-22 19:35 UTC (permalink / raw
  To: gentoo-commits

commit:     ab0faa8cc0c3e7af617d6a569b24355e9a6d0a56
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun May 22 19:23:28 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun May 22 19:33:25 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab0faa8c

sci-libs/libspatialindex: Cleanup due to #408423

Package-Manager: portage-2.3.0_rc1

 sci-libs/libspatialindex/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/sci-libs/libspatialindex/metadata.xml b/sci-libs/libspatialindex/metadata.xml
index dccb0b9..097975e 100644
--- a/sci-libs/libspatialindex/metadata.xml
+++ b/sci-libs/libspatialindex/metadata.xml
@@ -1,8 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="person">
-	<email>hasufell@gentoo.org</email>
-	<name>Julian Ospald</name>
-</maintainer>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/libspatialindex/
@ 2016-07-07 22:50 Austin English
  0 siblings, 0 replies; 20+ messages in thread
From: Austin English @ 2016-07-07 22:50 UTC (permalink / raw
  To: gentoo-commits

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>


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/libspatialindex/
@ 2017-03-26 18:32 Michael Orlitzky
  0 siblings, 0 replies; 20+ messages in thread
From: Michael Orlitzky @ 2017-03-26 18:32 UTC (permalink / raw
  To: gentoo-commits

commit:     7d3d5196161b1736dd54136b8195d67832ff010e
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 26 18:32:03 2017 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Mar 26 18:32:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d3d5196

sci-libs/libspatialindex: remove unused version 1.8.5.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../libspatialindex/libspatialindex-1.8.5.ebuild   | 36 ----------------------
 1 file changed, 36 deletions(-)

diff --git a/sci-libs/libspatialindex/libspatialindex-1.8.5.ebuild b/sci-libs/libspatialindex/libspatialindex-1.8.5.ebuild
deleted file mode 100644
index fe2e8b20375..00000000000
--- a/sci-libs/libspatialindex/libspatialindex-1.8.5.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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}
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-1.8.1-QA.patch
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		$(use_enable static-libs static) \
-		$(use_enable debug)
-}
-
-src_install() {
-	default
-	use static-libs || prune_libtool_files
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/libspatialindex/
@ 2019-02-15  0:39 Thomas Deutschmann
  0 siblings, 0 replies; 20+ messages in thread
From: Thomas Deutschmann @ 2019-02-15  0:39 UTC (permalink / raw
  To: gentoo-commits

commit:     0b63922b79079f3d3c356af99333990b833ae2c1
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 15 00:34:21 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Feb 15 00:34:21 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b63922b

sci-libs/libspatialindex: x86 stable (bug #676776)

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 sci-libs/libspatialindex/libspatialindex-1.8.5-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/libspatialindex/libspatialindex-1.8.5-r1.ebuild b/sci-libs/libspatialindex/libspatialindex-1.8.5-r1.ebuild
index 0327f581956..d367e99feea 100644
--- a/sci-libs/libspatialindex/libspatialindex-1.8.5-r1.ebuild
+++ b/sci-libs/libspatialindex/libspatialindex-1.8.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ HOMEPAGE="https://libspatialindex.github.com/"
 SRC_URI="http://download.osgeo.org/libspatialindex/${MY_P}.tar.bz2"
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 SLOT="0/4"
 IUSE="debug static-libs"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/libspatialindex/
@ 2019-02-22 11:34 Mikle Kolyada
  0 siblings, 0 replies; 20+ messages in thread
From: Mikle Kolyada @ 2019-02-22 11:34 UTC (permalink / raw
  To: gentoo-commits

commit:     a1daa99a0455702bac34a5a2eeafdeb2c062cc62
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 22 11:34:28 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Feb 22 11:34:28 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1daa99a

sci-libs/libspatialindex: amd64 stable wrt bug #676776

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 sci-libs/libspatialindex/libspatialindex-1.8.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/libspatialindex/libspatialindex-1.8.5-r1.ebuild b/sci-libs/libspatialindex/libspatialindex-1.8.5-r1.ebuild
index d367e99feea..d8a4d07eb66 100644
--- a/sci-libs/libspatialindex/libspatialindex-1.8.5-r1.ebuild
+++ b/sci-libs/libspatialindex/libspatialindex-1.8.5-r1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://libspatialindex.github.com/"
 SRC_URI="http://download.osgeo.org/libspatialindex/${MY_P}.tar.bz2"
 LICENSE="MIT"
 
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 SLOT="0/4"
 IUSE="debug static-libs"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/libspatialindex/
@ 2020-07-22 19:25 Dennis Lamm
  0 siblings, 0 replies; 20+ messages in thread
From: Dennis Lamm @ 2020-07-22 19:25 UTC (permalink / raw
  To: gentoo-commits

commit:     011c3b8dcd81c80057a8a5fb3f6f5ed8bf23dbcc
Author:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 21 14:45:04 2020 +0000
Commit:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Wed Jul 22 19:25:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=011c3b8d

sci-libs/libspatialindex: added desired changes

Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/16764
Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>

 sci-libs/libspatialindex/libspatialindex-1.9.3.ebuild | 10 +++++-----
 sci-libs/libspatialindex/metadata.xml                 |  3 ---
 2 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/sci-libs/libspatialindex/libspatialindex-1.9.3.ebuild b/sci-libs/libspatialindex/libspatialindex-1.9.3.ebuild
index 60bde5fb4d4..b923ee62d39 100644
--- a/sci-libs/libspatialindex/libspatialindex-1.9.3.ebuild
+++ b/sci-libs/libspatialindex/libspatialindex-1.9.3.ebuild
@@ -5,18 +5,18 @@ EAPI=7
 
 inherit cmake
 
-MY_PN="spatialindex-src"
-MY_P="${MY_PN}-${PV}"
+MY_P="spatialindex-src-${PV}"
 
-DESCRIPTION="General framework for developing spatial indices"
+DESCRIPTION="C++ implementation of R*-tree, an MVR-tree and a TPR-tree with C API"
 HOMEPAGE="https://libspatialindex.org/
 	https://github.com/libspatialindex/libspatialindex"
 SRC_URI="https://github.com/libspatialindex/${PN}/releases/download/${PV}/${MY_P}.tar.bz2"
-LICENSE="MIT"
 
-KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
 SLOT="0/6"
+KEYWORDS="~amd64 ~x86"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 S=${WORKDIR}/${MY_P}
 

diff --git a/sci-libs/libspatialindex/metadata.xml b/sci-libs/libspatialindex/metadata.xml
index d9166ea51c0..1e4ffa79ebd 100644
--- a/sci-libs/libspatialindex/metadata.xml
+++ b/sci-libs/libspatialindex/metadata.xml
@@ -5,9 +5,6 @@
 		<email>3dprint@gentoo.org</email>
 		<name>Gentoo 3D print</name>
 	</maintainer>
-	<longdescription>
-		Extensible framework for robust spatial indexing
-	</longdescription>
 	<slots>
 		<subslots>Soname version number of libspatialindex</subslots>
 	</slots>


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/libspatialindex/
@ 2021-01-07  5:09 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2021-01-07  5:09 UTC (permalink / raw
  To: gentoo-commits

commit:     d9bdcd6a08ea4f8f683c674bd1f7bb39a369b09c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  7 05:08:11 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan  7 05:08:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9bdcd6a

sci-libs/libspatialindex: Stabilize 1.9.3 amd64, #764116

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/libspatialindex/libspatialindex-1.9.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/libspatialindex/libspatialindex-1.9.3.ebuild b/sci-libs/libspatialindex/libspatialindex-1.9.3.ebuild
index b923ee62d39..0eedad2626f 100644
--- a/sci-libs/libspatialindex/libspatialindex-1.9.3.ebuild
+++ b/sci-libs/libspatialindex/libspatialindex-1.9.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/libspatialindex/${PN}/releases/download/${PV}/${MY_P
 
 LICENSE="MIT"
 SLOT="0/6"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/libspatialindex/
@ 2021-01-07  5:09 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2021-01-07  5:09 UTC (permalink / raw
  To: gentoo-commits

commit:     3805d70b27b3fb141b5c09f5262c8486869ca4fc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  7 05:08:45 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan  7 05:08:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3805d70b

sci-libs/libspatialindex: Stabilize 1.9.3 x86, #764116

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/libspatialindex/libspatialindex-1.9.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/libspatialindex/libspatialindex-1.9.3.ebuild b/sci-libs/libspatialindex/libspatialindex-1.9.3.ebuild
index 0eedad2626f..b38f1950daa 100644
--- a/sci-libs/libspatialindex/libspatialindex-1.9.3.ebuild
+++ b/sci-libs/libspatialindex/libspatialindex-1.9.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/libspatialindex/${PN}/releases/download/${PV}/${MY_P
 
 LICENSE="MIT"
 SLOT="0/6"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/libspatialindex/
@ 2021-02-07 23:57 Dennis Lamm
  0 siblings, 0 replies; 20+ messages in thread
From: Dennis Lamm @ 2021-02-07 23:57 UTC (permalink / raw
  To: gentoo-commits

commit:     9303c0a24f8ac4e68b316125ec1fb573ba635f7a
Author:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  7 21:20:24 2021 +0000
Commit:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Sun Feb  7 23:56:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9303c0a2

sci-libs/libspatialindex: metadata added upstream bugtracker

Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>

 sci-libs/libspatialindex/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-libs/libspatialindex/metadata.xml b/sci-libs/libspatialindex/metadata.xml
index 1e4ffa79ebd..93b617e9a77 100644
--- a/sci-libs/libspatialindex/metadata.xml
+++ b/sci-libs/libspatialindex/metadata.xml
@@ -9,6 +9,7 @@
 		<subslots>Soname version number of libspatialindex</subslots>
 	</slots>
 	<upstream>
+		<bugs-to>https://github.com/libspatialindex/libspatialindex/issues</bugs-to>
 		<remote-id type="github">libspatialindex/libspatialindex</remote-id>
 	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/libspatialindex/
@ 2021-07-22  5:49 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2021-07-22  5:49 UTC (permalink / raw
  To: gentoo-commits

commit:     3ac31699d525ca760bc27d5140613f7ef8ada876
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 22 05:48:40 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 22 05:48:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ac31699

sci-libs/libspatialindex: Stabilize 1.9.3-r1 amd64, #802972

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/libspatialindex/libspatialindex-1.9.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/libspatialindex/libspatialindex-1.9.3-r1.ebuild b/sci-libs/libspatialindex/libspatialindex-1.9.3-r1.ebuild
index bee01dbe197..25b7c64edb6 100644
--- a/sci-libs/libspatialindex/libspatialindex-1.9.3-r1.ebuild
+++ b/sci-libs/libspatialindex/libspatialindex-1.9.3-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/libspatialindex/${PN}/releases/download/${PV}/${MY_P
 
 LICENSE="MIT"
 SLOT="0/6"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/libspatialindex/
@ 2021-07-22 17:39 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2021-07-22 17:39 UTC (permalink / raw
  To: gentoo-commits

commit:     c292f38d3895620cbd22521175a1586636f0cecc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 22 17:38:10 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 22 17:39:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c292f38d

sci-libs/libspatialindex: Stabilize 1.9.3-r1 x86, #802972

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/libspatialindex/libspatialindex-1.9.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/libspatialindex/libspatialindex-1.9.3-r1.ebuild b/sci-libs/libspatialindex/libspatialindex-1.9.3-r1.ebuild
index 25b7c64edb6..7e8ad2fbf9d 100644
--- a/sci-libs/libspatialindex/libspatialindex-1.9.3-r1.ebuild
+++ b/sci-libs/libspatialindex/libspatialindex-1.9.3-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/libspatialindex/${PN}/releases/download/${PV}/${MY_P
 
 LICENSE="MIT"
 SLOT="0/6"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/libspatialindex/
@ 2021-07-22 19:10 Dennis Lamm
  0 siblings, 0 replies; 20+ messages in thread
From: Dennis Lamm @ 2021-07-22 19:10 UTC (permalink / raw
  To: gentoo-commits

commit:     ed27973b79f121a157216d99db7fca988a6fb804
Author:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 22 19:10:20 2021 +0000
Commit:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Thu Jul 22 19:10:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed27973b

sci-libs/libspatialindex: drop old

Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>
Package-Manager: Portage-3.0.20, Repoman-3.0.2

 .../libspatialindex/libspatialindex-1.9.3.ebuild   | 33 ----------------------
 1 file changed, 33 deletions(-)

diff --git a/sci-libs/libspatialindex/libspatialindex-1.9.3.ebuild b/sci-libs/libspatialindex/libspatialindex-1.9.3.ebuild
deleted file mode 100644
index b38f1950daa..00000000000
--- a/sci-libs/libspatialindex/libspatialindex-1.9.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-MY_P="spatialindex-src-${PV}"
-
-DESCRIPTION="C++ implementation of R*-tree, an MVR-tree and a TPR-tree with C API"
-HOMEPAGE="https://libspatialindex.org/
-	https://github.com/libspatialindex/libspatialindex"
-SRC_URI="https://github.com/libspatialindex/${PN}/releases/download/${PV}/${MY_P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0/6"
-KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-S=${WORKDIR}/${MY_P}
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-1.9.3-respect-compiler-flags.patch
-)
-
-src_configure() {
-	local mycmakeargs=(
-		-DSIDX_BUILD_TESTS=$(usex test)
-	)
-
-	cmake_src_configure
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/libspatialindex/
@ 2021-08-13 13:32 Marek Szuba
  0 siblings, 0 replies; 20+ messages in thread
From: Marek Szuba @ 2021-08-13 13:32 UTC (permalink / raw
  To: gentoo-commits

commit:     ccbc6027273565a7b15cfccba53407d508057237
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 13 12:03:29 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Aug 13 13:31:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccbc6027

sci-libs/libspatialindex: keyword 1.9.3-r1 for ~riscv

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 sci-libs/libspatialindex/libspatialindex-1.9.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/libspatialindex/libspatialindex-1.9.3-r1.ebuild b/sci-libs/libspatialindex/libspatialindex-1.9.3-r1.ebuild
index 7e8ad2fbf9d..14945195437 100644
--- a/sci-libs/libspatialindex/libspatialindex-1.9.3-r1.ebuild
+++ b/sci-libs/libspatialindex/libspatialindex-1.9.3-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/libspatialindex/${PN}/releases/download/${PV}/${MY_P
 
 LICENSE="MIT"
 SLOT="0/6"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/libspatialindex/
@ 2022-02-19  7:19 Arthur Zamarin
  0 siblings, 0 replies; 20+ messages in thread
From: Arthur Zamarin @ 2022-02-19  7:19 UTC (permalink / raw
  To: gentoo-commits

commit:     e14f69337708ad069ab57a309d688332c0e21e94
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 19 07:18:49 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 19 07:18:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e14f6933

sci-libs/libspatialindex: Keyword 1.9.3-r1 arm64, #833516

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sci-libs/libspatialindex/libspatialindex-1.9.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/libspatialindex/libspatialindex-1.9.3-r1.ebuild b/sci-libs/libspatialindex/libspatialindex-1.9.3-r1.ebuild
index 149451954374..ab14fc05522f 100644
--- a/sci-libs/libspatialindex/libspatialindex-1.9.3-r1.ebuild
+++ b/sci-libs/libspatialindex/libspatialindex-1.9.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/libspatialindex/${PN}/releases/download/${PV}/${MY_P
 
 LICENSE="MIT"
 SLOT="0/6"
-KEYWORDS="amd64 ~riscv x86"
+KEYWORDS="amd64 ~arm64 ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/libspatialindex/
@ 2023-02-13  4:48 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2023-02-13  4:48 UTC (permalink / raw
  To: gentoo-commits

commit:     2b2af459dee16a8edbbcba4791d7c2b37f04db51
Author:     Peter Levine <plevine457 <AT> gmail <DOT> com>
AuthorDate: Sun Feb 12 20:09:08 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 13 04:45:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b2af459

sci-libs/libspatialindex: Fix bug-894054 and bump EAPI

The latest gtest now requires being built with the C++14 dialect or later.
Change the reference of C++11 to C++14 in the affected CMakeLists.txt.

Closes: https://bugs.gentoo.org/894054
Closes: https://github.com/gentoo/gentoo/pull/29562
Signed-off-by: Peter Levine <plevine457 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../libspatialindex-1.9.3-r2.ebuild                | 44 ++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/sci-libs/libspatialindex/libspatialindex-1.9.3-r2.ebuild b/sci-libs/libspatialindex/libspatialindex-1.9.3-r2.ebuild
new file mode 100644
index 000000000000..d4063f6d21df
--- /dev/null
+++ b/sci-libs/libspatialindex/libspatialindex-1.9.3-r2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+MY_P="spatialindex-src-${PV}"
+
+DESCRIPTION="C++ implementation of R*-tree, an MVR-tree and a TPR-tree with C API"
+HOMEPAGE="https://libspatialindex.org/
+	https://github.com/libspatialindex/libspatialindex"
+SRC_URI="https://github.com/libspatialindex/${PN}/releases/download/${PV}/${MY_P}.tar.bz2"
+
+LICENSE="MIT"
+SLOT="0/6"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND=""
+DEPEND="test? ( >=dev-cpp/gtest-1.10.0 )"
+
+S=${WORKDIR}/${MY_P}
+
+PATCHES=(
+	"${FILESDIR}"/${P}-respect-compiler-flags.patch
+	"${FILESDIR}"/${P}-use-system-gtest.patch
+)
+
+src_prepare() {
+	cmake_src_prepare
+
+	sed -i -e 's/CMAKE_CXX_STANDARD 11/CMAKE_CXX_STANDARD 14/' \
+		CMakeLists.txt || die "sed failed"
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DSIDX_BUILD_TESTS=$(usex test)
+	)
+
+	cmake_src_configure
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/libspatialindex/
@ 2023-05-14  8:48 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2023-05-14  8:48 UTC (permalink / raw
  To: gentoo-commits

commit:     82a1d0ac3aa98084d234fb91ba99ea6ac6bb5319
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 08:48:31 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 14 08:48:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82a1d0ac

sci-libs/libspatialindex: Stabilize 1.9.3-r2 x86, #906313

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/libspatialindex/libspatialindex-1.9.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/libspatialindex/libspatialindex-1.9.3-r2.ebuild b/sci-libs/libspatialindex/libspatialindex-1.9.3-r2.ebuild
index d4063f6d21df..32076b84bd95 100644
--- a/sci-libs/libspatialindex/libspatialindex-1.9.3-r2.ebuild
+++ b/sci-libs/libspatialindex/libspatialindex-1.9.3-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/libspatialindex/${PN}/releases/download/${PV}/${MY_P
 
 LICENSE="MIT"
 SLOT="0/6"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/libspatialindex/
@ 2023-05-14  8:51 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2023-05-14  8:51 UTC (permalink / raw
  To: gentoo-commits

commit:     60f082a75441e0fcaede5af73a45031f30f061a8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 08:51:12 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 14 08:51:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60f082a7

sci-libs/libspatialindex: Stabilize 1.9.3-r2 amd64, #906313

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/libspatialindex/libspatialindex-1.9.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/libspatialindex/libspatialindex-1.9.3-r2.ebuild b/sci-libs/libspatialindex/libspatialindex-1.9.3-r2.ebuild
index 32076b84bd95..0b81b51c3059 100644
--- a/sci-libs/libspatialindex/libspatialindex-1.9.3-r2.ebuild
+++ b/sci-libs/libspatialindex/libspatialindex-1.9.3-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/libspatialindex/${PN}/releases/download/${PV}/${MY_P
 
 LICENSE="MIT"
 SLOT="0/6"
-KEYWORDS="~amd64 ~arm64 ~riscv x86"
+KEYWORDS="amd64 ~arm64 ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/libspatialindex/
@ 2023-05-14 10:29 Andreas Sturmlechner
  0 siblings, 0 replies; 20+ messages in thread
From: Andreas Sturmlechner @ 2023-05-14 10:29 UTC (permalink / raw
  To: gentoo-commits

commit:     4f25141410b25192755f646a9bce682319223891
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 08:51:59 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May 14 10:27:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f251414

sci-libs/libspatialindex: drop 1.9.3-r1

Closes: https://bugs.gentoo.org/906313
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../libspatialindex-1.9.3-r1.ebuild                | 37 ----------------------
 1 file changed, 37 deletions(-)

diff --git a/sci-libs/libspatialindex/libspatialindex-1.9.3-r1.ebuild b/sci-libs/libspatialindex/libspatialindex-1.9.3-r1.ebuild
deleted file mode 100644
index ab14fc05522f..000000000000
--- a/sci-libs/libspatialindex/libspatialindex-1.9.3-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-MY_P="spatialindex-src-${PV}"
-
-DESCRIPTION="C++ implementation of R*-tree, an MVR-tree and a TPR-tree with C API"
-HOMEPAGE="https://libspatialindex.org/
-	https://github.com/libspatialindex/libspatialindex"
-SRC_URI="https://github.com/libspatialindex/${PN}/releases/download/${PV}/${MY_P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0/6"
-KEYWORDS="amd64 ~arm64 ~riscv x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="test? ( >=dev-cpp/gtest-1.10.0 )"
-
-S=${WORKDIR}/${MY_P}
-
-PATCHES=(
-	"${FILESDIR}"/${P}-respect-compiler-flags.patch
-	"${FILESDIR}"/${P}-use-system-gtest.patch
-)
-
-src_configure() {
-	local mycmakeargs=(
-		-DSIDX_BUILD_TESTS=$(usex test)
-	)
-
-	cmake_src_configure
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/libspatialindex/
@ 2023-11-24 15:31 Michał Górny
  0 siblings, 0 replies; 20+ messages in thread
From: Michał Górny @ 2023-11-24 15:31 UTC (permalink / raw
  To: gentoo-commits

commit:     47507d3d4a2f6d36433c2060ba8eb7776ea7a41c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 24 15:31:49 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 24 15:31:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47507d3d

sci-libs/libspatialindex: Stabilize 1.9.3-r2 arm64, #918388

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sci-libs/libspatialindex/libspatialindex-1.9.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/libspatialindex/libspatialindex-1.9.3-r2.ebuild b/sci-libs/libspatialindex/libspatialindex-1.9.3-r2.ebuild
index 7911fe92a05f..11ffc49a6b58 100644
--- a/sci-libs/libspatialindex/libspatialindex-1.9.3-r2.ebuild
+++ b/sci-libs/libspatialindex/libspatialindex-1.9.3-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/libspatialindex/${PN}/releases/download/${PV}/${MY_P
 
 LICENSE="MIT"
 SLOT="0/6"
-KEYWORDS="amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~riscv ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

end of thread, other threads:[~2023-11-24 15:31 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-14 10:29 [gentoo-commits] repo/gentoo:master commit in: sci-libs/libspatialindex/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2023-11-24 15:31 Michał Górny
2023-05-14  8:51 Sam James
2023-05-14  8:48 Sam James
2023-02-13  4:48 Sam James
2022-02-19  7:19 Arthur Zamarin
2021-08-13 13:32 Marek Szuba
2021-07-22 19:10 Dennis Lamm
2021-07-22 17:39 Sam James
2021-07-22  5:49 Sam James
2021-02-07 23:57 Dennis Lamm
2021-01-07  5:09 Sam James
2021-01-07  5:09 Sam James
2020-07-22 19:25 Dennis Lamm
2019-02-22 11:34 Mikle Kolyada
2019-02-15  0:39 Thomas Deutschmann
2017-03-26 18:32 Michael Orlitzky
2016-07-07 22:50 Austin English
2016-05-22 19:35 Pacho Ramos
2015-08-14 21:17 Julian Ospald

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