summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2018-05-12 13:10:04 +0200
committerAlexis Ballier <aballier@gentoo.org>2018-05-12 13:13:32 +0200
commitd6c307ff7604827d435c71659de9d36e66b97939 (patch)
treea2bcd19b37fa0ad78da1f503e11dd6c06ea354d8 /dev-ros/tf2_bullet/tf2_bullet-0.6.2.ebuild
parentdev-ros/tf2: Bump to 0.6.2. (diff)
downloadgentoo-d6c307ff7604827d435c71659de9d36e66b97939.tar.gz
gentoo-d6c307ff7604827d435c71659de9d36e66b97939.tar.bz2
gentoo-d6c307ff7604827d435c71659de9d36e66b97939.zip
dev-ros/tf2_bullet: Bump to 0.6.2.
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'dev-ros/tf2_bullet/tf2_bullet-0.6.2.ebuild')
-rw-r--r--dev-ros/tf2_bullet/tf2_bullet-0.6.2.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-ros/tf2_bullet/tf2_bullet-0.6.2.ebuild b/dev-ros/tf2_bullet/tf2_bullet-0.6.2.ebuild
new file mode 100644
index 000000000000..cff2733f7c12
--- /dev/null
+++ b/dev-ros/tf2_bullet/tf2_bullet-0.6.2.ebuild
@@ -0,0 +1,21 @@
+# 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/geometry2"
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="TF2 bullet support"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ dev-ros/tf2
+ dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+ sci-physics/bullet
+"
+DEPEND="${RDEPEND}"