summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-07-30 18:36:29 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-07-30 18:43:53 +0200
commitfc58f1f6e277e4ef10050eee54c317e0977601d1 (patch)
tree8e7f5b2ff839fca53a34cba453605672e6c09850 /dev-ros/rosbash/rosbash-1.14.1.ebuild
parentros-meta/ros_tutorials: Bump to 0.8.1. (diff)
downloadgentoo-fc58f1f6e277e4ef10050eee54c317e0977601d1.tar.gz
gentoo-fc58f1f6e277e4ef10050eee54c317e0977601d1.tar.bz2
gentoo-fc58f1f6e277e4ef10050eee54c317e0977601d1.zip
dev-ros/rosbash: Bump to 1.14.1.
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-ros/rosbash/rosbash-1.14.1.ebuild')
-rw-r--r--dev-ros/rosbash/rosbash-1.14.1.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-ros/rosbash/rosbash-1.14.1.ebuild b/dev-ros/rosbash/rosbash-1.14.1.ebuild
new file mode 100644
index 000000000000..50dcfac83ec6
--- /dev/null
+++ b/dev-ros/rosbash/rosbash-1.14.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 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=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_prefix2.patch" )