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 34513139150 for ; Tue, 25 Oct 2016 10:56:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 748B0E0B16; Tue, 25 Oct 2016 10:56:38 +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 25A38E0B16 for ; Tue, 25 Oct 2016 10:56:38 +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 5AEFB341527 for ; Tue, 25 Oct 2016 10:56:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D973524B6 for ; Tue, 25 Oct 2016 10:56:32 +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: <1477392985.0652f1fb4c66b7edbf65d51eba2fbfd92e18ccb0.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/genpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/genpy/Manifest dev-ros/genpy/genpy-0.6.0.ebuild X-VCS-Directories: dev-ros/genpy/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 0652f1fb4c66b7edbf65d51eba2fbfd92e18ccb0 X-VCS-Branch: master Date: Tue, 25 Oct 2016 10:56:32 +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: 2850e204-963e-4212-959a-3dc478262d93 X-Archives-Hash: bf6d2b7eb3c07f615eb2361e610e5c39 commit: 0652f1fb4c66b7edbf65d51eba2fbfd92e18ccb0 Author: Alexis Ballier gentoo org> AuthorDate: Tue Oct 25 09:59:44 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Oct 25 10:56:25 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0652f1fb dev-ros/genpy: remove old Package-Manager: portage-2.3.2 dev-ros/genpy/Manifest | 1 - dev-ros/genpy/genpy-0.6.0.ebuild | 25 ------------------------- 2 files changed, 26 deletions(-) diff --git a/dev-ros/genpy/Manifest b/dev-ros/genpy/Manifest index e014b8f..7a6dd92 100644 --- a/dev-ros/genpy/Manifest +++ b/dev-ros/genpy/Manifest @@ -1,2 +1 @@ -DIST genpy-0.6.0.tar.gz 60238 SHA256 f8da9af40a507bb0d18a5de8dac0f2149140b82c59a8bb2bac903e364c05dd37 SHA512 83c365d5a4dcc9aa8ae1bd75030ca1630674c11e53dbd5ed8ee6f763e6bca904e45ac1527e7928aba914c28010ceb02f5ec5e0001557e8d189457e7c89776a95 WHIRLPOOL 3ab2b827d3ab69f16dbd2c03cd0a9adc786dca2b81d228bed7cad004e67ab5937f4a619a0ead6d430d872b1e50d02ed62b0e4a33bc013d3c420a361d44edbb5e DIST genpy-0.6.2.tar.gz 60939 SHA256 dc1a77d534702136f635b110eb20a4072e5946ff8aa237f5bae2cb37c298e922 SHA512 39fa71f113dbc0165ef7d0aa7d7a60795f8919649fbae46a9e4e3e9020c60df91f979f19283a7ea20803f6d97ec3f0e12bb19a788033e499e1f1c84587bfae4b WHIRLPOOL a0f665d419e886d8f3a0f8aa5725e6e6e32fdd889b4b1ea1fc6939c16c01970d904ecb6df63613f037348df7b06738184ffc41af0d66d90519876e9aa11ccfb3 diff --git a/dev-ros/genpy/genpy-0.6.0.ebuild b/dev-ros/genpy/genpy-0.6.0.ebuild deleted file mode 100644 index e18cd2a..00000000 --- a/dev-ros/genpy/genpy-0.6.0.ebuild +++ /dev/null @@ -1,25 +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/genpy" -KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) - -inherit ros-catkin - -DESCRIPTION="Python ROS message and service generators" -HOMEPAGE="http://wiki.ros.org/genpy" -LICENSE="BSD" -SLOT="0/${PV}" -IUSE="" - -RDEPEND="dev-ros/genmsg[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - test? ( - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] - ) -"