commit:     e0b61a6ade7ca1b32cdfd57bbded219659e59fb4
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 14 11:35:22 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Oct 14 11:35:22 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0b61a6a

dev-ros/rospack: bump to 2.4.3

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-ros/rospack/Manifest             |  1 +
 dev-ros/rospack/rospack-2.4.3.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-ros/rospack/Manifest b/dev-ros/rospack/Manifest
index 7b9bb68ae37..d7b92e565a0 100644
--- a/dev-ros/rospack/Manifest
+++ b/dev-ros/rospack/Manifest
@@ -1 +1,2 @@
 DIST rospack-2.4.2.tar.gz 71938 SHA256 
5ef87c11d492759608f12d03113bd538cdb61bbc3876ebd91be078c9b56241f7 SHA512 
f5569ba19abcb41b888d98c272bacca19d7be68528550154003e8394bd431aa381858f0a4440f708b5d9ac1814fa0e093a7ba34c3c192bcedb2de8040f364605
 WHIRLPOOL 
5e747bc9904fdbf1d5c33af46d912224605fb755aa2c5339b9efaabdc8c2ef5b4e5ab2a56714d43ca45030a83e36429a31a92b6bd79d0c20a584019e50b00189
+DIST rospack-2.4.3.tar.gz 72327 SHA256 
e7434df39a6c4d83ac4613ef24ebe699d5b470ce64d1f1fe0fcdc8b9fc9e54d1 SHA512 
4396ef24d0bd826235d7ac0da8a0b502557ecc0086eadcda96d44779ed5d8134e9a53cd861ee135a4b1da53074bdcf906dc4cb6ea0c36798326c17788ee1e2be
 WHIRLPOOL 
2ba441b8b5f65fa1e9cf0c5977292745a785995269b6b177e2703cf1ca77aa918a06f1e06edd8f844f30d0f827bc6c780af4d61593741cf743e2987f2ece30f7

diff --git a/dev-ros/rospack/rospack-2.4.3.ebuild 
b/dev-ros/rospack/rospack-2.4.3.ebuild
new file mode 100644
index 00000000000..18b9f633ad3
--- /dev/null
+++ b/dev-ros/rospack/rospack-2.4.3.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"
+)

Reply via email to