Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: ros-meta/ros_comm/
Date: Tue, 03 Jul 2018 11:22:22
Message-Id: 1530616915.012e24bc9b90e70648dbc1ea8c1c561060d94301.aballier@gentoo
1 commit: 012e24bc9b90e70648dbc1ea8c1c561060d94301
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 3 11:06:10 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 3 11:21:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=012e24bc
7
8 ros-meta/ros_comm: Bump to 1.14.2.
9
10 Package-Manager: Portage-2.3.41, Repoman-2.3.9
11
12 ros-meta/ros_comm/Manifest | 1 +
13 ros-meta/ros_comm/ros_comm-1.14.2.ebuild | 58 ++++++++++++++++++++++++++++++++
14 2 files changed, 59 insertions(+)
15
16 diff --git a/ros-meta/ros_comm/Manifest b/ros-meta/ros_comm/Manifest
17 index a678ef37f71..ae04e98fe2f 100644
18 --- a/ros-meta/ros_comm/Manifest
19 +++ b/ros-meta/ros_comm/Manifest
20 @@ -1 +1,2 @@
21 DIST ros_comm-1.13.6.tar.gz 1047870 BLAKE2B 874e31faa1a6a77292dab4b7fa64ed13a1f1f63f76512ea351e53bd14ce87662cea5c648e48c3c16668104129cc5eb172bc8f381516bdba676c7212f1acbaaf9 SHA512 382e81847141ab95462fc84a8215b945af995d29f9c0d507665e22faaf79aee9789950546ca7737bd40059f3ed1ecd284ff11bd3e6f1732f3c47a433c5d25155
22 +DIST ros_comm-1.14.2.tar.gz 1044745 BLAKE2B 1a5d47a4c6682c7a629d9d84be121a5eafcfc16621dec9a9ab9b57c2c7f9070f0007e15492ee44d86e1879351fae20bb9a759093424dd22ae7d44ae0f28e00e1 SHA512 8cece09572dc6b94a42eb49537cbcddbb954f70df01dc7ac9bd8aba17f53207b86afd8ccff81d929eca33bb9642ad7c530835d3f43471de497611940edae4777
23
24 diff --git a/ros-meta/ros_comm/ros_comm-1.14.2.ebuild b/ros-meta/ros_comm/ros_comm-1.14.2.ebuild
25 new file mode 100644
26 index 00000000000..b3bda6139bb
27 --- /dev/null
28 +++ b/ros-meta/ros_comm/ros_comm-1.14.2.ebuild
29 @@ -0,0 +1,58 @@
30 +# Copyright 1999-2018 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=5
34 +
35 +ROS_REPO_URI="https://github.com/ros/ros_comm"
36 +KEYWORDS="~amd64 ~arm"
37 +ROS_SUBDIR=${PN}
38 +
39 +inherit ros-catkin
40 +
41 +DESCRIPTION="ROS communications-related packages"
42 +LICENSE="BSD"
43 +SLOT="0"
44 +IUSE=""
45 +
46 +# utilities subdir
47 +RDEPEND="
48 + dev-ros/roslz4
49 + dev-ros/xmlrpcpp
50 + dev-ros/roswtf
51 + dev-ros/message_filters
52 +"
53 +# tools subdir
54 +RDEPEND="${RDEPEND}
55 + dev-ros/rosbag
56 + dev-ros/rosbag_storage
57 + dev-ros/rosgraph
58 + dev-ros/roslaunch
59 + dev-ros/rosmaster
60 + dev-ros/rosmsg
61 + dev-ros/rosnode
62 + dev-ros/rosout
63 + dev-ros/rosparam
64 + dev-ros/rosservice
65 + dev-ros/rostest
66 + dev-ros/rostopic
67 + dev-ros/topic_tools
68 +"
69 +# clients subdir
70 +RDEPEND="${RDEPEND}
71 + dev-ros/roscpp
72 + dev-ros/rospy
73 +"
74 +# test subdir
75 +RDEPEND="${RDEPEND}
76 + dev-ros/test_rosbag
77 + dev-ros/test_rosbag_storage
78 + dev-ros/test_roscpp
79 + dev-ros/test_rosgraph
80 + dev-ros/test_roslaunch
81 + dev-ros/test_roslib_comm
82 + dev-ros/test_rosmaster
83 + dev-ros/test_rosparam
84 + dev-ros/test_rospy
85 + dev-ros/test_rosservice
86 +"
87 +DEPEND="${RDEPEND}"