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 140D5139694 for ; Wed, 14 Jun 2017 12:21:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F414021C0A3; Wed, 14 Jun 2017 12:21:14 +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 CEF0E21C0A3 for ; Wed, 14 Jun 2017 12:21:14 +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 D754334196C for ; Wed, 14 Jun 2017 12:21:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 288B07492 for ; Wed, 14 Jun 2017 12:21:05 +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: <1497442854.5d62aafc4c3f7adc5d0f8ee9d65dad7f31e4b067.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/smach/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/smach/Manifest dev-ros/smach/smach-2.0.0.ebuild X-VCS-Directories: dev-ros/smach/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 5d62aafc4c3f7adc5d0f8ee9d65dad7f31e4b067 X-VCS-Branch: master Date: Wed, 14 Jun 2017 12:21:05 +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: 970c59bf-6101-4a56-9ac4-ce416d8e0eab X-Archives-Hash: d8e7d19894254ef3544a2e02ecaed701 commit: 5d62aafc4c3f7adc5d0f8ee9d65dad7f31e4b067 Author: Alexis Ballier gentoo org> AuthorDate: Wed Jun 14 12:16:26 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Jun 14 12:20:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d62aafc dev-ros/smach: remove old Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-ros/smach/Manifest | 1 - dev-ros/smach/smach-2.0.0.ebuild | 19 ------------------- 2 files changed, 20 deletions(-) diff --git a/dev-ros/smach/Manifest b/dev-ros/smach/Manifest index 50d925fd84a..ef0fac7e07e 100644 --- a/dev-ros/smach/Manifest +++ b/dev-ros/smach/Manifest @@ -1,2 +1 @@ -DIST executive_smach-2.0.0.tar.gz 39920 SHA256 48f11db9a1be8accf6bce4dc20efa825f8fab1697d8620690eb51051ddd2c6b3 SHA512 e1970128f2a49e92e99821922351cb62c64d4367781397f6f6b3c20691c2712824edabe4e4a67264fe48555f3b0c8d1f1fd7bc8820fb6f5937f7c6a22815c601 WHIRLPOOL 045578126017e77486c4e87dd85badbff8a8227e580ba792389fe871c732455bc5d1abcb83cff230705ff85a1679682f9a99541727fcb253858e02cd33dc0184 DIST executive_smach-2.0.1.tar.gz 42032 SHA256 2f7f58064c960fc56de15fdedfd883f62122bd44874787f13c8b4d8a77c45380 SHA512 88be9ad6a0ec1e82e1592d26621fbbfe24e45640266f369cd03f192649bfd865e5a4ea576cf665161c0f89805e67b38b8b64b62a054ca1e217b99d8284f3b32a WHIRLPOOL 69b12a64c5826e27447e2e5adbff9462369d41b1e6b2e88561b758c19019c8233400a98e01146b8a34b38f66ad9678cf58a8373fed72d07640bb56fb9a26256d diff --git a/dev-ros/smach/smach-2.0.0.ebuild b/dev-ros/smach/smach-2.0.0.ebuild deleted file mode 100644 index 99cc2f88603..00000000000 --- a/dev-ros/smach/smach-2.0.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -ROS_REPO_URI="https://github.com/ros/executive_smach" -KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_4} ) -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="Task-level architecture for rapidly creating complex robot behavior" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND}"