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 96D4E1396D0 for ; Tue, 12 Sep 2017 11:23:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 577231FC07B; Tue, 12 Sep 2017 11:23:13 +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 2DB711FC07B for ; Tue, 12 Sep 2017 11:23:13 +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 61DB133E4AD for ; Tue, 12 Sep 2017 11:23:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B1A79082 for ; Tue, 12 Sep 2017 11:23:09 +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: <1505215378.bd7989a263ca62cd453a85cecb811ed1823fafe4.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/urg_node/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/urg_node/Manifest dev-ros/urg_node/urg_node-0.1.9.ebuild X-VCS-Directories: dev-ros/urg_node/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: bd7989a263ca62cd453a85cecb811ed1823fafe4 X-VCS-Branch: master Date: Tue, 12 Sep 2017 11:23:09 +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: 35e69216-f6e3-41be-bbcc-cf1e902f09d7 X-Archives-Hash: ca596c4aa9c0ac9ec6f4da4899e3491b commit: bd7989a263ca62cd453a85cecb811ed1823fafe4 Author: Alexis Ballier gentoo org> AuthorDate: Mon Sep 11 12:29:02 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Sep 12 11:22:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd7989a2 dev-ros/urg_node: Remove old Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-ros/urg_node/Manifest | 1 - dev-ros/urg_node/urg_node-0.1.9.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/dev-ros/urg_node/Manifest b/dev-ros/urg_node/Manifest index a67629c6dda..f6d5c83a7ac 100644 --- a/dev-ros/urg_node/Manifest +++ b/dev-ros/urg_node/Manifest @@ -1,2 +1 @@ DIST urg_node-0.1.10.tar.gz 13661 SHA256 0b5bca6266eac68375230e9448a813a5ced348b06cda4bf9bbec7ac54071d6e1 SHA512 578e7ae98de82b1563806319c0b47a22a878470479434a9c205f3bf3f087dc9108619f17aa86e591a9fb5b88029b6de8711d8388bcaf259601cf88bef5c1f889 WHIRLPOOL dedcd0cedd8ac1491231e82de0ee7d4da10048d6855d1f1b0d4189fd1bf954eac5c3ba77c0d8fa445785a1f55927c2d57c370ec73c8e230125210d490b90160b -DIST urg_node-0.1.9.tar.gz 13159 SHA256 b4691da54db803fb7f9d0bd2e2008a58de4a36fa7082dc69a1938c1702994387 SHA512 5b9493363406e80780909c68db50277a8629a6fdad7b012d63431a8e62de35532630e141e7b6664586f18e84915e6d2c6e5183911755a0e0cf13991158a05a97 WHIRLPOOL a0d622d21f7b9234a4c6083bfbcbf7c15a8f5b4e9d5b7a1c7f8217eb944a75e3d7aa997a04bc7d567b183ad7b37275367bc3680a21a79e043a7e1064039fdd32 diff --git a/dev-ros/urg_node/urg_node-0.1.9.ebuild b/dev-ros/urg_node/urg_node-0.1.9.ebuild deleted file mode 100644 index cfffd81c570..00000000000 --- a/dev-ros/urg_node/urg_node-0.1.9.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -ROS_REPO_URI="https://github.com/ros-drivers/urg_node" -KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python2_7 ) - -inherit ros-catkin - -DESCRIPTION="ROS wrapper for the Hokuyo urg_c library" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/urg_c - dev-ros/tf - dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}] - dev-ros/nodelet - dev-ros/rosconsole - dev-ros/roscpp - dev-ros/diagnostic_updater - dev-ros/laser_proc - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] -" -DEPEND="${RDEPEND}"