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 9342813835A for ; Mon, 18 May 2020 16:35:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0AF4AE08ED; Mon, 18 May 2020 16:35:20 +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 DC197E08E5 for ; Mon, 18 May 2020 16:35:19 +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 B361E34F0AE for ; Mon, 18 May 2020 16:35:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FCD8262 for ; Mon, 18 May 2020 16:35:14 +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: <1589819702.38d7047a33e5e62a917732f65e6a812bffab36dc.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/interactive_marker_tutorials/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/interactive_marker_tutorials/Manifest dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-0.11.0.ebuild X-VCS-Directories: dev-ros/interactive_marker_tutorials/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 38d7047a33e5e62a917732f65e6a812bffab36dc X-VCS-Branch: master Date: Mon, 18 May 2020 16:35:14 +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: 7565c136-41d5-492f-aad4-fdaf4cf2cdda X-Archives-Hash: e3d5084af35cb1167c8db08331b0c1d7 commit: 38d7047a33e5e62a917732f65e6a812bffab36dc Author: Alexis Ballier gentoo org> AuthorDate: Mon May 18 16:21:30 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon May 18 16:35:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38d7047a dev-ros/interactive_marker_tutorials: Bump to 0.11.0. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/interactive_marker_tutorials/Manifest | 1 + .../interactive_marker_tutorials-0.11.0.ebuild | 26 ++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/dev-ros/interactive_marker_tutorials/Manifest b/dev-ros/interactive_marker_tutorials/Manifest index 6814a719a8c..49721ddd62f 100644 --- a/dev-ros/interactive_marker_tutorials/Manifest +++ b/dev-ros/interactive_marker_tutorials/Manifest @@ -1 +1,2 @@ DIST visualization_tutorials-0.10.3.tar.gz 428877 BLAKE2B 4bcd482ae61f29908ca23dda653d1c6d0e6a0a9df56df8343d1dfb5124f8d60c9a12ef8b1565c4655617dcd62d80a2aa51f2fd9b2c5329e33c3cc22e3e63c22d SHA512 2e484791851291d2316c7a20e92d988d71b6c41c98bad98c78bed465069dcfe5fc1ddd5c15c6981e951db2c114e965747c07e27f4851c2705af3dd036b992781 +DIST visualization_tutorials-0.11.0.tar.gz 429489 BLAKE2B d4558a15b696ba05ed156a64ab2c0ad7229314f73d2823c0a46f53132801619d28fc5c68f5d8e0f3e2cadb7bb5078b3518da87ea18940432760b20bddeda578d SHA512 78ebe536a3a209fb0c61fb7dbc0aa115b5f4e6297303b1fc03740402decea719077037a90f4c45a0f6ece95e3578d6dad1095a0b1f0a90c136b738d0350aac9b diff --git a/dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-0.11.0.ebuild b/dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-0.11.0.ebuild new file mode 100644 index 00000000000..19ee9324c9d --- /dev/null +++ b/dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-0.11.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/ros-visualization/visualization_tutorials" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} +PYTHON_COMPAT=( python2_7 ) + +inherit ros-catkin + +DESCRIPTION="Interactive marker tutorials" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/roscpp + dev-ros/interactive_markers + dev-ros/visualization_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}] + dev-ros/tf[${PYTHON_USEDEP}] + dev-ros/rospy[${PYTHON_USEDEP}] + dev-ros/roslib[${PYTHON_USEDEP}] + dev-libs/boost:= +" +DEPEND="${RDEPEND}"