summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-09-05 11:02:48 +0200
committerAlexis Ballier <aballier@gentoo.org>2016-09-05 11:21:13 +0200
commit61352b36539d1beea7e0084bef563efcf0b57b95 (patch)
treec920ce1b4a0c28e5a14074dcad88cb3e63afd641 /dev-ros/rosbuild/rosbuild-1.13.2.ebuild
parentdev-ros/mk: Bump to 1.13.2. (diff)
downloadgentoo-61352b36539d1beea7e0084bef563efcf0b57b95.tar.gz
gentoo-61352b36539d1beea7e0084bef563efcf0b57b95.tar.bz2
gentoo-61352b36539d1beea7e0084bef563efcf0b57b95.zip
dev-ros/rosbuild: Bump to 1.13.2.
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-ros/rosbuild/rosbuild-1.13.2.ebuild')
-rw-r--r--dev-ros/rosbuild/rosbuild-1.13.2.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-ros/rosbuild/rosbuild-1.13.2.ebuild b/dev-ros/rosbuild/rosbuild-1.13.2.ebuild
new file mode 100644
index 000000000000..637d6304e449
--- /dev/null
+++ b/dev-ros/rosbuild/rosbuild-1.13.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 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}"