diff options
Diffstat (limited to 'net-mail/getmail')
-rw-r--r-- | net-mail/getmail/Manifest | 3 | ||||
-rw-r--r-- | net-mail/getmail/getmail-6.9.ebuild | 28 | ||||
-rw-r--r-- | net-mail/getmail/metadata.xml | 12 |
3 files changed, 43 insertions, 0 deletions
diff --git a/net-mail/getmail/Manifest b/net-mail/getmail/Manifest new file mode 100644 index 000000000000..f4fbaeb98d5b --- /dev/null +++ b/net-mail/getmail/Manifest @@ -0,0 +1,3 @@ +DIST getmail-6.9.tar.gz 184415 BLAKE2B 90c6580391c2d0f038d7011f9873eedce009a50edf44923e78dd6547d86bf00398ac539dedba000925dd4b5f125d7f1ef23e3ca47101d25ad2780f7465bf7e16 SHA512 0ba450135c995adb2ef1b7284dd94db1722f0757cd71ac61482fc2fdb2d04c854d530a5d9e919f276c610a4c7d1227aa26e8aac0f384d0f9149ba5068e3029ce +EBUILD getmail-6.9.ebuild 779 BLAKE2B a6f3dc31d52b741ae9da80c8329eee6965ee9f60fe56bae8bbdb2e925a62b09f12b2b05f69242458fbd3e62b293c383cfa2030dbb6acf2dff600190359b83ddb SHA512 89f4806e4357558711546c0de92de6f0af7f463f5170c2b07ebcf2c02f7f9cc9bd90af4b4f9f298b48b1be5908cba58ef1fd63e7353344cfa81e8400ca100b61 +MISC metadata.xml 374 BLAKE2B 2caeda98aec3a70d5a22ab4e23d776794928f84875ff9a7a53a153f3179247ef6f1b2e4b22f4cfef17b18a200353603304b9c7cc3771d7d2a8f7dc53a6920d93 SHA512 2af4508460e5f5847976cf8f7fec4a3f8248a59f59ea4e4492d384e887b77ba6745d6832b90c1637deeaa383c36ef1240842420cbd9be405910e93f8d0b9e2b2 diff --git a/net-mail/getmail/getmail-6.9.ebuild b/net-mail/getmail/getmail-6.9.ebuild new file mode 100644 index 000000000000..ef9a338b2252 --- /dev/null +++ b/net-mail/getmail/getmail-6.9.ebuild @@ -0,0 +1,28 @@ +# 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="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 +} 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> |