public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/routino/
@ 2016-01-14 15:19 Andrey Grozin
  0 siblings, 0 replies; 31+ messages in thread
From: Andrey Grozin @ 2016-01-14 15:19 UTC (permalink / raw
  To: gentoo-commits

commit:     b336023bba5bd15c88ef968e96e91df62713d121
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 14 15:09:50 2016 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Thu Jan 14 15:09:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b336023b

sci-geosciences/routino: fixed installation of README.txt

Bug: 571016

Package-Manager: portage-2.2.26

 sci-geosciences/routino/routino-3.0_p1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sci-geosciences/routino/routino-3.0_p1.ebuild b/sci-geosciences/routino/routino-3.0_p1.ebuild
index 698b897..931931b 100644
--- a/sci-geosciences/routino/routino-3.0_p1.ebuild
+++ b/sci-geosciences/routino/routino-3.0_p1.ebuild
@@ -20,4 +20,6 @@ src_configure() {
 
 src_compile() {
 	emake -j1
+	rm README.txt
+	mv doc/rm README.txt .
 }


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

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/routino/
@ 2016-12-19 19:31 Tobias Klausmann
  0 siblings, 0 replies; 31+ messages in thread
From: Tobias Klausmann @ 2016-12-19 19:31 UTC (permalink / raw
  To: gentoo-commits

commit:     3a44d0ca4ef9d1ee78afcc5085204c0522ff305a
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 19:31:31 2016 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 19:31:31 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a44d0ca

sci-geosciences/routino-3.1.1-r0: stable on amd64

Gentoo-Bug: 584060

 sci-geosciences/routino/routino-3.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-geosciences/routino/routino-3.1.1.ebuild b/sci-geosciences/routino/routino-3.1.1.ebuild
index adc5f96..fdec994 100644
--- a/sci-geosciences/routino/routino-3.1.1.ebuild
+++ b/sci-geosciences/routino/routino-3.1.1.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="http://www.routino.org/"
 SRC_URI="http://www.routino.org/download/${P}.tgz"
 LICENSE="AGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 DEPEND=""
 PATCHES=( "${FILESDIR}"/${P}.patch )


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

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/routino/
@ 2018-09-16  4:23 Andrey Grozin
  0 siblings, 0 replies; 31+ messages in thread
From: Andrey Grozin @ 2018-09-16  4:23 UTC (permalink / raw
  To: gentoo-commits

commit:     26234026e7afbfc2719e7d38498b303a494aeeb6
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 16 04:23:04 2018 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Sun Sep 16 04:23:04 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26234026

sci-geosciences/routino: fix a stupid typo

Closes: https://bugs.gentoo.org/627866
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 sci-geosciences/routino/routino-3.2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-geosciences/routino/routino-3.2.ebuild b/sci-geosciences/routino/routino-3.2.ebuild
index 19512b20efa..4827cce51b0 100644
--- a/sci-geosciences/routino/routino-3.2.ebuild
+++ b/sci-geosciences/routino/routino-3.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
@@ -27,6 +27,6 @@ src_prepare() {
 
 src_compile() {
 	emake -j1
-	rm README.txt
-	mv doc/rm README.txt .
+	rm README.txt || die "rm README.txt failed"
+	mv doc/README.txt . || die "mv doc/README.txt . failed"
 }


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

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/routino/
@ 2018-10-01 21:47 Thomas Deutschmann
  0 siblings, 0 replies; 31+ messages in thread
From: Thomas Deutschmann @ 2018-10-01 21:47 UTC (permalink / raw
  To: gentoo-commits

commit:     1053d97540d752b18f1b0024dd6ce93a550d8493
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  1 21:38:20 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Oct  1 21:46:52 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1053d975

sci-geosciences/routino: x86 stable (bug #666280)

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

 sci-geosciences/routino/routino-3.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-geosciences/routino/routino-3.2.ebuild b/sci-geosciences/routino/routino-3.2.ebuild
index 4827cce51b0..33c554ef401 100644
--- a/sci-geosciences/routino/routino-3.2.ebuild
+++ b/sci-geosciences/routino/routino-3.2.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
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.routino.org/"
 SRC_URI="http://www.routino.org/download/${P}.tgz"
 LICENSE="AGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 DEPEND=""
 


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

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/routino/
@ 2018-10-02 15:00 Mikle Kolyada
  0 siblings, 0 replies; 31+ messages in thread
From: Mikle Kolyada @ 2018-10-02 15:00 UTC (permalink / raw
  To: gentoo-commits

commit:     0e169a44dd9a5d6c2fb570e8f3c4fc1b8ab52828
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  2 14:59:57 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Oct  2 14:59:57 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e169a44

sci-geosciences/routino: amd64 stable wrt bug #666280

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

 sci-geosciences/routino/routino-3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-geosciences/routino/routino-3.2.ebuild b/sci-geosciences/routino/routino-3.2.ebuild
index 33c554ef401..0420304cb50 100644
--- a/sci-geosciences/routino/routino-3.2.ebuild
+++ b/sci-geosciences/routino/routino-3.2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.routino.org/"
 SRC_URI="http://www.routino.org/download/${P}.tgz"
 LICENSE="AGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 DEPEND=""
 


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

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/routino/
@ 2021-02-23 19:53 Andreas Sturmlechner
  0 siblings, 0 replies; 31+ messages in thread
From: Andreas Sturmlechner @ 2021-02-23 19:53 UTC (permalink / raw
  To: gentoo-commits

commit:     a37e8f4bc5cc89ff7af836e805a65d319917064b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 20 19:18:59 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 23 19:52:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a37e8f4b

sci-geosciences/routino: python3_9, python optional, tests pass, style

Bug: https://bugs.gentoo.org/771345
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sci-geosciences/routino/routino-3.3.2.ebuild | 31 ++++++++++++++++++----------
 1 file changed, 20 insertions(+), 11 deletions(-)

diff --git a/sci-geosciences/routino/routino-3.3.2.ebuild b/sci-geosciences/routino/routino-3.3.2.ebuild
index c910d4194d2..0ea8e4a10d4 100644
--- a/sci-geosciences/routino/routino-3.3.2.ebuild
+++ b/sci-geosciences/routino/routino-3.3.2.ebuild
@@ -1,32 +1,41 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python3_{7,8,9} )
 inherit toolchain-funcs distutils-r1
 
 DESCRIPTION="Routing application based on openstreetmap data"
-HOMEPAGE="http://www.routino.org/"
-SRC_URI="http://www.routino.org/download/${P}.tgz"
+HOMEPAGE="https://routino.org/"
+SRC_URI="https://routino.org/download/${P}.tgz"
+
 LICENSE="AGPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="python test"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 RESTRICT="!test? ( test )"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-DEPEND="python? ( ${PYTHON_DEPS}
-	dev-lang/swig )"
+
+DEPEND="
+	python? (
+		${PYTHON_DEPS}
+		dev-lang/swig
+	)
+"
 RDEPEND="python? ( ${PYTHON_DEPS} )"
 
+PATCHES=( "${FILESDIR}"/${P}.patch )
+
 src_prepare() {
-	eapply "${FILESDIR}"/${P}.patch
+	default
 
 	sed -i -e "s@libdir=\(.*\)@libdir=\$(prefix)/$(get_libdir)@" \
 		-e "s@CC=gcc@CC=$(tc-getCC)@" \
 		-e "s@LD=gcc@LD=$(tc-getCC)@" \
 		Makefile.conf || die "failed sed"
-
-	eapply_user
 }
 
 src_compile() {
@@ -36,7 +45,7 @@ src_compile() {
 	if use python; then
 		pushd python > /dev/null
 		python_compile() {
-			rm -f build/.timestamp
+			rm -f build/.timestamp || die
 			emake PYTHON=${EPYTHON}
 		}
 		python_foreach_impl python_compile


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

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/routino/
@ 2021-03-06 15:37 Thomas Deutschmann
  0 siblings, 0 replies; 31+ messages in thread
From: Thomas Deutschmann @ 2021-03-06 15:37 UTC (permalink / raw
  To: gentoo-commits

commit:     f7435bc7b93efc9ee68e75e9bdce5f11bdd61054
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  6 15:34:57 2021 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Mar  6 15:37:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7435bc7

sci-geosciences/routino: x86 stable (bug #771345)

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

 sci-geosciences/routino/routino-3.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-geosciences/routino/routino-3.3.2.ebuild b/sci-geosciences/routino/routino-3.3.2.ebuild
index 0ea8e4a10d4..e039544481d 100644
--- a/sci-geosciences/routino/routino-3.3.2.ebuild
+++ b/sci-geosciences/routino/routino-3.3.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://routino.org/download/${P}.tgz"
 
 LICENSE="AGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="python test"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"


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

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/routino/
@ 2021-03-08 10:25 Sam James
  0 siblings, 0 replies; 31+ messages in thread
From: Sam James @ 2021-03-08 10:25 UTC (permalink / raw
  To: gentoo-commits

commit:     ffb70d504510feda761e2fb152ab6be6a09c7f6b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  8 10:24:52 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar  8 10:24:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffb70d50

sci-geosciences/routino: Stabilize 3.3.2 amd64, #771345

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

 sci-geosciences/routino/routino-3.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-geosciences/routino/routino-3.3.2.ebuild b/sci-geosciences/routino/routino-3.3.2.ebuild
index e039544481d..85bcfcaf76b 100644
--- a/sci-geosciences/routino/routino-3.3.2.ebuild
+++ b/sci-geosciences/routino/routino-3.3.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://routino.org/download/${P}.tgz"
 
 LICENSE="AGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="python test"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"


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

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/routino/
@ 2021-04-26 14:36 Andrey Grozin
  0 siblings, 0 replies; 31+ messages in thread
From: Andrey Grozin @ 2021-04-26 14:36 UTC (permalink / raw
  To: gentoo-commits

commit:     f4d942a637d629e133bd9fef3ff6c537d00eb291
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 26 14:36:40 2021 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Mon Apr 26 14:36:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4d942a6

sci-geosciences/routino: bump to 3.3.3

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>

 sci-geosciences/routino/Manifest             |  1 +
 sci-geosciences/routino/routino-3.3.3.ebuild | 82 ++++++++++++++++++++++++++++
 2 files changed, 83 insertions(+)

diff --git a/sci-geosciences/routino/Manifest b/sci-geosciences/routino/Manifest
index 8bcf4f33405..b5e887f673e 100644
--- a/sci-geosciences/routino/Manifest
+++ b/sci-geosciences/routino/Manifest
@@ -1 +1,2 @@
 DIST routino-3.3.2.tgz 2542029 BLAKE2B e74af857ef29d4ee4a08d8a2913180dfca747001f4afd59ad20a9ed355e654dc86d26fb1afb5486ece30ddf6b7cba7b60c52feae30af14086f2b4d5259451125 SHA512 5341a2ec063192754d641a4543260f4b3b3d84a7a9bfe745fca2082cdcc8bb7220bf37ed58aacf9e65eba4555432a6bdbb9747153a383dfff72e2aca01c66070
+DIST routino-3.3.3.tgz 2564198 BLAKE2B 0476e4afb2279c6a93b3d5192a1be580b0ee20fe07b5101c7d590bd3b74873e0205549c2fa621c6444eea0dd0cf0545c9fc054454e04f434d3e57ed750b1df3d SHA512 b037f6ef38b3abef4639d639c3564b42adc742d225108905d0cacb790e4a07593245c537b5550c43874cd6083f37b710b7aec02a0b0669c927804cf30ce34386

diff --git a/sci-geosciences/routino/routino-3.3.3.ebuild b/sci-geosciences/routino/routino-3.3.3.ebuild
new file mode 100644
index 00000000000..7a46ac85f34
--- /dev/null
+++ b/sci-geosciences/routino/routino-3.3.3.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python3_{7,8,9} )
+inherit toolchain-funcs distutils-r1
+
+DESCRIPTION="Routing application based on openstreetmap data"
+HOMEPAGE="https://routino.org/"
+SRC_URI="https://routino.org/download/${P}.tgz"
+
+LICENSE="AGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="python test"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+	python? (
+		${PYTHON_DEPS}
+		dev-lang/swig
+	)
+"
+RDEPEND="python? ( ${PYTHON_DEPS} )"
+
+PATCHES=( "${FILESDIR}"/${PN}-3.3.2.patch )
+
+src_prepare() {
+	default
+
+	sed -i -e "s@libdir=\(.*\)@libdir=\$(prefix)/$(get_libdir)@" \
+		-e "s@CC=gcc@CC=$(tc-getCC)@" \
+		-e "s@LD=gcc@LD=$(tc-getCC)@" \
+		Makefile.conf || die "failed sed"
+}
+
+src_compile() {
+	emake -j1
+	rm README.txt || die "rm README.txt failed"
+	mv doc/README.txt . || die "mv doc/README.txt . failed"
+	if use python; then
+		pushd python > /dev/null
+		python_compile() {
+			rm -f build/.timestamp || die
+			emake PYTHON=${EPYTHON}
+		}
+		python_foreach_impl python_compile
+		popd > /dev/null
+	fi
+}
+
+src_test() {
+	emake test
+#	if use python; then
+#		pushd python > /dev/null
+#		python_test() {
+#			echo "######## ${EPYTHON} ########"
+#			emake PYTHON=${EPYTHON} test
+#		}
+#		python_foreach_impl python_test
+#		popd > /dev/null
+#	fi
+}
+
+src_install() {
+	default
+	if use python; then
+		pushd python > /dev/null
+		python_install() {
+			esetup.py install
+			python_optimize
+		}
+		python_foreach_impl python_install
+		newdoc README.txt README_python.txt
+		popd > /dev/null
+	fi
+
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/routino/
@ 2021-05-27  6:55 Agostino Sarubbo
  0 siblings, 0 replies; 31+ messages in thread
From: Agostino Sarubbo @ 2021-05-27  6:55 UTC (permalink / raw
  To: gentoo-commits

commit:     b7c38a87b8d2b2a0260786764e3fd56770330a1a
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu May 27 06:55:35 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu May 27 06:55:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7c38a87

sci-geosciences/routino: amd64 stable wrt bug #792258

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

 sci-geosciences/routino/routino-3.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-geosciences/routino/routino-3.3.3.ebuild b/sci-geosciences/routino/routino-3.3.3.ebuild
index 7a46ac85f34..e5be0242bc4 100644
--- a/sci-geosciences/routino/routino-3.3.3.ebuild
+++ b/sci-geosciences/routino/routino-3.3.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://routino.org/download/${P}.tgz"
 
 LICENSE="AGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="python test"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"


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

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/routino/
@ 2021-05-27  6:57 Agostino Sarubbo
  0 siblings, 0 replies; 31+ messages in thread
From: Agostino Sarubbo @ 2021-05-27  6:57 UTC (permalink / raw
  To: gentoo-commits

commit:     2daf9531b72ce864a648cc9c22b2b1a49e57fd04
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu May 27 06:57:11 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu May 27 06:57:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2daf9531

sci-geosciences/routino: x86 stable wrt bug #792258

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

 sci-geosciences/routino/routino-3.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-geosciences/routino/routino-3.3.3.ebuild b/sci-geosciences/routino/routino-3.3.3.ebuild
index e5be0242bc4..0688afc16cc 100644
--- a/sci-geosciences/routino/routino-3.3.3.ebuild
+++ b/sci-geosciences/routino/routino-3.3.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://routino.org/download/${P}.tgz"
 
 LICENSE="AGPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="python test"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"


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

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/routino/
@ 2021-05-27 21:06 David Seifert
  0 siblings, 0 replies; 31+ messages in thread
From: David Seifert @ 2021-05-27 21:06 UTC (permalink / raw
  To: gentoo-commits

commit:     e326f89a5f2965eeef4676a9998dd42a2f055f64
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Thu May 27 21:05:50 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu May 27 21:05:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e326f89a

sci-geosciences/routino: Remove old 3.3.2

Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-geosciences/routino/Manifest             |  1 -
 sci-geosciences/routino/routino-3.3.2.ebuild | 82 ----------------------------
 2 files changed, 83 deletions(-)

diff --git a/sci-geosciences/routino/Manifest b/sci-geosciences/routino/Manifest
index b5e887f673e..4cce63994eb 100644
--- a/sci-geosciences/routino/Manifest
+++ b/sci-geosciences/routino/Manifest
@@ -1,2 +1 @@
-DIST routino-3.3.2.tgz 2542029 BLAKE2B e74af857ef29d4ee4a08d8a2913180dfca747001f4afd59ad20a9ed355e654dc86d26fb1afb5486ece30ddf6b7cba7b60c52feae30af14086f2b4d5259451125 SHA512 5341a2ec063192754d641a4543260f4b3b3d84a7a9bfe745fca2082cdcc8bb7220bf37ed58aacf9e65eba4555432a6bdbb9747153a383dfff72e2aca01c66070
 DIST routino-3.3.3.tgz 2564198 BLAKE2B 0476e4afb2279c6a93b3d5192a1be580b0ee20fe07b5101c7d590bd3b74873e0205549c2fa621c6444eea0dd0cf0545c9fc054454e04f434d3e57ed750b1df3d SHA512 b037f6ef38b3abef4639d639c3564b42adc742d225108905d0cacb790e4a07593245c537b5550c43874cd6083f37b710b7aec02a0b0669c927804cf30ce34386

diff --git a/sci-geosciences/routino/routino-3.3.2.ebuild b/sci-geosciences/routino/routino-3.3.2.ebuild
deleted file mode 100644
index 85bcfcaf76b..00000000000
--- a/sci-geosciences/routino/routino-3.3.2.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7,8,9} )
-inherit toolchain-funcs distutils-r1
-
-DESCRIPTION="Routing application based on openstreetmap data"
-HOMEPAGE="https://routino.org/"
-SRC_URI="https://routino.org/download/${P}.tgz"
-
-LICENSE="AGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="python test"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-	python? (
-		${PYTHON_DEPS}
-		dev-lang/swig
-	)
-"
-RDEPEND="python? ( ${PYTHON_DEPS} )"
-
-PATCHES=( "${FILESDIR}"/${P}.patch )
-
-src_prepare() {
-	default
-
-	sed -i -e "s@libdir=\(.*\)@libdir=\$(prefix)/$(get_libdir)@" \
-		-e "s@CC=gcc@CC=$(tc-getCC)@" \
-		-e "s@LD=gcc@LD=$(tc-getCC)@" \
-		Makefile.conf || die "failed sed"
-}
-
-src_compile() {
-	emake -j1
-	rm README.txt || die "rm README.txt failed"
-	mv doc/README.txt . || die "mv doc/README.txt . failed"
-	if use python; then
-		pushd python > /dev/null
-		python_compile() {
-			rm -f build/.timestamp || die
-			emake PYTHON=${EPYTHON}
-		}
-		python_foreach_impl python_compile
-		popd > /dev/null
-	fi
-}
-
-src_test() {
-	emake test
-#	if use python; then
-#		pushd python > /dev/null
-#		python_test() {
-#			echo "######## ${EPYTHON} ########"
-#			emake PYTHON=${EPYTHON} test
-#		}
-#		python_foreach_impl python_test
-#		popd > /dev/null
-#	fi
-}
-
-src_install() {
-	default
-	if use python; then
-		pushd python > /dev/null
-		python_install() {
-			esetup.py install
-			python_optimize
-		}
-		python_foreach_impl python_install
-		newdoc README.txt README_python.txt
-		popd > /dev/null
-	fi
-
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/routino/
@ 2021-11-04 22:04 Sam James
  0 siblings, 0 replies; 31+ messages in thread
From: Sam James @ 2021-11-04 22:04 UTC (permalink / raw
  To: gentoo-commits

commit:     91b0d5dc5e3188ad7095778ebfee99379b1800b5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  4 22:04:35 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov  4 22:04:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91b0d5dc

sci-geosciences/routino: needs swig[pcre]

Closes: https://bugs.gentoo.org/821829
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-geosciences/routino/routino-3.3.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-geosciences/routino/routino-3.3.3.ebuild b/sci-geosciences/routino/routino-3.3.3.ebuild
index 0688afc16cc..f10841c69c9 100644
--- a/sci-geosciences/routino/routino-3.3.3.ebuild
+++ b/sci-geosciences/routino/routino-3.3.3.ebuild
@@ -19,10 +19,10 @@ IUSE="python test"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 RESTRICT="!test? ( test )"
 
-DEPEND="
+BDEPEND="
 	python? (
 		${PYTHON_DEPS}
-		dev-lang/swig
+		dev-lang/swig[pcre]
 	)
 "
 RDEPEND="python? ( ${PYTHON_DEPS} )"


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

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/routino/
@ 2022-05-24 10:11 Andrey Grozin
  0 siblings, 0 replies; 31+ messages in thread
From: Andrey Grozin @ 2022-05-24 10:11 UTC (permalink / raw
  To: gentoo-commits

commit:     c92dba5ce1c32a9eadc7370cbdd9be862bab04f0
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Tue May 24 10:11:09 2022 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Tue May 24 10:11:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c92dba5c

sci-geosciences/routino: add python3_10

Closes: https://bugs.gentoo.org/846245
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>

 sci-geosciences/routino/routino-3.3.3-r1.ebuild | 82 +++++++++++++++++++++++++
 1 file changed, 82 insertions(+)

diff --git a/sci-geosciences/routino/routino-3.3.3-r1.ebuild b/sci-geosciences/routino/routino-3.3.3-r1.ebuild
new file mode 100644
index 000000000000..5f827be3d0a8
--- /dev/null
+++ b/sci-geosciences/routino/routino-3.3.3-r1.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python3_{8..10} )
+inherit toolchain-funcs distutils-r1
+
+DESCRIPTION="Routing application based on openstreetmap data"
+HOMEPAGE="https://routino.org/"
+SRC_URI="https://routino.org/download/${P}.tgz"
+
+LICENSE="AGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="python test"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+	python? (
+		${PYTHON_DEPS}
+		dev-lang/swig[pcre]
+	)
+"
+RDEPEND="python? ( ${PYTHON_DEPS} )"
+
+PATCHES=( "${FILESDIR}"/${PN}-3.3.2.patch )
+
+src_prepare() {
+	default
+
+	sed -i -e "s@libdir=\(.*\)@libdir=\$(prefix)/$(get_libdir)@" \
+		-e "s@CC=gcc@CC=$(tc-getCC)@" \
+		-e "s@LD=gcc@LD=$(tc-getCC)@" \
+		Makefile.conf || die "failed sed"
+}
+
+src_compile() {
+	emake -j1
+	rm README.txt || die "rm README.txt failed"
+	mv doc/README.txt . || die "mv doc/README.txt . failed"
+	if use python; then
+		pushd python > /dev/null
+		python_compile() {
+			rm -f build/.timestamp || die
+			emake PYTHON=${EPYTHON}
+		}
+		python_foreach_impl python_compile
+		popd > /dev/null
+	fi
+}
+
+src_test() {
+	emake test
+#	if use python; then
+#		pushd python > /dev/null
+#		python_test() {
+#			echo "######## ${EPYTHON} ########"
+#			emake PYTHON=${EPYTHON} test
+#		}
+#		python_foreach_impl python_test
+#		popd > /dev/null
+#	fi
+}
+
+src_install() {
+	default
+	if use python; then
+		pushd python > /dev/null
+		python_install() {
+			esetup.py install
+			python_optimize
+		}
+		python_foreach_impl python_install
+		newdoc README.txt README_python.txt
+		popd > /dev/null
+	fi
+
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/routino/
@ 2022-06-09  7:34 Agostino Sarubbo
  0 siblings, 0 replies; 31+ messages in thread
From: Agostino Sarubbo @ 2022-06-09  7:34 UTC (permalink / raw
  To: gentoo-commits

commit:     3d6e4b892b628af297a7a370ae2108df981fb7cd
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  9 07:33:13 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jun  9 07:33:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d6e4b89

sci-geosciences/routino: amd64 stable wrt bug #850331

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 sci-geosciences/routino/routino-3.3.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-geosciences/routino/routino-3.3.3-r1.ebuild b/sci-geosciences/routino/routino-3.3.3-r1.ebuild
index 5f827be3d0a8..bd2f73d37c4f 100644
--- a/sci-geosciences/routino/routino-3.3.3-r1.ebuild
+++ b/sci-geosciences/routino/routino-3.3.3-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://routino.org/download/${P}.tgz"
 
 LICENSE="AGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="python test"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"


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

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/routino/
@ 2022-06-09  7:39 Agostino Sarubbo
  0 siblings, 0 replies; 31+ messages in thread
From: Agostino Sarubbo @ 2022-06-09  7:39 UTC (permalink / raw
  To: gentoo-commits

commit:     fb8f911f6fea646e4947a5a3f0261a6c5535c343
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  9 07:38:18 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jun  9 07:39:39 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb8f911f

sci-geosciences/routino: x86 stable wrt bug #850331

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

 sci-geosciences/routino/routino-3.3.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-geosciences/routino/routino-3.3.3-r1.ebuild b/sci-geosciences/routino/routino-3.3.3-r1.ebuild
index bd2f73d37c4f..19444e92886d 100644
--- a/sci-geosciences/routino/routino-3.3.3-r1.ebuild
+++ b/sci-geosciences/routino/routino-3.3.3-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://routino.org/download/${P}.tgz"
 
 LICENSE="AGPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="python test"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"


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

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/routino/
@ 2022-06-12 15:34 Sam James
  0 siblings, 0 replies; 31+ messages in thread
From: Sam James @ 2022-06-12 15:34 UTC (permalink / raw
  To: gentoo-commits

commit:     e4c19a453e1ee804e2824bdcb1fd4fe395cb2cae
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 12 15:34:12 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 12 15:34:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4c19a45

sci-geosciences/routino: fix distutils-r1 usage

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

 sci-geosciences/routino/routino-3.3.3-r2.ebuild | 88 +++++++++++++++++++++++++
 1 file changed, 88 insertions(+)

diff --git a/sci-geosciences/routino/routino-3.3.3-r2.ebuild b/sci-geosciences/routino/routino-3.3.3-r2.ebuild
new file mode 100644
index 000000000000..1393713d8bf8
--- /dev/null
+++ b/sci-geosciences/routino/routino-3.3.3-r2.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python3_{8..10} )
+inherit toolchain-funcs distutils-r1
+
+DESCRIPTION="Routing application based on openstreetmap data"
+HOMEPAGE="https://routino.org/"
+SRC_URI="https://routino.org/download/${P}.tgz"
+
+LICENSE="AGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="python test"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+	python? (
+		${PYTHON_DEPS}
+		dev-lang/swig[pcre]
+	)
+"
+RDEPEND="python? ( ${PYTHON_DEPS} )"
+
+PATCHES=( "${FILESDIR}"/${PN}-3.3.2.patch )
+
+src_prepare() {
+	default
+
+	sed -i -e "s@libdir=\(.*\)@libdir=\$(prefix)/$(get_libdir)@" \
+		-e "s@CC=gcc@CC=$(tc-getCC)@" \
+		-e "s@LD=gcc@LD=$(tc-getCC)@" \
+		Makefile.conf || die "failed sed"
+}
+
+src_compile() {
+	emake -j1
+
+	rm README.txt || die "rm README.txt failed"
+	mv doc/README.txt . || die "mv doc/README.txt . failed"
+
+	if use python; then
+		pushd python > /dev/null || die
+		distutils-r1_src_compile
+		popd > /dev/null || die
+	fi
+}
+
+python_compile() {
+	rm -f build/.timestamp || die
+	emake PYTHON=${EPYTHON}
+}
+
+src_test() {
+	emake test
+
+	# Need to fix import issues with these
+	#if use python; then
+	#	pushd python > /dev/null || die
+	#	distutils-r1_src_test
+	#	popd > /dev/null || die
+	#fi
+}
+
+python_test() {
+	emake PYTHON=${EPYTHON} test
+}
+
+src_install() {
+	default
+
+	if use python; then
+		pushd python > /dev/null || die
+		distutils-r1_src_install
+		newdoc README.txt README_python.txt
+		popd > /dev/null || die
+	fi
+}
+
+python_install() {
+	esetup.py install
+	python_optimize
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/routino/
@ 2022-06-14 21:17 Jakov Smolić
  0 siblings, 0 replies; 31+ messages in thread
From: Jakov Smolić @ 2022-06-14 21:17 UTC (permalink / raw
  To: gentoo-commits

commit:     6a3f1adc8fb7ac081955336f3750fcc01f98ca57
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 14 21:17:25 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Jun 14 21:17:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a3f1adc

sci-geosciences/routino: Stabilize 3.3.3-r2 amd64, #851981

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 sci-geosciences/routino/routino-3.3.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-geosciences/routino/routino-3.3.3-r2.ebuild b/sci-geosciences/routino/routino-3.3.3-r2.ebuild
index 1a7cdd25e57f..215869319f5a 100644
--- a/sci-geosciences/routino/routino-3.3.3-r2.ebuild
+++ b/sci-geosciences/routino/routino-3.3.3-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://routino.org/download/${P}.tgz"
 
 LICENSE="AGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="python test"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"


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

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/routino/
@ 2022-06-14 21:17 Jakov Smolić
  0 siblings, 0 replies; 31+ messages in thread
From: Jakov Smolić @ 2022-06-14 21:17 UTC (permalink / raw
  To: gentoo-commits

commit:     2cda2cc76f65cda9a60581e55ec093d982adaf5c
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 14 21:16:56 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Jun 14 21:16:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cda2cc7

sci-geosciences/routino: Stabilize 3.3.3-r2 x86, #851981

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 sci-geosciences/routino/routino-3.3.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-geosciences/routino/routino-3.3.3-r2.ebuild b/sci-geosciences/routino/routino-3.3.3-r2.ebuild
index 1393713d8bf8..1a7cdd25e57f 100644
--- a/sci-geosciences/routino/routino-3.3.3-r2.ebuild
+++ b/sci-geosciences/routino/routino-3.3.3-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://routino.org/download/${P}.tgz"
 
 LICENSE="AGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="python test"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"


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

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/routino/
@ 2022-06-16 13:56 Andrey Grozin
  0 siblings, 0 replies; 31+ messages in thread
From: Andrey Grozin @ 2022-06-16 13:56 UTC (permalink / raw
  To: gentoo-commits

commit:     de76bdcfd52172eb2c70ede56e87c6873fa1466d
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 16 13:56:32 2022 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Thu Jun 16 13:56:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de76bdcf

sci-geosciences/routino: remove old revisions

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>

 sci-geosciences/routino/routino-3.3.3-r1.ebuild | 82 -------------------------
 sci-geosciences/routino/routino-3.3.3.ebuild    | 82 -------------------------
 2 files changed, 164 deletions(-)

diff --git a/sci-geosciences/routino/routino-3.3.3-r1.ebuild b/sci-geosciences/routino/routino-3.3.3-r1.ebuild
deleted file mode 100644
index 19444e92886d..000000000000
--- a/sci-geosciences/routino/routino-3.3.3-r1.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{8..10} )
-inherit toolchain-funcs distutils-r1
-
-DESCRIPTION="Routing application based on openstreetmap data"
-HOMEPAGE="https://routino.org/"
-SRC_URI="https://routino.org/download/${P}.tgz"
-
-LICENSE="AGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="python test"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-	python? (
-		${PYTHON_DEPS}
-		dev-lang/swig[pcre]
-	)
-"
-RDEPEND="python? ( ${PYTHON_DEPS} )"
-
-PATCHES=( "${FILESDIR}"/${PN}-3.3.2.patch )
-
-src_prepare() {
-	default
-
-	sed -i -e "s@libdir=\(.*\)@libdir=\$(prefix)/$(get_libdir)@" \
-		-e "s@CC=gcc@CC=$(tc-getCC)@" \
-		-e "s@LD=gcc@LD=$(tc-getCC)@" \
-		Makefile.conf || die "failed sed"
-}
-
-src_compile() {
-	emake -j1
-	rm README.txt || die "rm README.txt failed"
-	mv doc/README.txt . || die "mv doc/README.txt . failed"
-	if use python; then
-		pushd python > /dev/null
-		python_compile() {
-			rm -f build/.timestamp || die
-			emake PYTHON=${EPYTHON}
-		}
-		python_foreach_impl python_compile
-		popd > /dev/null
-	fi
-}
-
-src_test() {
-	emake test
-#	if use python; then
-#		pushd python > /dev/null
-#		python_test() {
-#			echo "######## ${EPYTHON} ########"
-#			emake PYTHON=${EPYTHON} test
-#		}
-#		python_foreach_impl python_test
-#		popd > /dev/null
-#	fi
-}
-
-src_install() {
-	default
-	if use python; then
-		pushd python > /dev/null
-		python_install() {
-			esetup.py install
-			python_optimize
-		}
-		python_foreach_impl python_install
-		newdoc README.txt README_python.txt
-		popd > /dev/null
-	fi
-
-}

diff --git a/sci-geosciences/routino/routino-3.3.3.ebuild b/sci-geosciences/routino/routino-3.3.3.ebuild
deleted file mode 100644
index f10841c69c91..000000000000
--- a/sci-geosciences/routino/routino-3.3.3.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7,8,9} )
-inherit toolchain-funcs distutils-r1
-
-DESCRIPTION="Routing application based on openstreetmap data"
-HOMEPAGE="https://routino.org/"
-SRC_URI="https://routino.org/download/${P}.tgz"
-
-LICENSE="AGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="python test"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-	python? (
-		${PYTHON_DEPS}
-		dev-lang/swig[pcre]
-	)
-"
-RDEPEND="python? ( ${PYTHON_DEPS} )"
-
-PATCHES=( "${FILESDIR}"/${PN}-3.3.2.patch )
-
-src_prepare() {
-	default
-
-	sed -i -e "s@libdir=\(.*\)@libdir=\$(prefix)/$(get_libdir)@" \
-		-e "s@CC=gcc@CC=$(tc-getCC)@" \
-		-e "s@LD=gcc@LD=$(tc-getCC)@" \
-		Makefile.conf || die "failed sed"
-}
-
-src_compile() {
-	emake -j1
-	rm README.txt || die "rm README.txt failed"
-	mv doc/README.txt . || die "mv doc/README.txt . failed"
-	if use python; then
-		pushd python > /dev/null
-		python_compile() {
-			rm -f build/.timestamp || die
-			emake PYTHON=${EPYTHON}
-		}
-		python_foreach_impl python_compile
-		popd > /dev/null
-	fi
-}
-
-src_test() {
-	emake test
-#	if use python; then
-#		pushd python > /dev/null
-#		python_test() {
-#			echo "######## ${EPYTHON} ########"
-#			emake PYTHON=${EPYTHON} test
-#		}
-#		python_foreach_impl python_test
-#		popd > /dev/null
-#	fi
-}
-
-src_install() {
-	default
-	if use python; then
-		pushd python > /dev/null
-		python_install() {
-			esetup.py install
-			python_optimize
-		}
-		python_foreach_impl python_install
-		newdoc README.txt README_python.txt
-		popd > /dev/null
-	fi
-
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/routino/
@ 2023-02-16 13:26 Andrey Grozin
  0 siblings, 0 replies; 31+ messages in thread
From: Andrey Grozin @ 2023-02-16 13:26 UTC (permalink / raw
  To: gentoo-commits

commit:     e4ee6e5910b07e91ac01d0d375a1d5ed75b77a0c
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 13:26:36 2023 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 13:26:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4ee6e59

sci-geosciences/routino: add python3_11

Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>

 sci-geosciences/routino/routino-3.3.3-r3.ebuild | 88 +++++++++++++++++++++++++
 1 file changed, 88 insertions(+)

diff --git a/sci-geosciences/routino/routino-3.3.3-r3.ebuild b/sci-geosciences/routino/routino-3.3.3-r3.ebuild
new file mode 100644
index 000000000000..bc39cf589cc9
--- /dev/null
+++ b/sci-geosciences/routino/routino-3.3.3-r3.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python3_{9..11} )
+inherit toolchain-funcs distutils-r1
+
+DESCRIPTION="Routing application based on openstreetmap data"
+HOMEPAGE="https://routino.org/"
+SRC_URI="https://routino.org/download/${P}.tgz"
+
+LICENSE="AGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="python test"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+	python? (
+		${PYTHON_DEPS}
+		dev-lang/swig[pcre]
+	)
+"
+RDEPEND="python? ( ${PYTHON_DEPS} )"
+
+PATCHES=( "${FILESDIR}"/${PN}-3.3.2.patch )
+
+src_prepare() {
+	default
+
+	sed -i -e "s@libdir=\(.*\)@libdir=\$(prefix)/$(get_libdir)@" \
+		-e "s@CC=gcc@CC=$(tc-getCC)@" \
+		-e "s@LD=gcc@LD=$(tc-getCC)@" \
+		Makefile.conf || die "failed sed"
+}
+
+src_compile() {
+	emake -j1
+
+	rm README.txt || die "rm README.txt failed"
+	mv doc/README.txt . || die "mv doc/README.txt . failed"
+
+	if use python; then
+		pushd python > /dev/null || die
+		distutils-r1_src_compile
+		popd > /dev/null || die
+	fi
+}
+
+python_compile() {
+	rm -f build/.timestamp || die
+	emake PYTHON=${EPYTHON}
+}
+
+src_test() {
+	emake test
+
+	# Need to fix import issues with these
+	#if use python; then
+	#	pushd python > /dev/null || die
+	#	distutils-r1_src_test
+	#	popd > /dev/null || die
+	#fi
+}
+
+python_test() {
+	emake PYTHON=${EPYTHON} test
+}
+
+src_install() {
+	default
+
+	if use python; then
+		pushd python > /dev/null || die
+		distutils-r1_src_install
+		newdoc README.txt README_python.txt
+		popd > /dev/null || die
+	fi
+}
+
+python_install() {
+	esetup.py install
+	python_optimize
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/routino/
@ 2023-02-21 10:38 Andrey Grozin
  0 siblings, 0 replies; 31+ messages in thread
From: Andrey Grozin @ 2023-02-21 10:38 UTC (permalink / raw
  To: gentoo-commits

commit:     fc2743f188e9d590fbfef7c0d676727851c24931
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 21 10:37:45 2023 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Tue Feb 21 10:37:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc2743f1

sci-geosciences/routino: PEP517 ebuild

Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>

 sci-geosciences/routino/routino-3.3.3-r4.ebuild | 84 +++++++++++++++++++++++++
 1 file changed, 84 insertions(+)

diff --git a/sci-geosciences/routino/routino-3.3.3-r4.ebuild b/sci-geosciences/routino/routino-3.3.3-r4.ebuild
new file mode 100644
index 000000000000..3a03984a6ad0
--- /dev/null
+++ b/sci-geosciences/routino/routino-3.3.3-r4.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+inherit toolchain-funcs distutils-r1
+
+DESCRIPTION="Routing application based on openstreetmap data"
+HOMEPAGE="https://routino.org/"
+SRC_URI="https://routino.org/download/${P}.tgz"
+
+LICENSE="AGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="python test"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+	python? (
+		${PYTHON_DEPS}
+		dev-lang/swig[pcre]
+	)
+"
+RDEPEND="python? ( ${PYTHON_DEPS} )"
+
+PATCHES=( "${FILESDIR}"/${PN}-3.3.2.patch )
+
+src_prepare() {
+	default
+
+	sed -i -e "s@libdir=\(.*\)@libdir=\$(prefix)/$(get_libdir)@" \
+		-e "s@CC=gcc@CC=$(tc-getCC)@" \
+		-e "s@LD=gcc@LD=$(tc-getCC)@" \
+		Makefile.conf || die "failed sed"
+}
+
+src_compile() {
+	emake -j1
+
+	rm README.txt || die "rm README.txt failed"
+	mv doc/README.txt . || die "mv doc/README.txt . failed"
+
+	if use python; then
+		pushd python > /dev/null || die
+		distutils-r1_src_compile
+		popd > /dev/null || die
+	fi
+}
+
+python_compile() {
+	rm -f build/.timestamp || die
+	emake PYTHON=${EPYTHON} src/_router.c src/_database.cc || die
+	distutils-r1_python_compile
+}
+
+src_test() {
+	emake test
+
+	# Need to fix import issues with these
+	#if use python; then
+	#	pushd python > /dev/null || die
+	#	distutils-r1_src_test
+	#	popd > /dev/null || die
+	#fi
+}
+
+python_test() {
+	emake PYTHON=${EPYTHON} test
+}
+
+src_install() {
+	default
+
+	if use python; then
+		pushd python > /dev/null || die
+		distutils-r1_src_install
+		newdoc README.txt README_python.txt
+		popd > /dev/null || die
+	fi
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/routino/
@ 2023-02-21 10:39 Andrey Grozin
  0 siblings, 0 replies; 31+ messages in thread
From: Andrey Grozin @ 2023-02-21 10:39 UTC (permalink / raw
  To: gentoo-commits

commit:     38d48c078357aa73e4474ac1b06b59347a6c0f58
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 21 10:39:37 2023 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Tue Feb 21 10:39:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38d48c07

sci-geosciences/routino: rm old revision

Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>

 sci-geosciences/routino/routino-3.3.3-r3.ebuild | 88 -------------------------
 1 file changed, 88 deletions(-)

diff --git a/sci-geosciences/routino/routino-3.3.3-r3.ebuild b/sci-geosciences/routino/routino-3.3.3-r3.ebuild
deleted file mode 100644
index bc39cf589cc9..000000000000
--- a/sci-geosciences/routino/routino-3.3.3-r3.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{9..11} )
-inherit toolchain-funcs distutils-r1
-
-DESCRIPTION="Routing application based on openstreetmap data"
-HOMEPAGE="https://routino.org/"
-SRC_URI="https://routino.org/download/${P}.tgz"
-
-LICENSE="AGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="python test"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-	python? (
-		${PYTHON_DEPS}
-		dev-lang/swig[pcre]
-	)
-"
-RDEPEND="python? ( ${PYTHON_DEPS} )"
-
-PATCHES=( "${FILESDIR}"/${PN}-3.3.2.patch )
-
-src_prepare() {
-	default
-
-	sed -i -e "s@libdir=\(.*\)@libdir=\$(prefix)/$(get_libdir)@" \
-		-e "s@CC=gcc@CC=$(tc-getCC)@" \
-		-e "s@LD=gcc@LD=$(tc-getCC)@" \
-		Makefile.conf || die "failed sed"
-}
-
-src_compile() {
-	emake -j1
-
-	rm README.txt || die "rm README.txt failed"
-	mv doc/README.txt . || die "mv doc/README.txt . failed"
-
-	if use python; then
-		pushd python > /dev/null || die
-		distutils-r1_src_compile
-		popd > /dev/null || die
-	fi
-}
-
-python_compile() {
-	rm -f build/.timestamp || die
-	emake PYTHON=${EPYTHON}
-}
-
-src_test() {
-	emake test
-
-	# Need to fix import issues with these
-	#if use python; then
-	#	pushd python > /dev/null || die
-	#	distutils-r1_src_test
-	#	popd > /dev/null || die
-	#fi
-}
-
-python_test() {
-	emake PYTHON=${EPYTHON} test
-}
-
-src_install() {
-	default
-
-	if use python; then
-		pushd python > /dev/null || die
-		distutils-r1_src_install
-		newdoc README.txt README_python.txt
-		popd > /dev/null || die
-	fi
-}
-
-python_install() {
-	esetup.py install
-	python_optimize
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/routino/
@ 2023-04-19 11:23 Sam James
  0 siblings, 0 replies; 31+ messages in thread
From: Sam James @ 2023-04-19 11:23 UTC (permalink / raw
  To: gentoo-commits

commit:     1ac7a4ecee9a88f711c986e9dd95c0c9ae8c2d6b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 19 11:23:20 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 19 11:23:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ac7a4ec

sci-geosciences/routino: Stabilize 3.3.3-r4 amd64, #904606

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

 sci-geosciences/routino/routino-3.3.3-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-geosciences/routino/routino-3.3.3-r4.ebuild b/sci-geosciences/routino/routino-3.3.3-r4.ebuild
index 3a03984a6ad0..5f057f358f70 100644
--- a/sci-geosciences/routino/routino-3.3.3-r4.ebuild
+++ b/sci-geosciences/routino/routino-3.3.3-r4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://routino.org/download/${P}.tgz"
 
 LICENSE="AGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="python test"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"


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

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/routino/
@ 2023-04-19 11:52 Sam James
  0 siblings, 0 replies; 31+ messages in thread
From: Sam James @ 2023-04-19 11:52 UTC (permalink / raw
  To: gentoo-commits

commit:     58e1bfcbc5edaaf2942171f408f327b5f556a577
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 19 11:52:24 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 19 11:52:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58e1bfcb

sci-geosciences/routino: Stabilize 3.3.3-r4 x86, #904606

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

 sci-geosciences/routino/routino-3.3.3-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-geosciences/routino/routino-3.3.3-r4.ebuild b/sci-geosciences/routino/routino-3.3.3-r4.ebuild
index 5f057f358f70..0ee1d6ec0788 100644
--- a/sci-geosciences/routino/routino-3.3.3-r4.ebuild
+++ b/sci-geosciences/routino/routino-3.3.3-r4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://routino.org/download/${P}.tgz"
 
 LICENSE="AGPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="python test"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"


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

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/routino/
@ 2023-05-09  5:51 Andrey Grozin
  0 siblings, 0 replies; 31+ messages in thread
From: Andrey Grozin @ 2023-05-09  5:51 UTC (permalink / raw
  To: gentoo-commits

commit:     62ec94b88ed0c9bd1c15f8a1315f8274fc1d8a95
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Tue May  9 05:50:48 2023 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Tue May  9 05:51:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62ec94b8

sci-geosciences/routino: remove old revision

Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>

 sci-geosciences/routino/routino-3.3.3-r2.ebuild | 88 -------------------------
 1 file changed, 88 deletions(-)

diff --git a/sci-geosciences/routino/routino-3.3.3-r2.ebuild b/sci-geosciences/routino/routino-3.3.3-r2.ebuild
deleted file mode 100644
index 4f54bb153719..000000000000
--- a/sci-geosciences/routino/routino-3.3.3-r2.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{9..10} )
-inherit toolchain-funcs distutils-r1
-
-DESCRIPTION="Routing application based on openstreetmap data"
-HOMEPAGE="https://routino.org/"
-SRC_URI="https://routino.org/download/${P}.tgz"
-
-LICENSE="AGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="python test"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-	python? (
-		${PYTHON_DEPS}
-		dev-lang/swig[pcre]
-	)
-"
-RDEPEND="python? ( ${PYTHON_DEPS} )"
-
-PATCHES=( "${FILESDIR}"/${PN}-3.3.2.patch )
-
-src_prepare() {
-	default
-
-	sed -i -e "s@libdir=\(.*\)@libdir=\$(prefix)/$(get_libdir)@" \
-		-e "s@CC=gcc@CC=$(tc-getCC)@" \
-		-e "s@LD=gcc@LD=$(tc-getCC)@" \
-		Makefile.conf || die "failed sed"
-}
-
-src_compile() {
-	emake -j1
-
-	rm README.txt || die "rm README.txt failed"
-	mv doc/README.txt . || die "mv doc/README.txt . failed"
-
-	if use python; then
-		pushd python > /dev/null || die
-		distutils-r1_src_compile
-		popd > /dev/null || die
-	fi
-}
-
-python_compile() {
-	rm -f build/.timestamp || die
-	emake PYTHON=${EPYTHON}
-}
-
-src_test() {
-	emake test
-
-	# Need to fix import issues with these
-	#if use python; then
-	#	pushd python > /dev/null || die
-	#	distutils-r1_src_test
-	#	popd > /dev/null || die
-	#fi
-}
-
-python_test() {
-	emake PYTHON=${EPYTHON} test
-}
-
-src_install() {
-	default
-
-	if use python; then
-		pushd python > /dev/null || die
-		distutils-r1_src_install
-		newdoc README.txt README_python.txt
-		popd > /dev/null || die
-	fi
-}
-
-python_install() {
-	esetup.py install
-	python_optimize
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/routino/
@ 2023-07-20 16:07 Andrey Grozin
  0 siblings, 0 replies; 31+ messages in thread
From: Andrey Grozin @ 2023-07-20 16:07 UTC (permalink / raw
  To: gentoo-commits

commit:     b21cfa942340c2940fd4783f4810abf772617a20
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 20 16:07:10 2023 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Thu Jul 20 16:07:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b21cfa94

sci-geosciences/routino: bump to 3.4.1

Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>

 sci-geosciences/routino/Manifest             |  1 +
 sci-geosciences/routino/routino-3.4.1.ebuild | 84 ++++++++++++++++++++++++++++
 2 files changed, 85 insertions(+)

diff --git a/sci-geosciences/routino/Manifest b/sci-geosciences/routino/Manifest
index 4cce63994eb1..e3229b188be5 100644
--- a/sci-geosciences/routino/Manifest
+++ b/sci-geosciences/routino/Manifest
@@ -1 +1,2 @@
 DIST routino-3.3.3.tgz 2564198 BLAKE2B 0476e4afb2279c6a93b3d5192a1be580b0ee20fe07b5101c7d590bd3b74873e0205549c2fa621c6444eea0dd0cf0545c9fc054454e04f434d3e57ed750b1df3d SHA512 b037f6ef38b3abef4639d639c3564b42adc742d225108905d0cacb790e4a07593245c537b5550c43874cd6083f37b710b7aec02a0b0669c927804cf30ce34386
+DIST routino-3.4.1.tgz 2591859 BLAKE2B cdc2018cb735c190258c9f4ebf09ad14d27923fcc520b3c58fb910e63d93e280bbad345ca1c82b31284827cf914f5da45b8f5a69c9ac1721b3f056dfd9d2e918 SHA512 c9e6dea5c60a265f7a5c7217711d2c880f201d1102740d756e10f731ace785a7afd7b84cdfb8485ee3af58b5a0f1b0e8e273dab1deedd319b27c77d400b30baa

diff --git a/sci-geosciences/routino/routino-3.4.1.ebuild b/sci-geosciences/routino/routino-3.4.1.ebuild
new file mode 100644
index 000000000000..3a03984a6ad0
--- /dev/null
+++ b/sci-geosciences/routino/routino-3.4.1.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+inherit toolchain-funcs distutils-r1
+
+DESCRIPTION="Routing application based on openstreetmap data"
+HOMEPAGE="https://routino.org/"
+SRC_URI="https://routino.org/download/${P}.tgz"
+
+LICENSE="AGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="python test"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+	python? (
+		${PYTHON_DEPS}
+		dev-lang/swig[pcre]
+	)
+"
+RDEPEND="python? ( ${PYTHON_DEPS} )"
+
+PATCHES=( "${FILESDIR}"/${PN}-3.3.2.patch )
+
+src_prepare() {
+	default
+
+	sed -i -e "s@libdir=\(.*\)@libdir=\$(prefix)/$(get_libdir)@" \
+		-e "s@CC=gcc@CC=$(tc-getCC)@" \
+		-e "s@LD=gcc@LD=$(tc-getCC)@" \
+		Makefile.conf || die "failed sed"
+}
+
+src_compile() {
+	emake -j1
+
+	rm README.txt || die "rm README.txt failed"
+	mv doc/README.txt . || die "mv doc/README.txt . failed"
+
+	if use python; then
+		pushd python > /dev/null || die
+		distutils-r1_src_compile
+		popd > /dev/null || die
+	fi
+}
+
+python_compile() {
+	rm -f build/.timestamp || die
+	emake PYTHON=${EPYTHON} src/_router.c src/_database.cc || die
+	distutils-r1_python_compile
+}
+
+src_test() {
+	emake test
+
+	# Need to fix import issues with these
+	#if use python; then
+	#	pushd python > /dev/null || die
+	#	distutils-r1_src_test
+	#	popd > /dev/null || die
+	#fi
+}
+
+python_test() {
+	emake PYTHON=${EPYTHON} test
+}
+
+src_install() {
+	default
+
+	if use python; then
+		pushd python > /dev/null || die
+		distutils-r1_src_install
+		newdoc README.txt README_python.txt
+		popd > /dev/null || die
+	fi
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/routino/
@ 2024-02-02 16:27 Arthur Zamarin
  0 siblings, 0 replies; 31+ messages in thread
From: Arthur Zamarin @ 2024-02-02 16:27 UTC (permalink / raw
  To: gentoo-commits

commit:     70dfc19af1bc64b25043f39e756120176e7823ed
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  2 16:27:06 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Feb  2 16:27:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70dfc19a

sci-geosciences/routino: Stabilize 3.4.1 amd64, #923559

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

 sci-geosciences/routino/routino-3.4.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-geosciences/routino/routino-3.4.1.ebuild b/sci-geosciences/routino/routino-3.4.1.ebuild
index 3a03984a6ad0..642e56f2b7a5 100644
--- a/sci-geosciences/routino/routino-3.4.1.ebuild
+++ b/sci-geosciences/routino/routino-3.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ SRC_URI="https://routino.org/download/${P}.tgz"
 
 LICENSE="AGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="python test"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"


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

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/routino/
@ 2024-04-18 12:00 Andrey Grozin
  0 siblings, 0 replies; 31+ messages in thread
From: Andrey Grozin @ 2024-04-18 12:00 UTC (permalink / raw
  To: gentoo-commits

commit:     e8de28a0b994a8daff46367f5f7797c636ea04b1
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 18 11:59:51 2024 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Thu Apr 18 12:00:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8de28a0

sci-geosciences/routino: remove old version

Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>

 sci-geosciences/routino/Manifest                |  1 -
 sci-geosciences/routino/routino-3.3.3-r4.ebuild | 84 -------------------------
 2 files changed, 85 deletions(-)

diff --git a/sci-geosciences/routino/Manifest b/sci-geosciences/routino/Manifest
index e3229b188be5..51cece8a0bd0 100644
--- a/sci-geosciences/routino/Manifest
+++ b/sci-geosciences/routino/Manifest
@@ -1,2 +1 @@
-DIST routino-3.3.3.tgz 2564198 BLAKE2B 0476e4afb2279c6a93b3d5192a1be580b0ee20fe07b5101c7d590bd3b74873e0205549c2fa621c6444eea0dd0cf0545c9fc054454e04f434d3e57ed750b1df3d SHA512 b037f6ef38b3abef4639d639c3564b42adc742d225108905d0cacb790e4a07593245c537b5550c43874cd6083f37b710b7aec02a0b0669c927804cf30ce34386
 DIST routino-3.4.1.tgz 2591859 BLAKE2B cdc2018cb735c190258c9f4ebf09ad14d27923fcc520b3c58fb910e63d93e280bbad345ca1c82b31284827cf914f5da45b8f5a69c9ac1721b3f056dfd9d2e918 SHA512 c9e6dea5c60a265f7a5c7217711d2c880f201d1102740d756e10f731ace785a7afd7b84cdfb8485ee3af58b5a0f1b0e8e273dab1deedd319b27c77d400b30baa

diff --git a/sci-geosciences/routino/routino-3.3.3-r4.ebuild b/sci-geosciences/routino/routino-3.3.3-r4.ebuild
deleted file mode 100644
index 5f057f358f70..000000000000
--- a/sci-geosciences/routino/routino-3.3.3-r4.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-inherit toolchain-funcs distutils-r1
-
-DESCRIPTION="Routing application based on openstreetmap data"
-HOMEPAGE="https://routino.org/"
-SRC_URI="https://routino.org/download/${P}.tgz"
-
-LICENSE="AGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="python test"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-	python? (
-		${PYTHON_DEPS}
-		dev-lang/swig[pcre]
-	)
-"
-RDEPEND="python? ( ${PYTHON_DEPS} )"
-
-PATCHES=( "${FILESDIR}"/${PN}-3.3.2.patch )
-
-src_prepare() {
-	default
-
-	sed -i -e "s@libdir=\(.*\)@libdir=\$(prefix)/$(get_libdir)@" \
-		-e "s@CC=gcc@CC=$(tc-getCC)@" \
-		-e "s@LD=gcc@LD=$(tc-getCC)@" \
-		Makefile.conf || die "failed sed"
-}
-
-src_compile() {
-	emake -j1
-
-	rm README.txt || die "rm README.txt failed"
-	mv doc/README.txt . || die "mv doc/README.txt . failed"
-
-	if use python; then
-		pushd python > /dev/null || die
-		distutils-r1_src_compile
-		popd > /dev/null || die
-	fi
-}
-
-python_compile() {
-	rm -f build/.timestamp || die
-	emake PYTHON=${EPYTHON} src/_router.c src/_database.cc || die
-	distutils-r1_python_compile
-}
-
-src_test() {
-	emake test
-
-	# Need to fix import issues with these
-	#if use python; then
-	#	pushd python > /dev/null || die
-	#	distutils-r1_src_test
-	#	popd > /dev/null || die
-	#fi
-}
-
-python_test() {
-	emake PYTHON=${EPYTHON} test
-}
-
-src_install() {
-	default
-
-	if use python; then
-		pushd python > /dev/null || die
-		distutils-r1_src_install
-		newdoc README.txt README_python.txt
-		popd > /dev/null || die
-	fi
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/routino/
@ 2024-04-18 12:07 Andrey Grozin
  0 siblings, 0 replies; 31+ messages in thread
From: Andrey Grozin @ 2024-04-18 12:07 UTC (permalink / raw
  To: gentoo-commits

commit:     afed57e84aa7b3db11e64fdc64fbb464960e0e18
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 18 12:07:10 2024 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Thu Apr 18 12:07:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afed57e8

sci-geosciences/routino: add python3_12

Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>

 sci-geosciences/routino/routino-3.4.1-r1.ebuild | 84 +++++++++++++++++++++++++
 1 file changed, 84 insertions(+)

diff --git a/sci-geosciences/routino/routino-3.4.1-r1.ebuild b/sci-geosciences/routino/routino-3.4.1-r1.ebuild
new file mode 100644
index 000000000000..7796cd37d9f2
--- /dev/null
+++ b/sci-geosciences/routino/routino-3.4.1-r1.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..12} )
+inherit toolchain-funcs distutils-r1
+
+DESCRIPTION="Routing application based on openstreetmap data"
+HOMEPAGE="https://routino.org/"
+SRC_URI="https://routino.org/download/${P}.tgz"
+
+LICENSE="AGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="python test"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+	python? (
+		${PYTHON_DEPS}
+		dev-lang/swig[pcre]
+	)
+"
+RDEPEND="python? ( ${PYTHON_DEPS} )"
+
+PATCHES=( "${FILESDIR}"/${PN}-3.3.2.patch )
+
+src_prepare() {
+	default
+
+	sed -i -e "s@libdir=\(.*\)@libdir=\$(prefix)/$(get_libdir)@" \
+		-e "s@CC=gcc@CC=$(tc-getCC)@" \
+		-e "s@LD=gcc@LD=$(tc-getCC)@" \
+		Makefile.conf || die "failed sed"
+}
+
+src_compile() {
+	emake -j1
+
+	rm README.txt || die "rm README.txt failed"
+	mv doc/README.txt . || die "mv doc/README.txt . failed"
+
+	if use python; then
+		pushd python > /dev/null || die
+		distutils-r1_src_compile
+		popd > /dev/null || die
+	fi
+}
+
+python_compile() {
+	rm -f build/.timestamp || die
+	emake PYTHON=${EPYTHON} src/_router.c src/_database.cc || die
+	distutils-r1_python_compile
+}
+
+src_test() {
+	emake test
+
+	# Need to fix import issues with these
+	#if use python; then
+	#	pushd python > /dev/null || die
+	#	distutils-r1_src_test
+	#	popd > /dev/null || die
+	#fi
+}
+
+python_test() {
+	emake PYTHON=${EPYTHON} test
+}
+
+src_install() {
+	default
+
+	if use python; then
+		pushd python > /dev/null || die
+		distutils-r1_src_install
+		newdoc README.txt README_python.txt
+		popd > /dev/null || die
+	fi
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/routino/
@ 2024-05-28 22:01 Sam James
  0 siblings, 0 replies; 31+ messages in thread
From: Sam James @ 2024-05-28 22:01 UTC (permalink / raw
  To: gentoo-commits

commit:     2701baa348b1935f1dabd69d0807b9d9afd3a9a7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 28 22:00:51 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 28 22:00:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2701baa3

sci-geosciences/routino: Stabilize 3.4.1-r1 amd64, #933038

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

 sci-geosciences/routino/routino-3.4.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-geosciences/routino/routino-3.4.1-r1.ebuild b/sci-geosciences/routino/routino-3.4.1-r1.ebuild
index 7796cd37d9f2..53109cdbf056 100644
--- a/sci-geosciences/routino/routino-3.4.1-r1.ebuild
+++ b/sci-geosciences/routino/routino-3.4.1-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://routino.org/download/${P}.tgz"
 
 LICENSE="AGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="python test"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"


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

end of thread, other threads:[~2024-05-28 22:02 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-27 21:06 [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/routino/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2024-05-28 22:01 Sam James
2024-04-18 12:07 Andrey Grozin
2024-04-18 12:00 Andrey Grozin
2024-02-02 16:27 Arthur Zamarin
2023-07-20 16:07 Andrey Grozin
2023-05-09  5:51 Andrey Grozin
2023-04-19 11:52 Sam James
2023-04-19 11:23 Sam James
2023-02-21 10:39 Andrey Grozin
2023-02-21 10:38 Andrey Grozin
2023-02-16 13:26 Andrey Grozin
2022-06-16 13:56 Andrey Grozin
2022-06-14 21:17 Jakov Smolić
2022-06-14 21:17 Jakov Smolić
2022-06-12 15:34 Sam James
2022-06-09  7:39 Agostino Sarubbo
2022-06-09  7:34 Agostino Sarubbo
2022-05-24 10:11 Andrey Grozin
2021-11-04 22:04 Sam James
2021-05-27  6:57 Agostino Sarubbo
2021-05-27  6:55 Agostino Sarubbo
2021-04-26 14:36 Andrey Grozin
2021-03-08 10:25 Sam James
2021-03-06 15:37 Thomas Deutschmann
2021-02-23 19:53 Andreas Sturmlechner
2018-10-02 15:00 Mikle Kolyada
2018-10-01 21:47 Thomas Deutschmann
2018-09-16  4:23 Andrey Grozin
2016-12-19 19:31 Tobias Klausmann
2016-01-14 15:19 Andrey Grozin

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