commit:     ce45c654bf255eeb99e3d8dbc764a6a3295126b5
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  7 07:04:31 2018 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun Jan  7 07:04:31 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce45c654

net-libs/ignition-msgs: bump to 1.0.0 (slotted)

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-libs/ignition-msgs/Manifest                   |  1 +
 net-libs/ignition-msgs/ignition-msgs-1.0.0.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/net-libs/ignition-msgs/Manifest b/net-libs/ignition-msgs/Manifest
index d94968e9c7a..1870e5b2aa2 100644
--- a/net-libs/ignition-msgs/Manifest
+++ b/net-libs/ignition-msgs/Manifest
@@ -1 +1,2 @@
 DIST ignition-msgs-0.7.0.tar.bz2 327753 BLAKE2B 
7709b7fe5bc8d3ebd16ae30ac91d088a7e3891bc378f24ca48b34b88c541c3583182c3d9d3d6c72b7005f01ae5383f6391b4e754adb26f8ab06e9a31680e99dd
 SHA512 
78b35eb6c9b53bd567d227191009cfb8628afa70f244cf05ad9440f370aa9c51a649160c9c65d13e81a48a3a34553614e9835e9a37fb91cad330c363f0a5f62f
+DIST ignition-msgs-1.0.0.tar.bz2 315469 BLAKE2B 
a481f740ffb0795e64d1fa222ea4925e09839d56212f5218b4849c6f49a3e3a899af757ac1ad1997a95b57a401bac831a754ffa351cd142e6e9cbf07e7bae0ac
 SHA512 
3ec16d68c35b1c7d77373eb3ed72304f5a990f57fc15a91f49af49bf0c6b43e6f31e888e4b0a8308cc63840aa995dd423d5b23d28a98f132b4be13c46f5d7d6e

diff --git a/net-libs/ignition-msgs/ignition-msgs-1.0.0.ebuild 
b/net-libs/ignition-msgs/ignition-msgs-1.0.0.ebuild
new file mode 100644
index 00000000000..6b7fa14bffa
--- /dev/null
+++ b/net-libs/ignition-msgs/ignition-msgs-1.0.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-multilib
+
+DESCRIPTION="Protobuf messages and functions for robot applications"
+HOMEPAGE="http://ignitionrobotics.org/libraries/messages 
https://bitbucket.org/ignitionrobotics/ign-msgs";
+SRC_URI="https://osrf-distributions.s3.amazonaws.com/ign-msgs/releases/${P}.tar.bz2";
+
+LICENSE="Apache-2.0"
+SLOT="1"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="dev-libs/protobuf:=[${MULTILIB_USEDEP}]
+       sci-libs/ignition-math:4=[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}
+       dev-util/ignition-cmake[${MULTILIB_USEDEP}]"
+CMAKE_BUILD_TYPE=RelWithDebInfo

Reply via email to