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 D29651382C5 for ; Mon, 18 May 2020 17:31:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1EE1E08A8; Mon, 18 May 2020 17:31:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 8D4C4E08A8 for ; Mon, 18 May 2020 17:31:08 +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 9A21B34F009 for ; Mon, 18 May 2020 17:31:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDE3025B for ; Mon, 18 May 2020 17:31:04 +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: <1589823059.2ae82ba1a316b493c142e2db30f0a49553b4e606.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/turtle_tf2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/turtle_tf2/Manifest dev-ros/turtle_tf2/turtle_tf2-0.2.2-r1.ebuild X-VCS-Directories: dev-ros/turtle_tf2/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 2ae82ba1a316b493c142e2db30f0a49553b4e606 X-VCS-Branch: master Date: Mon, 18 May 2020 17:31:04 +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: 81084e75-49f1-41ad-b655-863b44a38cf4 X-Archives-Hash: 92b75d35b7a24629449a74692c676a50 commit: 2ae82ba1a316b493c142e2db30f0a49553b4e606 Author: Alexis Ballier gentoo org> AuthorDate: Mon May 18 17:29:13 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon May 18 17:30:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ae82ba1 dev-ros/turtle_tf2: Remove old Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/turtle_tf2/Manifest | 1 - dev-ros/turtle_tf2/turtle_tf2-0.2.2-r1.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/dev-ros/turtle_tf2/Manifest b/dev-ros/turtle_tf2/Manifest index 4bfb7d0e5cf..520f344153d 100644 --- a/dev-ros/turtle_tf2/Manifest +++ b/dev-ros/turtle_tf2/Manifest @@ -1,2 +1 @@ -DIST geometry_tutorials-0.2.2.tar.gz 15148 BLAKE2B 459d2661ef9b21ebf465097c6fb4f01dee2b3d96b0dd6494fe91996513a60764747b2844f931f7351bcea59698e52fcf1d821ce5484ca0bb8b2e1501bdb5492f SHA512 5a6fe2e26d11d3fe8c1fc6979d1d76b13b01df23ef1f0d5e5df094aa0441e1ded33d2402b88be1143a88002ecde2a6bddc3b03efca713bd5521c68de2e054548 DIST geometry_tutorials-0.2.3.tar.gz 16105 BLAKE2B 331e9d3f156610ef62242d4ade54c5b5e7b688ca6299e0b3d1bc8f9ceaed66e97df609e595d8c8d83b0a281e403f5f20434e990553f1391d39d85348df397fa8 SHA512 3dbc22f50abf790340711cd7f297c2fb9561bb0f1037cf8988b8304f3f862eb66cb07604b571cb7d2acaba04aba567b903a578998a5ff18673c125b337c9d635 diff --git a/dev-ros/turtle_tf2/turtle_tf2-0.2.2-r1.ebuild b/dev-ros/turtle_tf2/turtle_tf2-0.2.2-r1.ebuild deleted file mode 100644 index 317903b4fac..00000000000 --- a/dev-ros/turtle_tf2/turtle_tf2-0.2.2-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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/geometry_tutorials" -KEYWORDS="~amd64 ~arm" -ROS_SUBDIR=${PN} -PYTHON_COMPAT=( python2_7 ) - -inherit ros-catkin - -DESCRIPTION="Demonstrates how to write a tf2 broadcaster and listener with the turtlesim" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/roscpp - dev-ros/rospy[${PYTHON_USEDEP}] - dev-ros/tf2 - dev-ros/tf2_ros[${PYTHON_USEDEP}] - dev-ros/turtlesim[${PYTHON_USEDEP}] - dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] - dev-ros/std_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] - dev-libs/boost:= -" -DEPEND="${RDEPEND}"