summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-08-04 20:38:49 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-08-04 20:39:58 +0200
commit2ad5e45c3d93986fdb9260444d67d01b9a8f7340 (patch)
treeed24a3a255b536bf19f769bda65df9464852229c /dev-ros
parentdev-ros/rviz: bump to 1.12.11 (diff)
downloadgentoo-2ad5e45c3d93986fdb9260444d67d01b9a8f7340.tar.gz
gentoo-2ad5e45c3d93986fdb9260444d67d01b9a8f7340.tar.bz2
gentoo-2ad5e45c3d93986fdb9260444d67d01b9a8f7340.zip
dev-ros/rospack: bump to 2.4.2
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-ros')
-rw-r--r--dev-ros/rospack/Manifest1
-rw-r--r--dev-ros/rospack/rospack-2.4.2.ebuild31
2 files changed, 32 insertions, 0 deletions
diff --git a/dev-ros/rospack/Manifest b/dev-ros/rospack/Manifest
index 91b87b8b6bc8..4fddc6a7f3ff 100644
--- a/dev-ros/rospack/Manifest
+++ b/dev-ros/rospack/Manifest
@@ -1 +1,2 @@
DIST rospack-2.4.1.tar.gz 71937 SHA256 8d741477d98c0f0f782a256c574bc3ef8fc952e44461a0e513bffbafc6478bb0 SHA512 54eb4c99920e82aebe977257a4dc314a673f314d3239428664fe9a85b384b3b75eec2790b217654672e50d63e81cefbf1aa885b9c8a0fb843a86169355c840b8 WHIRLPOOL 4d37add307993c7da2dbd7b6170583e88a3a245b29ad389a10fe4e84f2027e1f14f91b7823a373003f06018720f6f0f2366115e92d955ed59bd43f0bd5921d0b
+DIST rospack-2.4.2.tar.gz 71938 SHA256 5ef87c11d492759608f12d03113bd538cdb61bbc3876ebd91be078c9b56241f7 SHA512 f5569ba19abcb41b888d98c272bacca19d7be68528550154003e8394bd431aa381858f0a4440f708b5d9ac1814fa0e093a7ba34c3c192bcedb2de8040f364605 WHIRLPOOL 5e747bc9904fdbf1d5c33af46d912224605fb755aa2c5339b9efaabdc8c2ef5b4e5ab2a56714d43ca45030a83e36429a31a92b6bd79d0c20a584019e50b00189
diff --git a/dev-ros/rospack/rospack-2.4.2.ebuild b/dev-ros/rospack/rospack-2.4.2.ebuild
new file mode 100644
index 000000000000..18b9f633ad3f
--- /dev/null
+++ b/dev-ros/rospack/rospack-2.4.2.ebuild
@@ -0,0 +1,31 @@
+# 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/rospack"
+KEYWORDS="~amd64 ~arm"
+
+inherit ros-catkin
+
+DESCRIPTION="Retrieves information about ROS packages available on the filesystem"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+ dev-libs/boost:=
+ dev-libs/tinyxml2:=
+ ${PYTHON_DEPS}"
+DEPEND="${RDEPEND}
+ >=dev-ros/cmake_modules-0.4.1
+ test? (
+ dev-cpp/gtest
+ dev-python/nose
+ )"
+
+PATCHES=(
+ "${FILESDIR}/gentoo.patch"
+)