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_tf2/
Date: Mon, 02 Sep 2019 12:00:27
Message-Id: 1567425590.f72649f8f0b1dabd693ae7ee636795993dae2638.aballier@gentoo
1 commit: f72649f8f0b1dabd693ae7ee636795993dae2638
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 2 11:54:44 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=f72649f8
7
8 dev-ros/turtle_tf2: 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_tf2/{turtle_tf2-0.2.2.ebuild => turtle_tf2-0.2.2-r1.ebuild} | 3 ++-
14 dev-ros/turtle_tf2/turtle_tf2-9999.ebuild | 3 ++-
15 2 files changed, 4 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-ros/turtle_tf2/turtle_tf2-0.2.2.ebuild b/dev-ros/turtle_tf2/turtle_tf2-0.2.2-r1.ebuild
18 similarity index 91%
19 rename from dev-ros/turtle_tf2/turtle_tf2-0.2.2.ebuild
20 rename to dev-ros/turtle_tf2/turtle_tf2-0.2.2-r1.ebuild
21 index 750c1ccbd2e..317903b4fac 100644
22 --- a/dev-ros/turtle_tf2/turtle_tf2-0.2.2.ebuild
23 +++ b/dev-ros/turtle_tf2/turtle_tf2-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 @@ -22,5 +22,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_tf2/turtle_tf2-9999.ebuild b/dev-ros/turtle_tf2/turtle_tf2-9999.ebuild
39 index 750c1ccbd2e..317903b4fac 100644
40 --- a/dev-ros/turtle_tf2/turtle_tf2-9999.ebuild
41 +++ b/dev-ros/turtle_tf2/turtle_tf2-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 @@ -22,5 +22,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}"