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 F2701138330 for ; Fri, 7 Oct 2016 15:55:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1811AE0C25; Fri, 7 Oct 2016 15:55:27 +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 EEBD5E0C25 for ; Fri, 7 Oct 2016 15:55:26 +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 A885734131F for ; Fri, 7 Oct 2016 15:55:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1E2924AD for ; Fri, 7 Oct 2016 15:55:22 +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: <1475855715.0194717b248cc1b4da081656d5d909e6124b2bc3.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rospack/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/rospack/Manifest dev-ros/rospack/rospack-2.3.0.ebuild X-VCS-Directories: dev-ros/rospack/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 0194717b248cc1b4da081656d5d909e6124b2bc3 X-VCS-Branch: master Date: Fri, 7 Oct 2016 15:55:22 +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: f4eda451-e951-46b6-a01c-355d658f2281 X-Archives-Hash: c23b0564baced77b9812de3b9872f98f commit: 0194717b248cc1b4da081656d5d909e6124b2bc3 Author: Alexis Ballier gentoo org> AuthorDate: Fri Oct 7 15:54:40 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Oct 7 15:55:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0194717b dev-ros/rospack: remove old Package-Manager: portage-2.3.1 dev-ros/rospack/Manifest | 1 - dev-ros/rospack/rospack-2.3.0.ebuild | 29 ----------------------------- 2 files changed, 30 deletions(-) diff --git a/dev-ros/rospack/Manifest b/dev-ros/rospack/Manifest index aa538d7..f9833aa 100644 --- a/dev-ros/rospack/Manifest +++ b/dev-ros/rospack/Manifest @@ -1,2 +1 @@ -DIST rospack-2.3.0.tar.gz 70879 SHA256 d54bf2f82cea3273a34c11d99fed5bb1d78a8e5c86046af425d646ebc94c627c SHA512 d0dd3da0282c2ef1721ac1d3671845cdef0d3307926435f91f7f63441942562d9128609a31368bf836935e6bfc337cc2c419100e5a2c8ed058131f22926e5459 WHIRLPOOL eed21ca219625534c7ba009ca50d52b20b922cb5a08c973bbf40267bbd70c9331fc5828bdd96acf130641f644b927ceeac867c16805c3f43837d98f471203ae6 DIST rospack-2.3.1.tar.gz 70994 SHA256 69634b2fc717903919cd1a7c2367b395b4297676a4aadf0b71bd4d386e50f583 SHA512 647ec1f10fe5f68ba8fe975df54cbafab694605ad30f5f3a02e80d1f5421969fbb94cc047c12ba7e9a395318091ce3bd973ecfed787d02666e27b8c58b655a2d WHIRLPOOL 0ac1f8b4b173576bf8c7d5c17e59b30ef5028a75964e1937e8dd0b601d934a815bdb7c259f8c0c36a1dae3f2a1934a39549d14d30eab77489ab2883da53e9b19 diff --git a/dev-ros/rospack/rospack-2.3.0.ebuild b/dev-ros/rospack/rospack-2.3.0.ebuild deleted file mode 100644 index 44ef9df..00000000 --- a/dev-ros/rospack/rospack-2.3.0.ebuild +++ /dev/null @@ -1,29 +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/rospack" -KEYWORDS="~amd64 ~arm" - -inherit ros-catkin - -# Do it that way to avoid ros-catkin pulling in python-r1 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) -inherit python-single-r1 - -DESCRIPTION="Retrieves information about ROS packages available on the filesystem" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND="dev-libs/boost:= - dev-libs/tinyxml - " -DEPEND="${RDEPEND} - dev-ros/cmake_modules - test? ( - dev-cpp/gtest - dev-python/nose - )"