diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-01-08 22:13:47 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-01-08 22:13:47 +0000 |
commit | e8d4cfb648978ada8bb92a528acff9bfafbf5467 (patch) | |
tree | cd8204e66fd4770d26a783cd552778eff14cc6c9 /net-mail/sylpheed-claws | |
parent | initial import (diff) | |
download | gentoo-2-e8d4cfb648978ada8bb92a528acff9bfafbf5467.tar.gz gentoo-2-e8d4cfb648978ada8bb92a528acff9bfafbf5467.tar.bz2 gentoo-2-e8d4cfb648978ada8bb92a528acff9bfafbf5467.zip |
added dep on mime-types
Diffstat (limited to 'net-mail/sylpheed-claws')
-rw-r--r-- | net-mail/sylpheed-claws/ChangeLog | 4 | ||||
-rw-r--r-- | net-mail/sylpheed-claws/sylpheed-claws-0.8.8.ebuild | 7 |
2 files changed, 4 insertions, 7 deletions
diff --git a/net-mail/sylpheed-claws/ChangeLog b/net-mail/sylpheed-claws/ChangeLog index 0a3d44f0dbbe..3fddf0894473 100644 --- a/net-mail/sylpheed-claws/ChangeLog +++ b/net-mail/sylpheed-claws/ChangeLog @@ -1,11 +1,11 @@ # ChangeLog for net-mail/sylpheed-claws # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed-claws/ChangeLog,v 1.28 2003/01/08 20:14:04 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed-claws/ChangeLog,v 1.29 2003/01/08 22:13:47 bcowan Exp $ *sylpheed-claws-0.8.8 (26 Dec 2002) 08 Jan 2003; Brad Cowan <bcowan@gentoo.org>: - Added /etc/mime.type, fixes bug #13412. + Added depend on mime-types, fixes bug #13412. 1 Jan 2003; Martin Schlemmer <azarah@gentoo.org> sylpheed-claws-0.8.8.ebuild : diff --git a/net-mail/sylpheed-claws/sylpheed-claws-0.8.8.ebuild b/net-mail/sylpheed-claws/sylpheed-claws-0.8.8.ebuild index 4730dcc65a85..c4bae8f1b244 100644 --- a/net-mail/sylpheed-claws/sylpheed-claws-0.8.8.ebuild +++ b/net-mail/sylpheed-claws/sylpheed-claws-0.8.8.ebuild @@ -1,6 +1,6 @@ # 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-claws/sylpheed-claws-0.8.8.ebuild,v 1.6 2003/01/08 20:14:04 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed-claws/sylpheed-claws-0.8.8.ebuild,v 1.7 2003/01/08 22:13:47 bcowan Exp $ IUSE="nls gnome xface gtkhtml crypt spell imlib ssl ldap ipv6 pda" @@ -17,6 +17,7 @@ LICENSE="GPL-2" KEYWORDS="x86" DEPEND="=x11-libs/gtk+-1.2* + app-misc/mime-types pda? ( >=app-misc/jpilot-0.99 ) ssl? ( >=dev-libs/openssl-0.9.6b ) ldap? ( >=net-nds/openldap-2.0.7 ) @@ -87,7 +88,6 @@ src_compile() { } src_install() { - dodir /etc make DESTDIR=${D} install || die local menuentry="/usr/share/gnome/apps/Internet/sylpheed.desktop" @@ -102,8 +102,5 @@ src_install() { mv ${D}/usr/share/pixmaps/sylpheed.png \ ${D}/usr/share/pixmaps/sylpheed-claws.png - insinto /etc - doins ${FILESDIR}/mime.types - dodoc AUTHORS ChangeLog* INSTALL* NEWS README* TODO* } |