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 C9719138359 for ; Tue, 11 Aug 2020 13:23:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70F74E086D; Tue, 11 Aug 2020 13:23: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 4E048E086C for ; Tue, 11 Aug 2020 13:23:20 +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 E89EB34F171 for ; Tue, 11 Aug 2020 13:23:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 726EB313 for ; Tue, 11 Aug 2020 13:23:17 +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: <1597152193.22647e63f6c0ce8bc188baf703a726fce139a3cc.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/turtlesim/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/turtlesim/Manifest dev-ros/turtlesim/turtlesim-0.10.2.ebuild X-VCS-Directories: dev-ros/turtlesim/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 22647e63f6c0ce8bc188baf703a726fce139a3cc X-VCS-Branch: master Date: Tue, 11 Aug 2020 13:23:17 +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: ea1ff8e1-ba50-4ece-a3d7-22c8993e2c62 X-Archives-Hash: f6ea81b8af2777e51620f01c452251db commit: 22647e63f6c0ce8bc188baf703a726fce139a3cc Author: Alexis Ballier gentoo org> AuthorDate: Tue Aug 11 13:21:29 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Aug 11 13:23:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22647e63 dev-ros/turtlesim: Bump to 0.10.2. Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/turtlesim/Manifest | 1 + dev-ros/turtlesim/turtlesim-0.10.2.ebuild | 32 +++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/dev-ros/turtlesim/Manifest b/dev-ros/turtlesim/Manifest index 82eb97f90c3..b03baf6abde 100644 --- a/dev-ros/turtlesim/Manifest +++ b/dev-ros/turtlesim/Manifest @@ -1 +1,2 @@ DIST ros_tutorials-0.10.1.tar.gz 159522 BLAKE2B b0e045c6ee62cb68dfa977d17125af23d8ef80a619e822d245531a6cb3520a4d53120769e74ae2ba9af2813ce968e0c4fb22b7655eadd13b1a720705a9f75374 SHA512 592edb84f2e0ea80b2757ae890f495e8cb93d867b1bc6d64e6446f28fcffbd48c05703ac30ac29fd184a689f465728a5958d8c747587c756b53341c1d0740684 +DIST ros_tutorials-0.10.2.tar.gz 159630 BLAKE2B 6b7ea4c0aba110b746052a42150dd4e9faedbb1e4ab5a44bbef7c1079192238ac22bb18fc9968ea9e4450dde47bf1f5b7dabc0788aa8c232dfef3d1039a63f2e SHA512 73b420acf20a468f51db891fe0b0b33c3c838ea6fab4c03faab9a7abedc3ee68ec27ef0e70869143d0a22941eb77bac1fc80542cc0c14988ff75cb9685c174c5 diff --git a/dev-ros/turtlesim/turtlesim-0.10.2.ebuild b/dev-ros/turtlesim/turtlesim-0.10.2.ebuild new file mode 100644 index 00000000000..1f53e6c46ac --- /dev/null +++ b/dev-ros/turtlesim/turtlesim-0.10.2.ebuild @@ -0,0 +1,32 @@ +# 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_tutorials" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=${PN} +CATKIN_HAS_MESSAGES=yes +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/std_srvs dev-ros/geometry_msgs" + +inherit ros-catkin + +DESCRIPTION="Tool made for teaching ROS and ROS packages" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + dev-libs/boost:=[threads] + dev-ros/rosconsole + dev-ros/roscpp + dev-ros/roscpp_serialization + dev-ros/roslib + dev-ros/rostime +" +DEPEND="${RDEPEND} + dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] +"