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 582AD158020 for ; Fri, 4 Nov 2022 17:13:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EBD2E07E1; Fri, 4 Nov 2022 17:13:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 38B67E07E1 for ; Fri, 4 Nov 2022 17:13:09 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6AD55341476 for ; Fri, 4 Nov 2022 17:13:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65C686FE for ; Fri, 4 Nov 2022 17:13:05 +0000 (UTC) From: "Matthew Smith" 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 Smith" Message-ID: <1667581926.d5f3d86a3b0fb937af3f5375637fbe0829f20c67.matthew@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/getmail/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/getmail/Manifest net-mail/getmail/getmail-6.14.ebuild X-VCS-Directories: net-mail/getmail/ X-VCS-Committer: matthew X-VCS-Committer-Name: Matthew Smith X-VCS-Revision: d5f3d86a3b0fb937af3f5375637fbe0829f20c67 X-VCS-Branch: master Date: Fri, 4 Nov 2022 17:13: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 80d47e53-57f6-41a0-98f7-7c3099dbf6d4 X-Archives-Hash: ea6dd96939489028721100a185ab787a commit: d5f3d86a3b0fb937af3f5375637fbe0829f20c67 Author: Zoltan Puskas sinustrom info> AuthorDate: Fri Oct 7 06:03:50 2022 +0000 Commit: Matthew Smith gentoo org> CommitDate: Fri Nov 4 17:12:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5f3d86a net-mail/getmail: Drop old stable 6.14 Signed-off-by: Zoltan Puskas sinustrom.info> Signed-off-by: Matthew Smith gentoo.org> net-mail/getmail/Manifest | 1 - net-mail/getmail/getmail-6.14.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) diff --git a/net-mail/getmail/Manifest b/net-mail/getmail/Manifest index f280e4d006f2..902e577d3b54 100644 --- a/net-mail/getmail/Manifest +++ b/net-mail/getmail/Manifest @@ -1,2 +1 @@ -DIST getmail-6.14.tar.gz 185308 BLAKE2B c74fce627e6a23e0b209dddca690301f80626d9c4489d8cd2391884908e6f1c017602ed23ca4d343e2dd400b911d3f808235231217afd38f96017d8f0d20b3a2 SHA512 b8d2df52cbf145ee7e00ec1dbf589013d3caf8e39a3981e6ae4f1e36fe0b3d3d88df639e03e8697c39e6d00e20ddf1e995ed17f0b1fa1fa2ea52a803c16f062f DIST getmail-6.18.9.tar.gz 204488 BLAKE2B 4bf95cec36ce10d5fd6c9fbb6b96923915a13f4b339a9846caafc5602a56612fb9f4b7209a138a03b81b19b7d28328bb46c60165215384650e7dcf98294cc5fa SHA512 dfeaebbca0c8766a16783d27171e65595d97a4b557943677dd7e7a66a9da8b49dfdbfb4aba9655ce3815ff6e2f991905317085b156ba6dbac841bb0fbb26c8b5 diff --git a/net-mail/getmail/getmail-6.14.ebuild b/net-mail/getmail/getmail-6.14.ebuild deleted file mode 100644 index 77838027d828..000000000000 --- a/net-mail/getmail/getmail-6.14.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) -PYTHON_REQ_USE="ssl" - -DISTUTILS_USE_SETUPTOOLS=bdepend -inherit distutils-r1 - -DESCRIPTION="A mail retriever with reliable Maildir and mbox delivery" -HOMEPAGE="https://www.getmail6.org/ https://github.com/getmail6/getmail6" -SRC_URI="https://github.com/getmail6/getmail6/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~x86" - -S="${WORKDIR}/getmail6-${PV}" - -python_prepare_all() { - # Use gentoo version number (including revision) for doc dir and remove COPYING file - sed -i -e "s,'getmail-%s' % __version__,'${PF}'," \ - -e "/docs\/COPYING/d" "${S}"/setup.py || die - - distutils-r1_python_prepare_all -}