forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Package-Manager: portage-2.2.25 Signed-off-by: Alexis Ballier <[email protected]>
- Loading branch information
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST rgbd_launch-2.1.0.tar.gz 4537 SHA256 74c1973c10b687339094fa14a6979359beafded55b81362a0861964dd0964b6e SHA512 aa4339f3ef711ea01e2184a5e3d642188d4c31ff3629e07044deb4ef3a3a4f74edda9997fc6fb7d44ab873158ab0b383e004eaa2f9b06e7f4a722541974dc8bd WHIRLPOOL 574eb3c36af5a27f1b8af0adddb1f676459d92d045626037953b6c26fe9925829c7b3809a15dce141696bd618905ed10e9a4e7134dede5d5d96e66512fae250e | ||
DIST rgbd_launch-2.1.1.tar.gz 4780 SHA256 e9914dd54452ee70e73ea6f9088a63f2a5af0a4baaed4cb2d9edf7031873aafc SHA512 2ad2c9746d7fa79ba93ad7c4fce6896b276771ad20a1b4b56df06eca648c4895de594ed3785fe516b3341844f919eb252b30b8465b336dd9de74805e04407022 WHIRLPOOL ab18ac63264efb1ad8c30323126cfc03ab604e519fe91280d5cf76c451e5084ee2e3d4723fe4b3e6bfd55113badd6cc941490905e0e1a5000c0cfa8d3c9bebff | ||
DIST rgbd_launch-2.2.0.tar.gz 5515 SHA256 998bd3b89521644483a7f8a60f50835477a261e29f0dc706f28cf6e82d815c79 SHA512 420920635b42060b0dcc7419589f5ce4b3a1ae56e07c8cf1df4e797685cdf6e230c882b2cae717b47c3c496759f8ddea8c4ce3c3fe6fceb1781d7449b53a52f6 WHIRLPOOL 4def15ac6059324fca16ce2f7434cbea3ced3acbaa37915ab00f990daa7010c721790368d276411e132d2d114653b84ed54d557894775f081c3ce716844cbe7a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Copyright 1999-2015 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=5 | ||
|
||
ROS_REPO_URI="https://github.com/ros-drivers/rgbd_launch" | ||
KEYWORDS="~amd64 ~arm" | ||
|
||
inherit ros-catkin | ||
|
||
DESCRIPTION="Launch files to open an RGBD device" | ||
LICENSE="BSD" | ||
SLOT="0" | ||
IUSE="" | ||
|
||
RDEPEND=" | ||
dev-ros/depth_image_proc | ||
dev-ros/image_proc | ||
dev-ros/nodelet | ||
dev-ros/tf | ||
" | ||
DEPEND="${RDEPEND}" |