diff options
author | 2017-02-23 09:24:09 +0100 | |
---|---|---|
committer | 2017-02-23 10:15:51 +0100 | |
commit | 7937bf70e86f90d2a42ba0852fcd0ac3e50800c1 (patch) | |
tree | 389b6d626a9cf393e48a57ecc783b32fa7b61d83 /dev-ros/rosbuild/rosbuild-1.14.0.ebuild | |
parent | dev-ros/mk: Bump to 1.14.0. (diff) | |
download | gentoo-7937bf70e86f90d2a42ba0852fcd0ac3e50800c1.tar.gz gentoo-7937bf70e86f90d2a42ba0852fcd0ac3e50800c1.tar.bz2 gentoo-7937bf70e86f90d2a42ba0852fcd0ac3e50800c1.zip |
dev-ros/rosbuild: Bump to 1.14.0.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ros/rosbuild/rosbuild-1.14.0.ebuild')
-rw-r--r-- | dev-ros/rosbuild/rosbuild-1.14.0.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-ros/rosbuild/rosbuild-1.14.0.ebuild b/dev-ros/rosbuild/rosbuild-1.14.0.ebuild new file mode 100644 index 000000000000..099a664d86ae --- /dev/null +++ b/dev-ros/rosbuild/rosbuild-1.14.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2017 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="Scripts for managing the CMake-based build system for ROS" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" |