sci-libs/ignition-math: Bump to 4.0.0
authorAlexis Ballier <aballier@gentoo.org>
Sun, 7 Jan 2018 06:56:44 +0000 (07:56 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Sun, 7 Jan 2018 06:56:44 +0000 (07:56 +0100)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

sci-libs/ignition-math/Manifest
sci-libs/ignition-math/ignition-math-4.0.0.ebuild [new file with mode: 0644]

index 5b5875b841cbf5532ee00212fdd5ade90ef0e8ca..eb2409875a019fcc79ad36e7c435947d7f040b75 100644 (file)
@@ -1 +1,2 @@
 DIST ignition-math3_3.2.0.tar.bz2 382201 BLAKE2B 79d0450356d931e3150afddd8f0d558923c6a27be4a56566ba18c6dc654b61b32acb92eff2ce5a87228bd512058e4b68d85b26bbbf1ac6a6c6af617b5ebcf59e SHA512 ffb5d61105ba0951c6420c53d64b47bdd65bdcac17e8ef2ce7cb83aeb2310280e5acb4d029d1af5c05fb5c40accf05df61d1e04dc990225159f1749284e3dcf1
+DIST ignition-math4_4.0.0.tar.bz2 387717 BLAKE2B 1b19bcd377eb18b616a300e022419ba2651795e04c0f0a3769f565e6febdc1a37f321c81730e1c13c9f9b17f35e6cf558d1129b278b2477ec8d5a5f46b927d66 SHA512 4815c6222945fd228b2d23c9da7ad8876f8ba1fea382312e1eb320819ec5d8bbf637095c18dbe2413184bbea77040bd1a5492ea9427355fc5e62f6169277530e
diff --git a/sci-libs/ignition-math/ignition-math-4.0.0.ebuild b/sci-libs/ignition-math/ignition-math-4.0.0.ebuild
new file mode 100644 (file)
index 0000000..423c6ac
--- /dev/null
@@ -0,0 +1,21 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit cmake-multilib vcs-snapshot flag-o-matic
+
+DESCRIPTION="A small, fast, and high performance math library for robot applications"
+HOMEPAGE="http://ignitionrobotics.org/libraries/math"
+SRC_URI="https://bitbucket.org/ignitionrobotics/ign-math/get/${PN}4_${PV}.tar.bz2"
+
+LICENSE="Apache-2.0"
+SLOT="4/4"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+       dev-util/ignition-cmake[${MULTILIB_USEDEP}]"
+S="${WORKDIR}/${PN}4_${PV}"
+CMAKE_BUILD_TYPE=RelWithDebInfo