diff options
author | Akinori Hattori <hattya@gentoo.org> | 2008-08-01 14:34:14 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2008-08-01 14:34:14 +0000 |
commit | e7c66502800568ab403770feef27f00602796cae (patch) | |
tree | 0b3d00b6ba20997d5b1834617e261c170597e82d | |
parent | remove $Id$. (diff) | |
download | hattya-master.tar.gz hattya-master.tar.bz2 hattya-master.zip |
svn path=/; revision=14
-rw-r--r-- | mail-client/sylpheed-svn/sylpheed-svn-2.5.ebuild (renamed from mail-client/sylpheed-svn/sylpheed-svn-2.4.ebuild) | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/mail-client/sylpheed-svn/sylpheed-svn-2.4.ebuild b/mail-client/sylpheed-svn/sylpheed-svn-2.5.ebuild index 9d5e1ec..216933d 100644 --- a/mail-client/sylpheed-svn/sylpheed-svn-2.4.ebuild +++ b/mail-client/sylpheed-svn/sylpheed-svn-2.5.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit autotools eutils subversion -IUSE="crypt ipv6 ldap nls pda spell ssl xface" +IUSE="crypt ipv6 ldap nls oniguruma pda spell ssl xface" ESVN_REPO_URI="svn://sylpheed.sraoss.jp/sylpheed/trunk" ESVN_BOOTSTRAP="./autogen.sh -V" @@ -18,15 +18,18 @@ LICENSE="GPL-2 LGPL-2.1" KEYWORDS="~ia64 ~x86" SLOT="0" -DEPEND=">=x11-libs/gtk+-2.4 +COMMON_DEPEND=">=x11-libs/gtk+-2.4 nls? ( >=sys-devel/gettext-0.12.1 ) crypt? ( >=app-crypt/gpgme-0.4.5 ) ldap? ( >=net-nds/openldap-2.0.11 ) + oniguruma? ( dev-libs/oniguruma ) pda? ( app-pda/jpilot ) spell? ( app-text/gtkspell ) - ssl? ( dev-libs/openssl ) + ssl? ( dev-libs/openssl )" +DEPEND="${COMMON_DEPEND} + dev-util/pkgconfig xface? ( >=media-libs/compface-1.4 )" -RDEPEND="${DEPEND} +RDEPEND="${COMMON_DEPEND} app-misc/mime-types x11-misc/shared-mime-info !mail-client/sylpheed" @@ -40,6 +43,7 @@ src_compile() { $(use_enable ipv6) \ $(use_enable ldap) \ $(use_enable nls) \ + $(use_enable oniguruma) \ $(use_enable pda jpilot) \ $(use_enable spell gtkspell) \ $(use_enable ssl) \ |