dev-ros/rospack: bump to 2.4.2
authorAlexis Ballier <aballier@gentoo.org>
Fri, 4 Aug 2017 18:38:49 +0000 (20:38 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Fri, 4 Aug 2017 18:39:58 +0000 (20:39 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

dev-ros/rospack/Manifest
dev-ros/rospack/rospack-2.4.2.ebuild [new file with mode: 0644]

index 91b87b8b6bc801ae248e174dce00545548ee4153..4fddc6a7f3ffb162c906a7518feda5a365d5b99d 100644 (file)
@@ -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 (file)
index 0000000..18b9f63
--- /dev/null
@@ -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"
+)