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 63545138543 for ; Thu, 20 Oct 2016 12:12:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A92E4E084D; Thu, 20 Oct 2016 12:12:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 93116E084D for ; Thu, 20 Oct 2016 12:12:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0B045341649 for ; Thu, 20 Oct 2016 12:12:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6996F248E for ; Thu, 20 Oct 2016 12:12:23 +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: <1476965539.b93b648f3a678d33175f46a9de9a4692079de429.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rviz_plugin_tutorials/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/rviz_plugin_tutorials/Manifest dev-ros/rviz_plugin_tutorials/rviz_plugin_tutorials-0.9.2.ebuild X-VCS-Directories: dev-ros/rviz_plugin_tutorials/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: b93b648f3a678d33175f46a9de9a4692079de429 X-VCS-Branch: master Date: Thu, 20 Oct 2016 12:12:23 +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-Archives-Salt: 55b60342-ec10-4076-b4c6-c2d6a0de6280 X-Archives-Hash: 668b153132bca4f50d53cf442c1647bc commit: b93b648f3a678d33175f46a9de9a4692079de429 Author: Alexis Ballier gentoo org> AuthorDate: Thu Oct 20 12:02:36 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Oct 20 12:12:19 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b93b648f dev-ros/rviz_plugin_tutorials: remove old Package-Manager: portage-2.3.2 dev-ros/rviz_plugin_tutorials/Manifest | 1 - .../rviz_plugin_tutorials-0.9.2.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/dev-ros/rviz_plugin_tutorials/Manifest b/dev-ros/rviz_plugin_tutorials/Manifest index b5a3f11..d86f591 100644 --- a/dev-ros/rviz_plugin_tutorials/Manifest +++ b/dev-ros/rviz_plugin_tutorials/Manifest @@ -1,2 +1 @@ DIST visualization_tutorials-0.10.1.tar.gz 428608 SHA256 f3fe8a2017e6f04692a4522e851326be4e1ba2b688530417b361078358d2577f SHA512 38ad2c29456ff994914b1ca3b2ab6d90b0c9224481d360fd7f88b38c0e9615d35eb94b90abb699738b5f4fac091489bdf2373168bc3a0acc0e6ba3a61b646bbf WHIRLPOOL c99ca8cc1c5c08879a79fca255bb2f4817f4beaa77cb127f0550b72a0be21c273d16ff4d3c189406255b51f90a486a830b4ff06e7d405de9564e6e116e61d2f3 -DIST visualization_tutorials-0.9.2.tar.gz 428117 SHA256 71d6c3a9662e98bec4f7e556aa801a55b654d6c2332dbfe97ac1c9e9612a5293 SHA512 4a2b323e74725dbb77fbba6405d39246a89b170c66dec78288c4461d70c419efc3197eed5867f68305e490552d0480525153f98a64a3025efddc367db824ca53 WHIRLPOOL e600bbc1820b31b67263449c53957c877a677f77b546817135dd9571145321c145824b8dd38ddeb720af9f3e65a96248925fd18984bc55281c90897e4369b944 diff --git a/dev-ros/rviz_plugin_tutorials/rviz_plugin_tutorials-0.9.2.ebuild b/dev-ros/rviz_plugin_tutorials/rviz_plugin_tutorials-0.9.2.ebuild deleted file mode 100644 index 770d685..00000000 --- a/dev-ros/rviz_plugin_tutorials/rviz_plugin_tutorials-0.9.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -ROS_REPO_URI="https://github.com/ros-visualization/visualization_tutorials" -KEYWORDS="~amd64" -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="Tutorials showing how to write plugins for RViz" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/rviz - dev-qt/qtcore:4 - dev-qt/qtgui:4 -" -DEPEND="${RDEPEND}"