Gentoo Archives: gentoo-commits

From: Matthew Smith <matthew@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/getmail/
Date: Fri, 04 Nov 2022 17:13:10
Message-Id: 1667581926.d5f3d86a3b0fb937af3f5375637fbe0829f20c67.matthew@gentoo
1 commit: d5f3d86a3b0fb937af3f5375637fbe0829f20c67
2 Author: Zoltan Puskas <zoltan <AT> sinustrom <DOT> info>
3 AuthorDate: Fri Oct 7 06:03:50 2022 +0000
4 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 4 17:12:06 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5f3d86a
7
8 net-mail/getmail: Drop old stable 6.14
9
10 Signed-off-by: Zoltan Puskas <zoltan <AT> sinustrom.info>
11 Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
12
13 net-mail/getmail/Manifest | 1 -
14 net-mail/getmail/getmail-6.14.ebuild | 28 ----------------------------
15 2 files changed, 29 deletions(-)
16
17 diff --git a/net-mail/getmail/Manifest b/net-mail/getmail/Manifest
18 index f280e4d006f2..902e577d3b54 100644
19 --- a/net-mail/getmail/Manifest
20 +++ b/net-mail/getmail/Manifest
21 @@ -1,2 +1 @@
22 -DIST getmail-6.14.tar.gz 185308 BLAKE2B c74fce627e6a23e0b209dddca690301f80626d9c4489d8cd2391884908e6f1c017602ed23ca4d343e2dd400b911d3f808235231217afd38f96017d8f0d20b3a2 SHA512 b8d2df52cbf145ee7e00ec1dbf589013d3caf8e39a3981e6ae4f1e36fe0b3d3d88df639e03e8697c39e6d00e20ddf1e995ed17f0b1fa1fa2ea52a803c16f062f
23 DIST getmail-6.18.9.tar.gz 204488 BLAKE2B 4bf95cec36ce10d5fd6c9fbb6b96923915a13f4b339a9846caafc5602a56612fb9f4b7209a138a03b81b19b7d28328bb46c60165215384650e7dcf98294cc5fa SHA512 dfeaebbca0c8766a16783d27171e65595d97a4b557943677dd7e7a66a9da8b49dfdbfb4aba9655ce3815ff6e2f991905317085b156ba6dbac841bb0fbb26c8b5
24
25 diff --git a/net-mail/getmail/getmail-6.14.ebuild b/net-mail/getmail/getmail-6.14.ebuild
26 deleted file mode 100644
27 index 77838027d828..000000000000
28 --- a/net-mail/getmail/getmail-6.14.ebuild
29 +++ /dev/null
30 @@ -1,28 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -PYTHON_COMPAT=( python3_{7,8,9} )
37 -PYTHON_REQ_USE="ssl"
38 -
39 -DISTUTILS_USE_SETUPTOOLS=bdepend
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="A mail retriever with reliable Maildir and mbox delivery"
43 -HOMEPAGE="https://www.getmail6.org/ https://github.com/getmail6/getmail6"
44 -SRC_URI="https://github.com/getmail6/getmail6/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45 -
46 -LICENSE="GPL-2"
47 -SLOT="0"
48 -KEYWORDS="amd64 ~x86"
49 -
50 -S="${WORKDIR}/getmail6-${PV}"
51 -
52 -python_prepare_all() {
53 - # Use gentoo version number (including revision) for doc dir and remove COPYING file
54 - sed -i -e "s,'getmail-%s' % __version__,'${PF}'," \
55 - -e "/docs\/COPYING/d" "${S}"/setup.py || die
56 -
57 - distutils-r1_python_prepare_all
58 -}