summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2018-04-28 16:41:03 +0200
committerAlexis Ballier <aballier@gentoo.org>2018-04-28 17:21:43 +0200
commit8ff206fb32097aba0975ec17e4f0fe5fed4cb016 (patch)
treeace86140c4bba1934e670314b68018f12eee2220 /dev-ros/smclib/smclib-1.8.2.ebuild
parentdev-ros/bondpy: Bump to 1.8.2. (diff)
downloadgentoo-8ff206fb32097aba0975ec17e4f0fe5fed4cb016.tar.gz
gentoo-8ff206fb32097aba0975ec17e4f0fe5fed4cb016.tar.bz2
gentoo-8ff206fb32097aba0975ec17e4f0fe5fed4cb016.zip
dev-ros/smclib: Bump to 1.8.2.
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'dev-ros/smclib/smclib-1.8.2.ebuild')
-rw-r--r--dev-ros/smclib/smclib-1.8.2.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-ros/smclib/smclib-1.8.2.ebuild b/dev-ros/smclib/smclib-1.8.2.ebuild
new file mode 100644
index 000000000000..252c3839f5da
--- /dev/null
+++ b/dev-ros/smclib/smclib-1.8.2.ebuild
@@ -0,0 +1,18 @@
+# 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/bond_core"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
+
+inherit ros-catkin
+
+DESCRIPTION="The State Machine Compiler (SMC) converts the description of a state machine into source code"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"