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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9B75D15808B for ; Thu, 14 Apr 2022 16:18:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1914DE08AD; Thu, 14 Apr 2022 16:18:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 738C0E08AD for ; Thu, 14 Apr 2022 16:18:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5A8A6341D5B for ; Thu, 14 Apr 2022 16:18:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A08B0318 for ; Thu, 14 Apr 2022 16:18:28 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1649953095.fb41388267456c4be95af50579a62eeb48fc7acc.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/cloud-init/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/cloud-init/cloud-init-9999.ebuild X-VCS-Directories: app-emulation/cloud-init/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: fb41388267456c4be95af50579a62eeb48fc7acc X-VCS-Branch: master Date: Thu, 14 Apr 2022 16:18:28 +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: 9cb20375-705c-4d91-aa2a-15e5e19edbf0 X-Archives-Hash: ae1ed9b00cc75927772bc1d2372e8112 commit: fb41388267456c4be95af50579a62eeb48fc7acc Author: Brett Holman gmail com> AuthorDate: Tue Apr 12 15:38:55 2022 +0000 Commit: Matthew Thode gentoo org> CommitDate: Thu Apr 14 16:18:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb413882 app-emulation/cloud-init: Drop patches Upstream took patches, remove them from ebuild Signed-off-by: Brett Holman gmail.com> Signed-off-by: Matthew Thode gentoo.org> app-emulation/cloud-init/cloud-init-9999.ebuild | 7 ------- 1 file changed, 7 deletions(-) diff --git a/app-emulation/cloud-init/cloud-init-9999.ebuild b/app-emulation/cloud-init/cloud-init-9999.ebuild index 6dbdf8e71fe9..e1b50da6f06a 100644 --- a/app-emulation/cloud-init/cloud-init-9999.ebuild +++ b/app-emulation/cloud-init/cloud-init-9999.ebuild @@ -51,13 +51,6 @@ RDEPEND=" virtual/logger " -PATCHES=( - # Fix Gentoo support - # https://code.launchpad.net/~gilles-dartiguelongue/cloud-init/+git/cloud-init/+merge/358777 - "${FILESDIR}"/22.1-fix-update_package_sources-function.patch - "${FILESDIR}"/22.1-add-support-for-package_upgrade.patch -) - distutils_enable_tests pytest python_prepare_all() {