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 3BE61139360 for ; Fri, 6 Aug 2021 13:30:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54F8CE08EB; Fri, 6 Aug 2021 13:30:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 54127E08EF for ; Fri, 6 Aug 2021 13:30:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 CA3B1342B79 for ; Fri, 6 Aug 2021 13:30:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FDCB85B for ; Fri, 6 Aug 2021 13:30:14 +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: <1628256608.860ea4ef2dbeb7dc08c3f0bb1507eac7823006ad.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/mavlink-gbp-release/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/mavlink-gbp-release/Manifest dev-ros/mavlink-gbp-release/mavlink-gbp-release-2020.9.10.ebuild X-VCS-Directories: dev-ros/mavlink-gbp-release/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 860ea4ef2dbeb7dc08c3f0bb1507eac7823006ad X-VCS-Branch: master Date: Fri, 6 Aug 2021 13:30:14 +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: d38cdbed-c649-435e-b81e-54c2dcb8a961 X-Archives-Hash: e6663d71ae4f938c11b8aac08de8016d commit: 860ea4ef2dbeb7dc08c3f0bb1507eac7823006ad Author: Alexis Ballier gentoo org> AuthorDate: Fri Aug 6 13:13:31 2021 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Aug 6 13:30:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=860ea4ef dev-ros/mavlink-gbp-release: Remove old Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/mavlink-gbp-release/Manifest | 1 - .../mavlink-gbp-release-2020.9.10.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/dev-ros/mavlink-gbp-release/Manifest b/dev-ros/mavlink-gbp-release/Manifest index 7242310703b..3cf2b2984a5 100644 --- a/dev-ros/mavlink-gbp-release/Manifest +++ b/dev-ros/mavlink-gbp-release/Manifest @@ -1,2 +1 @@ -DIST mavlink-gbp-release-2020.9.10.tar.gz 4134330 BLAKE2B a8b2ad07ebf67bf19b37d6fefd6e41a5d6c95e9eaac413785943bd88e63f1a8acf4a4ea7d7ecd680e5ff306d46235a8cf0239af724d01d960c96cd8623818a22 SHA512 9c3429b16b0bcd364d89db3817cab76545f799407095cd6d7af5fff552aa4a4314645b6db517389bcdb511e009b4bfce5d62ae6b4aec7b0542bdc892cdf1ebb9 DIST mavlink-gbp-release-2021.2.2.tar.gz 4266346 BLAKE2B 6f70c9ee4b4140f7478210ba8a31739316a89f890d1412e5d9480d83ca1a186a12855d9b33f254222aa5156333fc74dd5f00988ffe904fad96ef5eaccea6a793 SHA512 1e857093d91c154b0780c530f1ad741120cee31e9ba3373cc047644990e7d58b2b703716d39509c753c41cbaf95a9e330bbc15ed6c970af2ab4d6bbc66de23eb diff --git a/dev-ros/mavlink-gbp-release/mavlink-gbp-release-2020.9.10.ebuild b/dev-ros/mavlink-gbp-release/mavlink-gbp-release-2020.9.10.ebuild deleted file mode 100644 index 86036c60a87..00000000000 --- a/dev-ros/mavlink-gbp-release/mavlink-gbp-release-2020.9.10.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -ROS_REPO_URI="https://github.com/mavlink/mavlink-gbp-release" -EGIT_BRANCH="release/noetic/mavlink" -VER_PREFIX="${EGIT_BRANCH}/" -VER_SUFFIX=-${PV#*_p} -KEYWORDS="~amd64 ~arm" - -inherit ros-catkin - -DESCRIPTION="MAVLink message marshaling library" -LICENSE="LGPL-3" -SLOT="0" -IUSE="" - -RDEPEND="$(python_gen_cond_dep "dev-python/future[\${PYTHON_USEDEP}]")" -DEPEND="${RDEPEND}" -S="${WORKDIR}/${PN}-${EGIT_BRANCH//\//-}" -PATCHES=( "${FILESDIR}/gentoo.patch" )