forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-ros/resource_retriever: Bump to 1.12.3 and update live ebuild
Package-Manager: Portage-2.3.5, Repoman-2.3.2
- Loading branch information
Showing
3 changed files
with
26 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
23 changes: 23 additions & 0 deletions
23
dev-ros/resource_retriever/resource_retriever-1.12.3.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 )" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters