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/image_pipeline/
Date: Tue, 26 Jul 2016 10:04:11
Message-Id: 1469527434.3dafcff766e2005bee459e8ecba9e7225786bc4b.aballier@gentoo
1 commit: 3dafcff766e2005bee459e8ecba9e7225786bc4b
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 26 10:03:20 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 26 10:03:54 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dafcff7
7
8 ros-meta/image_pipeline: add dep on image_publisher as it is part of the metapackage.
9
10 Package-Manager: portage-2.3.0
11
12 ros-meta/image_pipeline/image_pipeline-1.12.19.ebuild | 1 +
13 ros-meta/image_pipeline/image_pipeline-9999.ebuild | 3 ++-
14 2 files changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/ros-meta/image_pipeline/image_pipeline-1.12.19.ebuild b/ros-meta/image_pipeline/image_pipeline-1.12.19.ebuild
17 index c638086..105c210 100644
18 --- a/ros-meta/image_pipeline/image_pipeline-1.12.19.ebuild
19 +++ b/ros-meta/image_pipeline/image_pipeline-1.12.19.ebuild
20 @@ -18,6 +18,7 @@ RDEPEND="
21 dev-ros/camera_calibration
22 dev-ros/depth_image_proc
23 dev-ros/image_proc
24 + dev-ros/image_publisher
25 dev-ros/image_rotate
26 dev-ros/image_view
27 dev-ros/stereo_image_proc
28
29 diff --git a/ros-meta/image_pipeline/image_pipeline-9999.ebuild b/ros-meta/image_pipeline/image_pipeline-9999.ebuild
30 index 9552a91..105c210 100644
31 --- a/ros-meta/image_pipeline/image_pipeline-9999.ebuild
32 +++ b/ros-meta/image_pipeline/image_pipeline-9999.ebuild
33 @@ -1,4 +1,4 @@
34 -# Copyright 1999-2014 Gentoo Foundation
35 +# Copyright 1999-2016 Gentoo Foundation
36 # Distributed under the terms of the GNU General Public License v2
37 # $Id$
38
39 @@ -18,6 +18,7 @@ RDEPEND="
40 dev-ros/camera_calibration
41 dev-ros/depth_image_proc
42 dev-ros/image_proc
43 + dev-ros/image_publisher
44 dev-ros/image_rotate
45 dev-ros/image_view
46 dev-ros/stereo_image_proc