summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-05-18 19:26:46 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-05-18 19:30:58 +0200
commit9f7106e65692adf5eda8d490867e1dc515f149dc (patch)
tree4738c9da8d13e8298d787a22909ea12eb094ba32 /ros-meta/geometry_tutorials/geometry_tutorials-0.2.3.ebuild
parentdev-ros/turtle_tf2: Bump to 0.2.3. (diff)
downloadgentoo-9f7106e65692adf5eda8d490867e1dc515f149dc.tar.gz
gentoo-9f7106e65692adf5eda8d490867e1dc515f149dc.tar.bz2
gentoo-9f7106e65692adf5eda8d490867e1dc515f149dc.zip
ros-meta/geometry_tutorials: Bump to 0.2.3.
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'ros-meta/geometry_tutorials/geometry_tutorials-0.2.3.ebuild')
-rw-r--r--ros-meta/geometry_tutorials/geometry_tutorials-0.2.3.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/ros-meta/geometry_tutorials/geometry_tutorials-0.2.3.ebuild b/ros-meta/geometry_tutorials/geometry_tutorials-0.2.3.ebuild
new file mode 100644
index 000000000000..ea91bad08a06
--- /dev/null
+++ b/ros-meta/geometry_tutorials/geometry_tutorials-0.2.3.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros/geometry_tutorials"
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Metapackage of geometry tutorials ROS"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ dev-ros/turtle_tf
+ dev-ros/turtle_tf2
+"
+DEPEND="${RDEPEND}"