public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/offlineimap/
Date: Mon, 30 Jan 2017 15:47:18 +0000 (UTC)	[thread overview]
Message-ID: <1485791224.ac67756e85006efe2ab08519b809db705c8a87ee.radhermit@gentoo> (raw)

commit:     ac67756e85006efe2ab08519b809db705c8a87ee
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 30 15:32:37 2017 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Mon Jan 30 15:47:04 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac67756e

net-mail/offlineimap: version bump to 7.0.13

 net-mail/offlineimap/Manifest                  |  1 +
 net-mail/offlineimap/offlineimap-7.0.13.ebuild | 53 ++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/net-mail/offlineimap/Manifest b/net-mail/offlineimap/Manifest
index ff5d44a..989e8b9 100644
--- a/net-mail/offlineimap/Manifest
+++ b/net-mail/offlineimap/Manifest
@@ -2,3 +2,4 @@ DIST offlineimap-6.5.6.tar.gz 187801 SHA256 650fa588bdf86624575a5196fa12e9059b74
 DIST offlineimap-6.7.0.3.tar.gz 679221 SHA256 0b7cd43501d1a65fb5e7e4f3a5d0a61f61435ec6b3a7385cc146e924eb6b03ed SHA512 21800eb14e814fa04b983e9718a5780deda4c99ae55ef900ccec9f1e65f9bb783c3469e00e6595c7dfddb60d760a6b3c98ae979da3219de51c8ae107ff1c077a WHIRLPOOL d8983260f309f427abcab65bc539bf8ff7ab38168643a863cc3d7e10a85dc864e4a6a11511a1cba32d2eb74833714f9b3f499b7d14d28800174c58816d59608c
 DIST offlineimap-7.0.10.tar.gz 694812 SHA256 725431c20775d2524ed823da356b0b8f7cf627be518caafce808f23d797d1541 SHA512 76bdfed588068b53254c497ae9deaceaabbe432e187f4f069b0cfca3729fcb6c426bc364a095e081619e385242838f2da259529814faaf9ab509c9518c87dcf1 WHIRLPOOL 2e654ca36fe13eb237c3ac562281120e1c3bd32f44d0ca8843f9a91939c2b42809fa9b2b00881bd4972ff576ac458695da8e302e2e8f1a7e190431a9b1ac664c
 DIST offlineimap-7.0.12.tar.gz 695070 SHA256 7fdad62ed59eb817969465dcba794271f8f84aa51d31ace9994865dbf9b934d4 SHA512 250376e83a5fe4f3652a9c3977100f11fe518a9955bda127f39f2ef360bb77fb4f108e44e6fc36a4f0f85dea02596f0eb2a48cb4d2fff1e02c9cc45c60c8679b WHIRLPOOL b5bfc0a7c38dab7774e33761c5e7235140561c550513c640961b31207cccb9f73250543ac009fb6db55de3962a7fedecb2f9f1d235f27dd370546dacffd5b447
+DIST offlineimap-7.0.13.tar.gz 696783 SHA256 f744843f943c6adaa754e1244e16bfd6eaa825affe385169f16475db191787ce SHA512 d15a0f574b5793859bd32a646c2bb89e28a5d74aa2a86cafa07bc0d6bdbfac31f7a87b61aff3209e8897a0e3959c4bc4fd81aa9c9057f512afa64a919be87482 WHIRLPOOL 72ba3bd4fe0578deacc50b4c16ec81b20bfa2569d2fedb05d162d021ecb8d74ee245e27a5da87f25fe22aa8671ff5a4e5b19f25fc59d4bc61248a8bbc1221270

diff --git a/net-mail/offlineimap/offlineimap-7.0.13.ebuild b/net-mail/offlineimap/offlineimap-7.0.13.ebuild
new file mode 100644
index 00000000..5371221
--- /dev/null
+++ b/net-mail/offlineimap/offlineimap-7.0.13.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+# Normally you need only one version of this.
+DISTUTILS_SINGLE_IMPL=1
+PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_REQ_USE="threads,sqlite,ssl?"
+
+inherit distutils-r1
+
+DESCRIPTION="Powerful IMAP/Maildir synchronization and reader support"
+HOMEPAGE="http://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 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="doc ssl"
+
+RDEPEND="dev-python/six[${PYTHON_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
+}


             reply	other threads:[~2017-01-30 15:47 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-30 15:47 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-06-09 13:53 [gentoo-commits] repo/gentoo:master commit in: net-mail/offlineimap/ Agostino Sarubbo
2020-06-09 13:45 Agostino Sarubbo
2020-05-06 11:51 Joonas Niilola
2020-05-06 11:51 Joonas Niilola
2020-05-06 11:51 Joonas Niilola
2020-02-09 16:47 Michał Górny
2019-11-30 21:30 Sergei Trofimovich
2019-11-27 13:30 Thomas Deutschmann
2019-11-27 12:56 Agostino Sarubbo
2019-07-06  9:02 Tim Harder
2019-07-06  9:02 Tim Harder
2018-12-25 20:40 Tim Harder
2018-06-30 17:34 Tim Harder
2018-06-30 17:34 Tim Harder
2018-03-23  1:36 Tim Harder
2017-11-06  7:46 Tim Harder
2017-10-08 18:57 Tim Harder
2017-07-22  8:45 Tim Harder
2017-06-18  0:23 Matt Thode
2017-06-02 23:23 Tim Harder
2017-04-20 16:35 Jason Zaman
2017-04-12 10:19 Tim Harder
2017-04-12 10:19 Tim Harder
2016-12-09  6:42 Tim Harder
2016-12-09  6:42 Tim Harder
2016-11-29 22:50 Tim Harder
2016-11-10  4:44 Tim Harder
2016-10-27  5:01 Tim Harder
2016-09-21 20:25 Tim Harder
2016-08-25 21:35 Tim Harder
2016-08-17 20:25 Tim Harder
2016-08-10 21:00 Tim Harder
2016-08-09 19:53 Tim Harder
2016-08-02 16:20 Tim Harder
2016-08-02 16:20 Tim Harder
2016-08-01  8:32 Jason Zaman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1485791224.ac67756e85006efe2ab08519b809db705c8a87ee.radhermit@gentoo \
    --to=radhermit@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox