Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/ignition-math/
Date: Sun, 07 Jan 2018 07:08:40
Message-Id: 1515308204.5b67a7d1820a12bc4df5dc3a8c6ab0186921371f.aballier@gentoo
1 commit: 5b67a7d1820a12bc4df5dc3a8c6ab0186921371f
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 7 06:56:44 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 7 06:56:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b67a7d1
7
8 sci-libs/ignition-math: Bump to 4.0.0
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 sci-libs/ignition-math/Manifest | 1 +
13 sci-libs/ignition-math/ignition-math-4.0.0.ebuild | 21 +++++++++++++++++++++
14 2 files changed, 22 insertions(+)
15
16 diff --git a/sci-libs/ignition-math/Manifest b/sci-libs/ignition-math/Manifest
17 index 5b5875b841c..eb2409875a0 100644
18 --- a/sci-libs/ignition-math/Manifest
19 +++ b/sci-libs/ignition-math/Manifest
20 @@ -1 +1,2 @@
21 DIST ignition-math3_3.2.0.tar.bz2 382201 BLAKE2B 79d0450356d931e3150afddd8f0d558923c6a27be4a56566ba18c6dc654b61b32acb92eff2ce5a87228bd512058e4b68d85b26bbbf1ac6a6c6af617b5ebcf59e SHA512 ffb5d61105ba0951c6420c53d64b47bdd65bdcac17e8ef2ce7cb83aeb2310280e5acb4d029d1af5c05fb5c40accf05df61d1e04dc990225159f1749284e3dcf1
22 +DIST ignition-math4_4.0.0.tar.bz2 387717 BLAKE2B 1b19bcd377eb18b616a300e022419ba2651795e04c0f0a3769f565e6febdc1a37f321c81730e1c13c9f9b17f35e6cf558d1129b278b2477ec8d5a5f46b927d66 SHA512 4815c6222945fd228b2d23c9da7ad8876f8ba1fea382312e1eb320819ec5d8bbf637095c18dbe2413184bbea77040bd1a5492ea9427355fc5e62f6169277530e
23
24 diff --git a/sci-libs/ignition-math/ignition-math-4.0.0.ebuild b/sci-libs/ignition-math/ignition-math-4.0.0.ebuild
25 new file mode 100644
26 index 00000000000..423c6ac865d
27 --- /dev/null
28 +++ b/sci-libs/ignition-math/ignition-math-4.0.0.ebuild
29 @@ -0,0 +1,21 @@
30 +# Copyright 1999-2018 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=5
34 +
35 +inherit cmake-multilib vcs-snapshot flag-o-matic
36 +
37 +DESCRIPTION="A small, fast, and high performance math library for robot applications"
38 +HOMEPAGE="http://ignitionrobotics.org/libraries/math"
39 +SRC_URI="https://bitbucket.org/ignitionrobotics/ign-math/get/${PN}4_${PV}.tar.bz2"
40 +
41 +LICENSE="Apache-2.0"
42 +SLOT="4/4"
43 +KEYWORDS="~amd64"
44 +IUSE=""
45 +
46 +RDEPEND=""
47 +DEPEND="${RDEPEND}
48 + dev-util/ignition-cmake[${MULTILIB_USEDEP}]"
49 +S="${WORKDIR}/${PN}4_${PV}"
50 +CMAKE_BUILD_TYPE=RelWithDebInfo