From 05b8b0e0af1d72e51a3ee61522941bf7605cd01c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 4 Jul 2020 14:05:23 +0100 Subject: gentoo resync : 04.07.2020 --- net-mail/offlineimap/offlineimap-7.3.3.ebuild | 55 --------------------------- 1 file changed, 55 deletions(-) delete mode 100644 net-mail/offlineimap/offlineimap-7.3.3.ebuild (limited to 'net-mail/offlineimap/offlineimap-7.3.3.ebuild') 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 -} -- cgit v1.2.3