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 2C4A8138335 for ; Fri, 24 May 2019 16:23:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3C20E08C8; Fri, 24 May 2019 16:23:45 +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 76646E08C8 for ; Fri, 24 May 2019 16:23:45 +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 86815344F96 for ; Fri, 24 May 2019 16:23:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2D87601 for ; Fri, 24 May 2019 16:23:41 +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: <1558715010.8fc6e31304dcf77235b9806efa97217a696c356e.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.9.1.ebuild X-VCS-Directories: dev-ros/turtlesim/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 8fc6e31304dcf77235b9806efa97217a696c356e X-VCS-Branch: master Date: Fri, 24 May 2019 16:23:41 +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: 6f665e48-43b9-484a-abbd-43458ce034c2 X-Archives-Hash: 1147ea65ab4be892b5f1ac99e3fc78d3 commit: 8fc6e31304dcf77235b9806efa97217a696c356e Author: Alexis Ballier gentoo org> AuthorDate: Fri May 24 16:10:36 2019 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri May 24 16:23:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fc6e313 dev-ros/turtlesim: Bump to 0.9.1. Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/turtlesim/Manifest | 1 + dev-ros/turtlesim/turtlesim-0.9.1.ebuild | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/dev-ros/turtlesim/Manifest b/dev-ros/turtlesim/Manifest index 72af5c30d20..b0308dafb24 100644 --- a/dev-ros/turtlesim/Manifest +++ b/dev-ros/turtlesim/Manifest @@ -1,2 +1,3 @@ DIST ros_tutorials-0.8.1.tar.gz 153831 BLAKE2B c34aec17ffd247554e37abb252848183392864c801dce7e2cae8c66d9fd30fdb12d50163487eff8615593df1532dece6c86303aab0b91d4075c14a9fba652b5a SHA512 f537312a78c27375791e11820f4d3a70433ce200d724d80bc8b417edd3c6dcbbf72abac0e9a98a199da2e3a8dbdec34e81d9106be4f6a5243a6f84d02d9ca668 DIST ros_tutorials-0.9.0.tar.gz 154992 BLAKE2B d7a45d0adaa1507ae9494ea9590b9c69d3bbececa01f209a93825432b4b362499cde8c966e6734dbd854478e98970c340403ac56cb99a00b07cf9cff8b28fa36 SHA512 7beba72d3f72943ea5402416dc03809576d47d4e76e81d9ed85eba69c1f9a4e5737a91bdac76747f47e9d6459e5dd8e062cc8ec5f2fb9450cdb013b416534e56 +DIST ros_tutorials-0.9.1.tar.gz 155151 BLAKE2B 7371063ef77981892fee54b6b3d29907421f29deece22c6d53ace576717357a9700a2e14a03bd9f24c2285a16b55f5c9665a0da5081ae1599da8df5ec68ba425 SHA512 62a980e9515515496de39aa360df030f0dd8678bbf132d90386775c34e3b54f33a477aaefb65db803dcd704b8fbc61d445617399ac38cc2fa3f3363a6052682f diff --git a/dev-ros/turtlesim/turtlesim-0.9.1.ebuild b/dev-ros/turtlesim/turtlesim-0.9.1.ebuild new file mode 100644 index 00000000000..a6c833ed721 --- /dev/null +++ b/dev-ros/turtlesim/turtlesim-0.9.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/ros/ros_tutorials" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=${PN} +CATKIN_HAS_MESSAGES=yes +PYTHON_COMPAT=( python2_7 ) +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 + dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] +" +DEPEND="${RDEPEND}"