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/rosbridge_library/
Date: Mon, 01 Aug 2016 14:38:40
Message-Id: 1470062301.9024df3c014b63e86a33c51081702d02c923959e.aballier@gentoo
1 commit: 9024df3c014b63e86a33c51081702d02c923959e
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 1 14:38:21 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 1 14:38:21 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9024df3c
7
8 dev-ros/rosbridge_library: fix typo in description.
9
10 Bug #589950 by Alexander Miller
11
12 Package-Manager: portage-2.3.0
13
14 dev-ros/rosbridge_library/rosbridge_library-0.7.15.ebuild | 2 +-
15 dev-ros/rosbridge_library/rosbridge_library-9999.ebuild | 4 ++--
16 2 files changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/dev-ros/rosbridge_library/rosbridge_library-0.7.15.ebuild b/dev-ros/rosbridge_library/rosbridge_library-0.7.15.ebuild
19 index 35ba07e..fc7a066 100644
20 --- a/dev-ros/rosbridge_library/rosbridge_library-0.7.15.ebuild
21 +++ b/dev-ros/rosbridge_library/rosbridge_library-0.7.15.ebuild
22 @@ -12,7 +12,7 @@ CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/geometry_msgs"
23
24 inherit ros-catkin
25
26 -DESCRIPTION="Core rosbridge package repsonsible for interpreting JSON and performing the appropriate ROS action"
27 +DESCRIPTION="Core rosbridge package responsible for interpreting JSON and performing the appropriate ROS action"
28 LICENSE="BSD"
29 SLOT="0"
30 IUSE=""
31
32 diff --git a/dev-ros/rosbridge_library/rosbridge_library-9999.ebuild b/dev-ros/rosbridge_library/rosbridge_library-9999.ebuild
33 index 9299b50..fc7a066 100644
34 --- a/dev-ros/rosbridge_library/rosbridge_library-9999.ebuild
35 +++ b/dev-ros/rosbridge_library/rosbridge_library-9999.ebuild
36 @@ -1,4 +1,4 @@
37 -# Copyright 1999-2014 Gentoo Foundation
38 +# Copyright 1999-2016 Gentoo Foundation
39 # Distributed under the terms of the GNU General Public License v2
40 # $Id$
41
42 @@ -12,7 +12,7 @@ CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/geometry_msgs"
43
44 inherit ros-catkin
45
46 -DESCRIPTION="Core rosbridge package repsonsible for interpreting JSON and performing the appropriate ROS action"
47 +DESCRIPTION="Core rosbridge package responsible for interpreting JSON and performing the appropriate ROS action"
48 LICENSE="BSD"
49 SLOT="0"
50 IUSE=""