Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/sylpheed/
Date: Sat, 27 Feb 2016 03:44:47
Message-Id: 1456544648.2b331f0668cce868097c1224b354b8e1cfdbd219.hattya@gentoo
1 commit: 2b331f0668cce868097c1224b354b8e1cfdbd219
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 27 03:44:08 2016 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 27 03:44:08 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b331f06
7
8 mail-client/sylpheed: fix multilib-strict
9
10 Gentoo-Bug: 554874
11
12 Package-Manager: portage-2.2.26
13
14 mail-client/sylpheed/sylpheed-3.4.2.ebuild | 9 +++++----
15 mail-client/sylpheed/sylpheed-3.4.3-r1.ebuild | 7 ++++---
16 mail-client/sylpheed/sylpheed-3.4.3.ebuild | 7 ++++---
17 3 files changed, 13 insertions(+), 10 deletions(-)
18
19 diff --git a/mail-client/sylpheed/sylpheed-3.4.2.ebuild b/mail-client/sylpheed/sylpheed-3.4.2.ebuild
20 index fb700aa..1e2f537 100644
21 --- a/mail-client/sylpheed/sylpheed-3.4.2.ebuild
22 +++ b/mail-client/sylpheed/sylpheed-3.4.2.ebuild
23 @@ -1,10 +1,10 @@
24 -# Copyright 1999-2015 Gentoo Foundation
25 +# Copyright 1999-2016 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 # $Id$
28
29 EAPI="5"
30
31 -inherit eutils
32 +inherit eutils multilib
33
34 DESCRIPTION="A lightweight email client and newsreader"
35 HOMEPAGE="http://sylpheed.sraoss.jp/"
36 @@ -22,7 +22,7 @@ CDEPEND="x11-libs/gtk+:2
37 oniguruma? ( dev-libs/oniguruma )
38 pda? ( app-pda/jpilot )
39 spell? ( app-text/gtkspell:2 )
40 - ssl? ( dev-libs/openssl )"
41 + ssl? ( dev-libs/openssl:0 )"
42 RDEPEND="${CDEPEND}
43 app-misc/mime-types
44 net-misc/curl"
45 @@ -41,6 +41,7 @@ src_configure() {
46 $(use_enable spell gtkspell) \
47 $(use_enable ssl) \
48 $(use_enable xface compface) \
49 + --with-plugindir=/usr/$(get_libdir)/${PN}/plugins \
50 --with-manualdir=${htmldir}/manual \
51 --with-faqdir=${htmldir}/faq \
52 --disable-updatecheck
53 @@ -54,7 +55,7 @@ src_install() {
54 domenu *.desktop
55
56 cd plugin/attachment_tool
57 - docinto plugin/attachment_tool
58 emake DESTDIR="${D}" install-plugin
59 + docinto plugin/attachment_tool
60 dodoc README
61 }
62
63 diff --git a/mail-client/sylpheed/sylpheed-3.4.3-r1.ebuild b/mail-client/sylpheed/sylpheed-3.4.3-r1.ebuild
64 index febe593..ee8c88f 100644
65 --- a/mail-client/sylpheed/sylpheed-3.4.3-r1.ebuild
66 +++ b/mail-client/sylpheed/sylpheed-3.4.3-r1.ebuild
67 @@ -1,10 +1,10 @@
68 -# Copyright 1999-2015 Gentoo Foundation
69 +# Copyright 1999-2016 Gentoo Foundation
70 # Distributed under the terms of the GNU General Public License v2
71 # $Id$
72
73 EAPI="5"
74
75 -inherit eutils
76 +inherit eutils multilib
77
78 DESCRIPTION="A lightweight email client and newsreader"
79 HOMEPAGE="http://sylpheed.sraoss.jp/"
80 @@ -44,6 +44,7 @@ src_configure() {
81 $(use_enable spell gtkspell) \
82 $(use_enable ssl) \
83 $(use_enable xface compface) \
84 + --with-plugindir=/usr/$(get_libdir)/${PN}/plugins \
85 --with-manualdir=${htmldir}/manual \
86 --with-faqdir=${htmldir}/faq \
87 --disable-updatecheck
88 @@ -57,7 +58,7 @@ src_install() {
89 domenu *.desktop
90
91 cd plugin/attachment_tool
92 - docinto plugin/attachment_tool
93 emake DESTDIR="${D}" install-plugin
94 + docinto plugin/attachment_tool
95 dodoc README
96 }
97
98 diff --git a/mail-client/sylpheed/sylpheed-3.4.3.ebuild b/mail-client/sylpheed/sylpheed-3.4.3.ebuild
99 index 1b53b30..41684e1 100644
100 --- a/mail-client/sylpheed/sylpheed-3.4.3.ebuild
101 +++ b/mail-client/sylpheed/sylpheed-3.4.3.ebuild
102 @@ -1,10 +1,10 @@
103 -# Copyright 1999-2015 Gentoo Foundation
104 +# Copyright 1999-2016 Gentoo Foundation
105 # Distributed under the terms of the GNU General Public License v2
106 # $Id$
107
108 EAPI="5"
109
110 -inherit eutils
111 +inherit eutils multilib
112
113 DESCRIPTION="A lightweight email client and newsreader"
114 HOMEPAGE="http://sylpheed.sraoss.jp/"
115 @@ -41,6 +41,7 @@ src_configure() {
116 $(use_enable spell gtkspell) \
117 $(use_enable ssl) \
118 $(use_enable xface compface) \
119 + --with-plugindir=/usr/$(get_libdir)/${PN}/plugins \
120 --with-manualdir=${htmldir}/manual \
121 --with-faqdir=${htmldir}/faq \
122 --disable-updatecheck
123 @@ -54,7 +55,7 @@ src_install() {
124 domenu *.desktop
125
126 cd plugin/attachment_tool
127 - docinto plugin/attachment_tool
128 emake DESTDIR="${D}" install-plugin
129 + docinto plugin/attachment_tool
130 dodoc README
131 }