commit:     f42d6495f644e741647648bd0a1ebfaaf8d13c7e
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 22 10:02:31 2018 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Mar 22 10:02:31 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f42d6495

dev-ros/resource_retriever: bump to 1.12.4

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ros/resource_retriever/Manifest                |  1 +
 .../resource_retriever-1.12.4.ebuild               | 23 ++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/dev-ros/resource_retriever/Manifest 
b/dev-ros/resource_retriever/Manifest
index cf187f29560..cad2b27a227 100644
--- a/dev-ros/resource_retriever/Manifest
+++ b/dev-ros/resource_retriever/Manifest
@@ -1 +1,2 @@
 DIST resource_retriever-1.12.3.tar.gz 6385 BLAKE2B 
eea0a548976acd6de95da9b1bdc2d108f8c74012d6f8df3ce055444dfcdc41765e020fda6b2894a74cab5f26a0419868ed7da6d62a2655c72c68819c946a452c
 SHA512 
3ca22eafa54019e2763f089bb8072a6af7956e1281ad9aad3a4166c7e0350baa762b2d5127051acf8927d07b3b711e60eaec6349c730f9f656494cef71391862
+DIST resource_retriever-1.12.4.tar.gz 6624 BLAKE2B 
16e5dfaf0af3ac02c1c3ad48a4ab2e664235b5e13dbaa5e760fcb5841c57af78184c336f55b18f06b6916657ee69bb1c0304b736869cf008cc8faeaebe53f596
 SHA512 
b8f584bf21f6744eeacdf169cc0da82e5dcdf902205d4c49784818c203ebdc1f2c9147dbb97353d3d94fd2dd3d1b9a56a36562ed3af6630c1a18f56b8ff89a0f

diff --git a/dev-ros/resource_retriever/resource_retriever-1.12.4.ebuild 
b/dev-ros/resource_retriever/resource_retriever-1.12.4.ebuild
new file mode 100644
index 00000000000..db036afaf32
--- /dev/null
+++ b/dev-ros/resource_retriever/resource_retriever-1.12.4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros/resource_retriever";
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
+
+inherit ros-catkin
+
+DESCRIPTION="Retrieves data from url-format files"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+       dev-ros/rosconsole
+       dev-ros/roslib[${PYTHON_USEDEP}]
+       net-misc/curl
+       dev-python/rospkg[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+       test? ( dev-cpp/gtest )"

Reply via email to