commit:     f9a6418d1304f9b4b5355e7d560b5570c431faf5
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  6 10:46:53 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Jun  6 11:12:51 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9a6418d

dev-ros/test_roscpp: Bump to 1.12.2.

Package-Manager: portage-2.3.0_rc1

 dev-ros/test_roscpp/Manifest                  |  1 +
 dev-ros/test_roscpp/test_roscpp-1.12.2.ebuild | 32 +++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-ros/test_roscpp/Manifest b/dev-ros/test_roscpp/Manifest
index fb51249..a65cd50 100644
--- a/dev-ros/test_roscpp/Manifest
+++ b/dev-ros/test_roscpp/Manifest
@@ -4,3 +4,4 @@ DIST ros_comm-1.11.16.tar.gz 947310 SHA256 
b8f48c57d58b623c0b9828476fd8fc7855702
 DIST ros_comm-1.11.17.tar.gz 950987 SHA256 
a7222b849d709e47ab9c491e491f6b90dcf12db1780382c9cd294e4410839eb2 SHA512 
2dfb95feafa6976c62d2d31f2c6586636e534f39cfce20bc6dfa22731ee256ab8a0c0050a672098123d4d7d32702203bf15c7f323b897f74201bb41bd823ebf7
 WHIRLPOOL 
0c0d55a2119503b2e0b0b218ce99862815b7070c66127ace51929cda91267fdb33f50012936f1da784ac9c82ace86c41059b3b919effb6b767b7617ff4d33c09
 DIST ros_comm-1.12.0.tar.gz 951540 SHA256 
511894fde55a1150a88023ecd9d7a3f0557b90df5fbe375941db0071ba63ae43 SHA512 
6e429b6b34ccdf1f17b4998b59518975290f0e6e431750f6172f5c86c35d48ae5f21de293d283ed952f142af3c03500f55d27172055a026b2f17e1cfbb4777d0
 WHIRLPOOL 
411b5a1106f96008ac2cac72c209dc0806bc5134ffe5d8b87d652d76efba0c7e32e388994598c5aecfabfdf700ba9e9f785eecb02e40c493e631a45dab13be39
 DIST ros_comm-1.12.1.tar.gz 954159 SHA256 
cc9fddd81b01808f8b95505b3bb16cd2e212de41212dac84c3a2f8f0e648c374 SHA512 
1ba58f5a512e3c7b9be6896254abca735d8a887259fd350110666208b673fad4d2a723b79ed5909868fb8d99430ab4af42e946ca4d4f0b681afd072617376c38
 WHIRLPOOL 
19aaa77e9b549b8488bdb684ce189b0ab7ca346792f5e65e7f458244d1cbf90ec39fc769754090127eb6718f967f5f13ca0d461413aee3b605c9b7df088ae6d2
+DIST ros_comm-1.12.2.tar.gz 956358 SHA256 
693f5ed4fbaf537f104f7d279e267af5046b017126e6e2dd3ecb999192af80a7 SHA512 
37489f4378386318284295f9ada52c04268ae1879b0c9f0ac5401efa0cb14e4f430aa205d7a3f0975626de8a7441d24f68c981c21693a493f8fd71d75bfe09e6
 WHIRLPOOL 
eec6b6954617b85146f5b2dd6ba60e8df13c5843f3ef34615a96324fdc4f13e181551cde10af69a7a45d81e68e73f3cc9c72a6ffac323d8c36153af789652b5d

diff --git a/dev-ros/test_roscpp/test_roscpp-1.12.2.ebuild 
b/dev-ros/test_roscpp/test_roscpp-1.12.2.ebuild
new file mode 100644
index 0000000..7b684c4
--- /dev/null
+++ b/dev-ros/test_roscpp/test_roscpp-1.12.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+ROS_REPO_URI="https://github.com/ros/ros_comm";
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=test/${PN}
+CATKIN_HAS_MESSAGES=yes
+PYTHON_COMPAT=( python2_7 )
+CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/rosgraph_msgs dev-ros/std_msgs"
+
+inherit ros-catkin
+
+DESCRIPTION="Unit tests for roscpp"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+       dev-ros/roscpp
+       dev-ros/rostest[${PYTHON_USEDEP}]
+       dev-ros/rosunit[${PYTHON_USEDEP}]
+       dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}]
+       dev-libs/boost:=[threads]
+       test? (
+               dev-cpp/gtest
+       )
+"
+REQUIRED_USE="test? ( ros_messages_cxx )"

Reply via email to