repo/gentoo:master commit in: net-mail/getmail/
"Sam James" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1787039089.b35c3b0ce21b7ac654465b38ec68551280b63d96.sam@gentoo> |
commit: b35c3b0ce21b7ac654465b38ec68551280b63d96
Author: Zoltan Puskas <zoltan <AT> sinustrom <DOT> info>
AuthorDate: Tue Aug 11 07:27:21 2026 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 18 07:44:49 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b35c3b0c
net-mail/getmail: drop 6.19.12
Signed-off-by: Zoltan Puskas <zoltan <AT> sinustrom.info>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/1653
Merges: https://codeberg.org/gentoo/gentoo/pulls/1653
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-mail/getmail/Manifest | 1 -
net-mail/getmail/getmail-6.19.12.ebuild | 33 ---------------------------------
2 files changed, 34 deletions(-)
diff --git a/net-mail/getmail/Manifest b/net-mail/getmail/Manifest
index 17b55171d50b..ab24e2b9b6f9 100644
--- a/net-mail/getmail/Manifest
+++ b/net-mail/getmail/Manifest
@@ -1,2 +1 @@
-DIST getmail-6.19.12.gh.tar.gz 221151 BLAKE2B c540d3311907fc20f3b11b4013bde9399bdacbbbbee36902b83fd9f05699179592b485d3bbfcfbbcc01b475900be736ab8bfc72fa52dd44de6b1df1053163e08 SHA512 7e9daa7c521678fc7f10b61c3d6c6ee0ade93553e10a5a6e66f8bbab705720da1a8557e6958201e955d9a7806857415e5c12635d74280e3b29469c6b59c49a07
DIST getmail-6.20.00.gh.tar.gz 220011 BLAKE2B 2677acc2aff9dfe1d50e48a07bc575841f47db2ec43dd0c38948742a27b58ac77bf6d5fb0d2035a18da40547544436b051b7e96877aa64b9979b30c53b61acf1 SHA512 1222e53182f7d59ef874fb0e1231f24fe22308ff1abb2b4efd79252f7458b42e4efc81a5a747f682c3043679745520e6e77fb8af54351b74595edc6466749c1f
diff --git a/net-mail/getmail/getmail-6.19.12.ebuild b/net-mail/getmail/getmail-6.19.12.ebuild
deleted file mode 100644
index 14b23de7c2bc..000000000000
--- a/net-mail/getmail/getmail-6.19.12.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2026 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_{11..14} )
-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}"
-
-# getmail is under GPLv2
-# getmail-gmail-xoauth-tokens is under Apache 2.0
-LICENSE="GPL-2 Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-PATCHES=(
- "${FILESDIR}/${PN}-revert-doc-path.patch"
-)
-
-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
-}