summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2017-05-20 09:51:27 -0400
committerTim Harder <radhermit@gentoo.org>2017-05-20 09:51:27 -0400
commit52057b7a89ff7da2555749d2c0e98ee2b7819c18 (patch)
tree1cd1f1d1716693b04cb2e92f43b10f07b43b4681
parentnet-mail/getmail: stabilize 4.54.0 (diff)
downloadgentoo-52057b7a89ff7da2555749d2c0e98ee2b7819c18.tar.gz
gentoo-52057b7a89ff7da2555749d2c0e98ee2b7819c18.tar.bz2
gentoo-52057b7a89ff7da2555749d2c0e98ee2b7819c18.zip
net-mail/getmail: remove old
-rw-r--r--net-mail/getmail/Manifest2
-rw-r--r--net-mail/getmail/getmail-4.52.0.ebuild24
-rw-r--r--net-mail/getmail/getmail-4.53.0.ebuild24
3 files changed, 0 insertions, 50 deletions
diff --git a/net-mail/getmail/Manifest b/net-mail/getmail/Manifest
index f3e1f2071335..e7830fdcf5f2 100644
--- a/net-mail/getmail/Manifest
+++ b/net-mail/getmail/Manifest
@@ -1,3 +1 @@
-DIST getmail-4.52.0.tar.gz 191578 SHA256 d192098460e54c10af518aabae0b0c13024281b17c4ec2dd6ebe2fde69a6f75f SHA512 85ae1db2c76e83f7f76f8ad2f7d2478e22f271baf56f22dc819916ca0932578d82942b785050ef859b1189afbd2e0bde56e0987c1f59ecf3abdcc5a6b630ceda WHIRLPOOL 67382eead739849db8917e319773348c31da22edfc3637ef220444a7fd4e027e352da9432938802ee8917c71043e020f305bb628d8af2ebad92f4e2b34d28025
-DIST getmail-4.53.0.tar.gz 191688 SHA256 282596fe33b5a24b3aefe5b268f57efbcdd5b980478901418045b481636f92ab SHA512 f67e377129f73b7dd639ccba77695b460b7496442b64be5a464dc5588e94e3bb53d5749743d61fdde8887da45b93468bd12080337d52898fd69e6da47c51bcb6 WHIRLPOOL 776017d774d0a357f92487476ea56f1f19879b80087c00ee0974c58c45f11f3428c19e0158ae03eb9267cafe333636d5e171040a1d4485aefaaff26fd0f5b5d3
DIST getmail-4.54.0.tar.gz 192000 SHA256 d45657945353c68785b106dd9c5fae6bc2cec8f99fbb202d9dddd4967f483a65 SHA512 006503c6b5f523ad409d99e7e520b4801f1610d47aba70a1a8044380449cbd6a39a6d74ed2b940d317382111adedd3b45d9fa4dc614ce00821937da5186e08d5 WHIRLPOOL 977912bac3f492f2168ed1f892b4973ae70a0daaa21ca3f0622a4156646d9ec1dc9272b18de9ff3b4e4e9e59bbdba779f758f3066775aeea9bcde2bfd3f8a80e
diff --git a/net-mail/getmail/getmail-4.52.0.ebuild b/net-mail/getmail/getmail-4.52.0.ebuild
deleted file mode 100644
index f95982f33d54..000000000000
--- a/net-mail/getmail/getmail-4.52.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 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
-}
diff --git a/net-mail/getmail/getmail-4.53.0.ebuild b/net-mail/getmail/getmail-4.53.0.ebuild
deleted file mode 100644
index a213f82d8658..000000000000
--- a/net-mail/getmail/getmail-4.53.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
-}