From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 26F6059CA9 for ; Mon, 28 Mar 2016 07:17:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC2E921C050; Mon, 28 Mar 2016 07:17:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 21DBF21C050 for ; Mon, 28 Mar 2016 07:17:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 145B93408EC for ; Mon, 28 Mar 2016 07:17:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF24885D for ; Mon, 28 Mar 2016 07:17:22 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1459148743.b6f8ae896b68de5ef56d7a79d26d2bb4ae05ade0.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/resource_retriever/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/resource_retriever/Manifest dev-ros/resource_retriever/resource_retriever-1.12.0.ebuild X-VCS-Directories: dev-ros/resource_retriever/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: b6f8ae896b68de5ef56d7a79d26d2bb4ae05ade0 X-VCS-Branch: master Date: Mon, 28 Mar 2016 07:17:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4983c18c-9093-4643-9cb7-96f980821a55 X-Archives-Hash: 17fbd6590b073c8cb16601f568cadf30 commit: b6f8ae896b68de5ef56d7a79d26d2bb4ae05ade0 Author: Alexis Ballier gentoo org> AuthorDate: Mon Mar 28 07:05:43 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Mar 28 07:05:43 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6f8ae89 dev-ros/resource_retriever: bump to 1.12.0 Package-Manager: portage-2.2.28 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/resource_retriever/Manifest | 1 + .../resource_retriever-1.12.0.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/dev-ros/resource_retriever/Manifest b/dev-ros/resource_retriever/Manifest index 9e1ff0e..9ae65c5 100644 --- a/dev-ros/resource_retriever/Manifest +++ b/dev-ros/resource_retriever/Manifest @@ -1 +1,2 @@ DIST resource_retriever-1.11.6.tar.gz 5416 SHA256 03e1d54d360273566539530328bdfa954a94e8f42effa7fff2ff7defbd0736ab SHA512 d5d8cdfccc6e24bf5d617dd7f547bd6890263d1e987ddfc93fca85dd48052319060eebc08a1f718106815044d968e9612ed2157af75412d0dc82192dc3cfce07 WHIRLPOOL 5a59d622d22a2c65ca96f6c3b4f7b4325960dba4fb7e7ab5b97d5b508ee5f7fdfe21314eafb871f87ba422f7981b799bf3cb3b834b8ba5286d1bfa1e71c82369 +DIST resource_retriever-1.12.0.tar.gz 5539 SHA256 92b35e562bac48e9d2e66dcf4db152a0b9194c09f63093fd53bd29e68da9f03f SHA512 2d82e0ae7d066c0c8d7bcfbb43bd18246009c781d2296898c6559afa67a50bd01e33e2e76c55275a28be77a0036ed2150c30100cc9c744a9134d2c90884474db WHIRLPOOL 50d1ffcb815f0b281a9515994904e35ca78ff5b91c1b41d1486772c17bc87c24cc6c050125ac9fc1d0116de58767135c32736c70f88f08ae7fa34412e604d498 diff --git a/dev-ros/resource_retriever/resource_retriever-1.12.0.ebuild b/dev-ros/resource_retriever/resource_retriever-1.12.0.ebuild new file mode 100644 index 0000000..8548986 --- /dev/null +++ b/dev-ros/resource_retriever/resource_retriever-1.12.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +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 + net-misc/curl +" +DEPEND="${RDEPEND} + test? ( dev-cpp/gtest )"