Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/sylpheed/
Date: Sat, 10 Oct 2015 23:53:15
Message-Id: 1444521525.ff02222b54ba69ec956390dbdde7363c883ba038.blueness@gentoo
1 commit: ff02222b54ba69ec956390dbdde7363c883ba038
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 10 23:58:45 2015 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 10 23:58:45 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff02222b
7
8 mail-client/sylpheed: add libressl support
9
10 Package-Manager: portage-2.2.20.1
11
12 .../sylpheed/{sylpheed-3.4.3.ebuild => sylpheed-3.4.3-r1.ebuild} | 7 +++++--
13 mail-client/sylpheed/sylpheed-3.4.3.ebuild | 2 +-
14 2 files changed, 6 insertions(+), 3 deletions(-)
15
16 diff --git a/mail-client/sylpheed/sylpheed-3.4.3.ebuild b/mail-client/sylpheed/sylpheed-3.4.3-r1.ebuild
17 similarity index 90%
18 copy from mail-client/sylpheed/sylpheed-3.4.3.ebuild
19 copy to mail-client/sylpheed/sylpheed-3.4.3-r1.ebuild
20 index 5bd6d38..febe593 100644
21 --- a/mail-client/sylpheed/sylpheed-3.4.3.ebuild
22 +++ b/mail-client/sylpheed/sylpheed-3.4.3-r1.ebuild
23 @@ -13,7 +13,7 @@ SRC_URI="http://${PN}.sraoss.jp/${PN}/v${PV%.*}/${P}.tar.bz2"
24 LICENSE="GPL-2 LGPL-2.1"
25 SLOT="0"
26 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
27 -IUSE="crypt ipv6 ldap nls oniguruma pda spell ssl xface"
28 +IUSE="crypt ipv6 ldap libressl nls oniguruma pda spell ssl xface"
29
30 CDEPEND="x11-libs/gtk+:2
31 crypt? ( app-crypt/gpgme )
32 @@ -22,7 +22,10 @@ CDEPEND="x11-libs/gtk+:2
33 oniguruma? ( dev-libs/oniguruma )
34 pda? ( app-pda/jpilot )
35 spell? ( app-text/gtkspell:2 )
36 - ssl? ( dev-libs/openssl )"
37 + ssl? (
38 + !libressl? ( dev-libs/openssl:0 )
39 + libressl? ( dev-libs/libressl )
40 + )"
41 RDEPEND="${CDEPEND}
42 app-misc/mime-types
43 net-misc/curl"
44
45 diff --git a/mail-client/sylpheed/sylpheed-3.4.3.ebuild b/mail-client/sylpheed/sylpheed-3.4.3.ebuild
46 index 5bd6d38..1b53b30 100644
47 --- a/mail-client/sylpheed/sylpheed-3.4.3.ebuild
48 +++ b/mail-client/sylpheed/sylpheed-3.4.3.ebuild
49 @@ -22,7 +22,7 @@ CDEPEND="x11-libs/gtk+:2
50 oniguruma? ( dev-libs/oniguruma )
51 pda? ( app-pda/jpilot )
52 spell? ( app-text/gtkspell:2 )
53 - ssl? ( dev-libs/openssl )"
54 + ssl? ( dev-libs/openssl:0 )"
55 RDEPEND="${CDEPEND}
56 app-misc/mime-types
57 net-misc/curl"