diff options
author | 2003-01-17 19:14:53 +0000 | |
---|---|---|
committer | 2003-01-17 19:14:53 +0000 | |
commit | caec019c6f810aabb45f5bdd4c7dce5045f9a187 (patch) | |
tree | b9a6e0f163ec5a4f415cb7a1a08c8e3076fc8051 /net-mail/sylpheed | |
parent | new digest (diff) | |
download | historical-caec019c6f810aabb45f5bdd4c7dce5045f9a187.tar.gz historical-caec019c6f810aabb45f5bdd4c7dce5045f9a187.tar.bz2 historical-caec019c6f810aabb45f5bdd4c7dce5045f9a187.zip |
some small fixors
Diffstat (limited to 'net-mail/sylpheed')
-rw-r--r-- | net-mail/sylpheed/sylpheed-0.8.9.ebuild | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/net-mail/sylpheed/sylpheed-0.8.9.ebuild b/net-mail/sylpheed/sylpheed-0.8.9.ebuild index 85ab1c7501aa..f936af6edb5a 100644 --- a/net-mail/sylpheed/sylpheed-0.8.9.ebuild +++ b/net-mail/sylpheed/sylpheed-0.8.9.ebuild @@ -1,9 +1,11 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed/sylpheed-0.8.9.ebuild,v 1.1 2003/01/17 15:00:06 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed/sylpheed-0.8.9.ebuild,v 1.2 2003/01/17 19:14:53 bcowan Exp $ IUSE="ssl xface ipv6 nls gnome ldap crypt pda" +inherit eutils + S=${WORKDIR}/${P} DESCRIPTION="A lightweight email client and newsreader" @@ -17,13 +19,19 @@ KEYWORDS="~x86" PROVIDE="virtual/sylpheed" DEPEND="=x11-libs/gtk+-1.2* - app-misc/mime-types xface? ( >=media-libs/compface-1.4 ) ssl? ( dev-libs/openssl ) pda? ( app-misc/jpilot ) crypt? ( >=app-crypt/gnupg-1.0.6 >=app-crypt/gpgme-0.2.3 ) ldap? ( >=net-nds/openldap-2.0.11 ) - gnome? ( >=media-libs/gdk-pixbuf-0.11.0-r1 )" + gnome? ( >=media-libs/gdk-pixbuf-0.11.0-r1 ) + x11-misc/shared-mime-info" + +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/shared-mime.patch +} src_compile() { local myconf |