From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 642E313835B for ; Mon, 12 Oct 2020 19:08:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D43AE086F; Mon, 12 Oct 2020 19:08:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 53F57E0878 for ; Mon, 12 Oct 2020 19:08:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E253335D4F for ; Mon, 12 Oct 2020 19:08:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB9DA37F for ; Mon, 12 Oct 2020 19:08:50 +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: <1602529720.563b515f4c282baa2de24cacf6965ff4497d5838.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rosbash/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/rosbash/Manifest dev-ros/rosbash/rosbash-1.15.7.ebuild X-VCS-Directories: dev-ros/rosbash/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 563b515f4c282baa2de24cacf6965ff4497d5838 X-VCS-Branch: master Date: Mon, 12 Oct 2020 19:08:50 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 81da80ba-3c3c-4f68-aa58-9ebeb80557c3 X-Archives-Hash: 46671d7d07345ce53670fcbebb17f65a commit: 563b515f4c282baa2de24cacf6965ff4497d5838 Author: Alexis Ballier gentoo org> AuthorDate: Mon Oct 12 18:52:28 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Oct 12 19:08:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=563b515f dev-ros/rosbash: Bump to 1.15.7. Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/rosbash/Manifest | 1 + dev-ros/rosbash/rosbash-1.15.7.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/dev-ros/rosbash/Manifest b/dev-ros/rosbash/Manifest index dfc124affc6..42b0c9c73d7 100644 --- a/dev-ros/rosbash/Manifest +++ b/dev-ros/rosbash/Manifest @@ -1,2 +1,3 @@ DIST ros-1.15.5.tar.gz 178252 BLAKE2B 2e96f550ee6d9e049db4a69464db0bf948f2baf8ea50b2105ac19dcd758e4fc57cb011529e28cd9058ccb4adcbcf087e6295f35e6f9c511f5f33c3ddbe27c2db SHA512 d526e267faf231c0c9153614a24f05294b648595bda6d99ea937ca3cca70b2784b26c3c62f9b4830322adbd17d8e151be314c7301b753450450c5c38527d48d3 DIST ros-1.15.6.tar.gz 178270 BLAKE2B dccadd6c3b59b54d732d94a173c40e940f2e7effad5bc8f835bbf56f2b7f3d6b7a80183d1e4826edd566697ffc22ae77b5b75d792493220c0fc04603b3c33f85 SHA512 740727c68113d7a84583a85f4fc3f575aea05067d1aa3b96d5636d3454dba09a4730413c92f49cb7800f26bae15ab02496bd5f91f964b28511e8b8cd3cb116a6 +DIST ros-1.15.7.tar.gz 178451 BLAKE2B 970b736c2ead0ca63e5b9ac5c47ef306ed22e5e6205e7529efd8bc8847f3ac0e73d5cdb55c00827e644e35e3ed49c534e797a8382bdd45451ba1f95a3af9634a SHA512 163a9c677d0213cea85f0d7c82d7a8da7f9423155f19857a8146f29c7b2b3a5ecd800f49d1e9b63b45da33544163acb6f32f7525602f249a30841e140654144a diff --git a/dev-ros/rosbash/rosbash-1.15.7.ebuild b/dev-ros/rosbash/rosbash-1.15.7.ebuild new file mode 100644 index 00000000000..31312870be3 --- /dev/null +++ b/dev-ros/rosbash/rosbash-1.15.7.ebuild @@ -0,0 +1,19 @@ +# 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/ros" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=tools/${PN} + +inherit ros-catkin + +DESCRIPTION="Assorted shell commands for using ros with bash" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="dev-ros/rospack" +DEPEND="${RDEPEND}" +PATCHES=( "${FILESDIR}/catkin_prefix.patch" )