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 D570D138359 for ; Fri, 10 Jul 2020 16:51:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FDE8E087C; Fri, 10 Jul 2020 16:51:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 57621E087C for ; Fri, 10 Jul 2020 16:51: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 0E06834F73B for ; Fri, 10 Jul 2020 16:50:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B1752E0 for ; Fri, 10 Jul 2020 16:50:54 +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: <1594399844.b8240daf692402224da48866132c4895be791450.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rosserial_client/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/rosserial_client/Manifest dev-ros/rosserial_client/rosserial_client-0.7.7.ebuild X-VCS-Directories: dev-ros/rosserial_client/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: b8240daf692402224da48866132c4895be791450 X-VCS-Branch: master Date: Fri, 10 Jul 2020 16:50:54 +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: dae5e55c-3035-46ed-9a62-5ea5299d519d X-Archives-Hash: c4c11323a1df4553e7d036f1ca4ef5ec commit: b8240daf692402224da48866132c4895be791450 Author: Alexis Ballier gentoo org> AuthorDate: Fri Jul 10 16:40:26 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Jul 10 16:50:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8240daf dev-ros/rosserial_client: Remove old Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/rosserial_client/Manifest | 1 - .../rosserial_client/rosserial_client-0.7.7.ebuild | 23 ---------------------- 2 files changed, 24 deletions(-) diff --git a/dev-ros/rosserial_client/Manifest b/dev-ros/rosserial_client/Manifest index 4f9a5462d9a..7642ef7cb1e 100644 --- a/dev-ros/rosserial_client/Manifest +++ b/dev-ros/rosserial_client/Manifest @@ -1,2 +1 @@ -DIST rosserial-0.7.7.tar.gz 155237 BLAKE2B e0e905c9d58face06ceac0e21aa2c72d07961daa5a37f85df6dc39738b27ffa47a9236f2627705c94185891f7d7291dabb80e10fece2eec2c6b76bcbdba7d32a SHA512 fdf880146b7697592288d3f5341f784e2dbadc9639a0b66458709bdee1725e6ca603215296f85e386bc9ad59ca8c3132daf0c33cfb852c10c7c1715c06ff2384 DIST rosserial-0.8.0.tar.gz 312494 BLAKE2B f65d42ebdc47125a7dfb9b3a999f53640812bc9741f43a5b451fbe449d6d23537face7ca148b2b952c401bb439cee05693f5663e423e70d9df3bbde0d07fbb0a SHA512 ee2f4b3b39fd3be47cbaaed7bfbe08057b1525a12f31dd685d80683ec1ddc89ff43157cc0f09583e68ccc6e35009fda73efa8a74dad6c5bba4b46f4ad6a155d0 diff --git a/dev-ros/rosserial_client/rosserial_client-0.7.7.ebuild b/dev-ros/rosserial_client/rosserial_client-0.7.7.ebuild deleted file mode 100644 index 026f55d5918..00000000000 --- a/dev-ros/rosserial_client/rosserial_client-0.7.7.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -ROS_REPO_URI="https://github.com/ros-drivers/rosserial" -KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python2_7 ) -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="Generalized client side source for rosserial" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/tf[${PYTHON_USEDEP}] - dev-ros/rospy[${PYTHON_USEDEP}] - dev-ros/std_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] - dev-ros/rosserial_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}"