summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/offlineimap/Manifest3
-rw-r--r--net-mail/offlineimap/files/offlineimap-6.5.3.1-darwin10.patch10
-rw-r--r--net-mail/offlineimap/files/offlineimap-7.0.3-darwin10.patch12
-rw-r--r--net-mail/offlineimap/files/offlineimap-norfc6555.patch52
-rw-r--r--net-mail/offlineimap/metadata.xml22
-rw-r--r--net-mail/offlineimap/offlineimap-6.5.6.ebuild81
-rw-r--r--net-mail/offlineimap/offlineimap-7.2.4-r1.ebuild55
-rw-r--r--net-mail/offlineimap/offlineimap-7.3.3.ebuild55
8 files changed, 0 insertions, 290 deletions
diff --git a/net-mail/offlineimap/Manifest b/net-mail/offlineimap/Manifest
deleted file mode 100644
index 6171f7d136d6..000000000000
--- a/net-mail/offlineimap/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST offlineimap-6.5.6.tar.gz 187801 BLAKE2B 78561ffc0b0dcd3dcd3c75448f1e412661ac5061eebfae5796dffb3a6e8767b54138328aa0a8ab5a1745ed0690809965ea76b9b8e66ef250936b0b72cd07e337 SHA512 3f7cb63d00486de2d648aa9dd3637ce252dd100bc8237742d11f749726b2b14907c07c802ba0fd5891c88f5062f9a2d05ebc78ceee8c30981f4c4579c3143d6e
-DIST offlineimap-7.2.4.tar.gz 721887 BLAKE2B f5c7c8eb541167b3f0d46ee71be418d4697f89a1dc11a1c5c9840e5def09d108b7ab391d773dc79e0882ce0a9e21388e11217915112f476d384bf3018d5ea750 SHA512 837f822a08f5df59f5332c65b33e0186c215a633c5c17f08790f4c2128a4f6470a75eb02e883dd592b456dbc0ba2b32f670cb716eb602dd8a6bdf12ba2d72cd8
-DIST offlineimap-7.3.3.tar.gz 724141 BLAKE2B 01c382d46cd192fbe4779e84d9551f64c3bcb2765a2255ee337c14996f082914fab400b24e47141d5b3cd9308f374a73d5ab620089884be91c47c18f60b7d100 SHA512 89d09cd9c5c76a75e3d783ab2230f6b10dff25d660fe9f183d1df0c216167f242d57ff17ec91bbbe8c61c0a8c0d8dbd6fca8a129cecd522ff8457ab39ff81c83
diff --git a/net-mail/offlineimap/files/offlineimap-6.5.3.1-darwin10.patch b/net-mail/offlineimap/files/offlineimap-6.5.3.1-darwin10.patch
deleted file mode 100644
index 2ec9161c10a4..000000000000
--- a/net-mail/offlineimap/files/offlineimap-6.5.3.1-darwin10.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- offlineimap.py 2012-04-10 14:19:03.335823779 +0200
-+++ offlineimap.py.new 2012-04-10 14:18:57.631852822 +0200
-@@ -17,6 +17,7 @@
- # along with this program; if not, write to the Free Software
- # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
-+from locale import *
- from offlineimap import OfflineImap
-
- oi = OfflineImap()
diff --git a/net-mail/offlineimap/files/offlineimap-7.0.3-darwin10.patch b/net-mail/offlineimap/files/offlineimap-7.0.3-darwin10.patch
deleted file mode 100644
index 9ac221c12f74..000000000000
--- a/net-mail/offlineimap/files/offlineimap-7.0.3-darwin10.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-see http://pogma.com/2009/09/09/snow-leopard-and-offlineimap/ and bug 284925
-
---- a/offlineimap.py 2016-07-31 23:58:39.131404136 +0800
-+++ b/offlineimap.py 2016-07-31 23:58:57.987466173 +0800
-@@ -20,6 +20,7 @@
- import os
- import sys
-
-+from locale import *
- from offlineimap import OfflineImap
-
- oi = OfflineImap()
diff --git a/net-mail/offlineimap/files/offlineimap-norfc6555.patch b/net-mail/offlineimap/files/offlineimap-norfc6555.patch
deleted file mode 100644
index b3cb1a9317f7..000000000000
--- a/net-mail/offlineimap/files/offlineimap-norfc6555.patch
+++ /dev/null
@@ -1,52 +0,0 @@
-From 24931745105f389b03de2811cb9d62a450f0efe3 Mon Sep 17 00:00:00 2001
-From: Matt Smith <matt@offtopica.uk>
-Date: Fri, 1 May 2020 17:54:48 +0100
-Subject: [PATCH] Revert "implement Happy Eyeballs"
-
-This reverts commit 0d5496ba0a21aa6df5d10391af01d5017fb973bf.
----
- offlineimap/imaplibutil.py | 10 +---------
- requirements.txt | 1 -
- 2 files changed, 1 insertion(+), 10 deletions(-)
-
-diff --git a/offlineimap/imaplibutil.py b/offlineimap/imaplibutil.py
-index 86b1cb9..6ebe8d8 100644
---- a/offlineimap/imaplibutil.py
-+++ b/offlineimap/imaplibutil.py
-@@ -19,7 +19,6 @@ import fcntl
- import time
- import subprocess
- import threading
--import rfc6555
- import socket
- import errno
- import zlib
-@@ -79,15 +78,8 @@ class UsefulIMAPMixIn(object):
- def open_socket(self):
- """open_socket()
- Open socket choosing first address family available."""
-- if self.af == socket.AF_UNSPEC:
-- # happy-eyeballs!
-- return rfc6555.create_connection((self.host, self.port))
-- else:
-- return self._open_socket_for_af(self.af)
--
-- def _open_socket_for_af(self, af):
- msg = (-1, 'could not open socket')
-- for res in socket.getaddrinfo(self.host, self.port, af, socket.SOCK_STREAM):
-+ for res in socket.getaddrinfo(self.host, self.port, self.af, socket.SOCK_STREAM):
- af, socktype, proto, canonname, sa = res
- try:
- # use socket of our own, possiblly socksified socket.
-diff --git a/requirements.txt b/requirements.txt
-index 1e2a2ae..3b1819e 100644
---- a/requirements.txt
-+++ b/requirements.txt
-@@ -2,4 +2,3 @@
- six
- gssapi[kerberos]
- portalocker[cygwin]
--rfc6555
---
-2.26.2
-
diff --git a/net-mail/offlineimap/metadata.xml b/net-mail/offlineimap/metadata.xml
deleted file mode 100644
index 8fdbbe751637..000000000000
--- a/net-mail/offlineimap/metadata.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>matt@offtopica.uk</email>
- <name>Matt Smith</name>
- </maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
- <longdescription lang="en">
- OfflineIMAP is software that downloads your email mailbox(es) as local Maildirs.
- OfflineIMAP will synchronize both sides via IMAP.
- </longdescription>
- <use>
- <flag name="sqlite">Enable runtime support for sqlite mail status backend.</flag>
- </use>
- <upstream>
- <remote-id type="github">OfflineIMAP/offlineimap</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/net-mail/offlineimap/offlineimap-6.5.6.ebuild b/net-mail/offlineimap/offlineimap-6.5.6.ebuild
deleted file mode 100644
index 7f098d1c0ca6..000000000000
--- a/net-mail/offlineimap/offlineimap-6.5.6.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# Normally you need only one version of this.
-DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="threads,sqlite?,ssl?"
-
-inherit eutils distutils-r1
-
-DESCRIPTION="Powerful IMAP/Maildir synchronization and reader support"
-HOMEPAGE="https://www.offlineimap.org/"
-SRC_URI="https://github.com/OfflineIMAP/${PN}/tarball/v${PV} -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="doc ssl sqlite"
-
-RDEPEND=""
-DEPEND="doc? ( dev-python/docutils )"
-S="${WORKDIR}/${PN}"
-
-src_unpack() {
- unpack ${A}
- mv *-${PN}-* "${S}/"
-}
-
-src_prepare() {
- distutils-r1_src_prepare
- # see http://pogma.com/2009/09/09/snow-leopard-and-offlineimap/ and bug 284925
- epatch "${FILESDIR}"/"${PN}-6.5.3.1"-darwin10.patch
-}
-
-src_compile() {
- distutils-r1_src_compile
- if use doc ; then
- cd docs
- rst2man.py MANUAL.rst offlineimap.1 || die "building manpage failed"
- fi
-}
-
-src_install() {
- distutils-r1_src_install
- dodoc offlineimap.conf offlineimap.conf.minimal
- if use doc ; then
- cd docs
- doman offlineimap.1
- fi
-}
-
-pkg_preinst() {
- if has_version "<${CATEGORY}/${PN}-6.4" ; then
- elog "If you upgraded from 6.3.* then you may need to update your config:"
- elog ""
- elog "If you use nametrans= settings on a remote repository, you will have"
- elog "to add a \"reverse\" nametrans setting to the local repository, so that"
- elog "it knows which folders it should (not) create on the remote side."
- elog ""
- fi
-}
-
-pkg_postinst() {
- elog ""
- elog "You will need to configure offlineimap by creating ~/.offlineimaprc"
- elog "Sample configurations are in /usr/share/doc/${PF}/"
- elog ""
- elog "If you connect via ssl/tls and don't use CA cert checking, it will"
- elog "display the server's cert fingerprint and require you to add it to the"
- elog "configuration file to be sure it connects to the same server every"
- elog "time. This serves to help fixing CVE-2010-4532 (offlineimap doesn't"
- elog "check SSL server certificate) in cases where you have no CA cert."
- elog ""
-
- if use sqlite ; then
- elog "The sqlite USE flag only enables a dependency on sqlite. To use"
- elog "the sqlite backend you need to enable it in your .offlineimaprc"
- fi
-}
diff --git a/net-mail/offlineimap/offlineimap-7.2.4-r1.ebuild b/net-mail/offlineimap/offlineimap-7.2.4-r1.ebuild
deleted file mode 100644
index c5f9a5db2760..000000000000
--- a/net-mail/offlineimap/offlineimap-7.2.4-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# Normally you need only one version of this.
-DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="threads,sqlite,ssl?"
-
-inherit distutils-r1
-
-DESCRIPTION="Powerful IMAP/Maildir synchronization and reader support"
-HOMEPAGE="https://www.offlineimap.org/"
-SRC_URI="https://github.com/OfflineIMAP/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="doc ssl"
-
-RDEPEND="
- $(python_gen_cond_dep '
- dev-python/six[${PYTHON_MULTI_USEDEP}]
- ')"
-DEPEND="doc? ( app-text/asciidoc )"
-
-# see http://pogma.com/2009/09/09/snow-leopard-and-offlineimap/ and bug 284925
-PATCHES=(
- "${FILESDIR}/${PN}-7.0.3-darwin10.patch"
-)
-
-src_compile() {
- distutils-r1_src_compile
- use doc && emake -C docs man
-}
-
-src_install() {
- distutils-r1_src_install
- dodoc offlineimap.conf offlineimap.conf.minimal
- use doc && doman docs/{offlineimap.1,offlineimapui.7}
-}
-
-pkg_postinst() {
- if [[ -z ${REPLACING_VERSIONS} ]]; then
- elog "You will need to configure offlineimap by creating ~/.offlineimaprc"
- elog "Sample configurations are in /usr/share/doc/${PF}/"
- elog ""
- elog "If you connect via ssl/tls and don't use CA cert checking, it will"
- elog "display the server's cert fingerprint and require you to add it to the"
- elog "configuration file to be sure it connects to the same server every"
- elog "time. This serves to help fixing CVE-2010-4532 (offlineimap doesn't"
- elog "check SSL server certificate) in cases where you have no CA cert."
- fi
-}
diff --git a/net-mail/offlineimap/offlineimap-7.3.3.ebuild b/net-mail/offlineimap/offlineimap-7.3.3.ebuild
deleted file mode 100644
index ae92c5bc72e2..000000000000
--- a/net-mail/offlineimap/offlineimap-7.3.3.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_SINGLE_IMPL=1
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="threads,sqlite,ssl?"
-
-inherit distutils-r1
-
-DESCRIPTION="Powerful IMAP/Maildir synchronization and reader support"
-HOMEPAGE="https://www.offlineimap.org/ https://github.com/offlineimap/offlineimap"
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="doc ssl"
-
-RDEPEND="
- $(python_gen_cond_dep '
- dev-python/six[${PYTHON_USEDEP}]
- ')"
-DEPEND="doc? ( app-text/asciidoc )"
-
-PATCHES=(
- "${FILESDIR}/${PN}-7.0.3-darwin10.patch"
- "${FILESDIR}/${PN}-norfc6555.patch"
-)
-
-src_compile() {
- distutils-r1_src_compile
- use doc && emake -C docs man
-}
-
-src_install() {
- distutils-r1_src_install
- dodoc offlineimap.conf offlineimap.conf.minimal
- use doc && doman docs/{offlineimap.1,offlineimapui.7}
-}
-
-pkg_postinst() {
- if [[ -z ${REPLACING_VERSIONS} ]]; then
- elog "You will need to configure offlineimap by creating ~/.offlineimaprc"
- elog "Sample configurations are in /usr/share/doc/${PF}/"
- elog ""
- elog "If you connect via ssl/tls and don't use CA cert checking, it will"
- elog "display the server's cert fingerprint and require you to add it to the"
- elog "configuration file to be sure it connects to the same server every"
- elog "time. This serves to help fixing CVE-2010-4532 (offlineimap doesn't"
- elog "check SSL server certificate) in cases where you have no CA cert."
- fi
-}