diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-07-30 18:36:29 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-07-30 18:43:53 +0200 |
commit | fc58f1f6e277e4ef10050eee54c317e0977601d1 (patch) | |
tree | 8e7f5b2ff839fca53a34cba453605672e6c09850 /dev-ros/rosbash/rosbash-1.14.1.ebuild | |
parent | ros-meta/ros_tutorials: Bump to 0.8.1. (diff) | |
download | gentoo-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.ebuild | 19 |
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" ) |