ros-meta/ros_comm: Bump to 1.14.2.
authorAlexis Ballier <aballier@gentoo.org>
Tue, 3 Jul 2018 11:06:10 +0000 (13:06 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Tue, 3 Jul 2018 11:21:55 +0000 (13:21 +0200)
Package-Manager: Portage-2.3.41, Repoman-2.3.9

ros-meta/ros_comm/Manifest
ros-meta/ros_comm/ros_comm-1.14.2.ebuild [new file with mode: 0644]

index a678ef37f71e74f597277a50eeb1ae735511cccd..ae04e98fe2fad5aafe0e241f492789ad60b0c14c 100644 (file)
@@ -1 +1,2 @@
 DIST ros_comm-1.13.6.tar.gz 1047870 BLAKE2B 874e31faa1a6a77292dab4b7fa64ed13a1f1f63f76512ea351e53bd14ce87662cea5c648e48c3c16668104129cc5eb172bc8f381516bdba676c7212f1acbaaf9 SHA512 382e81847141ab95462fc84a8215b945af995d29f9c0d507665e22faaf79aee9789950546ca7737bd40059f3ed1ecd284ff11bd3e6f1732f3c47a433c5d25155
+DIST ros_comm-1.14.2.tar.gz 1044745 BLAKE2B 1a5d47a4c6682c7a629d9d84be121a5eafcfc16621dec9a9ab9b57c2c7f9070f0007e15492ee44d86e1879351fae20bb9a759093424dd22ae7d44ae0f28e00e1 SHA512 8cece09572dc6b94a42eb49537cbcddbb954f70df01dc7ac9bd8aba17f53207b86afd8ccff81d929eca33bb9642ad7c530835d3f43471de497611940edae4777
diff --git a/ros-meta/ros_comm/ros_comm-1.14.2.ebuild b/ros-meta/ros_comm/ros_comm-1.14.2.ebuild
new file mode 100644 (file)
index 0000000..b3bda61
--- /dev/null
@@ -0,0 +1,58 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+ROS_REPO_URI="https://github.com/ros/ros_comm"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="ROS communications-related packages"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+# utilities subdir
+RDEPEND="
+       dev-ros/roslz4
+       dev-ros/xmlrpcpp
+       dev-ros/roswtf
+       dev-ros/message_filters
+"
+# tools subdir
+RDEPEND="${RDEPEND}
+       dev-ros/rosbag
+       dev-ros/rosbag_storage
+       dev-ros/rosgraph
+       dev-ros/roslaunch
+       dev-ros/rosmaster
+       dev-ros/rosmsg
+       dev-ros/rosnode
+       dev-ros/rosout
+       dev-ros/rosparam
+       dev-ros/rosservice
+       dev-ros/rostest
+       dev-ros/rostopic
+       dev-ros/topic_tools
+"
+# clients subdir
+RDEPEND="${RDEPEND}
+       dev-ros/roscpp
+       dev-ros/rospy
+"
+# test subdir
+RDEPEND="${RDEPEND}
+       dev-ros/test_rosbag
+       dev-ros/test_rosbag_storage
+       dev-ros/test_roscpp
+       dev-ros/test_rosgraph
+       dev-ros/test_roslaunch
+       dev-ros/test_roslib_comm
+       dev-ros/test_rosmaster
+       dev-ros/test_rosparam
+       dev-ros/test_rospy
+       dev-ros/test_rosservice
+"
+DEPEND="${RDEPEND}"