Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/balsa/
Date: Sun, 15 Jul 2018 15:41:56
Message-Id: 1531669234.57635aef1d421e126ac2c733d9830e3c78899739.leio@gentoo
1 commit: 57635aef1d421e126ac2c733d9830e3c78899739
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 15 15:34:33 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 15 15:40:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57635aef
7
8 mail-client/balsa: fix html2text handling for HTML mail quoting
9
10 configure first checks for python-html2text binary, for which we had a
11 dev-python/html2text dependency. But our pyhtml2text package installs
12 a pyhtml2text binary instead, thus this will not satisfy the check,
13 and HTML quoting support via a html2text binary gets disabled.
14 Instead of tring to make it work with pyhtml2text, just depend on
15 app-misc/html2text instead, which as a bonus has alpha keywords.
16 This will make the balsa check pass with /usr/bin/html2text and HTML
17 quoting should work (at least however good html2text over pyhtml2text is).
18
19 Bug: https://bugs.gentoo.org/660322
20 Bug: https://bugs.gentoo.org/626690
21 Package-Manager: Portage-2.3.40, Repoman-2.3.9
22
23 mail-client/balsa/{balsa-2.5.6.ebuild => balsa-2.5.6-r1.ebuild} | 2 +-
24 1 file changed, 1 insertion(+), 1 deletion(-)
25
26 diff --git a/mail-client/balsa/balsa-2.5.6.ebuild b/mail-client/balsa/balsa-2.5.6-r1.ebuild
27 similarity index 98%
28 rename from mail-client/balsa/balsa-2.5.6.ebuild
29 rename to mail-client/balsa/balsa-2.5.6-r1.ebuild
30 index 670125794ee..769ab3a88da 100644
31 --- a/mail-client/balsa/balsa-2.5.6.ebuild
32 +++ b/mail-client/balsa/balsa-2.5.6-r1.ebuild
33 @@ -37,7 +37,7 @@ RDEPEND="
34 rubrica? ( dev-libs/libxml2:2 )
35 webkit? (
36 net-libs/webkit-gtk:4
37 - dev-python/html2text
38 + app-text/html2text
39 )
40 xface? ( >=media-libs/compface-1.5.1:= )
41 "