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 89D9E13835C for ; Tue, 2 Feb 2021 14:28:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 660ECE091B; Tue, 2 Feb 2021 14:28:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 44586E08FC for ; Tue, 2 Feb 2021 14:28:31 +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 E66CC3416A5 for ; Tue, 2 Feb 2021 14:28:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B7154BD for ; Tue, 2 Feb 2021 14:28:28 +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: <1612276102.501671f8a5c7a3c45462595b56189b17ab4fb369.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: ros-meta/nodelet_core/ X-VCS-Repository: repo/gentoo X-VCS-Files: ros-meta/nodelet_core/Manifest ros-meta/nodelet_core/nodelet_core-1.10.1.ebuild X-VCS-Directories: ros-meta/nodelet_core/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 501671f8a5c7a3c45462595b56189b17ab4fb369 X-VCS-Branch: master Date: Tue, 2 Feb 2021 14:28:28 +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: 7245cac5-3fa7-4c5f-9949-3ec019a9d0a2 X-Archives-Hash: 92e1120a5b160270e226a03b66e23773 commit: 501671f8a5c7a3c45462595b56189b17ab4fb369 Author: Alexis Ballier gentoo org> AuthorDate: Tue Feb 2 13:59:32 2021 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Feb 2 14:28:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=501671f8 ros-meta/nodelet_core: Bump to 1.10.1. Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Alexis Ballier gentoo.org> ros-meta/nodelet_core/Manifest | 1 + ros-meta/nodelet_core/nodelet_core-1.10.1.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/ros-meta/nodelet_core/Manifest b/ros-meta/nodelet_core/Manifest index bed3532c7b1..d05dd4f1f67 100644 --- a/ros-meta/nodelet_core/Manifest +++ b/ros-meta/nodelet_core/Manifest @@ -1 +1,2 @@ DIST nodelet_core-1.10.0.tar.gz 45386 BLAKE2B 1da08ec8bc134e0eba72d7c0cde7cfd351c91c5bf4bc8d66ad3d30a8dbe39452c511b6a753ea91a139ce06b617d71f06cfb2f67c7ee2482eb5d2aba79680799c SHA512 4a298cc214660050b7a4d4f3a1e8980cbde2d05bb19369856031a128d3ca7518cbbd4615fe8c0c5944b09dca96aeaa8f41a630b2f34f9e2af423349e816c54e9 +DIST nodelet_core-1.10.1.tar.gz 45409 BLAKE2B e27fa3075bcdfe9f309758a7c2930d73d760236eb5f68c83206314f8001e2aecd5e164ffaf5a27be7dbc6353042119415772db138478b3e2112f00cbf3f380d1 SHA512 2ab86a350692afeb6ec4861eb1dbc33a58a6ea662238223d8f0be74dba4c96323dabc176b77171e2b3affb6447dfd0ec11ca49346f03d33e8aa13d8b9599e260 diff --git a/ros-meta/nodelet_core/nodelet_core-1.10.1.ebuild b/ros-meta/nodelet_core/nodelet_core-1.10.1.ebuild new file mode 100644 index 00000000000..a16f7bc8e21 --- /dev/null +++ b/ros-meta/nodelet_core/nodelet_core-1.10.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +ROS_REPO_URI="https://github.com/ros/nodelet_core" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Nodelet Core Metapackage" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/nodelet + dev-ros/nodelet_topic_tools + dev-ros/test_nodelet + dev-ros/test_nodelet_topic_tools +" +DEPEND="${RDEPEND}"