From e91a1aaa5ec8fab37f0fd082ac6024d41c6651e2 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 7 Apr 2018 13:16:39 +0100 Subject: gentoo resync : 07.04.2018 --- .../nodelet_tutorial_math-0.1.11.ebuild | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 dev-ros/nodelet_tutorial_math/nodelet_tutorial_math-0.1.11.ebuild (limited to 'dev-ros/nodelet_tutorial_math/nodelet_tutorial_math-0.1.11.ebuild') diff --git a/dev-ros/nodelet_tutorial_math/nodelet_tutorial_math-0.1.11.ebuild b/dev-ros/nodelet_tutorial_math/nodelet_tutorial_math-0.1.11.ebuild new file mode 100644 index 000000000000..53cd8355481a --- /dev/null +++ b/dev-ros/nodelet_tutorial_math/nodelet_tutorial_math-0.1.11.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/ros/common_tutorials" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Nodelet tutorial" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/nodelet + dev-libs/console_bridge:= + dev-ros/roscpp + dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-libs/boost:= +" +DEPEND="${RDEPEND}" -- cgit v1.2.3