summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-08 18:15:28 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-08 19:29:43 +0200
commit88bb1bb958538d7495073ba58d9825891ce8552d (patch)
tree73c54d493f21e2d858f6c4c2749e23fa01c09439 /dev-ros/actionlib_msgs/actionlib_msgs-1.13.0.ebuild
parentdev-ros/combined_robot_hw: Remove old (diff)
downloadgentoo-88bb1bb958538d7495073ba58d9825891ce8552d.tar.gz
gentoo-88bb1bb958538d7495073ba58d9825891ce8552d.tar.bz2
gentoo-88bb1bb958538d7495073ba58d9825891ce8552d.zip
dev-ros/actionlib_msgs: Bump to 1.13.0.
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/actionlib_msgs/actionlib_msgs-1.13.0.ebuild')
-rw-r--r--dev-ros/actionlib_msgs/actionlib_msgs-1.13.0.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-ros/actionlib_msgs/actionlib_msgs-1.13.0.ebuild b/dev-ros/actionlib_msgs/actionlib_msgs-1.13.0.ebuild
new file mode 100644
index 000000000000..d658f6173f57
--- /dev/null
+++ b/dev-ros/actionlib_msgs/actionlib_msgs-1.13.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2020 Gentoo Authors
+# 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_6} pypy3 )
+ROS_SUBDIR=${PN}
+CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
+
+inherit ros-catkin
+
+DESCRIPTION="Common messages to interact with an action server and an action client"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"