public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-games/recastnavigation/
@ 2021-08-16  8:30 Joonas Niilola
  0 siblings, 0 replies; 5+ messages in thread
From: Joonas Niilola @ 2021-08-16  8:30 UTC (permalink / raw
  To: gentoo-commits

commit:     02986e4be05522eb9a453b2afa7c2a5058ef20e7
Author:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
AuthorDate: Mon Aug  9 16:51:00 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Aug 16 08:30:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02986e4b

dev-games/recastnavigation: version bump to 1.5.1_p20210305

Unbundle catch dep

Closes: https://bugs.gentoo.org/806950
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-games/recastnavigation/Manifest                |  1 +
 .../recastnavigation-1.5.1_p20210305.ebuild        | 38 ++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-games/recastnavigation/Manifest b/dev-games/recastnavigation/Manifest
index e300d02e460..3d6e7560ceb 100644
--- a/dev-games/recastnavigation/Manifest
+++ b/dev-games/recastnavigation/Manifest
@@ -1 +1,2 @@
 DIST recastnavigation-1.5.1_p20200511.tar.gz 1541540 BLAKE2B 3878294247e26421c33019c05a8d70f9ae04ce046d1e503b2df8297e5c390c592e0222c445c9a7798c2e3eb7090b6c32d18b94015dce0a248ab17198d3054dda SHA512 bc48d9195c1ce4422359d850ad422e53c2599ff575b8c7a0ce6b7dc42720d7edd99781a1efa7bee49a00cd4ce6734f34ce9d434421471cb0cbf8e5207bbebebc
+DIST recastnavigation-1.5.1_p20210305.tar.gz 1542880 BLAKE2B f1066a48c7269fe67deba17768187522db9c0ece11293a3ff54311a6400cd38f32340985729bb38109bc1262099b44b7bf92974dfeb80c47953e58e6eeab73ea SHA512 7c3a8ce3e38de81eeb31332584896af9f234826c7f7f831eccb36972746c8b528ffde7ae4ee0d25baf814ece030a4b029101e07ea89aacc33c6d44f1ae2cf265

diff --git a/dev-games/recastnavigation/recastnavigation-1.5.1_p20210305.ebuild b/dev-games/recastnavigation/recastnavigation-1.5.1_p20210305.ebuild
new file mode 100644
index 00000000000..879d46837a6
--- /dev/null
+++ b/dev-games/recastnavigation/recastnavigation-1.5.1_p20210305.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake flag-o-matic
+
+DESCRIPTION="Navigation mesh construction toolset for games"
+HOMEPAGE="https://github.com/recastnavigation/recastnavigation"
+MY_COMMIT="c5cbd53024c8a9d8d097a4371215e3342d2fdc87"
+SRC_URI="https://github.com/recastnavigation/recastnavigation/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${MY_COMMIT}"
+
+LICENSE="ZLIB"
+SLOT="0/1.5.1"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="test? ( dev-cpp/catch )"
+
+src_prepare() {
+	rm Tests/catch.hpp || die
+
+	cmake_src_prepare
+}
+
+src_configure() {
+	append-cppflags "-I${ESYSROOT}/usr/include/catch2"
+
+	local mycmakeargs=(
+		-DRECASTNAVIGATION_DEMO=OFF
+		-DRECASTNAVIGATION_EXAMPLES=OFF
+		-DRECASTNAVIGATION_TESTS=$(usex test)
+	)
+
+	cmake_src_configure
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-games/recastnavigation/
@ 2021-12-08  3:33 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2021-12-08  3:33 UTC (permalink / raw
  To: gentoo-commits

commit:     7f8598eb1b9b15c5a6c4ebe8580ba22ea7894b18
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  8 03:32:43 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec  8 03:32:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f8598eb

dev-games/recastnavigation: Keyword 1.5.1_p20210305 arm64, #806776

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

 dev-games/recastnavigation/recastnavigation-1.5.1_p20210305.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-games/recastnavigation/recastnavigation-1.5.1_p20210305.ebuild b/dev-games/recastnavigation/recastnavigation-1.5.1_p20210305.ebuild
index 879d46837a6b..7f703bf0120d 100644
--- a/dev-games/recastnavigation/recastnavigation-1.5.1_p20210305.ebuild
+++ b/dev-games/recastnavigation/recastnavigation-1.5.1_p20210305.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-${MY_COMMIT}"
 
 LICENSE="ZLIB"
 SLOT="0/1.5.1"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-games/recastnavigation/
@ 2023-01-28  9:12 Andreas Sturmlechner
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas Sturmlechner @ 2023-01-28  9:12 UTC (permalink / raw
  To: gentoo-commits

commit:     77858e33e7c3c41f6c9cf2ce85c33b9be0ccfb53
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 26 20:31:25 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 28 09:11:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77858e33

dev-games/recastnavigation: drop 1.5.1_p20210305

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-games/recastnavigation/Manifest                |  1 -
 .../recastnavigation-1.5.1_p20210305.ebuild        | 38 ----------------------
 2 files changed, 39 deletions(-)

diff --git a/dev-games/recastnavigation/Manifest b/dev-games/recastnavigation/Manifest
index b44ad11b4c36..4ba952de9943 100644
--- a/dev-games/recastnavigation/Manifest
+++ b/dev-games/recastnavigation/Manifest
@@ -1,2 +1 @@
-DIST recastnavigation-1.5.1_p20210305.tar.gz 1542880 BLAKE2B f1066a48c7269fe67deba17768187522db9c0ece11293a3ff54311a6400cd38f32340985729bb38109bc1262099b44b7bf92974dfeb80c47953e58e6eeab73ea SHA512 7c3a8ce3e38de81eeb31332584896af9f234826c7f7f831eccb36972746c8b528ffde7ae4ee0d25baf814ece030a4b029101e07ea89aacc33c6d44f1ae2cf265
 DIST recastnavigation-1.5.1_p20230102.tar.gz 1276864 BLAKE2B 0958fd76c1855dee0d4d4ee8b0e31cfac3c1bdee1f5f767c4dec0bec75b3c919760d9201ba27d772602200e9416e08955b7ef326603ec21fb9594f2d40c079bc SHA512 4820e473735b08920bca7032851b258e8748c093bae331b11c0c9f630e9973264d9ca6277f7d92818b0a8c0864ce2601f129b708ec7976c9baead88d7b844f76

diff --git a/dev-games/recastnavigation/recastnavigation-1.5.1_p20210305.ebuild b/dev-games/recastnavigation/recastnavigation-1.5.1_p20210305.ebuild
deleted file mode 100644
index 7f703bf0120d..000000000000
--- a/dev-games/recastnavigation/recastnavigation-1.5.1_p20210305.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake flag-o-matic
-
-DESCRIPTION="Navigation mesh construction toolset for games"
-HOMEPAGE="https://github.com/recastnavigation/recastnavigation"
-MY_COMMIT="c5cbd53024c8a9d8d097a4371215e3342d2fdc87"
-SRC_URI="https://github.com/recastnavigation/recastnavigation/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-${MY_COMMIT}"
-
-LICENSE="ZLIB"
-SLOT="0/1.5.1"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="test? ( dev-cpp/catch )"
-
-src_prepare() {
-	rm Tests/catch.hpp || die
-
-	cmake_src_prepare
-}
-
-src_configure() {
-	append-cppflags "-I${ESYSROOT}/usr/include/catch2"
-
-	local mycmakeargs=(
-		-DRECASTNAVIGATION_DEMO=OFF
-		-DRECASTNAVIGATION_EXAMPLES=OFF
-		-DRECASTNAVIGATION_TESTS=$(usex test)
-	)
-
-	cmake_src_configure
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-games/recastnavigation/
@ 2023-05-28 13:21 Joonas Niilola
  0 siblings, 0 replies; 5+ messages in thread
From: Joonas Niilola @ 2023-05-28 13:21 UTC (permalink / raw
  To: gentoo-commits

commit:     2fff0273d6cec7e44067ff32fa5a084459cb1c6f
Author:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
AuthorDate: Sat May 27 12:21:45 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun May 28 13:21:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fff0273

dev-games/recastnavigation: add remote-id

Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-games/recastnavigation/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-games/recastnavigation/metadata.xml b/dev-games/recastnavigation/metadata.xml
index b527e33f3679..5400c546f046 100644
--- a/dev-games/recastnavigation/metadata.xml
+++ b/dev-games/recastnavigation/metadata.xml
@@ -13,4 +13,7 @@
 		<email>games@gentoo.org</email>
 		<name>Gentoo Games Project</name>
 	</maintainer>
+	<upstream>
+		<remote-id type="github">recastnavigation/recastnavigation</remote-id>
+	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-games/recastnavigation/
@ 2023-05-28 13:21 Joonas Niilola
  0 siblings, 0 replies; 5+ messages in thread
From: Joonas Niilola @ 2023-05-28 13:21 UTC (permalink / raw
  To: gentoo-commits

commit:     d0e55e46f2c85c02f650c973b5dfa90da5257565
Author:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
AuthorDate: Sat May 27 12:21:11 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun May 28 13:21:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0e55e46

dev-games/recastnavigation: add 1.6.0

Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-games/recastnavigation/Manifest                |  1 +
 .../recastnavigation/recastnavigation-1.6.0.ebuild | 35 ++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-games/recastnavigation/Manifest b/dev-games/recastnavigation/Manifest
index 4ba952de9943..2a678f54c463 100644
--- a/dev-games/recastnavigation/Manifest
+++ b/dev-games/recastnavigation/Manifest
@@ -1 +1,2 @@
 DIST recastnavigation-1.5.1_p20230102.tar.gz 1276864 BLAKE2B 0958fd76c1855dee0d4d4ee8b0e31cfac3c1bdee1f5f767c4dec0bec75b3c919760d9201ba27d772602200e9416e08955b7ef326603ec21fb9594f2d40c079bc SHA512 4820e473735b08920bca7032851b258e8748c093bae331b11c0c9f630e9973264d9ca6277f7d92818b0a8c0864ce2601f129b708ec7976c9baead88d7b844f76
+DIST recastnavigation-1.6.0.tar.gz 1280501 BLAKE2B e2bca1cfab7f8a904530b381225dcf4f8c0f6fb05da7f628d52e0e0f03c7dd59e43825b459fa5df8fc0ac50cbcdd18e3807841b6cfbfb484b2ed0cd811916304 SHA512 7567aaa78219cc490a6f76210fba1f130f0c17aeaa06432ab1207e0fd03404abe31042e8b03971aa0d04ad65d39469f13575fe0072fb920c38581d39568b70fb

diff --git a/dev-games/recastnavigation/recastnavigation-1.6.0.ebuild b/dev-games/recastnavigation/recastnavigation-1.6.0.ebuild
new file mode 100644
index 000000000000..8f5f62ca389c
--- /dev/null
+++ b/dev-games/recastnavigation/recastnavigation-1.6.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Navigation mesh construction toolset for games"
+HOMEPAGE="https://github.com/recastnavigation/recastnavigation"
+SRC_URI="https://github.com/recastnavigation/recastnavigation/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+#S="${WORKDIR}/${PN}-${MY_COMMIT}"
+
+LICENSE="ZLIB"
+SLOT="0/1.6.0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="test? ( dev-cpp/catch:0 )"
+
+src_prepare() {
+	rm -r Tests/Contrib/catch2 || die
+
+	cmake_src_prepare
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DRECASTNAVIGATION_DEMO=OFF
+		-DRECASTNAVIGATION_EXAMPLES=OFF
+		-DRECASTNAVIGATION_TESTS=$(usex test)
+	)
+
+	cmake_src_configure
+}


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

end of thread, other threads:[~2023-05-28 13:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-28  9:12 [gentoo-commits] repo/gentoo:master commit in: dev-games/recastnavigation/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2023-05-28 13:21 Joonas Niilola
2023-05-28 13:21 Joonas Niilola
2021-12-08  3:33 Sam James
2021-08-16  8:30 Joonas Niilola

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