sys-block/di: Bump to version 4.47.2
[gentoo.git] / ros-meta / geometry_tutorials / geometry_tutorials-0.2.2.ebuild
1 # Copyright 1999-2014 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5 ROS_REPO_URI="https://github.com/ros/geometry_tutorials"
6 KEYWORDS="~amd64"
7 ROS_SUBDIR=${PN}
8
9 inherit ros-catkin
10
11 DESCRIPTION="Metapackage of geometry tutorials ROS"
12 LICENSE="BSD"
13 SLOT="0"
14 IUSE=""
15
16 RDEPEND="
17         dev-ros/turtle_tf
18         dev-ros/turtle_tf2
19 "
20 DEPEND="${RDEPEND}"