diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-04-01 12:03:50 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-04-01 14:24:40 +0200 |
commit | 4eefdfa92e99b918b04aff0ccb24d562021de828 (patch) | |
tree | 37e68d9181f7ce688a29a0c3e67f42b046dcccbb /dev-ros/resource_retriever | |
parent | arch/arm/use.mask: -bs2b -librtmp -bluray -aacplus (diff) | |
download | gentoo-4eefdfa92e99b918b04aff0ccb24d562021de828.tar.gz gentoo-4eefdfa92e99b918b04aff0ccb24d562021de828.tar.bz2 gentoo-4eefdfa92e99b918b04aff0ccb24d562021de828.zip |
dev-ros/resource_retriever: Bump to 1.12.3 and update live ebuild
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-ros/resource_retriever')
-rw-r--r-- | dev-ros/resource_retriever/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/resource_retriever/resource_retriever-1.12.3.ebuild | 23 | ||||
-rw-r--r-- | dev-ros/resource_retriever/resource_retriever-9999.ebuild | 4 |
3 files changed, 26 insertions, 2 deletions
diff --git a/dev-ros/resource_retriever/Manifest b/dev-ros/resource_retriever/Manifest index 2885d7ff486e..74235f9986fd 100644 --- a/dev-ros/resource_retriever/Manifest +++ b/dev-ros/resource_retriever/Manifest @@ -1 +1,2 @@ DIST resource_retriever-1.12.2.tar.gz 5765 SHA256 b12197914f2d065581900726dafcf94d3eabaa5a646766c5a1386f6aee3c7c59 SHA512 05231ac4680f1bebc7f951a53141d412594c9c83231bf6e1a9220edffc2df97021e6a86a973a3948a88a478be51bd51314c8f3f449cac59d91fddfefbaa262fd WHIRLPOOL 32055e5e7dac0a195d3566c3515d54ff857d3eb5b5c4ee019bdb93d62caf48a045303181b47cae500179635573e95a4c0c24f0f819c7070cc4c8aa9306990f95 +DIST resource_retriever-1.12.3.tar.gz 6385 SHA256 f5d74cc075c8535d3f2e2b9fedd3915d8abcf42a58171b2a27f2ddf4151bd652 SHA512 3ca22eafa54019e2763f089bb8072a6af7956e1281ad9aad3a4166c7e0350baa762b2d5127051acf8927d07b3b711e60eaec6349c730f9f656494cef71391862 WHIRLPOOL d1f8aa644f352e9308b8e2beabbc3b56fbd03187f812bdce5bdfe771b3214655abe480651fb40a84f4ece471d10af7bcb76c7d1dad1702747fe1dac37c0bb971 diff --git a/dev-ros/resource_retriever/resource_retriever-1.12.3.ebuild b/dev-ros/resource_retriever/resource_retriever-1.12.3.ebuild new file mode 100644 index 000000000000..5afee13f126e --- /dev/null +++ b/dev-ros/resource_retriever/resource_retriever-1.12.3.ebuild @@ -0,0 +1,23 @@ +# 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/resource_retriever" +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python2_7 ) + +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 f2dac9fe886d..5afee13f126e 100644 --- a/dev-ros/resource_retriever/resource_retriever-9999.ebuild +++ b/dev-ros/resource_retriever/resource_retriever-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -16,8 +16,8 @@ IUSE="" RDEPEND=" dev-ros/rosconsole dev-ros/roslib[${PYTHON_USEDEP}] - dev-python/urlgrabber[${PYTHON_USEDEP}] net-misc/curl + dev-python/rospkg[${PYTHON_USEDEP}] " DEPEND="${RDEPEND} test? ( dev-cpp/gtest )" |