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 4B426139694 for ; Tue, 21 Feb 2017 09:22:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B929821C2FC; Tue, 21 Feb 2017 09:22:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 80A5F21C2FC for ; Tue, 21 Feb 2017 09:22:01 +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 E30FC341229 for ; Tue, 21 Feb 2017 09:21:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB1EA4F6A for ; Tue, 21 Feb 2017 09:21: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: <1487668872.bb2c945ac05bbc2192fadb77948681aac86b34af.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/gazebo_plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/gazebo_plugins/Manifest dev-ros/gazebo_plugins/gazebo_plugins-2.6.1.ebuild X-VCS-Directories: dev-ros/gazebo_plugins/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: bb2c945ac05bbc2192fadb77948681aac86b34af X-VCS-Branch: master Date: Tue, 21 Feb 2017 09:21: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-Archives-Salt: 20d02b5e-044a-499f-b23c-f60ab94a8e43 X-Archives-Hash: 3fc116f6b8b6a7b0eab857d57993fa43 commit: bb2c945ac05bbc2192fadb77948681aac86b34af Author: Alexis Ballier gentoo org> AuthorDate: Tue Feb 21 08:24:38 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Feb 21 09:21:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb2c945a dev-ros/gazebo_plugins: remove old Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-ros/gazebo_plugins/Manifest | 1 - dev-ros/gazebo_plugins/gazebo_plugins-2.6.1.ebuild | 53 ---------------------- 2 files changed, 54 deletions(-) diff --git a/dev-ros/gazebo_plugins/Manifest b/dev-ros/gazebo_plugins/Manifest index 134a4b92f7..680da3fc9e 100644 --- a/dev-ros/gazebo_plugins/Manifest +++ b/dev-ros/gazebo_plugins/Manifest @@ -1,2 +1 @@ -DIST gazebo_ros_pkgs-2.6.1.tar.gz 1825040 SHA256 18b987af9e8e6a59232af8313675bb05f9db39e5c4701459912f996d8c0858b3 SHA512 4cc0b2ec5c60e69b9a69d323c2c7cfe53bc1b5108d6cba5d77b571c69d76a7eb6d72a3783dc60fe183057c63279df8d5cded26cd46333e9f21277e9ae1e31c34 WHIRLPOOL 47510176a89d21144a41aa48e5dfe9bce38fcb5674f1fe157fd4bd0909091cb57eb7ce89e3f39236d5f0960a8a2f1093578de1b9c86626c41e2eccb84e18ec67 DIST gazebo_ros_pkgs-2.6.2.tar.gz 1830633 SHA256 48f1b1878819a424147195e0b3fa010aaf7b5f7a40ffef522c153f1adc6d3ae0 SHA512 f932eebbc88f4922c0275625d50ad5723446744cbf4a59138437d9bdd75a9b5232fdf8df2012460313eb2224d4287daebc3a28181ab3f1b81e67d70a8b8ed5d3 WHIRLPOOL aa13810a8fbcde4de2c078c89542285cda61f47228bfbe2b237027a920ea5a01ccd823fd1d87d37923202d3a8b88a9017eccc44f1359da32a57cea23489a9948 diff --git a/dev-ros/gazebo_plugins/gazebo_plugins-2.6.1.ebuild b/dev-ros/gazebo_plugins/gazebo_plugins-2.6.1.ebuild deleted file mode 100644 index a01c8a6820..0000000000 --- a/dev-ros/gazebo_plugins/gazebo_plugins-2.6.1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -ROS_REPO_URI="https://github.com/ros-simulation/gazebo_ros_pkgs" -KEYWORDS="~amd64" -PYTHON_COMPAT=( python2_7 ) -CATKIN_HAS_MESSAGES=yes -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="Robot-independent Gazebo plugins for sensors, motors and dynamic reconfigurable components" -LICENSE="BSD Apache-2.0" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/gazebo_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/roscpp - dev-ros/rospy - dev-ros/nodelet - dev-ros/angles - dev-ros/std_srvs - dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}] - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/urdf - dev-ros/tf - dev-ros/tf2_ros - dev-ros/dynamic_reconfigure - dev-ros/driver_base - dev-ros/rosgraph_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/trajectory_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/pcl_conversions - dev-ros/image_transport - dev-ros/rosconsole - dev-ros/cv_bridge - dev-ros/polled_camera - dev-ros/diagnostic_updater - dev-ros/camera_info_manager - dev-ros/moveit_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-libs/libxml2 - >=sci-electronics/gazebo-7:= - dev-games/ogre - sci-libs/pcl - dev-libs/boost:= - dev-qt/qtcore:4 - dev-qt/qtgui:4 - dev-ros/roslib[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}"