diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-11-17 13:53:26 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-11-17 14:26:22 -0500 |
commit | 390a729e1037f9f120416afbb219f189644143e5 (patch) | |
tree | f8a845ccfa40350c6365c7e63789ee9911fdfb70 /net-mail | |
parent | net-mail/getmail: stabilize 5.4 (diff) | |
download | gentoo-390a729e1037f9f120416afbb219f189644143e5.tar.gz gentoo-390a729e1037f9f120416afbb219f189644143e5.tar.bz2 gentoo-390a729e1037f9f120416afbb219f189644143e5.zip |
net-mail/getmail: remove old
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/getmail/Manifest | 1 | ||||
-rw-r--r-- | net-mail/getmail/getmail-4.54.0.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/net-mail/getmail/Manifest b/net-mail/getmail/Manifest index 535084d30634..84ce5d5790fe 100644 --- a/net-mail/getmail/Manifest +++ b/net-mail/getmail/Manifest @@ -1,2 +1 @@ -DIST getmail-4.54.0.tar.gz 192000 SHA256 d45657945353c68785b106dd9c5fae6bc2cec8f99fbb202d9dddd4967f483a65 SHA512 006503c6b5f523ad409d99e7e520b4801f1610d47aba70a1a8044380449cbd6a39a6d74ed2b940d317382111adedd3b45d9fa4dc614ce00821937da5186e08d5 WHIRLPOOL 977912bac3f492f2168ed1f892b4973ae70a0daaa21ca3f0622a4156646d9ec1dc9272b18de9ff3b4e4e9e59bbdba779f758f3066775aeea9bcde2bfd3f8a80e DIST getmail-5.4.tar.gz 194884 SHA256 ba896f7b3fbae4e9e79f7135e6c2b10b281170d2877b91fb2b265c927ed29ac7 SHA512 6557cc46df1d31116f9d28cda1232737c01a568e6ada44edb14cdec30a42160966e1e69f42c46855ce139c3b70d77747324adda8abff3dd772a54a79015b0050 WHIRLPOOL 5dffecaf8dfe96e052368d0df0632f9ef0c98064bcdb40bae2a5e35e37f144cf1cbdda847b627a6b62bd4fb40dcf4465fb4279fcf3d26da81b6641581b4e0ad0 diff --git a/net-mail/getmail/getmail-4.54.0.ebuild b/net-mail/getmail/getmail-4.54.0.ebuild deleted file mode 100644 index 2fadbd7fdfea..000000000000 --- a/net-mail/getmail/getmail-4.54.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="ssl?" - -inherit distutils-r1 - -DESCRIPTION="A POP3 mail retriever with reliable Maildir and mbox delivery" -HOMEPAGE="http://pyropus.ca/software/getmail/" -SRC_URI="http://pyropus.ca/software/getmail/old-versions/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="4" -KEYWORDS="amd64 ppc x86 ~ppc-macos ~x86-macos ~x64-solaris" -IUSE="ssl" - -python_prepare_all() { - sed -i -e "s,'getmail-%s' % __version__,'${PF}'," \ - -e "/docs\/COPYING/d" "${S}"/setup.py || die - - distutils-r1_python_prepare_all -} |