summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-09-22 13:45:44 +0200
committerAlexis Ballier <aballier@gentoo.org>2015-09-22 13:45:44 +0200
commitdb6511c262aa5bbae4b416dff6d1d0d337fe47e2 (patch)
tree2b8efef292807212c80911c70ee6626a1978cc25 /dev-ros/rosbash/rosbash-1.12.3.ebuild
parentdev-ros/mk: Initial import. Ebuild by me. (diff)
downloadgentoo-db6511c262aa5bbae4b416dff6d1d0d337fe47e2.tar.gz
gentoo-db6511c262aa5bbae4b416dff6d1d0d337fe47e2.tar.bz2
gentoo-db6511c262aa5bbae4b416dff6d1d0d337fe47e2.zip
dev-ros/rosbash: Initial import. Ebuild by me.
Package-Manager: portage-2.2.21
Diffstat (limited to 'dev-ros/rosbash/rosbash-1.12.3.ebuild')
-rw-r--r--dev-ros/rosbash/rosbash-1.12.3.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-ros/rosbash/rosbash-1.12.3.ebuild b/dev-ros/rosbash/rosbash-1.12.3.ebuild
new file mode 100644
index 000000000000..300eb4bfbfa5
--- /dev/null
+++ b/dev-ros/rosbash/rosbash-1.12.3.ebuild
@@ -0,0 +1,20 @@
+# 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=tools/${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Assorted shell commands for using ros with bash"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+PATCHES=( "${FILESDIR}/catkin_prefix.patch" )