summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-09 14:02:15 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-09 14:33:26 +0200
commit8bb27ffcf5a4fe2b77b213e1b285ef9806dcf8a7 (patch)
tree9af68352d01b26246c5a1b3170bdf10e2f813292 /ros-meta/executive_smach/executive_smach-2.5.0.ebuild
parentdev-ros/smach_msgs: Bump to 2.5.0. (diff)
downloadgentoo-8bb27ffcf5a4fe2b77b213e1b285ef9806dcf8a7.tar.gz
gentoo-8bb27ffcf5a4fe2b77b213e1b285ef9806dcf8a7.tar.bz2
gentoo-8bb27ffcf5a4fe2b77b213e1b285ef9806dcf8a7.zip
ros-meta/executive_smach: 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 'ros-meta/executive_smach/executive_smach-2.5.0.ebuild')
-rw-r--r--ros-meta/executive_smach/executive_smach-2.5.0.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/ros-meta/executive_smach/executive_smach-2.5.0.ebuild b/ros-meta/executive_smach/executive_smach-2.5.0.ebuild
new file mode 100644
index 000000000000..755571fa8cdc
--- /dev/null
+++ b/ros-meta/executive_smach/executive_smach-2.5.0.ebuild
@@ -0,0 +1,23 @@
+# 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"
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="SMACH library and ROS SMACH integration packages"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ dev-ros/smach
+ dev-ros/smach_ros
+ dev-ros/smach_msgs
+"
+DEPEND="${RDEPEND}"