diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-11-04 11:34:22 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-11-04 12:05:48 +0100 |
commit | a49139c2142cd4c538f2d007a2a301529667c169 (patch) | |
tree | 910551022d7c79b0a63687903e811c58bc2adfb1 /dev-ros/rosbuild/rosbuild-1.14.2.ebuild | |
parent | dev-ros/mk: Bump to 1.14.2. (diff) | |
download | gentoo-a49139c2142cd4c538f2d007a2a301529667c169.tar.gz gentoo-a49139c2142cd4c538f2d007a2a301529667c169.tar.bz2 gentoo-a49139c2142cd4c538f2d007a2a301529667c169.zip |
dev-ros/rosbuild: Bump to 1.14.2.
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'dev-ros/rosbuild/rosbuild-1.14.2.ebuild')
-rw-r--r-- | dev-ros/rosbuild/rosbuild-1.14.2.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-ros/rosbuild/rosbuild-1.14.2.ebuild b/dev-ros/rosbuild/rosbuild-1.14.2.ebuild new file mode 100644 index 000000000000..8af6a6ad043c --- /dev/null +++ b/dev-ros/rosbuild/rosbuild-1.14.2.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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}" |