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 9D968138359 for ; Thu, 16 Jul 2020 17:35:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2843E0815; Thu, 16 Jul 2020 17:35:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 97D83E0815 for ; Thu, 16 Jul 2020 17:35:03 +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 82D3C34EFC9 for ; Thu, 16 Jul 2020 17:35:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A70F92DD for ; Thu, 16 Jul 2020 17:34:59 +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: <1594920887.6bc2e37545248ff9f7f3e50b5b0b5f6265c5ac59.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/control_msgs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/control_msgs/Manifest dev-ros/control_msgs/control_msgs-1.4.0.ebuild X-VCS-Directories: dev-ros/control_msgs/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 6bc2e37545248ff9f7f3e50b5b0b5f6265c5ac59 X-VCS-Branch: master Date: Thu, 16 Jul 2020 17:34:59 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 878b179c-744e-4bbc-bcdf-0f34a1996433 X-Archives-Hash: 8f4d1ee525fdd5c27dd33e01049f0f6f commit: 6bc2e37545248ff9f7f3e50b5b0b5f6265c5ac59 Author: Alexis Ballier gentoo org> AuthorDate: Thu Jul 16 17:15:24 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Jul 16 17:34:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bc2e375 dev-ros/control_msgs: Remove old Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/control_msgs/Manifest | 1 - dev-ros/control_msgs/control_msgs-1.4.0.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/dev-ros/control_msgs/Manifest b/dev-ros/control_msgs/Manifest index f6fecbd4551..aeeeddcd87b 100644 --- a/dev-ros/control_msgs/Manifest +++ b/dev-ros/control_msgs/Manifest @@ -1,2 +1 @@ -DIST control_msgs-1.4.0.tar.gz 3636 BLAKE2B c82300bc17e04d4c061ec4907b9fe086d4d7768543cfa724b729e23b1b09a843c495002412bb9da48a1f7cd05cfc201b4d5da156135c104dd7ddb78193772556 SHA512 962e85661c39c3dbc91138ba4d98cfe9f846ee1e4a9b9eda1e4f76b9ef3aa4777a9faa7640e098e301601358a5e6edfe15ff585f3978fecb51b4966c6ec7fab3 DIST control_msgs-1.5.2.tar.gz 4850 BLAKE2B 4e601815ba16763695df13d9de6de22d0695d130b7f27b2150d1cdaaf72e73ba0720ac8889ae1c4811e2c5100dbd7c4b0312d1aabb75ed602b4131c1796d167c SHA512 2d892153280d4522b64e9aca3d8da7edf89eaf8cb416aed031a73aefd065533a8c03f4ed7fc6576a2a873603ed47ab35b474e1f48ffe238c184dd2bb9218726f diff --git a/dev-ros/control_msgs/control_msgs-1.4.0.ebuild b/dev-ros/control_msgs/control_msgs-1.4.0.ebuild deleted file mode 100644 index 601f7602785..00000000000 --- a/dev-ros/control_msgs/control_msgs-1.4.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -ROS_REPO_URI="https://github.com/ros-controls/control_msgs" -CATKIN_HAS_MESSAGES=yes -KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_6} pypy3 ) -ROS_SUBDIR=${PN} -CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/actionlib_msgs dev-ros/geometry_msgs dev-ros/std_msgs dev-ros/trajectory_msgs" - -inherit ros-catkin - -DESCRIPTION="Base messages and actions useful for controlling robots" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND}"