diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-09-22 17:06:31 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-09-22 17:06:31 +0200 |
commit | 384910ee7e922eab8ec6e4c374f82e632d9e99a5 (patch) | |
tree | b0aa0b957173e03aed27220f42afd4a602db9f6e /dev-ros/roslisp/roslisp-9999.ebuild | |
parent | dev-ros/rosconsole_bridge: Initial import. Ebuild by me. (diff) | |
download | gentoo-384910ee7e922eab8ec6e4c374f82e632d9e99a5.tar.gz gentoo-384910ee7e922eab8ec6e4c374f82e632d9e99a5.tar.bz2 gentoo-384910ee7e922eab8ec6e4c374f82e632d9e99a5.zip |
dev-ros/roslisp: Initial import. Ebuild by me.
Package-Manager: portage-2.2.21
Diffstat (limited to 'dev-ros/roslisp/roslisp-9999.ebuild')
-rw-r--r-- | dev-ros/roslisp/roslisp-9999.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-ros/roslisp/roslisp-9999.ebuild b/dev-ros/roslisp/roslisp-9999.ebuild new file mode 100644 index 000000000000..42af580438e0 --- /dev/null +++ b/dev-ros/roslisp/roslisp-9999.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +ROS_REPO_URI="https://github.com/ros/roslisp" +KEYWORDS="~amd64" + +inherit ros-catkin + +DESCRIPTION="Lisp client library for ROS" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/roslang + dev-lisp/sbcl + dev-ros/rospack + dev-ros/rosgraph_msgs + dev-ros/std_srvs +" +DEPEND="${RDEPEND}" |