summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2018-02-05 13:41:04 +0100
committerAlexis Ballier <aballier@gentoo.org>2018-02-06 20:23:22 +0100
commit29f5de740e8c7e757bd11cb6b595d648d3f4e46b (patch)
tree3cf6c32373516710d1e8e3ccaa84d05ba6e9ac6b /dev-ros/rosbuild/rosbuild-1.14.3.ebuild
parentdev-ros/mk: Bump to 1.14.3. (diff)
downloadgentoo-29f5de740e8c7e757bd11cb6b595d648d3f4e46b.tar.gz
gentoo-29f5de740e8c7e757bd11cb6b595d648d3f4e46b.tar.bz2
gentoo-29f5de740e8c7e757bd11cb6b595d648d3f4e46b.zip
dev-ros/rosbuild: Bump to 1.14.3.
Package-Manager: Portage-2.3.20, Repoman-2.3.6
Diffstat (limited to 'dev-ros/rosbuild/rosbuild-1.14.3.ebuild')
-rw-r--r--dev-ros/rosbuild/rosbuild-1.14.3.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-ros/rosbuild/rosbuild-1.14.3.ebuild b/dev-ros/rosbuild/rosbuild-1.14.3.ebuild
new file mode 100644
index 000000000000..a445e3892ca0
--- /dev/null
+++ b/dev-ros/rosbuild/rosbuild-1.14.3.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2018 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}"