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: Tue,  2 Aug 2016 16:20:31 +0000 (UTC)	[thread overview]
Message-ID: <1470154818.18f481690798b0df32e2083563d77fed48d4cd2d.radhermit@gentoo> (raw)

commit:     18f481690798b0df32e2083563d77fed48d4cd2d
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  2 16:19:43 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Tue Aug  2 16:20:18 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18f48169

net-mail/offlineimap: remove old

 net-mail/offlineimap/Manifest                 |  1 -
 net-mail/offlineimap/offlineimap-6.5.5.ebuild | 82 ---------------------------
 2 files changed, 83 deletions(-)

diff --git a/net-mail/offlineimap/Manifest b/net-mail/offlineimap/Manifest
index 2bddcb4..2593bcb 100644
--- a/net-mail/offlineimap/Manifest
+++ b/net-mail/offlineimap/Manifest
@@ -1,4 +1,3 @@
-DIST offlineimap-6.5.5.tar.gz 175338 SHA256 9724245dbd7822a6b1eca340101d8eb785394e8d949b08932d887c41c5ab411d SHA512 d7571acfc1cb6cc60e263f7aa5ce0fec454f3f0a9f7ffe4c6c4fdc43316f938a25ca5229bd58828eac17498248be6a90777c46cbac2c39d3f7b829f7605274ef WHIRLPOOL f024a59d05e1ec91f5a7c2f4fdd6bf52d047982c4d0097120ee290e5f44116145348301cbcaa27b7833c914cc082f156d55155f009634568da54a247df6edd70
 DIST offlineimap-6.5.6.tar.gz 187801 SHA256 650fa588bdf86624575a5196fa12e9059b74673a51593718d058365230189abd SHA512 3f7cb63d00486de2d648aa9dd3637ce252dd100bc8237742d11f749726b2b14907c07c802ba0fd5891c88f5062f9a2d05ebc78ceee8c30981f4c4579c3143d6e WHIRLPOOL 0ca66a196683555c5a9e193ccb0a84a8104b2a7715a3839f364d77d1376637a4938b39fa7e9a47f925cde2516a4b0ace94d9e4f9d62dcff50501510c834cb023
 DIST offlineimap-6.5.7.tar.gz 666620 SHA256 b7de52c7d8995e0657bb55da13531c8d6f96d828217159477c685ae408e390a3 SHA512 eb2d7c627b1a5563cb685549eeaaef2cd164e69ab5c541ee64b2d081dfe5493cd51de449e6283447e8132503545f7f37cb6bf7e6764b626f243e502cf77bda4f WHIRLPOOL dbedde3030f1483dda00ee56d2a735c6d131f65dcafac37f476b136de86dbd0d76d87b8701c99e642f050a181f6bb657be9bbae44e2f289137e785759136395f
 DIST offlineimap-7.0.3.tar.gz 688967 SHA256 db002ba68ac5ce9336487741d9828e33dd435ee33dc5009ae91c3586d1b4507e SHA512 5ebb0411810b617f7b878df147d10bedf1a9d928645f8080f6d81683f621f503bda3ecc50dbaa86fe0d8b500e355236eebced3833313abb694b0593e626be330 WHIRLPOOL 3e4b3b42f732771e5b1d680dac12a49e2dac2c0e45174e3b40fef961f8917280d76612a048121a7f379edb014f553966f6b40df362a65a93dcf2f752666b8ca3

diff --git a/net-mail/offlineimap/offlineimap-6.5.5.ebuild b/net-mail/offlineimap/offlineimap-6.5.5.ebuild
deleted file mode 100644
index 897aab2..0000000
--- a/net-mail/offlineimap/offlineimap-6.5.5.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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="http://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 || die "installing manpage failed"
-	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
-}


             reply	other threads:[~2016-08-02 16:20 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-02 16:20 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
2017-01-30 15:47 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-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=1470154818.18f481690798b0df32e2083563d77fed48d4cd2d.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