Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rosserial_client/
Date: Fri, 02 Nov 2018 13:54:06
Message-Id: 1541166428.20b9fc62bdbb7e510784cc348b96261065673b0a.aballier@gentoo
1 commit: 20b9fc62bdbb7e510784cc348b96261065673b0a
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 2 13:47:08 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 2 13:47:08 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20b9fc62
7
8 dev-ros/rosserial_client: Bump to 0.8.0.
9
10 Package-Manager: Portage-2.3.51, Repoman-2.3.11
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-ros/rosserial_client/Manifest | 1 +
14 .../rosserial_client/rosserial_client-0.8.0.ebuild | 23 ++++++++++++++++++++++
15 2 files changed, 24 insertions(+)
16
17 diff --git a/dev-ros/rosserial_client/Manifest b/dev-ros/rosserial_client/Manifest
18 index 89da0c4e73e..4f9a5462d9a 100644
19 --- a/dev-ros/rosserial_client/Manifest
20 +++ b/dev-ros/rosserial_client/Manifest
21 @@ -1 +1,2 @@
22 DIST rosserial-0.7.7.tar.gz 155237 BLAKE2B e0e905c9d58face06ceac0e21aa2c72d07961daa5a37f85df6dc39738b27ffa47a9236f2627705c94185891f7d7291dabb80e10fece2eec2c6b76bcbdba7d32a SHA512 fdf880146b7697592288d3f5341f784e2dbadc9639a0b66458709bdee1725e6ca603215296f85e386bc9ad59ca8c3132daf0c33cfb852c10c7c1715c06ff2384
23 +DIST rosserial-0.8.0.tar.gz 312494 BLAKE2B f65d42ebdc47125a7dfb9b3a999f53640812bc9741f43a5b451fbe449d6d23537face7ca148b2b952c401bb439cee05693f5663e423e70d9df3bbde0d07fbb0a SHA512 ee2f4b3b39fd3be47cbaaed7bfbe08057b1525a12f31dd685d80683ec1ddc89ff43157cc0f09583e68ccc6e35009fda73efa8a74dad6c5bba4b46f4ad6a155d0
24
25 diff --git a/dev-ros/rosserial_client/rosserial_client-0.8.0.ebuild b/dev-ros/rosserial_client/rosserial_client-0.8.0.ebuild
26 new file mode 100644
27 index 00000000000..11f287e29b4
28 --- /dev/null
29 +++ b/dev-ros/rosserial_client/rosserial_client-0.8.0.ebuild
30 @@ -0,0 +1,23 @@
31 +# Copyright 1999-2018 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=5
35 +ROS_REPO_URI="https://github.com/ros-drivers/rosserial"
36 +KEYWORDS="~amd64 ~arm"
37 +PYTHON_COMPAT=( python2_7 )
38 +ROS_SUBDIR=${PN}
39 +
40 +inherit ros-catkin
41 +
42 +DESCRIPTION="Generalized client side source for rosserial"
43 +LICENSE="BSD"
44 +SLOT="0"
45 +IUSE=""
46 +
47 +RDEPEND="
48 + dev-ros/tf[${PYTHON_USEDEP}]
49 + dev-ros/rospy[${PYTHON_USEDEP}]
50 + dev-ros/std_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
51 + dev-ros/rosserial_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
52 +"
53 +DEPEND="${RDEPEND}"