From f91ca6bd9e2fe4e833c252fbe6bbad55536233e0 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Tue, 18 Apr 2023 14:50:30 +0200 Subject: sci-libs/ignition-math: bump to 6.14.0 Signed-off-by: Alexis Ballier --- sci-libs/ignition-math/Manifest | 2 +- sci-libs/ignition-math/files/includes.patch | 12 ---------- sci-libs/ignition-math/ignition-math-6.10.0.ebuild | 26 ---------------------- sci-libs/ignition-math/ignition-math-6.14.0.ebuild | 25 +++++++++++++++++++++ 4 files changed, 26 insertions(+), 39 deletions(-) delete mode 100644 sci-libs/ignition-math/files/includes.patch delete mode 100644 sci-libs/ignition-math/ignition-math-6.10.0.ebuild create mode 100644 sci-libs/ignition-math/ignition-math-6.14.0.ebuild (limited to 'sci-libs/ignition-math') diff --git a/sci-libs/ignition-math/Manifest b/sci-libs/ignition-math/Manifest index 061a8ccee89a..20d1cc64788d 100644 --- a/sci-libs/ignition-math/Manifest +++ b/sci-libs/ignition-math/Manifest @@ -1 +1 @@ -DIST ignition-math6_6.10.0.tar.gz 598228 BLAKE2B 1f67891f755715e14742e0f06cfec4b7ee7da1df192165961b41a4d0744ddbb8066fa8739cd85ccac3134511d0f80ec2c2289a30dbf1960e39229312a9085725 SHA512 3f2bbfd6b2237bda50feb55d52daaf8ecee0ece68a99bb3c264fcd9c67cb01537b168b1a1d4608e4af2ed582393751b215e4fd1fed4c93db5cd39199200b87b1 +DIST ignition-math6_6.14.0.tar.gz 628564 BLAKE2B 6206f1f35472bf51a8a3bdb8fae26d9879044ea856abd8bcce2cfb5bf16d2638816b3fff7e451c165fec8b2ba82db083d78306d5441c4db3def14b08ddad7556 SHA512 ad95160cc1cd137779b9da589c47994d04f829af10865071e9ead4d55c4399d04d5398287d3b294e3f67230205656e1fe243129673e1f8e73f62f3933c314802 diff --git a/sci-libs/ignition-math/files/includes.patch b/sci-libs/ignition-math/files/includes.patch deleted file mode 100644 index 5d7750bcec9a..000000000000 --- a/sci-libs/ignition-math/files/includes.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: ignition-math6_6.4.0/src/RollingMean.cc -=================================================================== ---- ignition-math6_6.4.0.orig/src/RollingMean.cc -+++ ignition-math6_6.4.0/src/RollingMean.cc -@@ -17,6 +17,7 @@ - - #include - #include -+#include - #include "ignition/math/RollingMean.hh" - - using namespace ignition::math; diff --git a/sci-libs/ignition-math/ignition-math-6.10.0.ebuild b/sci-libs/ignition-math/ignition-math-6.10.0.ebuild deleted file mode 100644 index 68e7ffa2c329..000000000000 --- a/sci-libs/ignition-math/ignition-math-6.10.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -CMAKE_BUILD_TYPE=RelWithDebInfo -inherit cmake vcs-snapshot - -DESCRIPTION="A small, fast, and high performance math library for robot applications" -HOMEPAGE="https://github.com/ignitionrobotics/ign-math" -SRC_URI="https://github.com/ignitionrobotics/ign-math/archive/${PN}6_${PV}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="6/6" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} - dev-cpp/eigen:3 - dev-util/ignition-cmake:2" -BDEPEND=" - dev-util/ignition-cmake:2" - -S="${WORKDIR}/${PN}6_${PV}" -PATCHES=( "${FILESDIR}/includes.patch" ) diff --git a/sci-libs/ignition-math/ignition-math-6.14.0.ebuild b/sci-libs/ignition-math/ignition-math-6.14.0.ebuild new file mode 100644 index 000000000000..d26ecb92b0fc --- /dev/null +++ b/sci-libs/ignition-math/ignition-math-6.14.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +CMAKE_BUILD_TYPE=RelWithDebInfo +inherit cmake vcs-snapshot + +DESCRIPTION="A small, fast, and high performance math library for robot applications" +HOMEPAGE="https://github.com/ignitionrobotics/ign-math" +SRC_URI="https://github.com/ignitionrobotics/ign-math/archive/${PN}6_${PV}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="6/6" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + dev-cpp/eigen:3 + dev-util/ignition-cmake:2" +BDEPEND=" + dev-util/ignition-cmake:2" + +S="${WORKDIR}/${PN}6_${PV}" -- cgit v1.2.3-65-gdbad