summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-02-23 09:24:09 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-02-23 10:15:51 +0100
commit7937bf70e86f90d2a42ba0852fcd0ac3e50800c1 (patch)
tree389b6d626a9cf393e48a57ecc783b32fa7b61d83 /dev-ros/rosbuild/rosbuild-1.14.0.ebuild
parentdev-ros/mk: Bump to 1.14.0. (diff)
downloadgentoo-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.ebuild19
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}"