Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/ignition-msgs/
Date: Sun, 07 Jan 2018 07:08:38
Message-Id: 1515308671.ce45c654bf255eeb99e3d8dbc764a6a3295126b5.aballier@gentoo
1 commit: ce45c654bf255eeb99e3d8dbc764a6a3295126b5
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 7 07:04:31 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 7 07:04:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce45c654
7
8 net-libs/ignition-msgs: bump to 1.0.0 (slotted)
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 net-libs/ignition-msgs/Manifest | 1 +
13 net-libs/ignition-msgs/ignition-msgs-1.0.0.ebuild | 21 +++++++++++++++++++++
14 2 files changed, 22 insertions(+)
15
16 diff --git a/net-libs/ignition-msgs/Manifest b/net-libs/ignition-msgs/Manifest
17 index d94968e9c7a..1870e5b2aa2 100644
18 --- a/net-libs/ignition-msgs/Manifest
19 +++ b/net-libs/ignition-msgs/Manifest
20 @@ -1 +1,2 @@
21 DIST ignition-msgs-0.7.0.tar.bz2 327753 BLAKE2B 7709b7fe5bc8d3ebd16ae30ac91d088a7e3891bc378f24ca48b34b88c541c3583182c3d9d3d6c72b7005f01ae5383f6391b4e754adb26f8ab06e9a31680e99dd SHA512 78b35eb6c9b53bd567d227191009cfb8628afa70f244cf05ad9440f370aa9c51a649160c9c65d13e81a48a3a34553614e9835e9a37fb91cad330c363f0a5f62f
22 +DIST ignition-msgs-1.0.0.tar.bz2 315469 BLAKE2B a481f740ffb0795e64d1fa222ea4925e09839d56212f5218b4849c6f49a3e3a899af757ac1ad1997a95b57a401bac831a754ffa351cd142e6e9cbf07e7bae0ac SHA512 3ec16d68c35b1c7d77373eb3ed72304f5a990f57fc15a91f49af49bf0c6b43e6f31e888e4b0a8308cc63840aa995dd423d5b23d28a98f132b4be13c46f5d7d6e
23
24 diff --git a/net-libs/ignition-msgs/ignition-msgs-1.0.0.ebuild b/net-libs/ignition-msgs/ignition-msgs-1.0.0.ebuild
25 new file mode 100644
26 index 00000000000..6b7fa14bffa
27 --- /dev/null
28 +++ b/net-libs/ignition-msgs/ignition-msgs-1.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=6
34 +
35 +inherit cmake-multilib
36 +
37 +DESCRIPTION="Protobuf messages and functions for robot applications"
38 +HOMEPAGE="http://ignitionrobotics.org/libraries/messages https://bitbucket.org/ignitionrobotics/ign-msgs"
39 +SRC_URI="https://osrf-distributions.s3.amazonaws.com/ign-msgs/releases/${P}.tar.bz2"
40 +
41 +LICENSE="Apache-2.0"
42 +SLOT="1"
43 +KEYWORDS="~amd64"
44 +IUSE=""
45 +
46 +RDEPEND="dev-libs/protobuf:=[${MULTILIB_USEDEP}]
47 + sci-libs/ignition-math:4=[${MULTILIB_USEDEP}]"
48 +DEPEND="${RDEPEND}
49 + dev-util/ignition-cmake[${MULTILIB_USEDEP}]"
50 +CMAKE_BUILD_TYPE=RelWithDebInfo