diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-15 18:06:33 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-15 18:57:11 +0200 |
commit | 0bc755f34f26a6bd1842d245a18764a09563010a (patch) | |
tree | e9a31bf08d041fbce39ca09dc4413e3044f3e016 /dev-ros | |
parent | dev-ros/rgbd_launch: Remove old (diff) | |
download | gentoo-0bc755f34f26a6bd1842d245a18764a09563010a.tar.gz gentoo-0bc755f34f26a6bd1842d245a18764a09563010a.tar.bz2 gentoo-0bc755f34f26a6bd1842d245a18764a09563010a.zip |
dev-ros/resource_retriever: bump to 1.12.6
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros')
-rw-r--r-- | dev-ros/resource_retriever/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/resource_retriever/resource_retriever-1.12.6.ebuild | 22 | ||||
-rw-r--r-- | dev-ros/resource_retriever/resource_retriever-9999.ebuild | 3 |
3 files changed, 24 insertions, 2 deletions
diff --git a/dev-ros/resource_retriever/Manifest b/dev-ros/resource_retriever/Manifest index cad2b27a2277..82606e7168ad 100644 --- a/dev-ros/resource_retriever/Manifest +++ b/dev-ros/resource_retriever/Manifest @@ -1,2 +1,3 @@ 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 +DIST resource_retriever-1.12.6.tar.gz 6916 BLAKE2B 11c3cfd06f750e90863ccff2540cc3828cc02929418a1e4c274811fce606e512a3afb45548100f80f56fb58dae00d1ac81f7b152bda1ecc12623584cca1923c3 SHA512 a946cef7e55e2acf01ba605beb36c3ec24f22037bca38d93afcfb36cad579e58ff57efb69311e3cb69ddd9d53d7eab5f9072f3903da539d1fbd001a3a342f7dc diff --git a/dev-ros/resource_retriever/resource_retriever-1.12.6.ebuild b/dev-ros/resource_retriever/resource_retriever-1.12.6.ebuild new file mode 100644 index 000000000000..41c9089b23b0 --- /dev/null +++ b/dev-ros/resource_retriever/resource_retriever-1.12.6.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +ROS_REPO_URI="https://github.com/ros/resource_retriever" +KEYWORDS="~amd64 ~arm" + +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 )" diff --git a/dev-ros/resource_retriever/resource_retriever-9999.ebuild b/dev-ros/resource_retriever/resource_retriever-9999.ebuild index 5eb72827b5c6..41c9089b23b0 100644 --- a/dev-ros/resource_retriever/resource_retriever-9999.ebuild +++ b/dev-ros/resource_retriever/resource_retriever-9999.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 ROS_REPO_URI="https://github.com/ros/resource_retriever" KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_6} pypy3 ) inherit ros-catkin |