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 6798D138330 for ; Fri, 14 Oct 2016 13:33:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBEEBE0C0D; Fri, 14 Oct 2016 13:33:23 +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 C5F8DE0C0D for ; Fri, 14 Oct 2016 13:33:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5E12534112A for ; Fri, 14 Oct 2016 13:33:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3CA03301 for ; Fri, 14 Oct 2016 13:33:20 +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: <1476451348.3d3948bd2fb747e5a964e37c770582130e93322a.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/tf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/tf/Manifest dev-ros/tf/tf-1.11.7.ebuild X-VCS-Directories: dev-ros/tf/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 3d3948bd2fb747e5a964e37c770582130e93322a X-VCS-Branch: master Date: Fri, 14 Oct 2016 13:33:20 +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: b288931d-a2c4-42c4-868c-b5b22207126b X-Archives-Hash: 80907a41f835a531c3cee627e6c74024 commit: 3d3948bd2fb747e5a964e37c770582130e93322a Author: Alexis Ballier gentoo org> AuthorDate: Fri Oct 14 13:22:28 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Oct 14 13:22:28 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d3948bd dev-ros/tf: remove old Package-Manager: portage-2.3.2 dev-ros/tf/Manifest | 1 - dev-ros/tf/tf-1.11.7.ebuild | 39 --------------------------------------- 2 files changed, 40 deletions(-) diff --git a/dev-ros/tf/Manifest b/dev-ros/tf/Manifest index 8a840c9..ec1d90b 100644 --- a/dev-ros/tf/Manifest +++ b/dev-ros/tf/Manifest @@ -1,2 +1 @@ -DIST geometry-1.11.7.tar.gz 185886 SHA256 fbfbc707d239a76f7258372cb73a78341c0433d990d6f053340417c5ecb84231 SHA512 f5cf1ffdde96fc5fd375b3363192b355a2b423256bcbb9e1a7929a715b648a41919734653f9db9210fcd62a19a50c08b3c48c853dbaa4d370599732753a906e0 WHIRLPOOL 4958ca10d33d96d1d213ee778687d6d66e20bbf0b527d23bcdb4949fa8c3371831d9fe70ace862128c7018cf41f00c0280a64d9dd0eb6699dace50cf3f560b03 DIST geometry-1.11.8.tar.gz 186749 SHA256 a372f2225d6d9625dadc9dee817281a22dfb4b4dc8fd129ee1fb9375993bfd88 SHA512 a7d1383635d96b8a95486cbb9d1fdfc762846cb6ecc41c0deef76cea4d9f9cde99c4b079527a25bc5ac559d4987fe7a4c3159e2435942bb3d4fb992da68e0e04 WHIRLPOOL e527970486796a67e1a8edfec0a8abfd562e36bbc9f38cf5a335bbd178f4dd68b067e526e4d308389e61852af8b17a59b0bb82a4faa3a45856c553ddd228fe3b diff --git a/dev-ros/tf/tf-1.11.7.ebuild b/dev-ros/tf/tf-1.11.7.ebuild deleted file mode 100644 index f81e4cc..00000000 --- a/dev-ros/tf/tf-1.11.7.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -CATKIN_HAS_MESSAGES=yes -ROS_REPO_URI="https://github.com/ros/geometry" -KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python2_7 ) -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="Maintains the relationship between coordinate frames in a tree structure buffered in time" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-libs/boost:=[threads] - dev-ros/angles - dev-ros/message_filters - dev-ros/rosconsole - dev-ros/rostime - dev-ros/roscpp - dev-ros/tf2_ros - dev-ros/rospy[${PYTHON_USEDEP}] - dev-ros/roslib[${PYTHON_USEDEP}] - dev-python/rospkg[${PYTHON_USEDEP}] - dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}] - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}] - dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] -" -DEPEND="${RDEPEND} - test? ( - dev-ros/rostest[${PYTHON_USEDEP}] - dev-cpp/gtest - dev-python/nose[${PYTHON_USEDEP}] - )"