summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2018-02-05 13:40:19 +0100
committerAlexis Ballier <aballier@gentoo.org>2018-02-06 20:23:16 +0100
commitb2972f9550a3a4e377bf60c5fc36a6eb1acf67df (patch)
tree1cbf0290e9f8ab2fd6b6bd7b42d16cd2da564ca4 /dev-ros/rosbash/rosbash-1.14.3.ebuild
parentros-meta/roscpp_core: Bump to 0.6.9. (diff)
downloadgentoo-b2972f9550a3a4e377bf60c5fc36a6eb1acf67df.tar.gz
gentoo-b2972f9550a3a4e377bf60c5fc36a6eb1acf67df.tar.bz2
gentoo-b2972f9550a3a4e377bf60c5fc36a6eb1acf67df.zip
dev-ros/rosbash: Bump to 1.14.3.
Package-Manager: Portage-2.3.20, Repoman-2.3.6
Diffstat (limited to 'dev-ros/rosbash/rosbash-1.14.3.ebuild')
-rw-r--r--dev-ros/rosbash/rosbash-1.14.3.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-ros/rosbash/rosbash-1.14.3.ebuild b/dev-ros/rosbash/rosbash-1.14.3.ebuild
new file mode 100644
index 000000000000..bef22c0c8f54
--- /dev/null
+++ b/dev-ros/rosbash/rosbash-1.14.3.ebuild
@@ -0,0 +1,19 @@
+# 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=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" )