summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-09 14:02:10 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-09 14:33:26 +0200
commit31937e8b716f7b50aa51ac81c97f783feff51da8 (patch)
tree54e53d9358ad6c47976d61fcc3915d82f49362c6 /dev-ros/smach_msgs/smach_msgs-2.5.0.ebuild
parentdev-ros/smach_ros: Bump to 2.5.0. (diff)
downloadgentoo-31937e8b716f7b50aa51ac81c97f783feff51da8.tar.gz
gentoo-31937e8b716f7b50aa51ac81c97f783feff51da8.tar.bz2
gentoo-31937e8b716f7b50aa51ac81c97f783feff51da8.zip
dev-ros/smach_msgs: Bump to 2.5.0.
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/smach_msgs/smach_msgs-2.5.0.ebuild')
-rw-r--r--dev-ros/smach_msgs/smach_msgs-2.5.0.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-ros/smach_msgs/smach_msgs-2.5.0.ebuild b/dev-ros/smach_msgs/smach_msgs-2.5.0.ebuild
new file mode 100644
index 000000000000..20cd3b0f678e
--- /dev/null
+++ b/dev-ros/smach_msgs/smach_msgs-2.5.0.ebuild
@@ -0,0 +1,21 @@
+# 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/executive_smach"
+CATKIN_HAS_MESSAGES=yes
+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="Set of messages that are used by the introspection interfaces for smach"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"