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 5B82C13835D for ; Wed, 20 Jan 2021 15:33:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84D3AE0837; Wed, 20 Jan 2021 15:33:22 +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 66F2CE0837 for ; Wed, 20 Jan 2021 15:33:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5449A3410B8 for ; Wed, 20 Jan 2021 15:33:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A88F4A6 for ; Wed, 20 Jan 2021 15:33:18 +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: <1611156790.71e8936bc4d30e6c3bb15fac9b4ef722b01a3226.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/trajectory_msgs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/trajectory_msgs/Manifest dev-ros/trajectory_msgs/trajectory_msgs-1.13.1.ebuild X-VCS-Directories: dev-ros/trajectory_msgs/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 71e8936bc4d30e6c3bb15fac9b4ef722b01a3226 X-VCS-Branch: master Date: Wed, 20 Jan 2021 15:33:18 +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: 6f30090d-f5ae-476b-b4ae-729168530681 X-Archives-Hash: 93814e3766f74fa3cfbc8bf787b638b7 commit: 71e8936bc4d30e6c3bb15fac9b4ef722b01a3226 Author: Alexis Ballier gentoo org> AuthorDate: Wed Jan 20 11:17:33 2021 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Jan 20 15:33:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71e8936b dev-ros/trajectory_msgs: Bump to 1.13.1. Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/trajectory_msgs/Manifest | 1 + dev-ros/trajectory_msgs/trajectory_msgs-1.13.1.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/dev-ros/trajectory_msgs/Manifest b/dev-ros/trajectory_msgs/Manifest index d2c28265586..16436df1fcc 100644 --- a/dev-ros/trajectory_msgs/Manifest +++ b/dev-ros/trajectory_msgs/Manifest @@ -1 +1,2 @@ DIST common_msgs-1.13.0.tar.gz 67838 BLAKE2B 8c324ce792f4e96f655fe9c35310062ba0ec8e23d1206f9b089579238bb6c8afe8db5f5ca9f55ba63cf9508ce6fc1f9534d3150d297462345d7f7be8b36b2eab SHA512 c021614bbf9540d7290d0ad2c5ae12d306ec0b54e0c5c2d6b8a330b9f1ccef7f9d745280985696bd98920ddeac8fe5d475de9ce103803ba19a7bce49e0e1918b +DIST common_msgs-1.13.1.tar.gz 68487 BLAKE2B ebb2f61efedd8e05ba0ced04ec0f94650f65837b4cdff466de2295d83906965b03a4f53e6641a119739fa110bbd17cd6a10c035805c88b3ea22c6db980298bac SHA512 1ede60c630e14fb4643b06e289bc954e16bdd90ab7910f9090dc794c73602d1a426da6e825f7bd5a755b04cffe4ec25ffd459dc211b0c508974007a710224d55 diff --git a/dev-ros/trajectory_msgs/trajectory_msgs-1.13.1.ebuild b/dev-ros/trajectory_msgs/trajectory_msgs-1.13.1.ebuild new file mode 100644 index 00000000000..77149f01e30 --- /dev/null +++ b/dev-ros/trajectory_msgs/trajectory_msgs-1.13.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +CATKIN_HAS_MESSAGES=yes +ROS_REPO_URI="https://github.com/ros/common_msgs" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=${PN} +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/geometry_msgs" + +inherit ros-catkin + +DESCRIPTION="Messages for defining robot trajectories" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}"