summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2019-05-07 11:53:07 +0200
committerAlexis Ballier <aballier@gentoo.org>2019-05-07 12:00:21 +0200
commitb7a48697c088f3eee17bf79a57854bf246a34e82 (patch)
treeab8037d28bfff568e7c36696ae2dbf3f5128aabd /dev-ros/rosbuild/rosbuild-1.14.6.ebuild
parentdev-ros/mk: Bump to 1.14.6. (diff)
downloadgentoo-b7a48697c088f3eee17bf79a57854bf246a34e82.tar.gz
gentoo-b7a48697c088f3eee17bf79a57854bf246a34e82.tar.bz2
gentoo-b7a48697c088f3eee17bf79a57854bf246a34e82.zip
dev-ros/rosbuild: Bump to 1.14.6.
Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/rosbuild/rosbuild-1.14.6.ebuild')
-rw-r--r--dev-ros/rosbuild/rosbuild-1.14.6.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-ros/rosbuild/rosbuild-1.14.6.ebuild b/dev-ros/rosbuild/rosbuild-1.14.6.ebuild
new file mode 100644
index 000000000000..2d4a4233f3e5
--- /dev/null
+++ b/dev-ros/rosbuild/rosbuild-1.14.6.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2019 Gentoo Authors
+# 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}"