From f932718a139f93e19a6883c061f81b365a408592 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 4 Nov 2022 21:16:38 +0000 Subject: gentoo auto-resync : 04:11:2022 - 21:16:37 --- net-mail/getmail/Manifest | 4 ++-- net-mail/getmail/getmail-6.14.ebuild | 28 ---------------------------- net-mail/getmail/getmail-6.18.10.ebuild | 27 +++++++++++++++++++++++++++ 3 files changed, 29 insertions(+), 30 deletions(-) delete mode 100644 net-mail/getmail/getmail-6.14.ebuild create mode 100644 net-mail/getmail/getmail-6.18.10.ebuild (limited to 'net-mail/getmail') diff --git a/net-mail/getmail/Manifest b/net-mail/getmail/Manifest index f26f87b6c71d..c0b0cfaa67d5 100644 --- a/net-mail/getmail/Manifest +++ b/net-mail/getmail/Manifest @@ -1,5 +1,5 @@ -DIST getmail-6.14.tar.gz 185308 BLAKE2B c74fce627e6a23e0b209dddca690301f80626d9c4489d8cd2391884908e6f1c017602ed23ca4d343e2dd400b911d3f808235231217afd38f96017d8f0d20b3a2 SHA512 b8d2df52cbf145ee7e00ec1dbf589013d3caf8e39a3981e6ae4f1e36fe0b3d3d88df639e03e8697c39e6d00e20ddf1e995ed17f0b1fa1fa2ea52a803c16f062f +DIST getmail-6.18.10.gh.tar.gz 205481 BLAKE2B a0597db32ff2ce43bf96feadcba4d926d48898cc412ec96e8d62086e29a364f6b806f0279878b95976e3ca7b0966afb19cb59939ef8bea1627a230518ea28602 SHA512 feda9236d3a1a7ceb21ca293d41c9631fec5f8753be4ece6e1b6910c052d10a8466547977fb4d0452ec4ae9f89ebff36105e0fe5843d02b2af3fd4bcea36e6c1 DIST getmail-6.18.9.tar.gz 204488 BLAKE2B 4bf95cec36ce10d5fd6c9fbb6b96923915a13f4b339a9846caafc5602a56612fb9f4b7209a138a03b81b19b7d28328bb46c60165215384650e7dcf98294cc5fa SHA512 dfeaebbca0c8766a16783d27171e65595d97a4b557943677dd7e7a66a9da8b49dfdbfb4aba9655ce3815ff6e2f991905317085b156ba6dbac841bb0fbb26c8b5 -EBUILD getmail-6.14.ebuild 778 BLAKE2B aca076c12f21939cc7db0546db6a6d4b432dc0142b22d1517feffbe044f663ef5b999b04b096fdb6ce267655c4f41fcf24776ab7280f9ada937e479cc65daec1 SHA512 a7ce4ddda04bafe7a04e0e3ce90c5a8b71e4df05e40689b978c88e97d72adf959b66a81eda58132dcf0964225d0985d97a50e4b84558c649f6d343e6b1ea96a8 +EBUILD getmail-6.18.10.ebuild 803 BLAKE2B 5777afc0243315301856265b919472ae3f4d678827aa3500f90d97d243479b1181aa998b9e89782eb743a8a2525a8d9eb0b304ae70a23dea4db5363608159ec4 SHA512 7c662fb21450bc2588374640af15a8fed69142a5cfac31b936b4cbefcf1de0a7f4a6c385286e9711a62f332031c7f8e3f6b460cbeccb0aa533510a1e6f34548e EBUILD getmail-6.18.9.ebuild 799 BLAKE2B 19905ca83e4a4988d8afc1c7b97d3d0fdd665c105d63e0367ab2a8f0c19bfdb5890a710c97afe6bb1377bb22a2c0f4f8d56d56bc66ea02cfd6b9e272327b89c2 SHA512 62e07c2b574fff86576512fd5f3ca1ae6d3dbb1f5af8efb88128548262bd51f6610fc21343029cfe6672dc5167e7875836c67e5e694d678f32fea9164c1b0b0c MISC metadata.xml 693 BLAKE2B f4bff26e03232ebdd3b24bace01287e0afecfa9042c4cb33e8cd5356e9c74e3ed2e0b52814fff27bb94a8bec1756d13f97e4042bae4aa75cbcfba42a694171bc SHA512 26464fb11784bee2561f8814f3d991e4f9d0b31eb6413b34851472f78f7ceaf3994f648e5c3b59e1c470b7a3e9b6805c8f863c7d50b99ea8f2273679a4dfad67 diff --git a/net-mail/getmail/getmail-6.14.ebuild b/net-mail/getmail/getmail-6.14.ebuild deleted file mode 100644 index 77838027d828..000000000000 --- a/net-mail/getmail/getmail-6.14.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2021 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/getmail-6.18.10.ebuild b/net-mail/getmail/getmail-6.18.10.ebuild new file mode 100644 index 000000000000..c93dc560dd6a --- /dev/null +++ b/net-mail/getmail/getmail-6.18.10.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2022 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_{8..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 +} -- cgit v1.2.3