From db6511c262aa5bbae4b416dff6d1d0d337fe47e2 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Tue, 22 Sep 2015 13:45:44 +0200 Subject: dev-ros/rosbash: Initial import. Ebuild by me. Package-Manager: portage-2.2.21 --- dev-ros/rosbash/Manifest | 1 + dev-ros/rosbash/files/catkin_prefix.patch | 13 +++++++++++++ dev-ros/rosbash/metadata.xml | 5 +++++ dev-ros/rosbash/rosbash-1.12.3.ebuild | 20 ++++++++++++++++++++ dev-ros/rosbash/rosbash-9999.ebuild | 20 ++++++++++++++++++++ 5 files changed, 59 insertions(+) create mode 100644 dev-ros/rosbash/Manifest create mode 100644 dev-ros/rosbash/files/catkin_prefix.patch create mode 100644 dev-ros/rosbash/metadata.xml create mode 100644 dev-ros/rosbash/rosbash-1.12.3.ebuild create mode 100644 dev-ros/rosbash/rosbash-9999.ebuild (limited to 'dev-ros/rosbash') diff --git a/dev-ros/rosbash/Manifest b/dev-ros/rosbash/Manifest new file mode 100644 index 000000000000..02c7ccc4a2ae --- /dev/null +++ b/dev-ros/rosbash/Manifest @@ -0,0 +1 @@ +DIST ros-1.12.3.tar.gz 162506 SHA256 49b9368e901d69f464b46c9ff0d12843d413fe20c4271225dbb75169bb82a47e SHA512 fe740f357959ed2cabcf0d902c7f1ebe6a7dedd11376ec76e5f47383b0b29b15127306255bea9adb3a48b2872a681a10302f9b0c4da4625c31bcc78522b66d7c WHIRLPOOL d57a877f7b7dc2a6613d3ea07b59e740e25bfffbcec51fa4ce826ccdc9f95dd9aed121736f46338068f9cf06b52a6abc8462ce663bbd4519e7d93f16422995f5 diff --git a/dev-ros/rosbash/files/catkin_prefix.patch b/dev-ros/rosbash/files/catkin_prefix.patch new file mode 100644 index 000000000000..fce54f548856 --- /dev/null +++ b/dev-ros/rosbash/files/catkin_prefix.patch @@ -0,0 +1,13 @@ +Index: rosbash/scripts/rosrun +=================================================================== +--- rosbash.orig/scripts/rosrun ++++ rosbash/scripts/rosrun +@@ -47,7 +47,7 @@ case $2 in + ;; + esac + +-if [[ -n $CMAKE_PREFIX_PATH ]]; then ++if [[ -n $CMAKE_PREFIX_PATH || -n $CATKIN_PREFIX_PATH ]]; then + catkin_package_libexec_dir=`catkin_find --without-underlays --libexec --share $1 2> /dev/null` + debug "Looking in catkin libexec dir: $catkin_package_libexec_dir" + fi diff --git a/dev-ros/rosbash/metadata.xml b/dev-ros/rosbash/metadata.xml new file mode 100644 index 000000000000..c42ea5b15cf6 --- /dev/null +++ b/dev-ros/rosbash/metadata.xml @@ -0,0 +1,5 @@ + + + +ros + 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" ) diff --git a/dev-ros/rosbash/rosbash-9999.ebuild b/dev-ros/rosbash/rosbash-9999.ebuild new file mode 100644 index 000000000000..300eb4bfbfa5 --- /dev/null +++ b/dev-ros/rosbash/rosbash-9999.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" ) -- cgit v1.2.3-65-gdbad