diff options
author | 2016-03-14 12:23:50 +0100 | |
---|---|---|
committer | 2016-03-14 12:38:20 +0100 | |
commit | f7b168a6f4543730648ca6f0910727eb4ff57b15 (patch) | |
tree | 632de26013d47051a9da5719b85b38b90a7c3a3c /dev-ros/roslang/roslang-1.13.1.ebuild | |
parent | dev-ros/rosbuild: Bump to 1.13.1. (diff) | |
download | gentoo-f7b168a6f4543730648ca6f0910727eb4ff57b15.tar.gz gentoo-f7b168a6f4543730648ca6f0910727eb4ff57b15.tar.bz2 gentoo-f7b168a6f4543730648ca6f0910727eb4ff57b15.zip |
dev-ros/roslang: Bump to 1.13.1.
Package-Manager: portage-2.2.28
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/roslang/roslang-1.13.1.ebuild')
-rw-r--r-- | dev-ros/roslang/roslang-1.13.1.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-ros/roslang/roslang-1.13.1.ebuild b/dev-ros/roslang/roslang-1.13.1.ebuild new file mode 100644 index 000000000000..d84ab6d56ec6 --- /dev/null +++ b/dev-ros/roslang/roslang-1.13.1.ebuild @@ -0,0 +1,19 @@ +# 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/ros" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=core/${PN} + +inherit ros-catkin + +DESCRIPTION="Common package for all ROS client libraries" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" |