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/turtle_tf/
Date: Mon, 02 Sep 2019 12:00:25
Message-Id: 1567425590.c8d68bbd165475ddcfe0f77a0062d6a3672fe834.aballier@gentoo
1 commit: c8d68bbd165475ddcfe0f77a0062d6a3672fe834
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 2 11:53:45 2019 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 2 11:59:50 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8d68bbd
7
8 dev-ros/turtle_tf: add missing boost dep
9
10 Package-Manager: Portage-2.3.75, Repoman-2.3.17
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 .../turtle_tf/{turtle_tf-0.2.2.ebuild => turtle_tf-0.2.2-r1.ebuild} | 3 ++-
14 dev-ros/turtle_tf/turtle_tf-9999.ebuild | 3 ++-
15 2 files changed, 4 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-ros/turtle_tf/turtle_tf-0.2.2.ebuild b/dev-ros/turtle_tf/turtle_tf-0.2.2-r1.ebuild
18 similarity index 91%
19 rename from dev-ros/turtle_tf/turtle_tf-0.2.2.ebuild
20 rename to dev-ros/turtle_tf/turtle_tf-0.2.2-r1.ebuild
21 index 885c2dd1ccb..382e9bc485c 100644
22 --- a/dev-ros/turtle_tf/turtle_tf-0.2.2.ebuild
23 +++ b/dev-ros/turtle_tf/turtle_tf-0.2.2-r1.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2019 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=5
30 @@ -21,5 +21,6 @@ RDEPEND="
31 dev-ros/turtlesim[${PYTHON_USEDEP}]
32 dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
33 dev-ros/std_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
34 + dev-libs/boost:=
35 "
36 DEPEND="${RDEPEND}"
37
38 diff --git a/dev-ros/turtle_tf/turtle_tf-9999.ebuild b/dev-ros/turtle_tf/turtle_tf-9999.ebuild
39 index 885c2dd1ccb..382e9bc485c 100644
40 --- a/dev-ros/turtle_tf/turtle_tf-9999.ebuild
41 +++ b/dev-ros/turtle_tf/turtle_tf-9999.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2014 Gentoo Foundation
44 +# Copyright 1999-2019 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=5
48 @@ -21,5 +21,6 @@ RDEPEND="
49 dev-ros/turtlesim[${PYTHON_USEDEP}]
50 dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
51 dev-ros/std_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
52 + dev-libs/boost:=
53 "
54 DEPEND="${RDEPEND}"