summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-03-14 12:23:46 +0100
committerAlexis Ballier <aballier@gentoo.org>2016-03-14 12:38:20 +0100
commitf5559067525cce6ae4e4be6accd5b77dd0579d58 (patch)
tree4381309c4a6f0788ce14c22ff1f4a7856207d7b6 /dev-ros/rosbuild/rosbuild-1.13.1.ebuild
parentdev-ros/mk: Bump to 1.13.1. (diff)
downloadgentoo-f5559067525cce6ae4e4be6accd5b77dd0579d58.tar.gz
gentoo-f5559067525cce6ae4e4be6accd5b77dd0579d58.tar.bz2
gentoo-f5559067525cce6ae4e4be6accd5b77dd0579d58.zip
dev-ros/rosbuild: Bump to 1.13.1.
Package-Manager: portage-2.2.28 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/rosbuild/rosbuild-1.13.1.ebuild')
-rw-r--r--dev-ros/rosbuild/rosbuild-1.13.1.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-ros/rosbuild/rosbuild-1.13.1.ebuild b/dev-ros/rosbuild/rosbuild-1.13.1.ebuild
new file mode 100644
index 000000000000..9b8ca353c35c
--- /dev/null
+++ b/dev-ros/rosbuild/rosbuild-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="Scripts for managing the CMake-based build system for ROS"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"