diff options
-rw-r--r-- | net-mail/sylpheed-claws/Manifest | 14 | ||||
-rw-r--r-- | net-mail/sylpheed-claws/sylpheed-claws-0.9.3.ebuild | 32 |
2 files changed, 23 insertions, 23 deletions
diff --git a/net-mail/sylpheed-claws/Manifest b/net-mail/sylpheed-claws/Manifest index db80d84d237f..995e6a991315 100644 --- a/net-mail/sylpheed-claws/Manifest +++ b/net-mail/sylpheed-claws/Manifest @@ -1,11 +1,11 @@ -MD5 170d67cf4237fee47d86e74c3b15ac88 sylpheed-claws-0.9.0.ebuild 3064 -MD5 43f3dcbb946cc399783579c5757b6054 sylpheed-claws-0.9.0-r1.ebuild 3357 -MD5 20cd68ce8142f70ab136e0d6caf97df8 sylpheed-claws-0.8.11.ebuild 2967 MD5 8bcd289a708cff58bec7dbbedef6c556 ChangeLog 7848 -MD5 611cec2e60a225d725436b4ccacaf18b sylpheed-claws-0.9.3.ebuild 3360 -MD5 d9e778ef490a8e07e7b931d13052fca2 files/digest-sylpheed-claws-0.9.0 73 -MD5 07b639d20c786fdd9426a268d9c08a70 files/digest-sylpheed-claws-0.9.3 73 +MD5 20cd68ce8142f70ab136e0d6caf97df8 sylpheed-claws-0.8.11.ebuild 2967 +MD5 43f3dcbb946cc399783579c5757b6054 sylpheed-claws-0.9.0-r1.ebuild 3357 +MD5 4642f7b9e9083b7ce8ab15f0ed79338c sylpheed-claws-0.9.0.ebuild 3060 +MD5 cd7e289920047026995e0c7360f001c1 sylpheed-claws-0.9.3.ebuild 3344 MD5 8b029fc7176a8bad264d1676bd83984b files/digest-sylpheed-claws-0.8.11 74 -MD5 debd84fa61847ff672e179bcb7845e2b files/sylpheed-0.8.3claws32-dillo.patch 9123 +MD5 d9e778ef490a8e07e7b931d13052fca2 files/digest-sylpheed-claws-0.9.0 73 MD5 d9e778ef490a8e07e7b931d13052fca2 files/digest-sylpheed-claws-0.9.0-r1 73 MD5 bf4c9cd9cb7cdc6ece7d4d327910f0cf files/procmime.patch 977 +MD5 debd84fa61847ff672e179bcb7845e2b files/sylpheed-0.8.3claws32-dillo.patch 9123 +MD5 07b639d20c786fdd9426a268d9c08a70 files/digest-sylpheed-claws-0.9.3 73 diff --git a/net-mail/sylpheed-claws/sylpheed-claws-0.9.3.ebuild b/net-mail/sylpheed-claws/sylpheed-claws-0.9.3.ebuild index e40ec78b9ddd..a7f91a513756 100644 --- a/net-mail/sylpheed-claws/sylpheed-claws-0.9.3.ebuild +++ b/net-mail/sylpheed-claws/sylpheed-claws-0.9.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed-claws/sylpheed-claws-0.9.3.ebuild,v 1.4 2003/07/13 01:06:10 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed-claws/sylpheed-claws-0.9.3.ebuild,v 1.5 2003/07/13 21:42:22 hanno Exp $ IUSE="nls gnome xface gtkhtml crypt spell imlib ssl ldap ipv6 pda clamav" @@ -28,8 +28,8 @@ DEPEND="=x11-libs/gtk+-1.2* xface? ( >=media-libs/compface-1.4 ) clamav? ( net-mail/clamav ) x11-misc/shared-mime-info" - -RDEPEND="nls? ( sys-devel/gettext )" + +RDEPEND="nls? ( >=sys-devel/gettext-0.12 )" PROVIDE="virtual/sylpheed" @@ -43,7 +43,7 @@ src_unpack() { sed -e "s/PACKAGE\=sylpheed/PACKAGE\=sylpheed-claws/" \ ${i}.orig > ${i} done - + # use shared-mime-info cd ${S}/src epatch ${FILESDIR}/procmime.patch @@ -55,37 +55,37 @@ src_compile() { use gnome \ && myconf="${myconf} --enable-gdk-pixbuf" \ || myconf="${myconf} --disable-gdk-pixbuf" - + use imlib \ && myconf="${myconf} --enable-imlib" \ || myconf="${myconf} --disable-imlib" - + use spell \ && myconf="${myconf} --enable-aspell" \ || myconf="${myconf} --disable-aspell" - + use ldap && myconf="${myconf} --enable-ldap" - + use ssl && myconf="${myconf} --enable-openssl" - + use crypt && myconf="${myconf} --enable-gpgme" - + use ipv6 && myconf="${myconf} --enable-ipv6" - + use pda && myconf="${myconf} --enable-jpilot" - + use nls || myconf="${myconf} --disable-nls" - + use gtkhtml \ && myconf="${myconf} --enable-dillo-viewer-plugin" \ || myconf="${myconf} --disable-dillo-viewer-plugin" - + use clamav \ && myconf="${myconf} --enable-clamav-plugin" \ || myconf="${myconf} --disable-clamav-plugin" - + echo ${myconf} - + econf \ --program-suffix=-claws \ --enable-spamassassin-plugin \ |