summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2018-05-13 12:37:56 +0200
committerAlexis Ballier <aballier@gentoo.org>2018-05-13 12:48:56 +0200
commitb4444598fe611e4f035f8d8dcbe3fe684d9a8873 (patch)
treef1f7ff24139c9ecd8d4a072f9d9c237dca1eea69 /dev-ros/trajectory_msgs/trajectory_msgs-1.12.6.ebuild
parentdev-ros/stereo_msgs: Bump to 1.12.6. (diff)
downloadgentoo-b4444598fe611e4f035f8d8dcbe3fe684d9a8873.tar.gz
gentoo-b4444598fe611e4f035f8d8dcbe3fe684d9a8873.tar.bz2
gentoo-b4444598fe611e4f035f8d8dcbe3fe684d9a8873.zip
dev-ros/trajectory_msgs: Bump to 1.12.6.
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'dev-ros/trajectory_msgs/trajectory_msgs-1.12.6.ebuild')
-rw-r--r--dev-ros/trajectory_msgs/trajectory_msgs-1.12.6.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-ros/trajectory_msgs/trajectory_msgs-1.12.6.ebuild b/dev-ros/trajectory_msgs/trajectory_msgs-1.12.6.ebuild
new file mode 100644
index 000000000000..45db762ccfe1
--- /dev/null
+++ b/dev-ros/trajectory_msgs/trajectory_msgs-1.12.6.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CATKIN_HAS_MESSAGES=yes
+ROS_REPO_URI="https://github.com/ros/common_msgs"
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
+ROS_SUBDIR=${PN}
+CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/geometry_msgs"
+
+inherit ros-catkin
+
+DESCRIPTION="Messages for defining robot trajectories"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"