diff options
author | Zoltan Puskas <zoltan@sinustrom.info> | 2023-09-11 20:22:45 -0700 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-09-22 09:58:41 +0200 |
commit | 9b6c6a3bc50f84852605a62063a9d2d8ddcd3371 (patch) | |
tree | b65603c2b177ce0dab9fdc11d5cc7ee75f04c4ac /net-mail | |
parent | media-gfx/mcomix: fix install phase (diff) | |
download | gentoo-9b6c6a3bc50f84852605a62063a9d2d8ddcd3371.tar.gz gentoo-9b6c6a3bc50f84852605a62063a9d2d8ddcd3371.tar.bz2 gentoo-9b6c6a3bc50f84852605a62063a9d2d8ddcd3371.zip |
net-mail/getmail: drop 6.18.10
Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info>
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/getmail/Manifest | 1 | ||||
-rw-r--r-- | net-mail/getmail/getmail-6.18.10.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/net-mail/getmail/Manifest b/net-mail/getmail/Manifest index d2a960db5f6e..a0b33351ec82 100644 --- a/net-mail/getmail/Manifest +++ b/net-mail/getmail/Manifest @@ -1,2 +1 @@ -DIST getmail-6.18.10.gh.tar.gz 205481 BLAKE2B a0597db32ff2ce43bf96feadcba4d926d48898cc412ec96e8d62086e29a364f6b806f0279878b95976e3ca7b0966afb19cb59939ef8bea1627a230518ea28602 SHA512 feda9236d3a1a7ceb21ca293d41c9631fec5f8753be4ece6e1b6910c052d10a8466547977fb4d0452ec4ae9f89ebff36105e0fe5843d02b2af3fd4bcea36e6c1 DIST getmail-6.18.12.gh.tar.gz 207087 BLAKE2B 916c7fe7d459c27001ae80fafb95c8ea561a3c1b7335d142678c94242e7602070bf1d93c56db52363fbf62071f261dd8df5ca2c9cb71f2e7c7b8eb2826fa1035 SHA512 8b58c3295831740cac854ccc4dabf9ff53a08f85648beeb50952fc895df7115304cdaec8c3f6f94e9ee828914268dd8f23978cae4f5d3f6eff9f48fa59d3f5de diff --git a/net-mail/getmail/getmail-6.18.10.ebuild b/net-mail/getmail/getmail-6.18.10.ebuild deleted file mode 100644 index 892e16cc85ef..000000000000 --- a/net-mail/getmail/getmail-6.18.10.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_SINGLE_IMPL=1 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) -PYTHON_REQ_USE="ssl" -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}.gh.tar.gz" -S="${WORKDIR}/getmail6-${PV}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" - -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 -} |