Lines 1-9
Link Here
|
1 |
# Copyright 1999-2018 Gentoo Foundation |
1 |
# Copyright 1999-2018 Gentoo Foundation |
2 |
# Distributed under the terms of the GNU General Public License v2 |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
|
3 |
|
4 |
EAPI="6" |
4 |
EAPI="7" |
5 |
|
|
|
6 |
inherit eutils |
7 |
|
5 |
|
8 |
DESCRIPTION="A lightweight email client and newsreader" |
6 |
DESCRIPTION="A lightweight email client and newsreader" |
9 |
HOMEPAGE="http://sylpheed.sraoss.jp/" |
7 |
HOMEPAGE="http://sylpheed.sraoss.jp/" |
Lines 11-17
Link Here
|
11 |
|
9 |
|
12 |
LICENSE="GPL-2 LGPL-2.1" |
10 |
LICENSE="GPL-2 LGPL-2.1" |
13 |
SLOT="0" |
11 |
SLOT="0" |
14 |
KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" |
12 |
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" |
15 |
IUSE="crypt ipv6 ldap libressl nls oniguruma pda spell ssl xface" |
13 |
IUSE="crypt ipv6 ldap libressl nls oniguruma pda spell ssl xface" |
16 |
|
14 |
|
17 |
CDEPEND="net-libs/liblockfile |
15 |
CDEPEND="net-libs/liblockfile |
Lines 32-42
Link Here
|
32 |
RDEPEND="${CDEPEND} |
30 |
RDEPEND="${CDEPEND} |
33 |
app-misc/mime-types |
31 |
app-misc/mime-types |
34 |
net-misc/curl" |
32 |
net-misc/curl" |
|
|
33 |
BDEPEND="virtual/pkgconfig" |
35 |
DEPEND="${CDEPEND} |
34 |
DEPEND="${CDEPEND} |
36 |
virtual/pkgconfig |
|
|
37 |
xface? ( media-libs/compface )" |
35 |
xface? ( media-libs/compface )" |
38 |
|
36 |
|
39 |
DOCS="AUTHORS ChangeLog* NEW* PLUGIN* README* TODO*" |
37 |
DOCS="AUTHORS ChangeLog* NEW* PLUGIN* README* TODO*" |
|
|
38 |
PATCHES=( "${FILESDIR}/${PN}-tofu.patch" ) |
40 |
|
39 |
|
41 |
src_configure() { |
40 |
src_configure() { |
42 |
local htmldir="${EPREFIX}"/usr/share/doc/${PF}/html |
41 |
local htmldir="${EPREFIX}"/usr/share/doc/${PF}/html |