diff options
author | 2020-08-23 12:47:40 -0400 | |
---|---|---|
committer | 2020-11-10 14:00:15 +0200 | |
commit | 2df6b0f31a5a13fe8d1f5ec0385951bc18c1bf22 (patch) | |
tree | 13b0b2a567421e901cbb0076795f879c373ac431 /net-mail | |
parent | dev-libs/zziplib: fix manpages (diff) | |
download | gentoo-2df6b0f31a5a13fe8d1f5ec0385951bc18c1bf22.tar.gz gentoo-2df6b0f31a5a13fe8d1f5ec0385951bc18c1bf22.tar.bz2 gentoo-2df6b0f31a5a13fe8d1f5ec0385951bc18c1bf22.zip |
net-mail/getmail: New upstream for package, v6.9
getmail was removed in commit f63396228c129fdbac0b2b6bf90ca0dbe64bfb08 on
July 27 for being a Py2 only package. This reintroduces this package from
a different upstream that is compatible with Python 3.
Signed-off-by: Remco Rijnders <remco@webconquest.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/getmail/Manifest | 1 | ||||
-rw-r--r-- | net-mail/getmail/getmail-6.9.ebuild | 29 | ||||
-rw-r--r-- | net-mail/getmail/metadata.xml | 12 |
3 files changed, 42 insertions, 0 deletions
diff --git a/net-mail/getmail/Manifest b/net-mail/getmail/Manifest new file mode 100644 index 000000000000..3c49f6960c33 --- /dev/null +++ b/net-mail/getmail/Manifest @@ -0,0 +1 @@ +DIST getmail-6.9.tar.gz 184415 BLAKE2B 90c6580391c2d0f038d7011f9873eedce009a50edf44923e78dd6547d86bf00398ac539dedba000925dd4b5f125d7f1ef23e3ca47101d25ad2780f7465bf7e16 SHA512 0ba450135c995adb2ef1b7284dd94db1722f0757cd71ac61482fc2fdb2d04c854d530a5d9e919f276c610a4c7d1227aa26e8aac0f384d0f9149ba5068e3029ce diff --git a/net-mail/getmail/getmail-6.9.ebuild b/net-mail/getmail/getmail-6.9.ebuild new file mode 100644 index 000000000000..7721b8688ee0 --- /dev/null +++ b/net-mail/getmail/getmail-6.9.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2020 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="http://www.getmail6.org/" +SRC_URI="https://github.com/getmail6/getmail6/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="ssl" + +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 +} diff --git a/net-mail/getmail/metadata.xml b/net-mail/getmail/metadata.xml new file mode 100644 index 000000000000..3f821c44382d --- /dev/null +++ b/net-mail/getmail/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>r+gentoo@r78.nl</email> + <name>Remco Rijnders</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata> |