diff options
author | Zoltan Puskas <zoltan@sinustrom.info> | 2022-10-06 23:03:50 -0700 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2022-11-04 17:12:06 +0000 |
commit | d5f3d86a3b0fb937af3f5375637fbe0829f20c67 (patch) | |
tree | 427664d84067fb76ce329bab3c693b6629558062 /net-mail | |
parent | app-misc/remind: drop 03.03.05 (diff) | |
download | gentoo-d5f3d86a3b0fb937af3f5375637fbe0829f20c67.tar.gz gentoo-d5f3d86a3b0fb937af3f5375637fbe0829f20c67.tar.bz2 gentoo-d5f3d86a3b0fb937af3f5375637fbe0829f20c67.zip |
net-mail/getmail: Drop old stable 6.14
Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info>
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/getmail/Manifest | 1 | ||||
-rw-r--r-- | net-mail/getmail/getmail-6.14.ebuild | 28 |
2 files changed, 0 insertions, 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 -} |