diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-03-10 10:47:36 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-03-10 11:34:51 +0100 |
commit | 171f4dc995bbd358856929ba048b2c7ca36283ec (patch) | |
tree | 70a9c558c29e5a5a589cb7e7c3ce963e5eb7fb89 | |
parent | net-p2p/deluge: sync live ebuild (diff) | |
download | gentoo-171f4dc995bbd358856929ba048b2c7ca36283ec.tar.gz gentoo-171f4dc995bbd358856929ba048b2c7ca36283ec.tar.bz2 gentoo-171f4dc995bbd358856929ba048b2c7ca36283ec.zip |
dev-ros/cpp_common: Bump to 0.5.7.
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
-rw-r--r-- | dev-ros/cpp_common/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/cpp_common/cpp_common-0.5.7.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/dev-ros/cpp_common/Manifest b/dev-ros/cpp_common/Manifest index 3fcf6e4ce7b2..c28f6ba045fc 100644 --- a/dev-ros/cpp_common/Manifest +++ b/dev-ros/cpp_common/Manifest @@ -1 +1,2 @@ DIST roscpp_core-0.5.6.tar.gz 31734 SHA256 0bd27394c18c7c79313ebc4eafecc04f88aa54a9d0872357b7123105444edf3a SHA512 caebca2817721a46c8ce850bc15bdeadb3bf6ad12aeb134b11bdb04da6054eb4056aef8c5194ca4e7fffa3e3f3563faf8e3148eebfba93bc6b5673d5437d977f WHIRLPOOL f977f9b0e10a287c7d201ffd765a4824e61d0b5f85767c7a8e81d96295f97dcbe22a9c2d376f36a329997d0498ce36f830263e4710eaf288b214b6bf894ede84 +DIST roscpp_core-0.5.7.tar.gz 32006 SHA256 85028afb1e1630b47890d3c92bcb7edf61f4be04281669f73f000312621bf66d SHA512 a3a40b2e05e1ad9d442050fd5a5b8a2106a27aef5222eaa9ac1b0c8aff13d1a40da252e81f0544b72380db35594c1d49de06cd3e94b9ba5ed087d71362f3babe WHIRLPOOL c395ccbdd3664e3337ba9a8c029df805585cf04f717c23caf75c582e08581e6a58d232b52679a9cb99150b0c6fa9f831c24b61be0a15839f76487ba67d09f8bb diff --git a/dev-ros/cpp_common/cpp_common-0.5.7.ebuild b/dev-ros/cpp_common/cpp_common-0.5.7.ebuild new file mode 100644 index 000000000000..da8e09beb6e4 --- /dev/null +++ b/dev-ros/cpp_common/cpp_common-0.5.7.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +ROS_REPO_URI="https://github.com/ros/roscpp_core" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="C++ code for doing things that are not necessarily ROS related" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-libs/console_bridge + dev-libs/boost:=[threads]" +DEPEND="${RDEPEND}" |