[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2024-03-13 Thread Sam James
commit: 7ce90bf1fd107e51cc1ab921fe32fb7fdefabe0d
Author: Eli Schwartz  gmail  com>
AuthorDate: Thu Mar 14 00:08:50 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 14 00:34:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ce90bf1

sci-libs/geos: mark as LTO-unsafe

Closes: https://bugs.gentoo.org/862702
Signed-off-by: Eli Schwartz  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 sci-libs/geos/geos-3.11.2.ebuild | 7 ++-
 sci-libs/geos/geos-3.12.0.ebuild | 7 ++-
 sci-libs/geos/geos-3.12.1.ebuild | 7 ++-
 3 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/sci-libs/geos/geos-3.11.2.ebuild b/sci-libs/geos/geos-3.11.2.ebuild
index 6ff66b24d49b..ea63aa08b670 100644
--- a/sci-libs/geos/geos-3.11.2.ebuild
+++ b/sci-libs/geos/geos-3.11.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit cmake
+inherit cmake flag-o-matic
 
 DESCRIPTION="Geometry engine library for Geographic Information Systems"
 HOMEPAGE="https://libgeos.org/;
@@ -22,6 +22,11 @@ PATCHES=(
 )
 
 src_configure() {
+   # -Werror=odr
+   # https://bugs.gentoo.org/862702
+   # https://github.com/libgeos/geos/issues/1054
+   filter-lto
+
local mycmakeargs=(
-DBUILD_DOCUMENTATION=$(usex doc)
-DBUILD_TESTING=$(usex test)

diff --git a/sci-libs/geos/geos-3.12.0.ebuild b/sci-libs/geos/geos-3.12.0.ebuild
index 3cd12a9122d1..71105c249023 100644
--- a/sci-libs/geos/geos-3.12.0.ebuild
+++ b/sci-libs/geos/geos-3.12.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit cmake
+inherit cmake flag-o-matic
 
 DESCRIPTION="Geometry engine library for Geographic Information Systems"
 HOMEPAGE="https://libgeos.org/;
@@ -18,6 +18,11 @@ RESTRICT="!test? ( test )"
 BDEPEND="doc? ( app-text/doxygen )"
 
 src_configure() {
+   # -Werror=odr
+   # https://bugs.gentoo.org/862702
+   # https://github.com/libgeos/geos/issues/1054
+   filter-lto
+
local mycmakeargs=(
-DBUILD_DOCUMENTATION=$(usex doc)
-DBUILD_TESTING=$(usex test)

diff --git a/sci-libs/geos/geos-3.12.1.ebuild b/sci-libs/geos/geos-3.12.1.ebuild
index 3cd12a9122d1..71105c249023 100644
--- a/sci-libs/geos/geos-3.12.1.ebuild
+++ b/sci-libs/geos/geos-3.12.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit cmake
+inherit cmake flag-o-matic
 
 DESCRIPTION="Geometry engine library for Geographic Information Systems"
 HOMEPAGE="https://libgeos.org/;
@@ -18,6 +18,11 @@ RESTRICT="!test? ( test )"
 BDEPEND="doc? ( app-text/doxygen )"
 
 src_configure() {
+   # -Werror=odr
+   # https://bugs.gentoo.org/862702
+   # https://github.com/libgeos/geos/issues/1054
+   filter-lto
+
local mycmakeargs=(
-DBUILD_DOCUMENTATION=$(usex doc)
-DBUILD_TESTING=$(usex test)



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2023-11-17 Thread Sam James
commit: 2d9adfd91bfd11ef4d58e087bbd9e62baf7ef2f7
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 18 03:59:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 18 03:59:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d9adfd9

sci-libs/geos: add 3.12.1

Signed-off-by: Sam James  gentoo.org>

 sci-libs/geos/Manifest   |  1 +
 sci-libs/geos/geos-3.12.1.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/sci-libs/geos/Manifest b/sci-libs/geos/Manifest
index 9581af48922a..9fca3d6d3ed3 100644
--- a/sci-libs/geos/Manifest
+++ b/sci-libs/geos/Manifest
@@ -2,3 +2,4 @@ DIST geos-3.11.0.tar.bz2 6727294 BLAKE2B 
7d2cb7ae2dc6c5eb13836c16c8164402c1e964f
 DIST geos-3.11.1.tar.bz2 6753232 BLAKE2B 
376050ca3224e5220f69d82ff62d79ff7ea3d35d5fe90b7ab4e0cabcb4200b47d7569110538c201df9cb28da784f09f8207a9a8233ee002ab2ec87f5cf336ba1
 SHA512 
708500aba9b04208ee46a531d55ddf63a213dfaa2922dae937b524300b2b46c95143ed6cd3ff1414e9099f2be95e5df5a2e0b49df43acf93a9478215259f20d3
 DIST geos-3.11.2.tar.bz2 6774288 BLAKE2B 
62ddcaf5b6716983d49a6931c97ebe8d4c457ce7d127531ff3ff98e9dfc2f1ebd211d1fe7afe183a3858913b4c22ec4674f68fb28ee8c43c9e9ce61abd3b
 SHA512 
b5df5b773bef595335e1be6c6d3325f932f1577e2a4b8bdfa8cf26f09c7d41ed5e0695ca15826d1f95bc4a45b777839c2be8a96a8af5415c8bcf58cc804eb1ec
 DIST geos-3.12.0.tar.bz2 6736650 BLAKE2B 
abdf1c524fa35dccfe253f9774a57768a7597b3fb5ede99dbb5c473a3de5a2c8bcef7cd892ebf3768179a85b365394163fd38efb661f014d23828618178505d0
 SHA512 
cc67d9516d24ada2ceaf7c81ff9df40033bb15123160bf7e70fdff97b72c798f4b9ba8223c1eaebac0f33dcb530bc8cf42af000af3491f3227420290d89332d5
+DIST geos-3.12.1.tar.bz2 6727199 BLAKE2B 
4ffc9cb63f3ac15b3dcb0ba9fec6a1ccaeaf35962a057234f4da38d6bba19df39e800805badfd56fe927da09c9392f0feaf2b7d02085e8f293c4d9503ab28ff9
 SHA512 
192eba83c651e935b3c9a5cc19321285e4d28b9da9d7a1fa15d9471803027e630db7a7ecea96343d9c5f9846d279062ca3694fe47916a4ebf5698ae66dd5210d

diff --git a/sci-libs/geos/geos-3.12.1.ebuild b/sci-libs/geos/geos-3.12.1.ebuild
new file mode 100644
index ..a95d93f605b6
--- /dev/null
+++ b/sci-libs/geos/geos-3.12.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Geometry engine library for Geographic Information Systems"
+HOMEPAGE="https://libgeos.org/;
+SRC_URI="https://download.osgeo.org/geos/${P}.tar.bz2;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+IUSE="doc test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="doc? ( app-doc/doxygen )"
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_DOCUMENTATION=$(usex doc)
+   -DBUILD_TESTING=$(usex test)
+   -DUSE_CCACHE=OFF
+
+   # bug #709368
+   $(usev arm '-DDISABLE_GEOS_INLINE=ON')
+   )
+
+   cmake_src_configure
+}
+
+src_compile() {
+   cmake_src_compile
+
+   use doc && cmake_src_compile docs
+}
+
+src_install() {
+   cmake_src_install
+
+   if use doc ; then
+   HTML_DOCS=( "${BUILD_DIR}"/doxygen/doxygen_docs/html/. )
+   einstalldocs
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2023-10-27 Thread Sam James
commit: d4eefd392f557b080d515a59aae95364220db798
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 27 12:14:26 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 27 12:14:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4eefd39

sci-libs/geos: Stabilize 3.11.2 ppc64, #915056

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.11.2.ebuild b/sci-libs/geos/geos-3.11.2.ebuild
index 8e9af834872f..5001322d2107 100644
--- a/sci-libs/geos/geos-3.11.2.ebuild
+++ b/sci-libs/geos/geos-3.11.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/geos/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="amd64 arm arm64 ~ia64 ~ppc ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x64-solaris"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2023-10-26 Thread Sam James
commit: be6586ed9b619900194c25ba57bdf19db331b7a1
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 26 13:03:40 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 26 13:03:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be6586ed

sci-libs/geos: Stabilize 3.11.2 arm64, #915056

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.11.2.ebuild b/sci-libs/geos/geos-3.11.2.ebuild
index abd21d2081ac..8e9af834872f 100644
--- a/sci-libs/geos/geos-3.11.2.ebuild
+++ b/sci-libs/geos/geos-3.11.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/geos/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="amd64 arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2023-10-26 Thread Sam James
commit: c3a406e7f727cd3576ec03bbc5229916fa153aad
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 26 12:50:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 26 12:50:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3a406e7

sci-libs/geos: Stabilize 3.11.2 arm, #915056

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.11.2.ebuild b/sci-libs/geos/geos-3.11.2.ebuild
index 829011080924..abd21d2081ac 100644
--- a/sci-libs/geos/geos-3.11.2.ebuild
+++ b/sci-libs/geos/geos-3.11.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/geos/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="amd64 arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2023-06-27 Thread Sam James
commit: 66ebb42027c1b2cd505e648ffc90f1bcac8f2855
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 27 17:11:56 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 27 17:11:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66ebb420

sci-libs/geos: add 3.12.0

Signed-off-by: Sam James  gentoo.org>

 sci-libs/geos/Manifest   |  1 +
 sci-libs/geos/geos-3.12.0.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/sci-libs/geos/Manifest b/sci-libs/geos/Manifest
index 42022eecc40f..9581af48922a 100644
--- a/sci-libs/geos/Manifest
+++ b/sci-libs/geos/Manifest
@@ -1,3 +1,4 @@
 DIST geos-3.11.0.tar.bz2 6727294 BLAKE2B 
7d2cb7ae2dc6c5eb13836c16c8164402c1e964f98df95d5aaf9f6fd957ebcdbdefb43ae4fb17a5a671b6dfdb812bdacfdbfdfdea6e5bd44f135e3701a3cc914d
 SHA512 
40c7553bbb93673c231ddd0131b73bf43b3f50524bc5bd9e6934c068d2c09632f388b7429254ae15d9641da2d15e3a626b430438854e98d9e7419ad04e535189
 DIST geos-3.11.1.tar.bz2 6753232 BLAKE2B 
376050ca3224e5220f69d82ff62d79ff7ea3d35d5fe90b7ab4e0cabcb4200b47d7569110538c201df9cb28da784f09f8207a9a8233ee002ab2ec87f5cf336ba1
 SHA512 
708500aba9b04208ee46a531d55ddf63a213dfaa2922dae937b524300b2b46c95143ed6cd3ff1414e9099f2be95e5df5a2e0b49df43acf93a9478215259f20d3
 DIST geos-3.11.2.tar.bz2 6774288 BLAKE2B 
62ddcaf5b6716983d49a6931c97ebe8d4c457ce7d127531ff3ff98e9dfc2f1ebd211d1fe7afe183a3858913b4c22ec4674f68fb28ee8c43c9e9ce61abd3b
 SHA512 
b5df5b773bef595335e1be6c6d3325f932f1577e2a4b8bdfa8cf26f09c7d41ed5e0695ca15826d1f95bc4a45b777839c2be8a96a8af5415c8bcf58cc804eb1ec
+DIST geos-3.12.0.tar.bz2 6736650 BLAKE2B 
abdf1c524fa35dccfe253f9774a57768a7597b3fb5ede99dbb5c473a3de5a2c8bcef7cd892ebf3768179a85b365394163fd38efb661f014d23828618178505d0
 SHA512 
cc67d9516d24ada2ceaf7c81ff9df40033bb15123160bf7e70fdff97b72c798f4b9ba8223c1eaebac0f33dcb530bc8cf42af000af3491f3227420290d89332d5

diff --git a/sci-libs/geos/geos-3.12.0.ebuild b/sci-libs/geos/geos-3.12.0.ebuild
new file mode 100644
index ..a95d93f605b6
--- /dev/null
+++ b/sci-libs/geos/geos-3.12.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Geometry engine library for Geographic Information Systems"
+HOMEPAGE="https://libgeos.org/;
+SRC_URI="https://download.osgeo.org/geos/${P}.tar.bz2;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+IUSE="doc test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="doc? ( app-doc/doxygen )"
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_DOCUMENTATION=$(usex doc)
+   -DBUILD_TESTING=$(usex test)
+   -DUSE_CCACHE=OFF
+
+   # bug #709368
+   $(usev arm '-DDISABLE_GEOS_INLINE=ON')
+   )
+
+   cmake_src_configure
+}
+
+src_compile() {
+   cmake_src_compile
+
+   use doc && cmake_src_compile docs
+}
+
+src_install() {
+   cmake_src_install
+
+   if use doc ; then
+   HTML_DOCS=( "${BUILD_DIR}"/doxygen/doxygen_docs/html/. )
+   einstalldocs
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/files/, sci-libs/geos/

2023-03-16 Thread Sam James
commit: 2f7dad5c2882013ab855c0c65db529904dd4c0c7
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 03:19:01 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 03:19:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f7dad5c

sci-libs/geos: add 3.11.2

Signed-off-by: Sam James  gentoo.org>

 sci-libs/geos/Manifest   |  1 +
 sci-libs/geos/files/geos-3.11.2-gcc-13.patch | 38 +
 sci-libs/geos/geos-3.11.2.ebuild | 50 
 3 files changed, 89 insertions(+)

diff --git a/sci-libs/geos/Manifest b/sci-libs/geos/Manifest
index e090e325a34b..42022eecc40f 100644
--- a/sci-libs/geos/Manifest
+++ b/sci-libs/geos/Manifest
@@ -1,2 +1,3 @@
 DIST geos-3.11.0.tar.bz2 6727294 BLAKE2B 
7d2cb7ae2dc6c5eb13836c16c8164402c1e964f98df95d5aaf9f6fd957ebcdbdefb43ae4fb17a5a671b6dfdb812bdacfdbfdfdea6e5bd44f135e3701a3cc914d
 SHA512 
40c7553bbb93673c231ddd0131b73bf43b3f50524bc5bd9e6934c068d2c09632f388b7429254ae15d9641da2d15e3a626b430438854e98d9e7419ad04e535189
 DIST geos-3.11.1.tar.bz2 6753232 BLAKE2B 
376050ca3224e5220f69d82ff62d79ff7ea3d35d5fe90b7ab4e0cabcb4200b47d7569110538c201df9cb28da784f09f8207a9a8233ee002ab2ec87f5cf336ba1
 SHA512 
708500aba9b04208ee46a531d55ddf63a213dfaa2922dae937b524300b2b46c95143ed6cd3ff1414e9099f2be95e5df5a2e0b49df43acf93a9478215259f20d3
+DIST geos-3.11.2.tar.bz2 6774288 BLAKE2B 
62ddcaf5b6716983d49a6931c97ebe8d4c457ce7d127531ff3ff98e9dfc2f1ebd211d1fe7afe183a3858913b4c22ec4674f68fb28ee8c43c9e9ce61abd3b
 SHA512 
b5df5b773bef595335e1be6c6d3325f932f1577e2a4b8bdfa8cf26f09c7d41ed5e0695ca15826d1f95bc4a45b777839c2be8a96a8af5415c8bcf58cc804eb1ec

diff --git a/sci-libs/geos/files/geos-3.11.2-gcc-13.patch 
b/sci-libs/geos/files/geos-3.11.2-gcc-13.patch
new file mode 100644
index ..fa46cf8bf4d2
--- /dev/null
+++ b/sci-libs/geos/files/geos-3.11.2-gcc-13.patch
@@ -0,0 +1,38 @@
+https://github.com/libgeos/geos/commit/bea3188be44075034fd349f5bb117c943bdb7fb1
+
+From bea3188be44075034fd349f5bb117c943bdb7fb1 Mon Sep 17 00:00:00 2001
+From: Heiko Becker 
+Date: Mon, 23 Jan 2023 15:56:11 +0100
+Subject: [PATCH] Fix build with gcc 13 by including  (#805)
+
+In addition to [1]. Otherwise geos fails to build with:
+"geos-3.11.1/include/geos/shape/fractal/HilbertEncoder.h:40:28: error: 
expected ')' before 'p_level'
+   40 | HilbertEncoder(uint32_t p_level, geom::Envelope& extent);
+  |   ~^~~~
+  |)
+/var/tmp/paludis/build/sci-libs-geos-3.11.1/work/geos-3.11.1/include/geos/shape/fractal/HilbertEncoder.h:41:5:
 error: 'uint32_t' does not name a type
+   41 | uint32_t encode(const geom::Envelope* env);
+  | ^~~~"
+
+[1] 0e8d4368b8bd72a7d361286e8523ebce5cff6146
+--- a/include/geos/shape/fractal/HilbertEncoder.h
 b/include/geos/shape/fractal/HilbertEncoder.h
+@@ -19,6 +19,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ // Forward declarations
+ namespace geos {
+--- a/tests/unit/capi/GEOSMakeValidTest.cpp
 b/tests/unit/capi/GEOSMakeValidTest.cpp
+@@ -9,6 +9,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #include "capi_test_utils.h"
+ 
+

diff --git a/sci-libs/geos/geos-3.11.2.ebuild b/sci-libs/geos/geos-3.11.2.ebuild
new file mode 100644
index ..9aa1b4eecd40
--- /dev/null
+++ b/sci-libs/geos/geos-3.11.2.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Geometry engine library for Geographic Information Systems"
+HOMEPAGE="https://libgeos.org/;
+SRC_URI="https://download.osgeo.org/geos/${P}.tar.bz2;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+IUSE="doc test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="doc? ( app-doc/doxygen )"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-gcc-13.patch
+)
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_DOCUMENTATION=$(usex doc)
+   -DBUILD_TESTING=$(usex test)
+   -DUSE_CCACHE=OFF
+
+   # bug #709368
+   $(usev arm '-DDISABLE_GEOS_INLINE=ON')
+   )
+
+   cmake_src_configure
+}
+
+src_compile() {
+   cmake_src_compile
+
+   use doc && cmake_src_compile docs
+}
+
+src_install() {
+   cmake_src_install
+
+   if use doc ; then
+   HTML_DOCS=( "${BUILD_DIR}"/doxygen/doxygen_docs/html/. )
+   einstalldocs
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/files/, sci-libs/geos/

2023-01-25 Thread Sam James
commit: 4b2cb7b09bd5568a3a55aa3e0cff4dad63aa4ec0
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan 26 07:25:53 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan 26 07:55:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b2cb7b0

sci-libs/geos: fix build w/ gcc 13

Signed-off-by: Sam James  gentoo.org>

 sci-libs/geos/files/geos-3.11.1-gcc-13.patch | 111 +++
 sci-libs/geos/geos-3.11.1.ebuild |   6 +-
 2 files changed, 116 insertions(+), 1 deletion(-)

diff --git a/sci-libs/geos/files/geos-3.11.1-gcc-13.patch 
b/sci-libs/geos/files/geos-3.11.1-gcc-13.patch
new file mode 100644
index ..45054e860082
--- /dev/null
+++ b/sci-libs/geos/files/geos-3.11.1-gcc-13.patch
@@ -0,0 +1,111 @@
+https://github.com/libgeos/geos/commit/0e8d4368b8bd72a7d361286e8523ebce5cff6146
+https://github.com/libgeos/geos/commit/bea3188be44075034fd349f5bb117c943bdb7fb1
+
+From 0e8d4368b8bd72a7d361286e8523ebce5cff6146 Mon Sep 17 00:00:00 2001
+From: Sergei Trofimovich 
+Date: Tue, 29 Nov 2022 23:10:22 +
+Subject: [PATCH] Add missing  includes for gcc-13 (#743)
+
+Without the change build on `gcc-13` fails as:
+
+geos/include/geos/geomgraph/TopologyLocation.h:143:52: error: 'uint32_t' 
has not been declared
+  143 | bool isEqualOnSide(const TopologyLocation& le, uint32_t 
locIndex) const
+  |^~~~
+--- a/include/geos/geomgraph/Depth.h
 b/include/geos/geomgraph/Depth.h
+@@ -24,6 +24,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ // Forward declarations
+ namespace geos {
+--- a/include/geos/geomgraph/TopologyLocation.h
 b/include/geos/geomgraph/TopologyLocation.h
+@@ -27,6 +27,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #ifdef _MSC_VER
+ #pragma warning(push)
+--- a/include/geos/io/WKTWriter.h
 b/include/geos/io/WKTWriter.h
+@@ -24,6 +24,7 @@
+ 
+ #include 
+ #include 
++#include 
+ 
+ #ifdef _MSC_VER
+ #pragma warning(push)
+--- a/include/geos/operation/overlayng/OverlayLabel.h
 b/include/geos/operation/overlayng/OverlayLabel.h
+@@ -14,6 +14,8 @@
+ 
+ #pragma once
+ 
++#include 
++
+ #include 
+ #include 
+ #include 
+--- a/include/geos/shape/fractal/HilbertCode.h
 b/include/geos/shape/fractal/HilbertCode.h
+@@ -17,6 +17,7 @@
+ 
+ #include 
+ #include 
++#include 
+ 
+ // Forward declarations
+ namespace geos {
+--- a/include/geos/shape/fractal/MortonCode.h
 b/include/geos/shape/fractal/MortonCode.h
+@@ -17,6 +17,7 @@
+ 
+ #include 
+ #include 
++#include 
+ 
+ // Forward declarations
+ namespace geos {
+
+From bea3188be44075034fd349f5bb117c943bdb7fb1 Mon Sep 17 00:00:00 2001
+From: Heiko Becker 
+Date: Mon, 23 Jan 2023 15:56:11 +0100
+Subject: [PATCH] Fix build with gcc 13 by including  (#805)
+
+In addition to [1]. Otherwise geos fails to build with:
+"geos-3.11.1/include/geos/shape/fractal/HilbertEncoder.h:40:28: error: 
expected ')' before 'p_level'
+   40 | HilbertEncoder(uint32_t p_level, geom::Envelope& extent);
+  |   ~^~~~
+  |)
+/var/tmp/paludis/build/sci-libs-geos-3.11.1/work/geos-3.11.1/include/geos/shape/fractal/HilbertEncoder.h:41:5:
 error: 'uint32_t' does not name a type
+   41 | uint32_t encode(const geom::Envelope* env);
+  | ^~~~"
+
+[1] 0e8d4368b8bd72a7d361286e8523ebce5cff6146
+--- a/include/geos/shape/fractal/HilbertEncoder.h
 b/include/geos/shape/fractal/HilbertEncoder.h
+@@ -19,6 +19,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ // Forward declarations
+ namespace geos {
+--- a/tests/unit/capi/GEOSMakeValidTest.cpp
 b/tests/unit/capi/GEOSMakeValidTest.cpp
+@@ -9,6 +9,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #include "capi_test_utils.h"
+ 
+

diff --git a/sci-libs/geos/geos-3.11.1.ebuild b/sci-libs/geos/geos-3.11.1.ebuild
index dd84d4906b89..b560a1fb3e08 100644
--- a/sci-libs/geos/geos-3.11.1.ebuild
+++ b/sci-libs/geos/geos-3.11.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -17,6 +17,10 @@ RESTRICT="!test? ( test )"
 
 BDEPEND="doc? ( app-doc/doxygen )"
 
+PATCHES=(
+   "${FILESDIR}"/${P}-gcc-13.patch
+)
+
 src_configure() {
local mycmakeargs=(
-DBUILD_DOCUMENTATION=$(usex doc)



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2022-12-18 Thread Sam James
commit: 077208e946f5f535c24eb5a834a2178b820f15af
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 18 08:06:59 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 18 08:30:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=077208e9

sci-libs/geos: drop 3.10.0, 3.10.2

Signed-off-by: Sam James  gentoo.org>

 sci-libs/geos/Manifest   |  2 --
 sci-libs/geos/geos-3.10.0.ebuild | 43 
 sci-libs/geos/geos-3.10.2.ebuild | 43 
 3 files changed, 88 deletions(-)

diff --git a/sci-libs/geos/Manifest b/sci-libs/geos/Manifest
index b3cfefdbfa44..e090e325a34b 100644
--- a/sci-libs/geos/Manifest
+++ b/sci-libs/geos/Manifest
@@ -1,4 +1,2 @@
-DIST geos-3.10.0.tar.bz2 6799370 BLAKE2B 
dd1490318fccda8ccaf5152f8521ab98ef5e4b143e12e861d02124421985a8b2c966bca6f966aa167fb60f703d25c132b8c7ee4d61e382a449bce5eb40d4cb89
 SHA512 
12657c6649bfbf6efa3232a054969c6229bb23fc16a7c72d6ca5fdb662e0d08e14bbcaa6944a17de8972b6c236608d94c870ead0b04fada2d2af3d42c238058e
-DIST geos-3.10.2.tar.bz2 6714655 BLAKE2B 
1bc4f29a28b2b49faa9e1ea2aba7359d6dcb124136e0a2d2069508f7b95fae09e59ecb0acf3742d9261444055e85471cf45baba6e278c8b3501e91eacf3bb886
 SHA512 
390381711ccf56b862c2736cf6329200822f121de1c49df52b8b85cabea8c7787b199df2196acacc2e5c677ff3ebe042d93d70e89deadbc19d754499edb65126
 DIST geos-3.11.0.tar.bz2 6727294 BLAKE2B 
7d2cb7ae2dc6c5eb13836c16c8164402c1e964f98df95d5aaf9f6fd957ebcdbdefb43ae4fb17a5a671b6dfdb812bdacfdbfdfdea6e5bd44f135e3701a3cc914d
 SHA512 
40c7553bbb93673c231ddd0131b73bf43b3f50524bc5bd9e6934c068d2c09632f388b7429254ae15d9641da2d15e3a626b430438854e98d9e7419ad04e535189
 DIST geos-3.11.1.tar.bz2 6753232 BLAKE2B 
376050ca3224e5220f69d82ff62d79ff7ea3d35d5fe90b7ab4e0cabcb4200b47d7569110538c201df9cb28da784f09f8207a9a8233ee002ab2ec87f5cf336ba1
 SHA512 
708500aba9b04208ee46a531d55ddf63a213dfaa2922dae937b524300b2b46c95143ed6cd3ff1414e9099f2be95e5df5a2e0b49df43acf93a9478215259f20d3

diff --git a/sci-libs/geos/geos-3.10.0.ebuild b/sci-libs/geos/geos-3.10.0.ebuild
deleted file mode 100644
index ee5577541ea4..
--- a/sci-libs/geos/geos-3.10.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Geometry engine library for Geographic Information Systems"
-HOMEPAGE="https://libgeos.org/;
-SRC_URI="https://download.osgeo.org/geos/${P}.tar.bz2;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
-IUSE="doc"
-
-BDEPEND="doc? ( app-doc/doxygen )"
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_DOCUMENTATION=$(usex doc)
-
-   # bug #709368
-   $(usex arm '-DDISABLE_GEOS_INLINE=ON' '')
-   )
-
-   cmake_src_configure
-}
-
-src_compile() {
-   cmake_src_compile
-
-   use doc && cmake_src_compile docs
-}
-
-src_install() {
-   cmake_src_install
-
-   if use doc ; then
-   HTML_DOCS=( "${BUILD_DIR}"/doc/doxygen_docs/html/. )
-   einstalldocs
-   fi
-}

diff --git a/sci-libs/geos/geos-3.10.2.ebuild b/sci-libs/geos/geos-3.10.2.ebuild
deleted file mode 100644
index f43f7504f26b..
--- a/sci-libs/geos/geos-3.10.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Geometry engine library for Geographic Information Systems"
-HOMEPAGE="https://libgeos.org/;
-SRC_URI="https://download.osgeo.org/geos/${P}.tar.bz2;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
-IUSE="doc"
-
-BDEPEND="doc? ( app-doc/doxygen )"
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_DOCUMENTATION=$(usex doc)
-
-   # bug #709368
-   $(usex arm '-DDISABLE_GEOS_INLINE=ON' '')
-   )
-
-   cmake_src_configure
-}
-
-src_compile() {
-   cmake_src_compile
-
-   use doc && cmake_src_compile docs
-}
-
-src_install() {
-   cmake_src_install
-
-   if use doc ; then
-   HTML_DOCS=( "${BUILD_DIR}"/doc/doxygen_docs/html/. )
-   einstalldocs
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2022-12-01 Thread Sam James
commit: 26f4601c54f33b6eb912dd68a23336d6b1557551
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec  2 07:59:39 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec  2 07:59:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26f4601c

sci-libs/geos: add 3.11.1

Signed-off-by: Sam James  gentoo.org>

 sci-libs/geos/Manifest   |  1 +
 sci-libs/geos/geos-3.11.1.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/sci-libs/geos/Manifest b/sci-libs/geos/Manifest
index f0ba1c239269..b3cfefdbfa44 100644
--- a/sci-libs/geos/Manifest
+++ b/sci-libs/geos/Manifest
@@ -1,3 +1,4 @@
 DIST geos-3.10.0.tar.bz2 6799370 BLAKE2B 
dd1490318fccda8ccaf5152f8521ab98ef5e4b143e12e861d02124421985a8b2c966bca6f966aa167fb60f703d25c132b8c7ee4d61e382a449bce5eb40d4cb89
 SHA512 
12657c6649bfbf6efa3232a054969c6229bb23fc16a7c72d6ca5fdb662e0d08e14bbcaa6944a17de8972b6c236608d94c870ead0b04fada2d2af3d42c238058e
 DIST geos-3.10.2.tar.bz2 6714655 BLAKE2B 
1bc4f29a28b2b49faa9e1ea2aba7359d6dcb124136e0a2d2069508f7b95fae09e59ecb0acf3742d9261444055e85471cf45baba6e278c8b3501e91eacf3bb886
 SHA512 
390381711ccf56b862c2736cf6329200822f121de1c49df52b8b85cabea8c7787b199df2196acacc2e5c677ff3ebe042d93d70e89deadbc19d754499edb65126
 DIST geos-3.11.0.tar.bz2 6727294 BLAKE2B 
7d2cb7ae2dc6c5eb13836c16c8164402c1e964f98df95d5aaf9f6fd957ebcdbdefb43ae4fb17a5a671b6dfdb812bdacfdbfdfdea6e5bd44f135e3701a3cc914d
 SHA512 
40c7553bbb93673c231ddd0131b73bf43b3f50524bc5bd9e6934c068d2c09632f388b7429254ae15d9641da2d15e3a626b430438854e98d9e7419ad04e535189
+DIST geos-3.11.1.tar.bz2 6753232 BLAKE2B 
376050ca3224e5220f69d82ff62d79ff7ea3d35d5fe90b7ab4e0cabcb4200b47d7569110538c201df9cb28da784f09f8207a9a8233ee002ab2ec87f5cf336ba1
 SHA512 
708500aba9b04208ee46a531d55ddf63a213dfaa2922dae937b524300b2b46c95143ed6cd3ff1414e9099f2be95e5df5a2e0b49df43acf93a9478215259f20d3

diff --git a/sci-libs/geos/geos-3.11.1.ebuild b/sci-libs/geos/geos-3.11.1.ebuild
new file mode 100644
index ..dd84d4906b89
--- /dev/null
+++ b/sci-libs/geos/geos-3.11.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Geometry engine library for Geographic Information Systems"
+HOMEPAGE="https://libgeos.org/;
+SRC_URI="https://download.osgeo.org/geos/${P}.tar.bz2;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+IUSE="doc test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="doc? ( app-doc/doxygen )"
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_DOCUMENTATION=$(usex doc)
+   -DBUILD_TESTING=$(usex test)
+   -DUSE_CCACHE=OFF
+
+   # bug #709368
+   $(usex arm '-DDISABLE_GEOS_INLINE=ON' '')
+   )
+
+   cmake_src_configure
+}
+
+src_compile() {
+   cmake_src_compile
+
+   use doc && cmake_src_compile docs
+}
+
+src_install() {
+   cmake_src_install
+
+   if use doc ; then
+   HTML_DOCS=( "${BUILD_DIR}"/doxygen/doxygen_docs/html/. )
+   einstalldocs
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2022-11-25 Thread Arthur Zamarin
commit: 36b0c9fd1fe02060751d93a0f0ffe7284119e7be
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 25 15:45:27 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 25 15:45:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36b0c9fd

sci-libs/geos: Stabilize 3.11.0 ppc, #882907

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.11.0.ebuild b/sci-libs/geos/geos-3.11.0.ebuild
index 5da9b11909f5..4115303f0477 100644
--- a/sci-libs/geos/geos-3.11.0.ebuild
+++ b/sci-libs/geos/geos-3.11.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/geos/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ~ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2022-11-25 Thread Arthur Zamarin
commit: 74e6d8b0d36390c6b81e0f1e710ba9e9cb1ad2b0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 25 09:07:10 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 25 09:07:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74e6d8b0

sci-libs/geos: Stabilize 3.11.0 ppc64, #882907

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.11.0.ebuild b/sci-libs/geos/geos-3.11.0.ebuild
index e83a7f96cf56..5da9b11909f5 100644
--- a/sci-libs/geos/geos-3.11.0.ebuild
+++ b/sci-libs/geos/geos-3.11.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/geos/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ~ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 arm arm64 ~ia64 ~ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2022-11-24 Thread Sam James
commit: f0b335dacde74557f01797339cfbac1a7ce5b89a
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov 25 07:56:33 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 25 07:56:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0b335da

sci-libs/geos: Stabilize 3.11.0 x86, #882907

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.11.0.ebuild b/sci-libs/geos/geos-3.11.0.ebuild
index 19ed773654e8..e83a7f96cf56 100644
--- a/sci-libs/geos/geos-3.11.0.ebuild
+++ b/sci-libs/geos/geos-3.11.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/geos/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 arm arm64 ~ia64 ~ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2022-11-24 Thread Sam James
commit: 806032560997a16b6cc2b0e67b9820b7f46097e4
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov 25 07:55:03 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 25 07:55:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80603256

sci-libs/geos: Stabilize 3.11.0 amd64, #882907

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.11.0.ebuild b/sci-libs/geos/geos-3.11.0.ebuild
index 8f9d1de38da3..19ed773654e8 100644
--- a/sci-libs/geos/geos-3.11.0.ebuild
+++ b/sci-libs/geos/geos-3.11.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/geos/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2022-11-24 Thread Sam James
commit: ab1f31d5df91e5da63d5558bfd04b80e284a1aeb
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov 25 07:53:54 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 25 07:53:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab1f31d5

sci-libs/geos: Stabilize 3.11.0 arm64, #882907

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.11.0.ebuild b/sci-libs/geos/geos-3.11.0.ebuild
index 20ad431c8a89..8f9d1de38da3 100644
--- a/sci-libs/geos/geos-3.11.0.ebuild
+++ b/sci-libs/geos/geos-3.11.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/geos/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="~amd64 arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2022-11-24 Thread Sam James
commit: e4b0ef0bd2f44ba7590dcc48dfe8c614ccc94206
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov 25 07:53:52 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 25 07:53:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4b0ef0b

sci-libs/geos: Stabilize 3.11.0 arm, #882907

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.11.0.ebuild b/sci-libs/geos/geos-3.11.0.ebuild
index dd84d4906b89..20ad431c8a89 100644
--- a/sci-libs/geos/geos-3.11.0.ebuild
+++ b/sci-libs/geos/geos-3.11.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/geos/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="~amd64 arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2022-07-19 Thread Sam James
commit: e4f2a0be01466c0fad36e3ca6a0f482c45a48384
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 20 02:53:22 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 20 02:53:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4f2a0be

sci-libs/geos: fix doc build

Closes: https://bugs.gentoo.org/859373
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.11.0.ebuild b/sci-libs/geos/geos-3.11.0.ebuild
index c18104f4fc50..503eec7fa4d2 100644
--- a/sci-libs/geos/geos-3.11.0.ebuild
+++ b/sci-libs/geos/geos-3.11.0.ebuild
@@ -40,7 +40,7 @@ src_install() {
cmake_src_install
 
if use doc ; then
-   HTML_DOCS=( "${BUILD_DIR}"/doc/doxygen_docs/html/. )
+   HTML_DOCS=( "${BUILD_DIR}"/doxygen/doxygen_docs/html/. )
einstalldocs
fi
 }



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2022-07-15 Thread Sam James
commit: 344df6a893ca6dbd22500ae8bfb756e84d615d4e
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 15 14:05:03 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 15 14:05:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=344df6a8

sci-libs/geos: Stabilize 3.10.2 arm64, #842543

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.10.2.ebuild b/sci-libs/geos/geos-3.10.2.ebuild
index 88688b2e75e1..f9edb3409911 100644
--- a/sci-libs/geos/geos-3.10.2.ebuild
+++ b/sci-libs/geos/geos-3.10.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/geos/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~ia64 ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc"
 
 BDEPEND="doc? ( app-doc/doxygen )"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2022-07-02 Thread Sam James
commit: b8aa159580dc931b9b6e609a12a3149a7ceeabb7
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  2 20:28:58 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  2 20:30:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8aa1595

sci-libs/geos: add 3.11.0

Signed-off-by: Sam James  gentoo.org>

 sci-libs/geos/Manifest   |  1 +
 sci-libs/geos/geos-3.11.0.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/sci-libs/geos/Manifest b/sci-libs/geos/Manifest
index 780474a4f770..f0ba1c239269 100644
--- a/sci-libs/geos/Manifest
+++ b/sci-libs/geos/Manifest
@@ -1,2 +1,3 @@
 DIST geos-3.10.0.tar.bz2 6799370 BLAKE2B 
dd1490318fccda8ccaf5152f8521ab98ef5e4b143e12e861d02124421985a8b2c966bca6f966aa167fb60f703d25c132b8c7ee4d61e382a449bce5eb40d4cb89
 SHA512 
12657c6649bfbf6efa3232a054969c6229bb23fc16a7c72d6ca5fdb662e0d08e14bbcaa6944a17de8972b6c236608d94c870ead0b04fada2d2af3d42c238058e
 DIST geos-3.10.2.tar.bz2 6714655 BLAKE2B 
1bc4f29a28b2b49faa9e1ea2aba7359d6dcb124136e0a2d2069508f7b95fae09e59ecb0acf3742d9261444055e85471cf45baba6e278c8b3501e91eacf3bb886
 SHA512 
390381711ccf56b862c2736cf6329200822f121de1c49df52b8b85cabea8c7787b199df2196acacc2e5c677ff3ebe042d93d70e89deadbc19d754499edb65126
+DIST geos-3.11.0.tar.bz2 6727294 BLAKE2B 
7d2cb7ae2dc6c5eb13836c16c8164402c1e964f98df95d5aaf9f6fd957ebcdbdefb43ae4fb17a5a671b6dfdb812bdacfdbfdfdea6e5bd44f135e3701a3cc914d
 SHA512 
40c7553bbb93673c231ddd0131b73bf43b3f50524bc5bd9e6934c068d2c09632f388b7429254ae15d9641da2d15e3a626b430438854e98d9e7419ad04e535189

diff --git a/sci-libs/geos/geos-3.11.0.ebuild b/sci-libs/geos/geos-3.11.0.ebuild
new file mode 100644
index ..c18104f4fc50
--- /dev/null
+++ b/sci-libs/geos/geos-3.11.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Geometry engine library for Geographic Information Systems"
+HOMEPAGE="https://trac.osgeo.org/geos/;
+SRC_URI="https://download.osgeo.org/geos/${P}.tar.bz2;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+IUSE="doc test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="doc? ( app-doc/doxygen )"
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_DOCUMENTATION=$(usex doc)
+   -DBUILD_TESTING=$(usex test)
+   -DUSE_CCACHE=OFF
+
+   # bug #709368
+   $(usex arm '-DDISABLE_GEOS_INLINE=ON' '')
+   )
+
+   cmake_src_configure
+}
+
+src_compile() {
+   cmake_src_compile
+
+   use doc && cmake_src_compile docs
+}
+
+src_install() {
+   cmake_src_install
+
+   if use doc ; then
+   HTML_DOCS=( "${BUILD_DIR}"/doc/doxygen_docs/html/. )
+   einstalldocs
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2022-05-05 Thread Arthur Zamarin
commit: e2e8e92392fd115befb7f744dea9a3db8ec89dd0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu May  5 06:13:17 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu May  5 06:13:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2e8e923

sci-libs/geos: Stabilize 3.10.2 arm, #842543

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.10.2.ebuild b/sci-libs/geos/geos-3.10.2.ebuild
index 27d6101dadc2..88688b2e75e1 100644
--- a/sci-libs/geos/geos-3.10.2.ebuild
+++ b/sci-libs/geos/geos-3.10.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/geos/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 arm ~arm64 ~ia64 ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc"
 
 BDEPEND="doc? ( app-doc/doxygen )"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2022-05-04 Thread Sam James
commit: 3e72ffcfbfd82b81f1879d65ff87d5c81bb4ec09
Author: Sam James  gentoo  org>
AuthorDate: Wed May  4 05:48:11 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May  4 23:28:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e72ffcf

sci-libs/geos: drop 3.8.1, 3.9.0-r2, 3.9.1, 3.10.1

Signed-off-by: Sam James  gentoo.org>

 sci-libs/geos/Manifest |  4 ---
 sci-libs/geos/geos-3.10.1.ebuild   | 43 ---
 sci-libs/geos/geos-3.8.1.ebuild| 52 --
 sci-libs/geos/geos-3.9.0-r2.ebuild | 40 -
 sci-libs/geos/geos-3.9.1.ebuild| 40 -
 5 files changed, 179 deletions(-)

diff --git a/sci-libs/geos/Manifest b/sci-libs/geos/Manifest
index 760dde133b24..780474a4f770 100644
--- a/sci-libs/geos/Manifest
+++ b/sci-libs/geos/Manifest
@@ -1,6 +1,2 @@
 DIST geos-3.10.0.tar.bz2 6799370 BLAKE2B 
dd1490318fccda8ccaf5152f8521ab98ef5e4b143e12e861d02124421985a8b2c966bca6f966aa167fb60f703d25c132b8c7ee4d61e382a449bce5eb40d4cb89
 SHA512 
12657c6649bfbf6efa3232a054969c6229bb23fc16a7c72d6ca5fdb662e0d08e14bbcaa6944a17de8972b6c236608d94c870ead0b04fada2d2af3d42c238058e
-DIST geos-3.10.1.tar.bz2 6714713 BLAKE2B 
932a24a7431bbd14b7412957a028a42b3877247931e529ee9b17f61dcecf4445a0aedf6a6f3e703793a9c3b33f0a4bbfd21f10bed34f6dfd3de7d301096f24c2
 SHA512 
1ba3af5e07bad40bae584b24ed7750a96f2974b974fbc7ccbaaa756fa6d98ed2ef6c0346e122c9c140307164084c436708bdaec86c0469f665cb1a19d0bdd0c9
 DIST geos-3.10.2.tar.bz2 6714655 BLAKE2B 
1bc4f29a28b2b49faa9e1ea2aba7359d6dcb124136e0a2d2069508f7b95fae09e59ecb0acf3742d9261444055e85471cf45baba6e278c8b3501e91eacf3bb886
 SHA512 
390381711ccf56b862c2736cf6329200822f121de1c49df52b8b85cabea8c7787b199df2196acacc2e5c677ff3ebe042d93d70e89deadbc19d754499edb65126
-DIST geos-3.8.1.tar.bz2 2505407 BLAKE2B 
43053ea9e29d190f41c37d5d382b689ef477e0256cfd5705f4f2f316cac21a1674660bcf0900c51db72909c41d46be7a41d297958de48e108ae6d6bd1ca9d247
 SHA512 
1d8d8b3ece70eb388ea128f4135c7455899f01828223b23890ad3a2401e27104efce03987676794273a9b9d4907c0add2be381ff14b8420aaa9a858cc5941056
-DIST geos-3.9.0-r1.tar.bz2 4710957 BLAKE2B 
dab0f4e0bfb1bd244c2faf5ee6149b65d142eea78e87490025f90b672eee0d25d4ba9bc4c3b223e78ea0c9d34625b4750c7ba03852e5ea9540ad5c479d84b995
 SHA512 
1081f2aa20e671450953f7bb53b17c703804a1c9f4987c9da0987ff24339af5811b2c8b79c8e438d04ca38e4d06164dc5a4206f266f7efc19af3f9d9ea8f71f8
-DIST geos-3.9.1-r1.tar.bz2 4761372 BLAKE2B 
af1597d9372b18a2f280d82941949518cd8edb9296e9647aa3949c9e10fdd1b6ef500298471ec469d711ab0569eabd8fc3fb0a8f7e9bd48f91150cfdcaea65a8
 SHA512 
7ea131685cd110ec5e0cb7c214b52b75397371e75f011e1410b6770b6a48ca492a02337d86a7be35c852ef94604fe9d6f49634c79d4946df611aaa4f5cbaee28

diff --git a/sci-libs/geos/geos-3.10.1.ebuild b/sci-libs/geos/geos-3.10.1.ebuild
deleted file mode 100644
index 4eac2dd43805..
--- a/sci-libs/geos/geos-3.10.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Geometry engine library for Geographic Information Systems"
-HOMEPAGE="https://trac.osgeo.org/geos/;
-SRC_URI="https://download.osgeo.org/geos/${P}.tar.bz2;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
-IUSE="doc"
-
-BDEPEND="doc? ( app-doc/doxygen )"
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_DOCUMENTATION=$(usex doc)
-
-   # bug #709368
-   $(usex arm '-DDISABLE_GEOS_INLINE=ON' '')
-   )
-
-   cmake_src_configure
-}
-
-src_compile() {
-   cmake_src_compile
-
-   use doc && cmake_src_compile docs
-}
-
-src_install() {
-   cmake_src_install
-
-   if use doc ; then
-   HTML_DOCS=( "${BUILD_DIR}"/doc/doxygen_docs/html/. )
-   einstalldocs
-   fi
-}

diff --git a/sci-libs/geos/geos-3.8.1.ebuild b/sci-libs/geos/geos-3.8.1.ebuild
deleted file mode 100644
index e6f8a36be5da..
--- a/sci-libs/geos/geos-3.8.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Geometry engine library for Geographic Information Systems"
-HOMEPAGE="https://trac.osgeo.org/geos/;
-SRC_URI="http://download.osgeo.org/geos/${PN}-${PV}.tar.bz2;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
-IUSE="doc ruby static-libs"
-
-BDEPEND="
-   doc? ( app-doc/doxygen )
-   ruby? ( dev-lang/swig:0 )
-"
-RDEPEND="
-   ruby? ( dev-lang/ruby:* )
-"
-DEPEND="${RDEPEND}"
-
-RESTRICT="test"
-
-src_prepare() {
-   default
-   echo "#!${EPREFIX}/bin/bash" > 

[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2022-05-04 Thread Sam James
commit: 69c14bfc4fdebdd0001eed2b2de9419ca28c5fed
Author: Sam James  gentoo  org>
AuthorDate: Wed May  4 14:39:16 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May  4 14:39:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69c14bfc

sci-libs/geos: Stabilize 3.10.2 ppc64, #842543

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.10.2.ebuild b/sci-libs/geos/geos-3.10.2.ebuild
index 7c97e3b5fdef..27d6101dadc2 100644
--- a/sci-libs/geos/geos-3.10.2.ebuild
+++ b/sci-libs/geos/geos-3.10.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/geos/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 ~riscv x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc"
 
 BDEPEND="doc? ( app-doc/doxygen )"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2022-05-04 Thread Sam James
commit: 78a88ff98e7d1d927708d55eede80f8f358f8257
Author: Sam James  gentoo  org>
AuthorDate: Wed May  4 14:38:28 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May  4 14:38:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78a88ff9

sci-libs/geos: Stabilize 3.10.2 ppc, #842543

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.10.2.ebuild b/sci-libs/geos/geos-3.10.2.ebuild
index a95d948e499e..7c97e3b5fdef 100644
--- a/sci-libs/geos/geos-3.10.2.ebuild
+++ b/sci-libs/geos/geos-3.10.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/geos/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 ~riscv x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc"
 
 BDEPEND="doc? ( app-doc/doxygen )"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2022-03-14 Thread Sam James
commit: 5aef508752c904e3383a7675075abc55a895d9bc
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 14 12:11:46 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 14 12:11:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aef5087

sci-libs/geos: add 3.10.2

Signed-off-by: Sam James  gentoo.org>

 sci-libs/geos/Manifest   |  1 +
 sci-libs/geos/geos-3.10.2.ebuild | 43 
 2 files changed, 44 insertions(+)

diff --git a/sci-libs/geos/Manifest b/sci-libs/geos/Manifest
index 88c4bb2c3f5a..760dde133b24 100644
--- a/sci-libs/geos/Manifest
+++ b/sci-libs/geos/Manifest
@@ -1,5 +1,6 @@
 DIST geos-3.10.0.tar.bz2 6799370 BLAKE2B 
dd1490318fccda8ccaf5152f8521ab98ef5e4b143e12e861d02124421985a8b2c966bca6f966aa167fb60f703d25c132b8c7ee4d61e382a449bce5eb40d4cb89
 SHA512 
12657c6649bfbf6efa3232a054969c6229bb23fc16a7c72d6ca5fdb662e0d08e14bbcaa6944a17de8972b6c236608d94c870ead0b04fada2d2af3d42c238058e
 DIST geos-3.10.1.tar.bz2 6714713 BLAKE2B 
932a24a7431bbd14b7412957a028a42b3877247931e529ee9b17f61dcecf4445a0aedf6a6f3e703793a9c3b33f0a4bbfd21f10bed34f6dfd3de7d301096f24c2
 SHA512 
1ba3af5e07bad40bae584b24ed7750a96f2974b974fbc7ccbaaa756fa6d98ed2ef6c0346e122c9c140307164084c436708bdaec86c0469f665cb1a19d0bdd0c9
+DIST geos-3.10.2.tar.bz2 6714655 BLAKE2B 
1bc4f29a28b2b49faa9e1ea2aba7359d6dcb124136e0a2d2069508f7b95fae09e59ecb0acf3742d9261444055e85471cf45baba6e278c8b3501e91eacf3bb886
 SHA512 
390381711ccf56b862c2736cf6329200822f121de1c49df52b8b85cabea8c7787b199df2196acacc2e5c677ff3ebe042d93d70e89deadbc19d754499edb65126
 DIST geos-3.8.1.tar.bz2 2505407 BLAKE2B 
43053ea9e29d190f41c37d5d382b689ef477e0256cfd5705f4f2f316cac21a1674660bcf0900c51db72909c41d46be7a41d297958de48e108ae6d6bd1ca9d247
 SHA512 
1d8d8b3ece70eb388ea128f4135c7455899f01828223b23890ad3a2401e27104efce03987676794273a9b9d4907c0add2be381ff14b8420aaa9a858cc5941056
 DIST geos-3.9.0-r1.tar.bz2 4710957 BLAKE2B 
dab0f4e0bfb1bd244c2faf5ee6149b65d142eea78e87490025f90b672eee0d25d4ba9bc4c3b223e78ea0c9d34625b4750c7ba03852e5ea9540ad5c479d84b995
 SHA512 
1081f2aa20e671450953f7bb53b17c703804a1c9f4987c9da0987ff24339af5811b2c8b79c8e438d04ca38e4d06164dc5a4206f266f7efc19af3f9d9ea8f71f8
 DIST geos-3.9.1-r1.tar.bz2 4761372 BLAKE2B 
af1597d9372b18a2f280d82941949518cd8edb9296e9647aa3949c9e10fdd1b6ef500298471ec469d711ab0569eabd8fc3fb0a8f7e9bd48f91150cfdcaea65a8
 SHA512 
7ea131685cd110ec5e0cb7c214b52b75397371e75f011e1410b6770b6a48ca492a02337d86a7be35c852ef94604fe9d6f49634c79d4946df611aaa4f5cbaee28

diff --git a/sci-libs/geos/geos-3.10.2.ebuild b/sci-libs/geos/geos-3.10.2.ebuild
new file mode 100644
index ..4e86081335ae
--- /dev/null
+++ b/sci-libs/geos/geos-3.10.2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Geometry engine library for Geographic Information Systems"
+HOMEPAGE="https://trac.osgeo.org/geos/;
+SRC_URI="https://download.osgeo.org/geos/${P}.tar.bz2;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+IUSE="doc"
+
+BDEPEND="doc? ( app-doc/doxygen )"
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_DOCUMENTATION=$(usex doc)
+
+   # bug #709368
+   $(usex arm '-DDISABLE_GEOS_INLINE=ON' '')
+   )
+
+   cmake_src_configure
+}
+
+src_compile() {
+   cmake_src_compile
+
+   use doc && cmake_src_compile docs
+}
+
+src_install() {
+   cmake_src_install
+
+   if use doc ; then
+   HTML_DOCS=( "${BUILD_DIR}"/doc/doxygen_docs/html/. )
+   einstalldocs
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2021-12-07 Thread Sam James
commit: 28779b709b3400c10ce601dff60b5d395047abb6
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec  8 04:56:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec  8 04:56:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28779b70

sci-libs/geos: Stabilize 3.10.0 arm, #828397

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.10.0.ebuild b/sci-libs/geos/geos-3.10.0.ebuild
index f83eaf12b589..d8b421cf2560 100644
--- a/sci-libs/geos/geos-3.10.0.ebuild
+++ b/sci-libs/geos/geos-3.10.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/geos/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ia64 ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc"
 
 BDEPEND="doc? ( app-doc/doxygen )"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2021-12-06 Thread Sam James
commit: 766060c2cdb845a667ab8f3208ff3058897a057d
Author: Sam James  gentoo  org>
AuthorDate: Mon Dec  6 15:18:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Dec  6 15:18:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=766060c2

sci-libs/geos: Stabilize 3.10.0 arm64, #828397

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.10.0.ebuild b/sci-libs/geos/geos-3.10.0.ebuild
index 7e2da6e69915..f83eaf12b589 100644
--- a/sci-libs/geos/geos-3.10.0.ebuild
+++ b/sci-libs/geos/geos-3.10.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/geos/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc"
 
 BDEPEND="doc? ( app-doc/doxygen )"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2021-12-06 Thread Agostino Sarubbo
commit: 943498e6866b5ad2e79c2b1afec297e1a8f33267
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Dec  6 08:02:47 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Dec  6 08:02:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=943498e6

sci-libs/geos: x86 stable wrt bug #828397

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.10.0.ebuild b/sci-libs/geos/geos-3.10.0.ebuild
index 3fff38dea08b..7e2da6e69915 100644
--- a/sci-libs/geos/geos-3.10.0.ebuild
+++ b/sci-libs/geos/geos-3.10.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/geos/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc"
 
 BDEPEND="doc? ( app-doc/doxygen )"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2021-12-05 Thread Sam James
commit: bbb7d63a10fcc7d9ba8eb61ae7c453491655e925
Author: Sam James  gentoo  org>
AuthorDate: Mon Dec  6 01:17:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Dec  6 01:17:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbb7d63a

sci-libs/geos: Stabilize 3.10.0 ppc64, #828397

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.10.0.ebuild b/sci-libs/geos/geos-3.10.0.ebuild
index 5f70cc0ac85c..3fff38dea08b 100644
--- a/sci-libs/geos/geos-3.10.0.ebuild
+++ b/sci-libs/geos/geos-3.10.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/geos/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc"
 
 BDEPEND="doc? ( app-doc/doxygen )"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2021-12-05 Thread Sam James
commit: e91ada91ead603eafaa0110167c2e75e416ef2e7
Author: Sam James  gentoo  org>
AuthorDate: Mon Dec  6 01:17:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Dec  6 01:17:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e91ada91

sci-libs/geos: Stabilize 3.10.0 ppc, #828397

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.10.0.ebuild b/sci-libs/geos/geos-3.10.0.ebuild
index f3fa55a7fea1..5f70cc0ac85c 100644
--- a/sci-libs/geos/geos-3.10.0.ebuild
+++ b/sci-libs/geos/geos-3.10.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/geos/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc"
 
 BDEPEND="doc? ( app-doc/doxygen )"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2021-12-05 Thread Sam James
commit: 9ee4539ca6cefeef4a26a0e26f08cd9db9510696
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec  5 18:27:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec  5 18:27:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ee4539c

sci-libs/geos: Stabilize 3.10.0 amd64, #828397

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.10.0.ebuild b/sci-libs/geos/geos-3.10.0.ebuild
index 28033433e149..f3fa55a7fea1 100644
--- a/sci-libs/geos/geos-3.10.0.ebuild
+++ b/sci-libs/geos/geos-3.10.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/geos/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc"
 
 BDEPEND="doc? ( app-doc/doxygen )"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2021-11-05 Thread Sam James
commit: e8781fa31702ed7587a8b93180f06e39e561b091
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov  6 03:20:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov  6 03:20:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8781fa3

sci-libs/geos: add github upstream metadata

Signed-off-by: Sam James  gentoo.org>

 sci-libs/geos/metadata.xml | 37 -
 1 file changed, 20 insertions(+), 17 deletions(-)

diff --git a/sci-libs/geos/metadata.xml b/sci-libs/geos/metadata.xml
index 0999c9f48f9..cc52aafc5a7 100644
--- a/sci-libs/geos/metadata.xml
+++ b/sci-libs/geos/metadata.xml
@@ -1,21 +1,24 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-sci-geoscien...@gentoo.org
-Gentoo Geosciences Project
-  
-  
-pgsql-b...@gentoo.org
-PostgreSQL and Related Package Development
-  
-  
-Geometric Engine Open Source provides a spatial object model and
-fundamental geometric functions. It implements the geometry model
-defined in the OpenGIS Consortium Simple Features Specification for
-SQL. Functions provided include: spatial predicates (based on the
-DE-9IM model), overlay functions (intersection, difference, union,
-symmetric difference), buffer, convex hull, area and distance
-functions, and topological validity checking.
-  
+   
+   sci-geoscien...@gentoo.org
+   Gentoo Geosciences Project
+   
+   
+   pgsql-b...@gentoo.org
+   PostgreSQL and Related Package Development
+   
+   
+   Geometric Engine Open Source provides a spatial object model and
+   fundamental geometric functions. It implements the geometry 
model
+   defined in the OpenGIS Consortium Simple Features Specification 
for
+   SQL. Functions provided include: spatial predicates (based on 
the
+   DE-9IM model), overlay functions (intersection, difference, 
union,
+   symmetric difference), buffer, convex hull, area and distance
+   functions, and topological validity checking.
+   
+   
+   libgeos/geos
+   
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2021-11-05 Thread Sam James
commit: 23b42c94d0aae37879364c96e999867de4b10fb9
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov  6 03:18:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov  6 03:19:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23b42c94

sci-libs/geos: add 3.10.1

Signed-off-by: Sam James  gentoo.org>

 sci-libs/geos/Manifest   |  1 +
 sci-libs/geos/geos-3.10.1.ebuild | 43 
 2 files changed, 44 insertions(+)

diff --git a/sci-libs/geos/Manifest b/sci-libs/geos/Manifest
index e05d89eaa6b..88c4bb2c3f5 100644
--- a/sci-libs/geos/Manifest
+++ b/sci-libs/geos/Manifest
@@ -1,4 +1,5 @@
 DIST geos-3.10.0.tar.bz2 6799370 BLAKE2B 
dd1490318fccda8ccaf5152f8521ab98ef5e4b143e12e861d02124421985a8b2c966bca6f966aa167fb60f703d25c132b8c7ee4d61e382a449bce5eb40d4cb89
 SHA512 
12657c6649bfbf6efa3232a054969c6229bb23fc16a7c72d6ca5fdb662e0d08e14bbcaa6944a17de8972b6c236608d94c870ead0b04fada2d2af3d42c238058e
+DIST geos-3.10.1.tar.bz2 6714713 BLAKE2B 
932a24a7431bbd14b7412957a028a42b3877247931e529ee9b17f61dcecf4445a0aedf6a6f3e703793a9c3b33f0a4bbfd21f10bed34f6dfd3de7d301096f24c2
 SHA512 
1ba3af5e07bad40bae584b24ed7750a96f2974b974fbc7ccbaaa756fa6d98ed2ef6c0346e122c9c140307164084c436708bdaec86c0469f665cb1a19d0bdd0c9
 DIST geos-3.8.1.tar.bz2 2505407 BLAKE2B 
43053ea9e29d190f41c37d5d382b689ef477e0256cfd5705f4f2f316cac21a1674660bcf0900c51db72909c41d46be7a41d297958de48e108ae6d6bd1ca9d247
 SHA512 
1d8d8b3ece70eb388ea128f4135c7455899f01828223b23890ad3a2401e27104efce03987676794273a9b9d4907c0add2be381ff14b8420aaa9a858cc5941056
 DIST geos-3.9.0-r1.tar.bz2 4710957 BLAKE2B 
dab0f4e0bfb1bd244c2faf5ee6149b65d142eea78e87490025f90b672eee0d25d4ba9bc4c3b223e78ea0c9d34625b4750c7ba03852e5ea9540ad5c479d84b995
 SHA512 
1081f2aa20e671450953f7bb53b17c703804a1c9f4987c9da0987ff24339af5811b2c8b79c8e438d04ca38e4d06164dc5a4206f266f7efc19af3f9d9ea8f71f8
 DIST geos-3.9.1-r1.tar.bz2 4761372 BLAKE2B 
af1597d9372b18a2f280d82941949518cd8edb9296e9647aa3949c9e10fdd1b6ef500298471ec469d711ab0569eabd8fc3fb0a8f7e9bd48f91150cfdcaea65a8
 SHA512 
7ea131685cd110ec5e0cb7c214b52b75397371e75f011e1410b6770b6a48ca492a02337d86a7be35c852ef94604fe9d6f49634c79d4946df611aaa4f5cbaee28

diff --git a/sci-libs/geos/geos-3.10.1.ebuild b/sci-libs/geos/geos-3.10.1.ebuild
new file mode 100644
index 000..4eac2dd4380
--- /dev/null
+++ b/sci-libs/geos/geos-3.10.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Geometry engine library for Geographic Information Systems"
+HOMEPAGE="https://trac.osgeo.org/geos/;
+SRC_URI="https://download.osgeo.org/geos/${P}.tar.bz2;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+IUSE="doc"
+
+BDEPEND="doc? ( app-doc/doxygen )"
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_DOCUMENTATION=$(usex doc)
+
+   # bug #709368
+   $(usex arm '-DDISABLE_GEOS_INLINE=ON' '')
+   )
+
+   cmake_src_configure
+}
+
+src_compile() {
+   cmake_src_compile
+
+   use doc && cmake_src_compile docs
+}
+
+src_install() {
+   cmake_src_install
+
+   if use doc ; then
+   HTML_DOCS=( "${BUILD_DIR}"/doc/doxygen_docs/html/. )
+   einstalldocs
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2021-10-24 Thread Sam James
commit: 574a1371700e5dbea2d7de65954e56e298f49789
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 25 00:18:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 25 00:36:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=574a1371

sci-libs/geos: add 3.10.0

Signed-off-by: Sam James  gentoo.org>

 sci-libs/geos/Manifest   |  1 +
 sci-libs/geos/geos-3.10.0.ebuild | 43 
 2 files changed, 44 insertions(+)

diff --git a/sci-libs/geos/Manifest b/sci-libs/geos/Manifest
index 2c13200ecfa..e05d89eaa6b 100644
--- a/sci-libs/geos/Manifest
+++ b/sci-libs/geos/Manifest
@@ -1,3 +1,4 @@
+DIST geos-3.10.0.tar.bz2 6799370 BLAKE2B 
dd1490318fccda8ccaf5152f8521ab98ef5e4b143e12e861d02124421985a8b2c966bca6f966aa167fb60f703d25c132b8c7ee4d61e382a449bce5eb40d4cb89
 SHA512 
12657c6649bfbf6efa3232a054969c6229bb23fc16a7c72d6ca5fdb662e0d08e14bbcaa6944a17de8972b6c236608d94c870ead0b04fada2d2af3d42c238058e
 DIST geos-3.8.1.tar.bz2 2505407 BLAKE2B 
43053ea9e29d190f41c37d5d382b689ef477e0256cfd5705f4f2f316cac21a1674660bcf0900c51db72909c41d46be7a41d297958de48e108ae6d6bd1ca9d247
 SHA512 
1d8d8b3ece70eb388ea128f4135c7455899f01828223b23890ad3a2401e27104efce03987676794273a9b9d4907c0add2be381ff14b8420aaa9a858cc5941056
 DIST geos-3.9.0-r1.tar.bz2 4710957 BLAKE2B 
dab0f4e0bfb1bd244c2faf5ee6149b65d142eea78e87490025f90b672eee0d25d4ba9bc4c3b223e78ea0c9d34625b4750c7ba03852e5ea9540ad5c479d84b995
 SHA512 
1081f2aa20e671450953f7bb53b17c703804a1c9f4987c9da0987ff24339af5811b2c8b79c8e438d04ca38e4d06164dc5a4206f266f7efc19af3f9d9ea8f71f8
 DIST geos-3.9.1-r1.tar.bz2 4761372 BLAKE2B 
af1597d9372b18a2f280d82941949518cd8edb9296e9647aa3949c9e10fdd1b6ef500298471ec469d711ab0569eabd8fc3fb0a8f7e9bd48f91150cfdcaea65a8
 SHA512 
7ea131685cd110ec5e0cb7c214b52b75397371e75f011e1410b6770b6a48ca492a02337d86a7be35c852ef94604fe9d6f49634c79d4946df611aaa4f5cbaee28

diff --git a/sci-libs/geos/geos-3.10.0.ebuild b/sci-libs/geos/geos-3.10.0.ebuild
new file mode 100644
index 000..28033433e14
--- /dev/null
+++ b/sci-libs/geos/geos-3.10.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Geometry engine library for Geographic Information Systems"
+HOMEPAGE="https://trac.osgeo.org/geos/;
+SRC_URI="https://download.osgeo.org/geos/${P}.tar.bz2;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+IUSE="doc"
+
+BDEPEND="doc? ( app-doc/doxygen )"
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_DOCUMENTATION=$(usex doc)
+
+   # bug #709368
+   $(usex arm '-DDISABLE_GEOS_INLINE=ON' '')
+   )
+
+   cmake_src_configure
+}
+
+src_compile() {
+   cmake_src_compile
+
+   use doc && cmake_src_compile docs
+}
+
+src_install() {
+   cmake_src_install
+
+   if use doc ; then
+   HTML_DOCS=( "${BUILD_DIR}"/doc/doxygen_docs/html/. )
+   einstalldocs
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2021-08-14 Thread Marek Szuba
commit: 3997c086cb8c72316312c3c79666fee867ac6ba3
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Aug 14 20:34:23 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Aug 14 23:15:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3997c086

sci-libs/geos: keyword 3.9.1 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.9.1.ebuild b/sci-libs/geos/geos-3.9.1.ebuild
index d3601008f05..0f0e8c246b1 100644
--- a/sci-libs/geos/geos-3.9.1.ebuild
+++ b/sci-libs/geos/geos-3.9.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://download.osgeo.org/geos/${PN}-${PV}.tar.bz2 
-> ${PN}-${PV}-r1.t
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc static-libs"
 
 BDEPEND="doc? ( app-doc/doxygen )"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2021-05-19 Thread Sam James
commit: 4e7279d1baf20ddceb092f677aef31370b005f41
Author: Sam James  gentoo  org>
AuthorDate: Wed May 19 17:26:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 19 17:26:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e7279d1

sci-libs/geos: Stabilize 3.9.1 arm64, #790617

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.9.1.ebuild b/sci-libs/geos/geos-3.9.1.ebuild
index 0288365f38c..d3601008f05 100644
--- a/sci-libs/geos/geos-3.9.1.ebuild
+++ b/sci-libs/geos/geos-3.9.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://download.osgeo.org/geos/${PN}-${PV}.tar.bz2 
-> ${PN}-${PV}-r1.t
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc static-libs"
 
 BDEPEND="doc? ( app-doc/doxygen )"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2021-05-17 Thread Sam James
commit: 8d6ade95918bef87fa5d22e7faa0f6b6b8f5eda6
Author: Sam James  gentoo  org>
AuthorDate: Mon May 17 15:33:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May 17 15:33:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d6ade95

sci-libs/geos: Stabilize 3.9.1 arm, #790617

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.9.1.ebuild b/sci-libs/geos/geos-3.9.1.ebuild
index 158228f7dfb..0288365f38c 100644
--- a/sci-libs/geos/geos-3.9.1.ebuild
+++ b/sci-libs/geos/geos-3.9.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://download.osgeo.org/geos/${PN}-${PV}.tar.bz2 
-> ${PN}-${PV}-r1.t
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 arm ~arm64 ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc static-libs"
 
 BDEPEND="doc? ( app-doc/doxygen )"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2021-05-17 Thread Agostino Sarubbo
commit: 8b334b0e0559461546295fc0f97ee29ca28cc6a4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon May 17 08:52:39 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon May 17 08:52:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b334b0e

sci-libs/geos: ppc64 stable wrt bug #790617

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.9.1.ebuild b/sci-libs/geos/geos-3.9.1.ebuild
index 8bd1aa0ee34..158228f7dfb 100644
--- a/sci-libs/geos/geos-3.9.1.ebuild
+++ b/sci-libs/geos/geos-3.9.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://download.osgeo.org/geos/${PN}-${PV}.tar.bz2 
-> ${PN}-${PV}-r1.t
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc static-libs"
 
 BDEPEND="doc? ( app-doc/doxygen )"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2021-05-17 Thread Agostino Sarubbo
commit: ed8817b4f371d640a99c1ccb1e69a06306d4d4dc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon May 17 08:52:09 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon May 17 08:52:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed8817b4

sci-libs/geos: ppc stable wrt bug #790617

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.9.1.ebuild b/sci-libs/geos/geos-3.9.1.ebuild
index 2a5daad5e2d..8bd1aa0ee34 100644
--- a/sci-libs/geos/geos-3.9.1.ebuild
+++ b/sci-libs/geos/geos-3.9.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://download.osgeo.org/geos/${PN}-${PV}.tar.bz2 
-> ${PN}-${PV}-r1.t
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc static-libs"
 
 BDEPEND="doc? ( app-doc/doxygen )"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2021-05-17 Thread Agostino Sarubbo
commit: 65f23a62e5eb69f2c88952918cbd742dde8fa500
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon May 17 07:48:59 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon May 17 07:49:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65f23a62

sci-libs/geos: x86 stable wrt bug #790617

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.9.1.ebuild b/sci-libs/geos/geos-3.9.1.ebuild
index bb956208795..2a5daad5e2d 100644
--- a/sci-libs/geos/geos-3.9.1.ebuild
+++ b/sci-libs/geos/geos-3.9.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://download.osgeo.org/geos/${PN}-${PV}.tar.bz2 
-> ${PN}-${PV}-r1.t
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc static-libs"
 
 BDEPEND="doc? ( app-doc/doxygen )"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2021-05-16 Thread Sam James
commit: d8f28e712178e63fcdb0477f068a402d4047eb35
Author: Sam James  gentoo  org>
AuthorDate: Mon May 17 03:17:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May 17 03:17:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8f28e71

sci-libs/geos: Stabilize 3.9.1 amd64, #790617

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.9.1.ebuild b/sci-libs/geos/geos-3.9.1.ebuild
index 69116e672af..bb956208795 100644
--- a/sci-libs/geos/geos-3.9.1.ebuild
+++ b/sci-libs/geos/geos-3.9.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://download.osgeo.org/geos/${PN}-${PV}.tar.bz2 
-> ${PN}-${PV}-r1.t
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc static-libs"
 
 BDEPEND="doc? ( app-doc/doxygen )"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2021-03-07 Thread Sam James
commit: a8727534e77d9d79fc76c7aa1181905de0a58e49
Author: Sam James  gentoo  org>
AuthorDate: Sun Mar  7 19:42:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar  7 19:42:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8727534

sci-libs/geos: Stabilize 3.9.0-r2 arm, #770094

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.9.0-r2.ebuild 
b/sci-libs/geos/geos-3.9.0-r2.ebuild
index b08ecee5c7d..d3601008f05 100644
--- a/sci-libs/geos/geos-3.9.0-r2.ebuild
+++ b/sci-libs/geos/geos-3.9.0-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://download.osgeo.org/geos/${PN}-${PV}.tar.bz2 
-> ${PN}-${PV}-r1.t
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc static-libs"
 
 BDEPEND="doc? ( app-doc/doxygen )"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2021-03-02 Thread 罗百科
commit: 7ab752f72e5d193ae65128b46367f59b3fcc610a
Author: Patrick Lauer  gentoo  org>
AuthorDate: Tue Mar  2 09:12:41 2021 +
Commit: 罗百科  gentoo  org>
CommitDate: Tue Mar  2 09:12:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ab752f7

sci-libs/geos: Bump

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Patrick Lauer  gentoo.org>

 sci-libs/geos/Manifest  |  1 +
 sci-libs/geos/geos-3.9.1.ebuild | 40 
 2 files changed, 41 insertions(+)

diff --git a/sci-libs/geos/Manifest b/sci-libs/geos/Manifest
index c486bce0963..2c13200ecfa 100644
--- a/sci-libs/geos/Manifest
+++ b/sci-libs/geos/Manifest
@@ -1,2 +1,3 @@
 DIST geos-3.8.1.tar.bz2 2505407 BLAKE2B 
43053ea9e29d190f41c37d5d382b689ef477e0256cfd5705f4f2f316cac21a1674660bcf0900c51db72909c41d46be7a41d297958de48e108ae6d6bd1ca9d247
 SHA512 
1d8d8b3ece70eb388ea128f4135c7455899f01828223b23890ad3a2401e27104efce03987676794273a9b9d4907c0add2be381ff14b8420aaa9a858cc5941056
 DIST geos-3.9.0-r1.tar.bz2 4710957 BLAKE2B 
dab0f4e0bfb1bd244c2faf5ee6149b65d142eea78e87490025f90b672eee0d25d4ba9bc4c3b223e78ea0c9d34625b4750c7ba03852e5ea9540ad5c479d84b995
 SHA512 
1081f2aa20e671450953f7bb53b17c703804a1c9f4987c9da0987ff24339af5811b2c8b79c8e438d04ca38e4d06164dc5a4206f266f7efc19af3f9d9ea8f71f8
+DIST geos-3.9.1-r1.tar.bz2 4761372 BLAKE2B 
af1597d9372b18a2f280d82941949518cd8edb9296e9647aa3949c9e10fdd1b6ef500298471ec469d711ab0569eabd8fc3fb0a8f7e9bd48f91150cfdcaea65a8
 SHA512 
7ea131685cd110ec5e0cb7c214b52b75397371e75f011e1410b6770b6a48ca492a02337d86a7be35c852ef94604fe9d6f49634c79d4946df611aaa4f5cbaee28

diff --git a/sci-libs/geos/geos-3.9.1.ebuild b/sci-libs/geos/geos-3.9.1.ebuild
new file mode 100644
index 000..69116e672af
--- /dev/null
+++ b/sci-libs/geos/geos-3.9.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Geometry engine library for Geographic Information Systems"
+HOMEPAGE="https://trac.osgeo.org/geos/;
+
+# Arrow can be removed at next version bump. Upstream mistakenly
+# released rc1 as 3.9.0. So, we need(ed) a new Manifest entry to get the
+# real 3.9.0
+SRC_URI="https://download.osgeo.org/geos/${PN}-${PV}.tar.bz2 -> 
${PN}-${PV}-r1.tar.bz2"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+IUSE="doc static-libs"
+
+BDEPEND="doc? ( app-doc/doxygen )"
+
+RESTRICT="test"
+
+src_configure() {
+   local myeconfargs=( $(use_enable static-libs static) )
+   use arm && myeconfargs+=( --disable-inline ) # bug 709368
+
+   econf "${myeconfargs[@]}"
+}
+
+src_compile() {
+   default
+   use doc && emake -C doc doxygen-html
+}
+
+src_install() {
+   use doc && local HTML_DOCS=( doc/doxygen_docs/html/. )
+   default
+
+   find "${D}" -name '*.la' -type f -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2021-03-01 Thread Sam James
commit: b3c039b4721d35b704352974f2b15ed8d094b9d3
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar  1 19:14:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar  1 19:14:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3c039b4

sci-libs/geos: Stabilize 3.9.0-r2 ppc, #770094

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.9.0-r2.ebuild 
b/sci-libs/geos/geos-3.9.0-r2.ebuild
index fe096a6e009..b08ecee5c7d 100644
--- a/sci-libs/geos/geos-3.9.0-r2.ebuild
+++ b/sci-libs/geos/geos-3.9.0-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://download.osgeo.org/geos/${PN}-${PV}.tar.bz2 
-> ${PN}-${PV}-r1.t
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc static-libs"
 
 BDEPEND="doc? ( app-doc/doxygen )"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2021-03-01 Thread Sam James
commit: 7077e584e2057c9ad7b2a82a2809cbd1a2b14133
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar  1 19:14:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar  1 19:14:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7077e584

sci-libs/geos: Stabilize 3.9.0-r2 ppc64, #770094

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.9.0-r2.ebuild 
b/sci-libs/geos/geos-3.9.0-r2.ebuild
index c43ec0e0ab7..fe096a6e009 100644
--- a/sci-libs/geos/geos-3.9.0-r2.ebuild
+++ b/sci-libs/geos/geos-3.9.0-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://download.osgeo.org/geos/${PN}-${PV}.tar.bz2 
-> ${PN}-${PV}-r1.t
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc static-libs"
 
 BDEPEND="doc? ( app-doc/doxygen )"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2021-03-01 Thread Sam James
commit: 48406299bffd40ce38ea13c6aa02906c5b45a075
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar  1 19:12:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar  1 19:12:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48406299

sci-libs/geos: Stabilize 3.9.0-r2 arm64, #770094

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.9.0-r2.ebuild 
b/sci-libs/geos/geos-3.9.0-r2.ebuild
index 2a5daad5e2d..c43ec0e0ab7 100644
--- a/sci-libs/geos/geos-3.9.0-r2.ebuild
+++ b/sci-libs/geos/geos-3.9.0-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://download.osgeo.org/geos/${PN}-${PV}.tar.bz2 
-> ${PN}-${PV}-r1.t
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc static-libs"
 
 BDEPEND="doc? ( app-doc/doxygen )"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2021-02-18 Thread Sam James
commit: ef86861b900055f6b2b1b72e92cd53fabcb1f5e3
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 18 21:46:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 18 21:46:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef86861b

sci-libs/geos: Stabilize 3.9.0-r2 x86, #770094

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.9.0-r2.ebuild 
b/sci-libs/geos/geos-3.9.0-r2.ebuild
index bb956208795..2a5daad5e2d 100644
--- a/sci-libs/geos/geos-3.9.0-r2.ebuild
+++ b/sci-libs/geos/geos-3.9.0-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://download.osgeo.org/geos/${PN}-${PV}.tar.bz2 
-> ${PN}-${PV}-r1.t
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc static-libs"
 
 BDEPEND="doc? ( app-doc/doxygen )"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2021-02-18 Thread Sam James
commit: cfe1187ed69b88c7aef24b0c48af8b080f5ab02f
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 18 21:44:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 18 21:44:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfe1187e

sci-libs/geos: Stabilize 3.9.0-r2 amd64, #770094

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.9.0-r2.ebuild 
b/sci-libs/geos/geos-3.9.0-r2.ebuild
index 69116e672af..bb956208795 100644
--- a/sci-libs/geos/geos-3.9.0-r2.ebuild
+++ b/sci-libs/geos/geos-3.9.0-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://download.osgeo.org/geos/${PN}-${PV}.tar.bz2 
-> ${PN}-${PV}-r1.t
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc static-libs"
 
 BDEPEND="doc? ( app-doc/doxygen )"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2021-01-06 Thread Fabian Groffen
commit: c825652ac75fbd52eeb03d5df69c406122019abf
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jan  6 15:14:53 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jan  6 15:14:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c825652a

sci-libs/geos: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 sci-libs/geos/geos-3.8.1.ebuild| 4 ++--
 sci-libs/geos/geos-3.9.0-r2.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sci-libs/geos/geos-3.8.1.ebuild b/sci-libs/geos/geos-3.8.1.ebuild
index baade73842c..e6f8a36be5d 100644
--- a/sci-libs/geos/geos-3.8.1.ebuild
+++ b/sci-libs/geos/geos-3.8.1.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
@@ -9,7 +9,7 @@ SRC_URI="http://download.osgeo.org/geos/${PN}-${PV}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc ruby static-libs"
 
 BDEPEND="

diff --git a/sci-libs/geos/geos-3.9.0-r2.ebuild 
b/sci-libs/geos/geos-3.9.0-r2.ebuild
index d767867da2b..69116e672af 100644
--- a/sci-libs/geos/geos-3.9.0-r2.ebuild
+++ b/sci-libs/geos/geos-3.9.0-r2.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
@@ -13,7 +13,7 @@ SRC_URI="https://download.osgeo.org/geos/${PN}-${PV}.tar.bz2 
-> ${PN}-${PV}-r1.t
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc static-libs"
 
 BDEPEND="doc? ( app-doc/doxygen )"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2020-12-18 Thread Aaron W. Swenson
commit: f0b92585227526ca1485c8c8b92e5330903f9cc2
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Fri Dec 18 11:13:16 2020 +
Commit: Aaron W. Swenson  gentoo  org>
CommitDate: Fri Dec 18 11:14:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0b92585

sci-libs/geos: 

Signed-off-by: Aaron W. Swenson  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.9.0-r2.ebuild 
b/sci-libs/geos/geos-3.9.0-r2.ebuild
index 94ad94ae262..d767867da2b 100644
--- a/sci-libs/geos/geos-3.9.0-r2.ebuild
+++ b/sci-libs/geos/geos-3.9.0-r2.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://trac.osgeo.org/geos/;
 # Arrow can be removed at next version bump. Upstream mistakenly
 # released rc1 as 3.9.0. So, we need(ed) a new Manifest entry to get the
 # real 3.9.0
-SRC_URI="http://download.osgeo.org/geos/${PN}-${PV}.tar.bz2 -> 
${PN}-${PV}-r1.tar.bz2"
+SRC_URI="https://download.osgeo.org/geos/${PN}-${PV}.tar.bz2 -> 
${PN}-${PV}-r1.tar.bz2"
 
 LICENSE="LGPL-2.1"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2020-12-18 Thread Aaron W. Swenson
commit: 4f00e13509f303ca4abe20ace8d88ac84ae092a0
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Fri Dec 18 11:10:16 2020 +
Commit: Aaron W. Swenson  gentoo  org>
CommitDate: Fri Dec 18 11:14:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f00e135

sci-libs/geos: 

Upstream mistakenly released rc1 as 3.9.0. So, we need a new Manifest entry
to get the real 3.9.0.

Additionally, did some minor cleanup of the ebuild itself.

Signed-off-by: Aaron W. Swenson  gentoo.org>

 sci-libs/geos/Manifest|  2 +-
 .../{geos-3.9.0-r1.ebuild => geos-3.9.0-r2.ebuild}| 19 +++
 2 files changed, 8 insertions(+), 13 deletions(-)

diff --git a/sci-libs/geos/Manifest b/sci-libs/geos/Manifest
index 7ba340960fc..c486bce0963 100644
--- a/sci-libs/geos/Manifest
+++ b/sci-libs/geos/Manifest
@@ -1,2 +1,2 @@
 DIST geos-3.8.1.tar.bz2 2505407 BLAKE2B 
43053ea9e29d190f41c37d5d382b689ef477e0256cfd5705f4f2f316cac21a1674660bcf0900c51db72909c41d46be7a41d297958de48e108ae6d6bd1ca9d247
 SHA512 
1d8d8b3ece70eb388ea128f4135c7455899f01828223b23890ad3a2401e27104efce03987676794273a9b9d4907c0add2be381ff14b8420aaa9a858cc5941056
-DIST geos-3.9.0.tar.bz2 4760200 BLAKE2B 
f4d610ac4693fea1c10bbb3b9d328b3d4eded15efc740cb1577a516f399f23e42e22d88130479d94722a2867c1b787c7c266d5e976ec823ea17f63045db2ae54
 SHA512 
518be112b2e05063d97c09d0e568b784e6c65b0a7be1368cefbd481b3f4ac2d8fc89611e6e205a95f4d1740ab4f47b3929fb4c801bcf9a9e9b6ae86a54e62933
+DIST geos-3.9.0-r1.tar.bz2 4710957 BLAKE2B 
dab0f4e0bfb1bd244c2faf5ee6149b65d142eea78e87490025f90b672eee0d25d4ba9bc4c3b223e78ea0c9d34625b4750c7ba03852e5ea9540ad5c479d84b995
 SHA512 
1081f2aa20e671450953f7bb53b17c703804a1c9f4987c9da0987ff24339af5811b2c8b79c8e438d04ca38e4d06164dc5a4206f266f7efc19af3f9d9ea8f71f8

diff --git a/sci-libs/geos/geos-3.9.0-r1.ebuild 
b/sci-libs/geos/geos-3.9.0-r2.ebuild
similarity index 69%
rename from sci-libs/geos/geos-3.9.0-r1.ebuild
rename to sci-libs/geos/geos-3.9.0-r2.ebuild
index 91568ebe455..94ad94ae262 100644
--- a/sci-libs/geos/geos-3.9.0-r1.ebuild
+++ b/sci-libs/geos/geos-3.9.0-r2.ebuild
@@ -5,28 +5,23 @@ EAPI=7
 
 DESCRIPTION="Geometry engine library for Geographic Information Systems"
 HOMEPAGE="https://trac.osgeo.org/geos/;
-SRC_URI="http://download.osgeo.org/geos/${PN}-${PV}.tar.bz2;
+
+# Arrow can be removed at next version bump. Upstream mistakenly
+# released rc1 as 3.9.0. So, we need(ed) a new Manifest entry to get the
+# real 3.9.0
+SRC_URI="http://download.osgeo.org/geos/${PN}-${PV}.tar.bz2 -> 
${PN}-${PV}-r1.tar.bz2"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc static-libs"
 
-BDEPEND="
-   doc? ( app-doc/doxygen )
-"
+BDEPEND="doc? ( app-doc/doxygen )"
 
 RESTRICT="test"
 
-src_prepare() {
-   default
-   echo "#!${EPREFIX}/bin/bash" > py-compile
-}
-
 src_configure() {
-   local myeconfargs=(
-   $(use_enable static-libs static)
-   )
+   local myeconfargs=( $(use_enable static-libs static) )
use arm && myeconfargs+=( --disable-inline ) # bug 709368
 
econf "${myeconfargs[@]}"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2020-12-18 Thread Aaron W. Swenson
commit: 03ef8dcbb9bdb1fa5577a8c7f04c327cf67727c5
Author: Daniel M. Weeks  danweeks  net>
AuthorDate: Sat Dec 12 16:12:52 2020 +
Commit: Aaron W. Swenson  gentoo  org>
CommitDate: Fri Dec 18 10:08:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03ef8dcb

sci-libs/geos: Upstream dropped ruby and python support

Bug: https://bugs.gentoo.org/759295
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Daniel M. Weeks  danweeks.net>
Closes: https://github.com/gentoo/gentoo/pull/18619
Signed-off-by: Aaron W. Swenson  gentoo.org>

 sci-libs/geos/{geos-3.9.0.ebuild => geos-3.9.0-r1.ebuild} | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/sci-libs/geos/geos-3.9.0.ebuild 
b/sci-libs/geos/geos-3.9.0-r1.ebuild
similarity index 86%
rename from sci-libs/geos/geos-3.9.0.ebuild
rename to sci-libs/geos/geos-3.9.0-r1.ebuild
index dd73711e579..91568ebe455 100644
--- a/sci-libs/geos/geos-3.9.0.ebuild
+++ b/sci-libs/geos/geos-3.9.0-r1.ebuild
@@ -10,16 +10,11 @@ SRC_URI="http://download.osgeo.org/geos/${PN}-${PV}.tar.bz2;
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
-IUSE="doc ruby static-libs"
+IUSE="doc static-libs"
 
 BDEPEND="
doc? ( app-doc/doxygen )
-   ruby? ( dev-lang/swig:0 )
 "
-RDEPEND="
-   ruby? ( dev-lang/ruby:* )
-"
-DEPEND="${RDEPEND}"
 
 RESTRICT="test"
 
@@ -30,8 +25,6 @@ src_prepare() {
 
 src_configure() {
local myeconfargs=(
-   --disable-python
-   $(use_enable ruby)
$(use_enable static-libs static)
)
use arm && myeconfargs+=( --disable-inline ) # bug 709368



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2020-12-09 Thread 罗百科
commit: a4766aa803e02291c7ee3f34f7a97487bf594394
Author: Patrick Lauer  gentoo  org>
AuthorDate: Wed Dec  9 20:24:53 2020 +
Commit: 罗百科  gentoo  org>
CommitDate: Wed Dec  9 20:25:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4766aa8

sci-libs/geos: Bump

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Patrick Lauer  gentoo.org>

 sci-libs/geos/Manifest  |  1 +
 sci-libs/geos/geos-3.9.0.ebuild | 52 +
 2 files changed, 53 insertions(+)

diff --git a/sci-libs/geos/Manifest b/sci-libs/geos/Manifest
index 1fc391846d5..7ba340960fc 100644
--- a/sci-libs/geos/Manifest
+++ b/sci-libs/geos/Manifest
@@ -1 +1,2 @@
 DIST geos-3.8.1.tar.bz2 2505407 BLAKE2B 
43053ea9e29d190f41c37d5d382b689ef477e0256cfd5705f4f2f316cac21a1674660bcf0900c51db72909c41d46be7a41d297958de48e108ae6d6bd1ca9d247
 SHA512 
1d8d8b3ece70eb388ea128f4135c7455899f01828223b23890ad3a2401e27104efce03987676794273a9b9d4907c0add2be381ff14b8420aaa9a858cc5941056
+DIST geos-3.9.0.tar.bz2 4760200 BLAKE2B 
f4d610ac4693fea1c10bbb3b9d328b3d4eded15efc740cb1577a516f399f23e42e22d88130479d94722a2867c1b787c7c266d5e976ec823ea17f63045db2ae54
 SHA512 
518be112b2e05063d97c09d0e568b784e6c65b0a7be1368cefbd481b3f4ac2d8fc89611e6e205a95f4d1740ab4f47b3929fb4c801bcf9a9e9b6ae86a54e62933

diff --git a/sci-libs/geos/geos-3.9.0.ebuild b/sci-libs/geos/geos-3.9.0.ebuild
new file mode 100644
index 000..dd73711e579
--- /dev/null
+++ b/sci-libs/geos/geos-3.9.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Geometry engine library for Geographic Information Systems"
+HOMEPAGE="https://trac.osgeo.org/geos/;
+SRC_URI="http://download.osgeo.org/geos/${PN}-${PV}.tar.bz2;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+IUSE="doc ruby static-libs"
+
+BDEPEND="
+   doc? ( app-doc/doxygen )
+   ruby? ( dev-lang/swig:0 )
+"
+RDEPEND="
+   ruby? ( dev-lang/ruby:* )
+"
+DEPEND="${RDEPEND}"
+
+RESTRICT="test"
+
+src_prepare() {
+   default
+   echo "#!${EPREFIX}/bin/bash" > py-compile
+}
+
+src_configure() {
+   local myeconfargs=(
+   --disable-python
+   $(use_enable ruby)
+   $(use_enable static-libs static)
+   )
+   use arm && myeconfargs+=( --disable-inline ) # bug 709368
+
+   econf "${myeconfargs[@]}"
+}
+
+src_compile() {
+   default
+   use doc && emake -C doc doxygen-html
+}
+
+src_install() {
+   use doc && local HTML_DOCS=( doc/doxygen_docs/html/. )
+   default
+
+   find "${D}" -name '*.la' -type f -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2020-05-01 Thread Andreas Sturmlechner
commit: 9f1419c80e2b9008b326b68f839891a4198e3d2a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri May  1 18:05:47 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri May  1 20:31:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f1419c8

sci-libs/geos: Drop 3.8.0-r1

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-libs/geos/Manifest |  1 -
 sci-libs/geos/geos-3.8.0-r1.ebuild | 56 --
 2 files changed, 57 deletions(-)

diff --git a/sci-libs/geos/Manifest b/sci-libs/geos/Manifest
index 78ff4095080..1fc391846d5 100644
--- a/sci-libs/geos/Manifest
+++ b/sci-libs/geos/Manifest
@@ -1,2 +1 @@
-DIST geos-3.8.0.tar.bz2 2399403 BLAKE2B 
0f9b6d7f9a4052b9b84e77d534be6e2909e5dc4995287f34e3b7e7c1537c9a73088d4a49f96f43034723eb37c88674aae469e26d7db3eb40efbcdf5551553a1a
 SHA512 
c89b25b42092152ef261090f25ff64b229f30f67d42fdf44c2871e78b66bb2c42e23b9ae21f9aea0e48823bdb0267d609ab2ee77d310abcb76fa672c6614d8f1
 DIST geos-3.8.1.tar.bz2 2505407 BLAKE2B 
43053ea9e29d190f41c37d5d382b689ef477e0256cfd5705f4f2f316cac21a1674660bcf0900c51db72909c41d46be7a41d297958de48e108ae6d6bd1ca9d247
 SHA512 
1d8d8b3ece70eb388ea128f4135c7455899f01828223b23890ad3a2401e27104efce03987676794273a9b9d4907c0add2be381ff14b8420aaa9a858cc5941056

diff --git a/sci-libs/geos/geos-3.8.0-r1.ebuild 
b/sci-libs/geos/geos-3.8.0-r1.ebuild
deleted file mode 100644
index 53a956cfd2d..000
--- a/sci-libs/geos/geos-3.8.0-r1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PV=${PV/_/}
-
-DESCRIPTION="Geometry engine library for Geographic Information Systems"
-HOMEPAGE="http://trac.osgeo.org/geos/;
-SRC_URI="http://download.osgeo.org/geos/${PN}-${MY_PV}.tar.bz2;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
-IUSE="doc ruby static-libs"
-
-BDEPEND="
-   doc? ( app-doc/doxygen )
-   ruby? ( dev-lang/swig:0 )
-"
-RDEPEND="
-   ruby? ( dev-lang/ruby:* )
-"
-DEPEND="${RDEPEND}"
-
-RESTRICT="test"
-
-S="${WORKDIR}"/${PN}-${MY_PV}
-
-src_prepare() {
-   default
-   echo "#!${EPREFIX}/bin/bash" > py-compile
-}
-
-src_configure() {
-   local myeconfargs=(
-   --disable-python
-   $(use_enable ruby)
-   $(use_enable static-libs static)
-   )
-   use arm && myeconfargs+=( --disable-inline ) # bug 709368
-
-   econf "${myeconfargs[@]}"
-}
-
-src_compile() {
-   default
-   use doc && emake -C doc doxygen-html
-}
-
-src_install() {
-   use doc && HTML_DOCS=( doc/doxygen_docs/html/. )
-   default
-
-   find "${D}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2020-05-01 Thread Agostino Sarubbo
commit: 7eddb5f94576f8214f6b1c0a17b58f9dfa176699
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri May  1 17:48:06 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri May  1 17:48:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eddb5f9

sci-libs/geos: x86 stable wrt bug #720176

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.8.1.ebuild b/sci-libs/geos/geos-3.8.1.ebuild
index a823a0414b5..d8be59bbb02 100644
--- a/sci-libs/geos/geos-3.8.1.ebuild
+++ b/sci-libs/geos/geos-3.8.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://download.osgeo.org/geos/${PN}-${PV}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc ruby static-libs"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2020-05-01 Thread Agostino Sarubbo
commit: 1e572fdb3d2dfa34c8b2ba8a22d077a209c94bf0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri May  1 17:45:50 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri May  1 17:45:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e572fdb

sci-libs/geos: ppc64 stable wrt bug #720176

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.8.1.ebuild b/sci-libs/geos/geos-3.8.1.ebuild
index cae9e02d4e3..a823a0414b5 100644
--- a/sci-libs/geos/geos-3.8.1.ebuild
+++ b/sci-libs/geos/geos-3.8.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://download.osgeo.org/geos/${PN}-${PV}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc ruby static-libs"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2020-05-01 Thread Agostino Sarubbo
commit: 0ecf1a3ab4cf92b986d7d085bf9a5e7da4ef22b6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri May  1 17:44:36 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri May  1 17:44:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ecf1a3a

sci-libs/geos: ppc stable wrt bug #720176

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.8.1.ebuild b/sci-libs/geos/geos-3.8.1.ebuild
index f1afb5454f3..cae9e02d4e3 100644
--- a/sci-libs/geos/geos-3.8.1.ebuild
+++ b/sci-libs/geos/geos-3.8.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://download.osgeo.org/geos/${PN}-${PV}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc ruby static-libs"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2020-05-01 Thread Agostino Sarubbo
commit: 19ae4697d1ff2238df616846afa8b0d09b449128
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri May  1 17:43:21 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri May  1 17:43:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19ae4697

sci-libs/geos: arm stable wrt bug #720176

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.8.1.ebuild b/sci-libs/geos/geos-3.8.1.ebuild
index dc4bcd2b41c..f1afb5454f3 100644
--- a/sci-libs/geos/geos-3.8.1.ebuild
+++ b/sci-libs/geos/geos-3.8.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://download.osgeo.org/geos/${PN}-${PV}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 arm arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc ruby static-libs"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2020-05-01 Thread Agostino Sarubbo
commit: 609974ad0aa3a6e0785133f8840436af82f60383
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri May  1 17:41:18 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri May  1 17:41:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=609974ad

sci-libs/geos: amd64 stable wrt bug #720176

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.8.1.ebuild b/sci-libs/geos/geos-3.8.1.ebuild
index da93016b77a..dc4bcd2b41c 100644
--- a/sci-libs/geos/geos-3.8.1.ebuild
+++ b/sci-libs/geos/geos-3.8.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://download.osgeo.org/geos/${PN}-${PV}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc ruby static-libs"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2020-05-01 Thread Mart Raudsepp
commit: 62417b766e4d1eb9ee9db477eebdd5b300d649d1
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Fri May  1 01:45:10 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri May  1 08:37:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62417b76

sci-libs/geos: arm64 stable (bug #720176)

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.8.1.ebuild b/sci-libs/geos/geos-3.8.1.ebuild
index f19227d4b28..da93016b77a 100644
--- a/sci-libs/geos/geos-3.8.1.ebuild
+++ b/sci-libs/geos/geos-3.8.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://download.osgeo.org/geos/${PN}-${PV}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="~amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc ruby static-libs"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/, sci-libs/geos/files/

2020-04-05 Thread Andreas Sturmlechner
commit: f48276a4bbf1f34258fee34cb974afb728b0ac7c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr  5 20:20:15 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr  5 20:30:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f48276a4

sci-libs/geos: Drop 3.7.2

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-libs/geos/Manifest|  1 -
 sci-libs/geos/files/3.4.2-solaris-isnan.patch | 14 --
 sci-libs/geos/geos-3.7.2.ebuild   | 61 ---
 3 files changed, 76 deletions(-)

diff --git a/sci-libs/geos/Manifest b/sci-libs/geos/Manifest
index 2b565318d51..78ff4095080 100644
--- a/sci-libs/geos/Manifest
+++ b/sci-libs/geos/Manifest
@@ -1,3 +1,2 @@
-DIST geos-3.7.2.tar.bz2 2071465 BLAKE2B 
ba968488aa5d845e582d3771d8d2b1f67b0f301e73fad5834a0805a912c8f3b1200bba93d8758f43539ce269758de348d999db3db9738e7abf5c1a443f388d8c
 SHA512 
ff0fde2e21ed9d2770c139aa50c6efd22d9cff3c6bfd8f1ef86b064efd1ad318b08dec66e34661bc1c7a341b0837978853494f27d63988be865a8ee4f7611d38
 DIST geos-3.8.0.tar.bz2 2399403 BLAKE2B 
0f9b6d7f9a4052b9b84e77d534be6e2909e5dc4995287f34e3b7e7c1537c9a73088d4a49f96f43034723eb37c88674aae469e26d7db3eb40efbcdf5551553a1a
 SHA512 
c89b25b42092152ef261090f25ff64b229f30f67d42fdf44c2871e78b66bb2c42e23b9ae21f9aea0e48823bdb0267d609ab2ee77d310abcb76fa672c6614d8f1
 DIST geos-3.8.1.tar.bz2 2505407 BLAKE2B 
43053ea9e29d190f41c37d5d382b689ef477e0256cfd5705f4f2f316cac21a1674660bcf0900c51db72909c41d46be7a41d297958de48e108ae6d6bd1ca9d247
 SHA512 
1d8d8b3ece70eb388ea128f4135c7455899f01828223b23890ad3a2401e27104efce03987676794273a9b9d4907c0add2be381ff14b8420aaa9a858cc5941056

diff --git a/sci-libs/geos/files/3.4.2-solaris-isnan.patch 
b/sci-libs/geos/files/3.4.2-solaris-isnan.patch
deleted file mode 100644
index a66d36f6587..000
--- a/sci-libs/geos/files/3.4.2-solaris-isnan.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -Naruw geos-3.4.2.orig/include/geos/platform.h.in 
geos-3.4.2/include/geos/platform.h.in
 geos-3.4.2.orig/include/geos/platform.h.in 2013-08-25 15:10:32.0 
+
-+++ geos-3.4.2/include/geos/platform.h.in  2013-10-20 23:45:29.891690795 
+
-@@ -98,8 +98,9 @@
-// It does leave a version in std.
- #  define ISNAN(x) (std::isnan(x))
- # elif (defined(__sun) || defined(__sun__)) && defined(__SUNPRO_CC)
-+#  define _XOPEN_SOURCE 600 //force iso/math_c99
- #  include 
--#  define ISNAN(x) (::isnan(x))
-+#  define ISNAN(x) (std::isnan(x))
- # endif
- #endif
- 

diff --git a/sci-libs/geos/geos-3.7.2.ebuild b/sci-libs/geos/geos-3.7.2.ebuild
deleted file mode 100644
index 342f4e31a87..000
--- a/sci-libs/geos/geos-3.7.2.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1
-
-DESCRIPTION="Geometry engine library for Geographic Information Systems"
-HOMEPAGE="http://trac.osgeo.org/geos/;
-SRC_URI="http://download.osgeo.org/geos/${P}.tar.bz2;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
-IUSE="doc python ruby static-libs"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-   python? ( ${PYTHON_DEPS} )
-   ruby? ( dev-lang/ruby:* )
-"
-DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen )
-   python? ( dev-lang/swig:0 )
-   ruby? ( dev-lang/swig:0 )
-"
-
-PATCHES=( "${FILESDIR}"/3.4.2-solaris-isnan.patch )
-
-RESTRICT="test"
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   default
-   echo "#!${EPREFIX}/bin/bash" > py-compile
-}
-
-src_configure() {
-   econf \
-   $(use_enable python) \
-   $(use_enable ruby) \
-   $(use_enable static-libs static)
-}
-
-src_compile() {
-   default
-   use doc && emake -C "${S}/doc" doxygen-html
-}
-
-src_install() {
-   use doc && HTML_DOCS=( doc/doxygen_docs/html/. )
-   default
-   use python && python_optimize "${D}$(python_get_sitedir)"/geos/
-
-   find "${D}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2020-04-05 Thread Mart Raudsepp
commit: fffa0079405501e1ac65ba64ed46d9c112135ef0
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr  5 19:22:12 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr  5 19:56:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fffa0079

sci-libs/geos: arm64 stable (bug #707516)

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.8.0-r1.ebuild 
b/sci-libs/geos/geos-3.8.0-r1.ebuild
index 03a722a7998..53a956cfd2d 100644
--- a/sci-libs/geos/geos-3.8.0-r1.ebuild
+++ b/sci-libs/geos/geos-3.8.0-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://download.osgeo.org/geos/${PN}-${MY_PV}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc ruby static-libs"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2020-03-31 Thread Agostino Sarubbo
commit: fda4eaa56ff298990316244af5adaf6eec75942b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Mar 31 12:26:07 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Mar 31 12:26:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fda4eaa5

sci-libs/geos: arm stable wrt bug #707516

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.8.0-r1.ebuild 
b/sci-libs/geos/geos-3.8.0-r1.ebuild
index e8fc86859c7..63706479008 100644
--- a/sci-libs/geos/geos-3.8.0-r1.ebuild
+++ b/sci-libs/geos/geos-3.8.0-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://download.osgeo.org/geos/${PN}-${MY_PV}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 arm ~arm64 ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc ruby static-libs"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2020-03-28 Thread Andreas Sturmlechner
commit: 4c209a2af3ab2ed1e8ed5d75e05171cab73da82f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar 28 12:54:04 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar 28 12:55:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c209a2a

sci-libs/geos: --disable-inline with arm

Bug: https://bugs.gentoo.org/709368
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-libs/geos/geos-3.8.0-r1.ebuild | 10 +++---
 sci-libs/geos/geos-3.8.1.ebuild|  2 ++
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/sci-libs/geos/geos-3.8.0-r1.ebuild 
b/sci-libs/geos/geos-3.8.0-r1.ebuild
index 3992d7a58cf..e8fc86859c7 100644
--- a/sci-libs/geos/geos-3.8.0-r1.ebuild
+++ b/sci-libs/geos/geos-3.8.0-r1.ebuild
@@ -33,10 +33,14 @@ src_prepare() {
 }
 
 src_configure() {
-   econf \
-   --disable-python \
-   $(use_enable ruby) \
+   local myeconfargs=(
+   --disable-python
+   $(use_enable ruby)
$(use_enable static-libs static)
+   )
+   use arm && myeconfargs+=( --disable-inline ) # bug 709368
+
+   econf "${myeconfargs[@]}"
 }
 
 src_compile() {

diff --git a/sci-libs/geos/geos-3.8.1.ebuild b/sci-libs/geos/geos-3.8.1.ebuild
index ad70d2dd21c..f19227d4b28 100644
--- a/sci-libs/geos/geos-3.8.1.ebuild
+++ b/sci-libs/geos/geos-3.8.1.ebuild
@@ -34,6 +34,8 @@ src_configure() {
$(use_enable ruby)
$(use_enable static-libs static)
)
+   use arm && myeconfargs+=( --disable-inline ) # bug 709368
+
econf "${myeconfargs[@]}"
 }
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2020-03-26 Thread Andreas Sturmlechner
commit: ae405b66699378c4e527337ba4a78bf793d67cf3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar 26 10:45:23 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar 26 12:38:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae405b66

sci-libs/geos: 3.8.1 version bump

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-libs/geos/Manifest  |  1 +
 sci-libs/geos/geos-3.8.1.ebuild | 50 +
 2 files changed, 51 insertions(+)

diff --git a/sci-libs/geos/Manifest b/sci-libs/geos/Manifest
index 7a85d86d687..2b565318d51 100644
--- a/sci-libs/geos/Manifest
+++ b/sci-libs/geos/Manifest
@@ -1,2 +1,3 @@
 DIST geos-3.7.2.tar.bz2 2071465 BLAKE2B 
ba968488aa5d845e582d3771d8d2b1f67b0f301e73fad5834a0805a912c8f3b1200bba93d8758f43539ce269758de348d999db3db9738e7abf5c1a443f388d8c
 SHA512 
ff0fde2e21ed9d2770c139aa50c6efd22d9cff3c6bfd8f1ef86b064efd1ad318b08dec66e34661bc1c7a341b0837978853494f27d63988be865a8ee4f7611d38
 DIST geos-3.8.0.tar.bz2 2399403 BLAKE2B 
0f9b6d7f9a4052b9b84e77d534be6e2909e5dc4995287f34e3b7e7c1537c9a73088d4a49f96f43034723eb37c88674aae469e26d7db3eb40efbcdf5551553a1a
 SHA512 
c89b25b42092152ef261090f25ff64b229f30f67d42fdf44c2871e78b66bb2c42e23b9ae21f9aea0e48823bdb0267d609ab2ee77d310abcb76fa672c6614d8f1
+DIST geos-3.8.1.tar.bz2 2505407 BLAKE2B 
43053ea9e29d190f41c37d5d382b689ef477e0256cfd5705f4f2f316cac21a1674660bcf0900c51db72909c41d46be7a41d297958de48e108ae6d6bd1ca9d247
 SHA512 
1d8d8b3ece70eb388ea128f4135c7455899f01828223b23890ad3a2401e27104efce03987676794273a9b9d4907c0add2be381ff14b8420aaa9a858cc5941056

diff --git a/sci-libs/geos/geos-3.8.1.ebuild b/sci-libs/geos/geos-3.8.1.ebuild
new file mode 100644
index 000..ad70d2dd21c
--- /dev/null
+++ b/sci-libs/geos/geos-3.8.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Geometry engine library for Geographic Information Systems"
+HOMEPAGE="http://trac.osgeo.org/geos/;
+SRC_URI="http://download.osgeo.org/geos/${PN}-${PV}.tar.bz2;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+IUSE="doc ruby static-libs"
+
+BDEPEND="
+   doc? ( app-doc/doxygen )
+   ruby? ( dev-lang/swig:0 )
+"
+RDEPEND="
+   ruby? ( dev-lang/ruby:* )
+"
+DEPEND="${RDEPEND}"
+
+RESTRICT="test"
+
+src_prepare() {
+   default
+   echo "#!${EPREFIX}/bin/bash" > py-compile
+}
+
+src_configure() {
+   local myeconfargs=(
+   --disable-python
+   $(use_enable ruby)
+   $(use_enable static-libs static)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_compile() {
+   default
+   use doc && emake -C doc doxygen-html
+}
+
+src_install() {
+   use doc && local HTML_DOCS=( doc/doxygen_docs/html/. )
+   default
+
+   find "${D}" -name '*.la' -type f -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2020-02-03 Thread Agostino Sarubbo
commit: fa78cb95d52bc50c9f17bd51dae3c9dd4f00c21d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb  3 12:49:51 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb  3 12:49:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa78cb95

sci-libs/geos: ia64 stable wrt bug #707516

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.8.0-r1.ebuild 
b/sci-libs/geos/geos-3.8.0-r1.ebuild
index a9cf5d2620b..3992d7a58cf 100644
--- a/sci-libs/geos/geos-3.8.0-r1.ebuild
+++ b/sci-libs/geos/geos-3.8.0-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://download.osgeo.org/geos/${PN}-${MY_PV}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc ruby static-libs"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2020-02-03 Thread Agostino Sarubbo
commit: 9d96c29bae0fae1bbe2c3c7d59c7a3879ba59e71
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb  3 12:31:42 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb  3 12:31:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d96c29b

sci-libs/geos: ppc64 stable wrt bug #707516

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.8.0-r1.ebuild 
b/sci-libs/geos/geos-3.8.0-r1.ebuild
index 9386e0df12b..a9cf5d2620b 100644
--- a/sci-libs/geos/geos-3.8.0-r1.ebuild
+++ b/sci-libs/geos/geos-3.8.0-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://download.osgeo.org/geos/${PN}-${MY_PV}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc ruby static-libs"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2020-02-03 Thread Agostino Sarubbo
commit: 92887f3afa6e176499225c801477f698591a7084
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb  3 12:30:09 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb  3 12:30:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92887f3a

sci-libs/geos: ppc stable wrt bug #707516

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.8.0-r1.ebuild 
b/sci-libs/geos/geos-3.8.0-r1.ebuild
index d3b5570149f..9386e0df12b 100644
--- a/sci-libs/geos/geos-3.8.0-r1.ebuild
+++ b/sci-libs/geos/geos-3.8.0-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://download.osgeo.org/geos/${PN}-${MY_PV}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc ruby static-libs"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2020-02-03 Thread Agostino Sarubbo
commit: c6631e763d70491ce1fba0d1c547761599acf891
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb  3 11:31:09 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb  3 11:31:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6631e76

sci-libs/geos: x86 stable wrt bug #707516

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.8.0-r1.ebuild 
b/sci-libs/geos/geos-3.8.0-r1.ebuild
index b2f032f2743..d3b5570149f 100644
--- a/sci-libs/geos/geos-3.8.0-r1.ebuild
+++ b/sci-libs/geos/geos-3.8.0-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://download.osgeo.org/geos/${PN}-${MY_PV}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc ruby static-libs"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2020-02-03 Thread Agostino Sarubbo
commit: 7b7916f8293d1b7634c232ec2e39def98caf85d7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb  3 11:28:04 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb  3 11:28:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b7916f8

sci-libs/geos: amd64 stable wrt bug #707516

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.8.0-r1.ebuild 
b/sci-libs/geos/geos-3.8.0-r1.ebuild
index 436f3325d9f..b2f032f2743 100644
--- a/sci-libs/geos/geos-3.8.0-r1.ebuild
+++ b/sci-libs/geos/geos-3.8.0-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://download.osgeo.org/geos/${PN}-${MY_PV}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc ruby static-libs"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2020-01-30 Thread Andreas Sturmlechner
commit: 2f1fb3b0784b9c8ae0ae6925b448ace5a9ed89fa
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan 30 20:49:53 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jan 30 21:27:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f1fb3b0

sci-libs/geos: Drop no-op USE=python

Reported-by: Jouni Kosonen  tukesoft.com>
Bug: https://bugs.gentoo.org/707516
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.8.0-r1.ebuild 
b/sci-libs/geos/geos-3.8.0-r1.ebuild
index 9e41eddd122..436f3325d9f 100644
--- a/sci-libs/geos/geos-3.8.0-r1.ebuild
+++ b/sci-libs/geos/geos-3.8.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ 
SRC_URI="http://download.osgeo.org/geos/${PN}-${MY_PV}.tar.bz2;
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
-IUSE="doc python ruby static-libs"
+IUSE="doc ruby static-libs"
 
 BDEPEND="
doc? ( app-doc/doxygen )



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2019-12-30 Thread Andreas Sturmlechner
commit: 17d6a6154dfba58bb28de32f4a19df8fa561016b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 29 21:16:37 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Dec 30 22:19:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17d6a615

sci-libs/geos: Drop 3.8.0 (r0)

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-libs/geos/geos-3.8.0.ebuild | 62 -
 1 file changed, 62 deletions(-)

diff --git a/sci-libs/geos/geos-3.8.0.ebuild b/sci-libs/geos/geos-3.8.0.ebuild
deleted file mode 100644
index 3ad295e1f4b..000
--- a/sci-libs/geos/geos-3.8.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1
-
-MY_PV=${PV/_/}
-S=${WORKDIR}/${PN}-${MY_PV}
-
-DESCRIPTION="Geometry engine library for Geographic Information Systems"
-HOMEPAGE="http://trac.osgeo.org/geos/;
-SRC_URI="http://download.osgeo.org/geos/${PN}-${MY_PV}.tar.bz2;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
-IUSE="doc python ruby static-libs"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-   python? ( ${PYTHON_DEPS} )
-   ruby? ( dev-lang/ruby:* )
-"
-DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen )
-   python? ( dev-lang/swig:0 )
-   ruby? ( dev-lang/swig:0 )
-"
-
-RESTRICT="test"
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   default
-   echo "#!${EPREFIX}/bin/bash" > py-compile
-}
-
-src_configure() {
-   econf \
-   $(use_enable python) \
-   $(use_enable ruby) \
-   $(use_enable static-libs static)
-}
-
-src_compile() {
-   default
-   use doc && emake -C "${S}/doc" doxygen-html
-}
-
-src_install() {
-   use doc && HTML_DOCS=( doc/doxygen_docs/html/. )
-   default
-   use python && python_optimize "${D}$(python_get_sitedir)"/geos/
-
-   find "${D}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2019-12-30 Thread Andreas Sturmlechner
commit: f17760b18083fbf752095da36056e4bf86d96d40
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 29 21:15:21 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Dec 30 22:19:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f17760b1

sci-libs/geos: Drop USE python

Long obsolete, use sci-libs/Shapely instead.

Closes: https://bugs.gentoo.org/704212
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-libs/geos/geos-3.8.0-r1.ebuild | 52 ++
 1 file changed, 52 insertions(+)

diff --git a/sci-libs/geos/geos-3.8.0-r1.ebuild 
b/sci-libs/geos/geos-3.8.0-r1.ebuild
new file mode 100644
index 000..9e41eddd122
--- /dev/null
+++ b/sci-libs/geos/geos-3.8.0-r1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PV=${PV/_/}
+
+DESCRIPTION="Geometry engine library for Geographic Information Systems"
+HOMEPAGE="http://trac.osgeo.org/geos/;
+SRC_URI="http://download.osgeo.org/geos/${PN}-${MY_PV}.tar.bz2;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+IUSE="doc python ruby static-libs"
+
+BDEPEND="
+   doc? ( app-doc/doxygen )
+   ruby? ( dev-lang/swig:0 )
+"
+RDEPEND="
+   ruby? ( dev-lang/ruby:* )
+"
+DEPEND="${RDEPEND}"
+
+RESTRICT="test"
+
+S="${WORKDIR}"/${PN}-${MY_PV}
+
+src_prepare() {
+   default
+   echo "#!${EPREFIX}/bin/bash" > py-compile
+}
+
+src_configure() {
+   econf \
+   --disable-python \
+   $(use_enable ruby) \
+   $(use_enable static-libs static)
+}
+
+src_compile() {
+   default
+   use doc && emake -C doc doxygen-html
+}
+
+src_install() {
+   use doc && HTML_DOCS=( doc/doxygen_docs/html/. )
+   default
+
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2019-12-29 Thread Andreas Sturmlechner
commit: 84575c43150d00c3faddb514ae446fb7250990f1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 29 21:18:18 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 29 23:56:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84575c43

sci-libs/geos: Drop 3.7.0

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-libs/geos/Manifest  |  1 -
 sci-libs/geos/geos-3.7.0.ebuild | 61 -
 2 files changed, 62 deletions(-)

diff --git a/sci-libs/geos/Manifest b/sci-libs/geos/Manifest
index c6bf7a54fcc..7a85d86d687 100644
--- a/sci-libs/geos/Manifest
+++ b/sci-libs/geos/Manifest
@@ -1,3 +1,2 @@
-DIST geos-3.7.0.tar.bz2 2028814 BLAKE2B 
17385d9be831d4812391a30627e13989d3ca099ca9b0a719a92cdb2503dadff3693d4b3d320652764185db05782b33760ca14d155365d87167bb4ef6d6c2463c
 SHA512 
fcca5e503efa32bb388376b2a06b9ca5c74fbcddba750cce6b3b4109eb2eb122058aead12b9462cdd881f425cd75d7241645ab344f25ce022bc0659954560742
 DIST geos-3.7.2.tar.bz2 2071465 BLAKE2B 
ba968488aa5d845e582d3771d8d2b1f67b0f301e73fad5834a0805a912c8f3b1200bba93d8758f43539ce269758de348d999db3db9738e7abf5c1a443f388d8c
 SHA512 
ff0fde2e21ed9d2770c139aa50c6efd22d9cff3c6bfd8f1ef86b064efd1ad318b08dec66e34661bc1c7a341b0837978853494f27d63988be865a8ee4f7611d38
 DIST geos-3.8.0.tar.bz2 2399403 BLAKE2B 
0f9b6d7f9a4052b9b84e77d534be6e2909e5dc4995287f34e3b7e7c1537c9a73088d4a49f96f43034723eb37c88674aae469e26d7db3eb40efbcdf5551553a1a
 SHA512 
c89b25b42092152ef261090f25ff64b229f30f67d42fdf44c2871e78b66bb2c42e23b9ae21f9aea0e48823bdb0267d609ab2ee77d310abcb76fa672c6614d8f1

diff --git a/sci-libs/geos/geos-3.7.0.ebuild b/sci-libs/geos/geos-3.7.0.ebuild
deleted file mode 100644
index 4c8405e7855..000
--- a/sci-libs/geos/geos-3.7.0.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1
-
-DESCRIPTION="Geometry engine library for Geographic Information Systems"
-HOMEPAGE="http://trac.osgeo.org/geos/;
-SRC_URI="http://download.osgeo.org/geos/${P}.tar.bz2;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
-IUSE="doc python ruby static-libs"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-   python? ( ${PYTHON_DEPS} )
-   ruby? ( dev-lang/ruby:* )
-"
-DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen )
-   python? ( dev-lang/swig:0 )
-   ruby? ( dev-lang/swig:0 )
-"
-
-PATCHES=( "${FILESDIR}"/3.4.2-solaris-isnan.patch )
-
-RESTRICT="test"
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   default
-   echo "#!${EPREFIX}/bin/bash" > py-compile
-}
-
-src_configure() {
-   econf \
-   $(use_enable python) \
-   $(use_enable ruby) \
-   $(use_enable static-libs static)
-}
-
-src_compile() {
-   default
-   use doc && emake -C "${S}/doc" doxygen-html
-}
-
-src_install() {
-   use doc && HTML_DOCS=( doc/doxygen_docs/html/. )
-   default
-   use python && python_optimize "${D}$(python_get_sitedir)"/geos/
-
-   find "${D}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2019-11-13 Thread Aaron Bauman
commit: 3173ea375d5783ae597d00412cd7f86108794cb1
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu Nov 14 01:42:35 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu Nov 14 01:42:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3173ea37

sci-libs/geos: arm64 stable (bug #696842)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.79, Repoman-2.3.18

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

diff --git a/sci-libs/geos/geos-3.7.2.ebuild b/sci-libs/geos/geos-3.7.2.ebuild
index b7978d257f4..4c8405e7855 100644
--- a/sci-libs/geos/geos-3.7.2.ebuild
+++ b/sci-libs/geos/geos-3.7.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://download.osgeo.org/geos/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 arm arm64 ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc python ruby static-libs"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2019-11-13 Thread Agostino Sarubbo
commit: 3ded350ae447b59a1a44323c438315329e9de10b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov 13 16:09:47 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov 13 16:09:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ded350a

sci-libs/geos: ia64 stable wrt bug #696842

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.7.2.ebuild b/sci-libs/geos/geos-3.7.2.ebuild
index 285b7916302..b7978d257f4 100644
--- a/sci-libs/geos/geos-3.7.2.ebuild
+++ b/sci-libs/geos/geos-3.7.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://download.osgeo.org/geos/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 arm ~arm64 ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc python ruby static-libs"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2019-11-03 Thread Mikle Kolyada
commit: 7d74ab89a757142507bc4c76ac832271fcec13ab
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Nov  3 13:37:59 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Nov  3 13:37:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d74ab89

sci-libs/geos: arm stable wrt bug #696842

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.7.2.ebuild b/sci-libs/geos/geos-3.7.2.ebuild
index 8ce17cd86a9..285b7916302 100644
--- a/sci-libs/geos/geos-3.7.2.ebuild
+++ b/sci-libs/geos/geos-3.7.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://download.osgeo.org/geos/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 arm ~arm64 ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc python ruby static-libs"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2019-10-14 Thread Agostino Sarubbo
commit: ca60c110046615f27930b24aea1bdbc866aacd03
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 14 11:49:36 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 14 11:49:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca60c110

sci-libs/geos: x86 stable wrt bug #696842

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.7.2.ebuild b/sci-libs/geos/geos-3.7.2.ebuild
index bf5f4c8089f..8ce17cd86a9 100644
--- a/sci-libs/geos/geos-3.7.2.ebuild
+++ b/sci-libs/geos/geos-3.7.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://download.osgeo.org/geos/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc python ruby static-libs"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2019-10-14 Thread Agostino Sarubbo
commit: 01b6ea422545f2f50ff45da9c11cd4326b345b1a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 14 11:23:39 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 14 11:23:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01b6ea42

sci-libs/geos: ppc64 stable wrt bug #696842

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.7.2.ebuild b/sci-libs/geos/geos-3.7.2.ebuild
index ed879bc6068..bf5f4c8089f 100644
--- a/sci-libs/geos/geos-3.7.2.ebuild
+++ b/sci-libs/geos/geos-3.7.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://download.osgeo.org/geos/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc python ruby static-libs"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2019-10-14 Thread Agostino Sarubbo
commit: 48e34bad2589da2ca1e0221016169ff6dda02641
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 14 11:15:27 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 14 11:15:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48e34bad

sci-libs/geos: amd64 stable wrt bug #696842

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.7.2.ebuild b/sci-libs/geos/geos-3.7.2.ebuild
index 9e774d9c99d..ed879bc6068 100644
--- a/sci-libs/geos/geos-3.7.2.ebuild
+++ b/sci-libs/geos/geos-3.7.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://download.osgeo.org/geos/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc python ruby static-libs"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2019-10-14 Thread Agostino Sarubbo
commit: 18316df448ac7e634d2b61608f76fcb6b002f20d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 14 11:06:20 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 14 11:06:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18316df4

sci-libs/geos: ppc stable wrt bug #696842

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.7.2.ebuild b/sci-libs/geos/geos-3.7.2.ebuild
index 1acbe1537bf..9e774d9c99d 100644
--- a/sci-libs/geos/geos-3.7.2.ebuild
+++ b/sci-libs/geos/geos-3.7.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://download.osgeo.org/geos/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc python ruby static-libs"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2019-10-13 Thread 罗百科
commit: 5fdd98cf85ca32682a4b1607725f735d040ed1a0
Author: Patrick Lauer  gentoo  org>
AuthorDate: Sun Oct 13 19:46:41 2019 +
Commit: 罗百科  gentoo  org>
CommitDate: Sun Oct 13 19:48:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fdd98cf

sci-libs/geos: Bump

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Patrick Lauer  gentoo.org>

 sci-libs/geos/Manifest  |  1 +
 sci-libs/geos/geos-3.8.0.ebuild | 62 +
 2 files changed, 63 insertions(+)

diff --git a/sci-libs/geos/Manifest b/sci-libs/geos/Manifest
index 30e3b564963..c6bf7a54fcc 100644
--- a/sci-libs/geos/Manifest
+++ b/sci-libs/geos/Manifest
@@ -1,2 +1,3 @@
 DIST geos-3.7.0.tar.bz2 2028814 BLAKE2B 
17385d9be831d4812391a30627e13989d3ca099ca9b0a719a92cdb2503dadff3693d4b3d320652764185db05782b33760ca14d155365d87167bb4ef6d6c2463c
 SHA512 
fcca5e503efa32bb388376b2a06b9ca5c74fbcddba750cce6b3b4109eb2eb122058aead12b9462cdd881f425cd75d7241645ab344f25ce022bc0659954560742
 DIST geos-3.7.2.tar.bz2 2071465 BLAKE2B 
ba968488aa5d845e582d3771d8d2b1f67b0f301e73fad5834a0805a912c8f3b1200bba93d8758f43539ce269758de348d999db3db9738e7abf5c1a443f388d8c
 SHA512 
ff0fde2e21ed9d2770c139aa50c6efd22d9cff3c6bfd8f1ef86b064efd1ad318b08dec66e34661bc1c7a341b0837978853494f27d63988be865a8ee4f7611d38
+DIST geos-3.8.0.tar.bz2 2399403 BLAKE2B 
0f9b6d7f9a4052b9b84e77d534be6e2909e5dc4995287f34e3b7e7c1537c9a73088d4a49f96f43034723eb37c88674aae469e26d7db3eb40efbcdf5551553a1a
 SHA512 
c89b25b42092152ef261090f25ff64b229f30f67d42fdf44c2871e78b66bb2c42e23b9ae21f9aea0e48823bdb0267d609ab2ee77d310abcb76fa672c6614d8f1

diff --git a/sci-libs/geos/geos-3.8.0.ebuild b/sci-libs/geos/geos-3.8.0.ebuild
new file mode 100644
index 000..3ad295e1f4b
--- /dev/null
+++ b/sci-libs/geos/geos-3.8.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit python-single-r1
+
+MY_PV=${PV/_/}
+S=${WORKDIR}/${PN}-${MY_PV}
+
+DESCRIPTION="Geometry engine library for Geographic Information Systems"
+HOMEPAGE="http://trac.osgeo.org/geos/;
+SRC_URI="http://download.osgeo.org/geos/${PN}-${MY_PV}.tar.bz2;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+IUSE="doc python ruby static-libs"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="
+   python? ( ${PYTHON_DEPS} )
+   ruby? ( dev-lang/ruby:* )
+"
+DEPEND="${RDEPEND}
+   doc? ( app-doc/doxygen )
+   python? ( dev-lang/swig:0 )
+   ruby? ( dev-lang/swig:0 )
+"
+
+RESTRICT="test"
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   echo "#!${EPREFIX}/bin/bash" > py-compile
+}
+
+src_configure() {
+   econf \
+   $(use_enable python) \
+   $(use_enable ruby) \
+   $(use_enable static-libs static)
+}
+
+src_compile() {
+   default
+   use doc && emake -C "${S}/doc" doxygen-html
+}
+
+src_install() {
+   use doc && HTML_DOCS=( doc/doxygen_docs/html/. )
+   default
+   use python && python_optimize "${D}$(python_get_sitedir)"/geos/
+
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2019-07-05 Thread Aaron W. Swenson
commit: 56f04b6061aeabed1d0459b74e474a00752b6172
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Fri Jul  5 11:35:10 2019 +
Commit: Aaron W. Swenson  gentoo  org>
CommitDate: Fri Jul  5 11:35:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56f04b60

sci-libs/geos: Bump to 3.7.2

Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Aaron W. Swenson  gentoo.org>

 sci-libs/geos/Manifest  |  1 +
 sci-libs/geos/geos-3.7.2.ebuild | 61 +
 2 files changed, 62 insertions(+)

diff --git a/sci-libs/geos/Manifest b/sci-libs/geos/Manifest
index d10e26879ca..30e3b564963 100644
--- a/sci-libs/geos/Manifest
+++ b/sci-libs/geos/Manifest
@@ -1 +1,2 @@
 DIST geos-3.7.0.tar.bz2 2028814 BLAKE2B 
17385d9be831d4812391a30627e13989d3ca099ca9b0a719a92cdb2503dadff3693d4b3d320652764185db05782b33760ca14d155365d87167bb4ef6d6c2463c
 SHA512 
fcca5e503efa32bb388376b2a06b9ca5c74fbcddba750cce6b3b4109eb2eb122058aead12b9462cdd881f425cd75d7241645ab344f25ce022bc0659954560742
+DIST geos-3.7.2.tar.bz2 2071465 BLAKE2B 
ba968488aa5d845e582d3771d8d2b1f67b0f301e73fad5834a0805a912c8f3b1200bba93d8758f43539ce269758de348d999db3db9738e7abf5c1a443f388d8c
 SHA512 
ff0fde2e21ed9d2770c139aa50c6efd22d9cff3c6bfd8f1ef86b064efd1ad318b08dec66e34661bc1c7a341b0837978853494f27d63988be865a8ee4f7611d38

diff --git a/sci-libs/geos/geos-3.7.2.ebuild b/sci-libs/geos/geos-3.7.2.ebuild
new file mode 100644
index 000..1acbe1537bf
--- /dev/null
+++ b/sci-libs/geos/geos-3.7.2.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit python-single-r1
+
+DESCRIPTION="Geometry engine library for Geographic Information Systems"
+HOMEPAGE="http://trac.osgeo.org/geos/;
+SRC_URI="http://download.osgeo.org/geos/${P}.tar.bz2;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+IUSE="doc python ruby static-libs"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="
+   python? ( ${PYTHON_DEPS} )
+   ruby? ( dev-lang/ruby:* )
+"
+DEPEND="${RDEPEND}
+   doc? ( app-doc/doxygen )
+   python? ( dev-lang/swig:0 )
+   ruby? ( dev-lang/swig:0 )
+"
+
+PATCHES=( "${FILESDIR}"/3.4.2-solaris-isnan.patch )
+
+RESTRICT="test"
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   echo "#!${EPREFIX}/bin/bash" > py-compile
+}
+
+src_configure() {
+   econf \
+   $(use_enable python) \
+   $(use_enable ruby) \
+   $(use_enable static-libs static)
+}
+
+src_compile() {
+   default
+   use doc && emake -C "${S}/doc" doxygen-html
+}
+
+src_install() {
+   use doc && HTML_DOCS=( doc/doxygen_docs/html/. )
+   default
+   use python && python_optimize "${D}$(python_get_sitedir)"/geos/
+
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2019-05-16 Thread Aaron Bauman
commit: 0f2f1746bad36e5bbfb6faedefc3cb3da2a193c4
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu May 16 19:26:21 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu May 16 19:27:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f2f1746

sci-libs/geos: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

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

diff --git a/sci-libs/geos/geos-3.7.0.ebuild b/sci-libs/geos/geos-3.7.0.ebuild
index f0f47c27e06..4c8405e7855 100644
--- a/sci-libs/geos/geos-3.7.0.ebuild
+++ b/sci-libs/geos/geos-3.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="http://download.osgeo.org/geos/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 arm arm64 ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc python ruby static-libs"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2018-11-10 Thread Aaron Swenson
commit: bf164e4fb624fd44f3b07ddc1a827bbe227a1c13
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Sat Nov 10 14:29:42 2018 +
Commit: Aaron Swenson  gentoo  org>
CommitDate: Sat Nov 10 14:30:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf164e4f

sci-libs/geos: Remove 3.6.2

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Aaron Swenson  gentoo.org>

 sci-libs/geos/Manifest  |  1 -
 sci-libs/geos/geos-3.6.2.ebuild | 61 -
 2 files changed, 62 deletions(-)

diff --git a/sci-libs/geos/Manifest b/sci-libs/geos/Manifest
index 352df362421..d10e26879ca 100644
--- a/sci-libs/geos/Manifest
+++ b/sci-libs/geos/Manifest
@@ -1,2 +1 @@
-DIST geos-3.6.2.tar.bz2 2030705 BLAKE2B 
f23cf1fc080fb7b353fb6292900d84811ace04a5364200bfea19f79d7b09a795d36e30cd6e4dbb7acd8417245bc2ce644298dc1b4140ef70495e4f7d71fc522b
 SHA512 
515d8700b8a28282678e481faee355e3a43d7b70160472a63335b8d7225d9ba10437be782378f18f31a15288118126d411a2d862f01ce35d27c96f6bc0a73016
 DIST geos-3.7.0.tar.bz2 2028814 BLAKE2B 
17385d9be831d4812391a30627e13989d3ca099ca9b0a719a92cdb2503dadff3693d4b3d320652764185db05782b33760ca14d155365d87167bb4ef6d6c2463c
 SHA512 
fcca5e503efa32bb388376b2a06b9ca5c74fbcddba750cce6b3b4109eb2eb122058aead12b9462cdd881f425cd75d7241645ab344f25ce022bc0659954560742

diff --git a/sci-libs/geos/geos-3.6.2.ebuild b/sci-libs/geos/geos-3.6.2.ebuild
deleted file mode 100644
index a53255ec423..000
--- a/sci-libs/geos/geos-3.6.2.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1
-
-DESCRIPTION="Geometry engine library for Geographic Information Systems"
-HOMEPAGE="http://trac.osgeo.org/geos/;
-SRC_URI="http://download.osgeo.org/geos/${P}.tar.bz2;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
-IUSE="doc python ruby static-libs"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-   python? ( ${PYTHON_DEPS} )
-   ruby? ( dev-lang/ruby:* )
-"
-DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen )
-   python? ( dev-lang/swig:0 )
-   ruby? ( dev-lang/swig:0 )
-"
-
-PATCHES=( "${FILESDIR}"/3.4.2-solaris-isnan.patch )
-
-RESTRICT="test"
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   default
-   echo "#!${EPREFIX}/bin/bash" > py-compile
-}
-
-src_configure() {
-   econf \
-   $(use_enable python) \
-   $(use_enable ruby) \
-   $(use_enable static-libs static)
-}
-
-src_compile() {
-   default
-   use doc && emake -C "${S}/doc" doxygen-html
-}
-
-src_install() {
-   use doc && HTML_DOCS=( doc/doxygen_docs/html/. )
-   default
-   use python && python_optimize "${D}$(python_get_sitedir)"/geos/
-
-   find "${D}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2018-11-09 Thread Mikle Kolyada
commit: 821e5a59107103ff245afda2d8939a5fc7092051
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Nov  9 18:33:35 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Nov  9 18:33:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=821e5a59

sci-libs/geos: arm stable wrt bug #668322

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

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

diff --git a/sci-libs/geos/geos-3.7.0.ebuild b/sci-libs/geos/geos-3.7.0.ebuild
index 8d66cd012cc..f0f47c27e06 100644
--- a/sci-libs/geos/geos-3.7.0.ebuild
+++ b/sci-libs/geos/geos-3.7.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://download.osgeo.org/geos/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 arm ~arm64 ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc python ruby static-libs"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2018-10-27 Thread Mikle Kolyada
commit: 786ee3514ebfee8edf394e315dabe18435743097
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Oct 27 19:53:58 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Oct 27 19:53:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=786ee351

sci-libs/geos: amd64 stable wrt bug #668322

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

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

diff --git a/sci-libs/geos/geos-3.7.0.ebuild b/sci-libs/geos/geos-3.7.0.ebuild
index 0fff8e00946..8d66cd012cc 100644
--- a/sci-libs/geos/geos-3.7.0.ebuild
+++ b/sci-libs/geos/geos-3.7.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://download.osgeo.org/geos/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc python ruby static-libs"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2018-10-14 Thread Sergei Trofimovich
commit: 797e538a1ed2176883bda04203934ccd73da9469
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Oct 14 09:12:34 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Oct 14 09:14:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=797e538a

sci-libs/geos: stable 3.7.0 for ppc64, bug #668322

Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/sci-libs/geos/geos-3.7.0.ebuild b/sci-libs/geos/geos-3.7.0.ebuild
index f12ec88f82b..0fff8e00946 100644
--- a/sci-libs/geos/geos-3.7.0.ebuild
+++ b/sci-libs/geos/geos-3.7.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://download.osgeo.org/geos/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc python ruby static-libs"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2018-10-14 Thread Sergei Trofimovich
commit: bb919a37b51352a17e390b154ebdf4ef8b5a2150
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Oct 14 08:55:42 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Oct 14 08:55:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb919a37

sci-libs/geos: stable 3.7.0 for ppc, bug #668322

Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="ppc"

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

diff --git a/sci-libs/geos/geos-3.7.0.ebuild b/sci-libs/geos/geos-3.7.0.ebuild
index 5b38ffc465b..f12ec88f82b 100644
--- a/sci-libs/geos/geos-3.7.0.ebuild
+++ b/sci-libs/geos/geos-3.7.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://download.osgeo.org/geos/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc python ruby static-libs"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2018-10-13 Thread Thomas Deutschmann
commit: 501129f139b5d225e118bf6e6e7b7f4dd0652fbf
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 14 01:32:28 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 14 01:32:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=501129f1

sci-libs/geos: x86 stable (bug #668322)

Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/sci-libs/geos/geos-3.7.0.ebuild b/sci-libs/geos/geos-3.7.0.ebuild
index f95f2ef19af..5b38ffc465b 100644
--- a/sci-libs/geos/geos-3.7.0.ebuild
+++ b/sci-libs/geos/geos-3.7.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://download.osgeo.org/geos/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc python ruby static-libs"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2018-10-12 Thread Sergei Trofimovich
commit: 2b7645c0f7c5fc2fa3a02f3f7beebe906592f4fb
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Oct 12 19:07:52 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Oct 12 19:08:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b7645c0

sci-libs/geos: stable 3.7.0 for ia64, bug #668322

Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

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

diff --git a/sci-libs/geos/geos-3.7.0.ebuild b/sci-libs/geos/geos-3.7.0.ebuild
index 230e09c56c9..f95f2ef19af 100644
--- a/sci-libs/geos/geos-3.7.0.ebuild
+++ b/sci-libs/geos/geos-3.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="http://download.osgeo.org/geos/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc python ruby static-libs"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2018-09-11 Thread Aaron Swenson
commit: 251b0e8b14855c89fc579536774198fbcf0dda63
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Tue Sep 11 12:54:59 2018 +
Commit: Aaron Swenson  gentoo  org>
CommitDate: Tue Sep 11 12:54:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=251b0e8b

sci-libs/geos: Bump to 3.7.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sci-libs/geos/Manifest  |  1 +
 sci-libs/geos/geos-3.7.0.ebuild | 61 +
 2 files changed, 62 insertions(+)

diff --git a/sci-libs/geos/Manifest b/sci-libs/geos/Manifest
index 2d2fa32b75e..352df362421 100644
--- a/sci-libs/geos/Manifest
+++ b/sci-libs/geos/Manifest
@@ -1 +1,2 @@
 DIST geos-3.6.2.tar.bz2 2030705 BLAKE2B 
f23cf1fc080fb7b353fb6292900d84811ace04a5364200bfea19f79d7b09a795d36e30cd6e4dbb7acd8417245bc2ce644298dc1b4140ef70495e4f7d71fc522b
 SHA512 
515d8700b8a28282678e481faee355e3a43d7b70160472a63335b8d7225d9ba10437be782378f18f31a15288118126d411a2d862f01ce35d27c96f6bc0a73016
+DIST geos-3.7.0.tar.bz2 2028814 BLAKE2B 
17385d9be831d4812391a30627e13989d3ca099ca9b0a719a92cdb2503dadff3693d4b3d320652764185db05782b33760ca14d155365d87167bb4ef6d6c2463c
 SHA512 
fcca5e503efa32bb388376b2a06b9ca5c74fbcddba750cce6b3b4109eb2eb122058aead12b9462cdd881f425cd75d7241645ab344f25ce022bc0659954560742

diff --git a/sci-libs/geos/geos-3.7.0.ebuild b/sci-libs/geos/geos-3.7.0.ebuild
new file mode 100644
index 000..230e09c56c9
--- /dev/null
+++ b/sci-libs/geos/geos-3.7.0.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit python-single-r1
+
+DESCRIPTION="Geometry engine library for Geographic Information Systems"
+HOMEPAGE="http://trac.osgeo.org/geos/;
+SRC_URI="http://download.osgeo.org/geos/${P}.tar.bz2;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+IUSE="doc python ruby static-libs"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="
+   python? ( ${PYTHON_DEPS} )
+   ruby? ( dev-lang/ruby:* )
+"
+DEPEND="${RDEPEND}
+   doc? ( app-doc/doxygen )
+   python? ( dev-lang/swig:0 )
+   ruby? ( dev-lang/swig:0 )
+"
+
+PATCHES=( "${FILESDIR}"/3.4.2-solaris-isnan.patch )
+
+RESTRICT="test"
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   echo "#!${EPREFIX}/bin/bash" > py-compile
+}
+
+src_configure() {
+   econf \
+   $(use_enable python) \
+   $(use_enable ruby) \
+   $(use_enable static-libs static)
+}
+
+src_compile() {
+   default
+   use doc && emake -C "${S}/doc" doxygen-html
+}
+
+src_install() {
+   use doc && HTML_DOCS=( doc/doxygen_docs/html/. )
+   default
+   use python && python_optimize "${D}$(python_get_sitedir)"/geos/
+
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2018-06-13 Thread Aaron Swenson
commit: 3f2f5b7704c442a4904d57504347eb111009f12d
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Wed Jun 13 11:27:56 2018 +
Commit: Aaron Swenson  gentoo  org>
CommitDate: Wed Jun 13 11:27:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f2f5b77

sci-libs/geos: Cleanup old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sci-libs/geos/Manifest  |  1 -
 sci-libs/geos/geos-3.6.1.ebuild | 59 -
 2 files changed, 60 deletions(-)

diff --git a/sci-libs/geos/Manifest b/sci-libs/geos/Manifest
index 366761c7bc7..2d2fa32b75e 100644
--- a/sci-libs/geos/Manifest
+++ b/sci-libs/geos/Manifest
@@ -1,2 +1 @@
-DIST geos-3.6.1.tar.bz2 1833434 BLAKE2B 
7feede989d9aacad8b72e107d988bac7746e74e1674d812a2db738f124d357cf0cb24b4040f36a0e1290086c87585f1155f5cac962bb2c8ad83d7879d7f30af7
 SHA512 
8b28e7706567375ca02ae5f5dbebf0870e8fed8ea430596a3637e5c975e72bc0f3c16c31b052f154042dd029c54130325a8d44de95c3458f5da024a97d3cfaf9
 DIST geos-3.6.2.tar.bz2 2030705 BLAKE2B 
f23cf1fc080fb7b353fb6292900d84811ace04a5364200bfea19f79d7b09a795d36e30cd6e4dbb7acd8417245bc2ce644298dc1b4140ef70495e4f7d71fc522b
 SHA512 
515d8700b8a28282678e481faee355e3a43d7b70160472a63335b8d7225d9ba10437be782378f18f31a15288118126d411a2d862f01ce35d27c96f6bc0a73016

diff --git a/sci-libs/geos/geos-3.6.1.ebuild b/sci-libs/geos/geos-3.6.1.ebuild
deleted file mode 100644
index b6c6daaabed..000
--- a/sci-libs/geos/geos-3.6.1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1
-
-DESCRIPTION="Geometry engine library for Geographic Information Systems"
-HOMEPAGE="http://trac.osgeo.org/geos/;
-SRC_URI="http://download.osgeo.org/geos/${P}.tar.bz2;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
-IUSE="doc python ruby static-libs"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-   python? ( ${PYTHON_DEPS} )
-   ruby? ( dev-lang/ruby:* )
-"
-DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen )
-   python? ( dev-lang/swig:0 )
-   ruby? ( dev-lang/swig:0 )
-"
-
-PATCHES=( "${FILESDIR}"/3.4.2-solaris-isnan.patch )
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   default
-   echo "#!${EPREFIX}/bin/bash" > py-compile
-}
-
-src_configure() {
-   econf \
-   $(use_enable python) \
-   $(use_enable ruby) \
-   $(use_enable static-libs static)
-}
-
-src_compile() {
-   default
-   use doc && emake -C "${S}/doc" doxygen-html
-}
-
-src_install() {
-   use doc && HTML_DOCS=( doc/doxygen_docs/html/. )
-   default
-   use python && python_optimize "${D}$(python_get_sitedir)"/geos/
-
-   find "${D}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2018-06-13 Thread Aaron Swenson
commit: 415cc56f5be284e1dc3c111da39bacb120f6581e
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Wed Jun 13 11:31:10 2018 +
Commit: Aaron Swenson  gentoo  org>
CommitDate: Wed Jun 13 11:31:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=415cc56f

sci-libs/geos: Restrict test

Experiences test failures because of mismatch in hardcoded values from
upstream. Upstream has been aware of these test failures for years.

Closes: https://bugs.gentoo.org/651224
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sci-libs/geos/geos-3.6.2.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sci-libs/geos/geos-3.6.2.ebuild b/sci-libs/geos/geos-3.6.2.ebuild
index 1c746611f0f..a53255ec423 100644
--- a/sci-libs/geos/geos-3.6.2.ebuild
+++ b/sci-libs/geos/geos-3.6.2.ebuild
@@ -29,6 +29,8 @@ DEPEND="${RDEPEND}
 
 PATCHES=( "${FILESDIR}"/3.4.2-solaris-isnan.patch )
 
+RESTRICT="test"
+
 pkg_setup() {
use python && python-single-r1_pkg_setup
 }



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2018-05-26 Thread Mikle Kolyada
commit: 202e2e16b05a227fcdeadeb9609dddc0983f6239
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat May 26 11:14:10 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat May 26 11:14:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=202e2e16

sci-libs/geos: ppc/ppc64 stable wrt bug #641136

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/sci-libs/geos/geos-3.6.2.ebuild b/sci-libs/geos/geos-3.6.2.ebuild
index b43efaeaccc..1c746611f0f 100644
--- a/sci-libs/geos/geos-3.6.2.ebuild
+++ b/sci-libs/geos/geos-3.6.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://download.osgeo.org/geos/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 arm ~arm64 ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc python ruby static-libs"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2018-03-22 Thread Markus Meier
commit: d5934e544b127520622962541b13fd5c1e462230
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Mar 23 04:46:22 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Mar 23 04:46:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5934e54

sci-libs/geos: arm stable, bug #641136

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

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

diff --git a/sci-libs/geos/geos-3.6.2.ebuild b/sci-libs/geos/geos-3.6.2.ebuild
index f28ee0b8da0..b43efaeaccc 100644
--- a/sci-libs/geos/geos-3.6.2.ebuild
+++ b/sci-libs/geos/geos-3.6.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://download.osgeo.org/geos/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 arm ~arm64 ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc python ruby static-libs"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2018-02-19 Thread Sergei Trofimovich
commit: 78dbc88a178600a8049e366aa599e0da03201eb1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Feb 19 22:15:54 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 19 22:16:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78dbc88a

sci-libs/geos: stable 3.6.2 for ia64, bug #641136

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

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

diff --git a/sci-libs/geos/geos-3.6.2.ebuild b/sci-libs/geos/geos-3.6.2.ebuild
index 4dae1eaf9d6..f28ee0b8da0 100644
--- a/sci-libs/geos/geos-3.6.2.ebuild
+++ b/sci-libs/geos/geos-3.6.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://download.osgeo.org/geos/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc python ruby static-libs"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2018-01-04 Thread Mikle Kolyada
commit: b84aaffc8074405cbc961d8deb25510cf1c5062e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jan  4 16:58:16 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jan  4 16:58:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b84aaffc

sci-libs/geos: amd64 stable wrt bug #641136

Package-Manager: Portage-2.3.13, Repoman-2.3.3

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

diff --git a/sci-libs/geos/geos-3.6.2.ebuild b/sci-libs/geos/geos-3.6.2.ebuild
index 9ce6225082f..4dae1eaf9d6 100644
--- a/sci-libs/geos/geos-3.6.2.ebuild
+++ b/sci-libs/geos/geos-3.6.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="http://download.osgeo.org/geos/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc python ruby static-libs"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/, sci-libs/geos/files/

2017-10-15 Thread Aaron Swenson
commit: ada301ace2c382bf840f00ac95d97775637f2d2c
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Sun Oct 15 12:05:29 2017 +
Commit: Aaron Swenson  gentoo  org>
CommitDate: Sun Oct 15 12:10:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ada301ac

sci-libs/geos: Clean up

Remove old ebuilds and their patches.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sci-libs/geos/Manifest |   1 -
 .../files/geos-3.5.0-autoconf-detect-isnan.patch   |  25 
 .../geos/files/geos-3.5.0-phpconfig-path.patch |  29 -
 sci-libs/geos/files/geos-3.5.0-std-isnan.patch |  26 
 sci-libs/geos/geos-3.5.0-r2.ebuild | 135 -
 sci-libs/geos/geos-3.5.0.ebuild|  58 -
 6 files changed, 274 deletions(-)

diff --git a/sci-libs/geos/Manifest b/sci-libs/geos/Manifest
index 30d2b175271..a59a97bac1a 100644
--- a/sci-libs/geos/Manifest
+++ b/sci-libs/geos/Manifest
@@ -1,3 +1,2 @@
-DIST geos-3.5.0.tar.bz2 1949397 SHA256 
49982b23bcfa64a5dab136b82e25354edeb806e5a2e2f5b8aa98b1d0ae02 SHA512 
cd9c008c19213eb90959f950b03958e6abd9c22d83e6eb5f5a9020263ad8b0045dd5c5af60417c548fc130a57756ae1ef706710086cc277498b9ba6a0a6256b7
 WHIRLPOOL 
f7530e1dc6b99b4ad83d9a01c44b8e6256e118f7615a473d666b00549296df00ca3c86d7ab4d0ae717a3b329b3a9ecac587bc475ee51cbd7e436922860d00ab9
 DIST geos-3.6.1.tar.bz2 1833434 SHA256 
4a2e4e3a7a09a7cfda3211d0f4a235d9fd3176ddf64bd8db14b4ead266189fc5 SHA512 
8b28e7706567375ca02ae5f5dbebf0870e8fed8ea430596a3637e5c975e72bc0f3c16c31b052f154042dd029c54130325a8d44de95c3458f5da024a97d3cfaf9
 WHIRLPOOL 
bda0bb3b77c7c815e0be613f9af8f544fa4410029033851564bc83a912d5d7bfabaeb5d8d3dc61ebebfb482bdc64ea3cc09b395041b22cf419662beafdfec073
 DIST geos-3.6.2.tar.bz2 2030705 SHA256 
045a13df84d605a866602f6020fc6cbf8bf4c42fb50de237a08926e1d7d7652a SHA512 
515d8700b8a28282678e481faee355e3a43d7b70160472a63335b8d7225d9ba10437be782378f18f31a15288118126d411a2d862f01ce35d27c96f6bc0a73016
 WHIRLPOOL 
137061802daf29c94951ffe651e284064c66049fed02488720bb255094ab8ba8093fcf9fca568acada94714493cd9d740898ae2c4e5fe2610a9c88255e8c88f6

diff --git a/sci-libs/geos/files/geos-3.5.0-autoconf-detect-isnan.patch 
b/sci-libs/geos/files/geos-3.5.0-autoconf-detect-isnan.patch
deleted file mode 100644
index 79e319da493..000
--- a/sci-libs/geos/files/geos-3.5.0-autoconf-detect-isnan.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From edbeee650287a4a36837e090eafed90a760bad83 Mon Sep 17 00:00:00 2001
-From: Sandro Santilli 
-Date: Mon, 7 Mar 2016 10:21:33 +
-Subject: [PATCH] Look for isnan in std:: namespace
-
-Tested with gcc 4.8.4
-
-git-svn-id: http://svn.osgeo.org/geos/trunk@4169 
5242fede-7e19-0410-aef8-94bd7d2200fb

- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index 7fdc579..8976a6a 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -197,7 +197,7 @@ dnl of isnan().
- AC_LANG_PUSH([C++])
- AC_CACHE_CHECK([for isnan], ac_cv_isnan,
-  [AC_TRY_LINK([#include ],
-- [double x; int y; y = isnan(x);],
-+ [double x; int y; y = std::isnan(x);],
-  ac_cv_isnan=yes,
-  ac_cv_isnan=no
- )])

diff --git a/sci-libs/geos/files/geos-3.5.0-phpconfig-path.patch 
b/sci-libs/geos/files/geos-3.5.0-phpconfig-path.patch
deleted file mode 100644
index b44eb9da9ea..000
--- a/sci-libs/geos/files/geos-3.5.0-phpconfig-path.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-diff --git a/php/Makefile.am b/php/Makefile.am
-index 5b50c0f..fad05c0 100644
 a/php/Makefile.am
-+++ b/php/Makefile.am
-@@ -56,7 +56,7 @@ geos_la_CPPFLAGS = $(AM_CPPFLAGS) \
-   -I$(top_srcdir)/include
- 
- install: all
--  $(INSTALL) -d "$(DESTDIR)"/`$(PHP_CONFIG) --extension-dir`
--  $(INSTALL) -m 755 .libs/geos.so "$(DESTDIR)"/`php-config 
--extension-dir`
-+  $(INSTALL) -d "$(DESTDIR)"`$(PHP_CONFIG) --extension-dir`
-+  $(INSTALL) -m 755 .libs/geos.so "$(DESTDIR)"`$(PHP_CONFIG) 
--extension-dir`
- 
- endif
-diff --git a/php/Makefile.in b/php/Makefile.in
-index d8c343e..9485d0d 100644
 a/php/Makefile.in
-+++ b/php/Makefile.in
-@@ -877,8 +877,8 @@ uninstall-am: uninstall-pkglibLTLIBRARIES
- 
- 
- @ENABLE_PHP_TRUE@install: all
--@ENABLE_PHP_TRUE@ $(INSTALL) -d "$(DESTDIR)"/`$(PHP_CONFIG) 
--extension-dir`
--@ENABLE_PHP_TRUE@ $(INSTALL) -m 755 .libs/geos.so 
"$(DESTDIR)"/`php-config --extension-dir`
-+@ENABLE_PHP_TRUE@ $(INSTALL) -d "$(DESTDIR)"`$(PHP_CONFIG) 
--extension-dir`
-+@ENABLE_PHP_TRUE@ $(INSTALL) -m 755 .libs/geos.so 
"$(DESTDIR)"`$(PHP_CONFIG) --extension-dir`
- 
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.

diff --git a/sci-libs/geos/files/geos-3.5.0-std-isnan.patch 
b/sci-libs/geos/files/geos-3.5.0-std-isnan.patch
deleted file mode 100644
index c2b6a996afc..000
--- a/sci-libs/geos/files/geos-3.5.0-std-isnan.patch
+++ /dev/null
@@ 

[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2017-10-15 Thread Aaron Swenson
commit: f9c4785a2c90f6087bb5158f98409de89f411bcf
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Sun Oct 15 06:23:08 2017 +
Commit: Aaron Swenson  gentoo  org>
CommitDate: Sun Oct 15 06:23:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9c4785a

sci-libs/geos: Version bump to 3.6.2

Also fixes test failure reported in bug 526516.

Gentoo-Bug: 526516
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sci-libs/geos/Manifest  |  1 +
 sci-libs/geos/geos-3.6.2.ebuild | 59 +
 2 files changed, 60 insertions(+)

diff --git a/sci-libs/geos/Manifest b/sci-libs/geos/Manifest
index 89ee96294a9..30d2b175271 100644
--- a/sci-libs/geos/Manifest
+++ b/sci-libs/geos/Manifest
@@ -1,2 +1,3 @@
 DIST geos-3.5.0.tar.bz2 1949397 SHA256 
49982b23bcfa64a5dab136b82e25354edeb806e5a2e2f5b8aa98b1d0ae02 SHA512 
cd9c008c19213eb90959f950b03958e6abd9c22d83e6eb5f5a9020263ad8b0045dd5c5af60417c548fc130a57756ae1ef706710086cc277498b9ba6a0a6256b7
 WHIRLPOOL 
f7530e1dc6b99b4ad83d9a01c44b8e6256e118f7615a473d666b00549296df00ca3c86d7ab4d0ae717a3b329b3a9ecac587bc475ee51cbd7e436922860d00ab9
 DIST geos-3.6.1.tar.bz2 1833434 SHA256 
4a2e4e3a7a09a7cfda3211d0f4a235d9fd3176ddf64bd8db14b4ead266189fc5 SHA512 
8b28e7706567375ca02ae5f5dbebf0870e8fed8ea430596a3637e5c975e72bc0f3c16c31b052f154042dd029c54130325a8d44de95c3458f5da024a97d3cfaf9
 WHIRLPOOL 
bda0bb3b77c7c815e0be613f9af8f544fa4410029033851564bc83a912d5d7bfabaeb5d8d3dc61ebebfb482bdc64ea3cc09b395041b22cf419662beafdfec073
+DIST geos-3.6.2.tar.bz2 2030705 SHA256 
045a13df84d605a866602f6020fc6cbf8bf4c42fb50de237a08926e1d7d7652a SHA512 
515d8700b8a28282678e481faee355e3a43d7b70160472a63335b8d7225d9ba10437be782378f18f31a15288118126d411a2d862f01ce35d27c96f6bc0a73016
 WHIRLPOOL 
137061802daf29c94951ffe651e284064c66049fed02488720bb255094ab8ba8093fcf9fca568acada94714493cd9d740898ae2c4e5fe2610a9c88255e8c88f6

diff --git a/sci-libs/geos/geos-3.6.2.ebuild b/sci-libs/geos/geos-3.6.2.ebuild
new file mode 100644
index 000..57fa6fac0d9
--- /dev/null
+++ b/sci-libs/geos/geos-3.6.2.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit python-single-r1
+
+DESCRIPTION="Geometry engine library for Geographic Information Systems"
+HOMEPAGE="http://trac.osgeo.org/geos/;
+SRC_URI="http://download.osgeo.org/geos/${P}.tar.bz2;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+IUSE="doc python ruby static-libs"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="
+   python? ( ${PYTHON_DEPS} )
+   ruby? ( dev-lang/ruby:* )
+"
+DEPEND="${RDEPEND}
+   doc? ( app-doc/doxygen )
+   python? ( dev-lang/swig:0 )
+   ruby? ( dev-lang/swig:0 )
+"
+
+PATCHES=( "${FILESDIR}"/3.4.2-solaris-isnan.patch )
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   echo "#!${EPREFIX}/bin/bash" > py-compile
+}
+
+src_configure() {
+   econf \
+   $(use_enable python) \
+   $(use_enable ruby) \
+   $(use_enable static-libs static)
+}
+
+src_compile() {
+   default
+   use doc && emake -C "${S}/doc" doxygen-html
+}
+
+src_install() {
+   use doc && HTML_DOCS=( doc/doxygen_docs/html/. )
+   default
+   use python && python_optimize "${D}$(python_get_sitedir)"/geos/
+
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/

2017-07-30 Thread Alexis Ballier
commit: f1010900c187633d07f8aedf76e7b16b4f37f0dc
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Jul 29 20:53:17 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sun Jul 30 07:05:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1010900

sci-libs/geos: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.3

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

diff --git a/sci-libs/geos/geos-3.6.1.ebuild b/sci-libs/geos/geos-3.6.1.ebuild
index f4ecdbebe1e..b6c6daaabed 100644
--- a/sci-libs/geos/geos-3.6.1.ebuild
+++ b/sci-libs/geos/geos-3.6.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://download.osgeo.org/geos/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 arm ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 arm ~arm64 ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
 IUSE="doc python ruby static-libs"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



  1   2   >