summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Teaford Cowan <bcowan@gentoo.org>2003-01-08 22:13:47 +0000
committerBrad Teaford Cowan <bcowan@gentoo.org>2003-01-08 22:13:47 +0000
commit734e83b225acf27ac2ada0c4371a82b3334802e1 (patch)
tree1873c3557c0940138b0b0c6675453d368e20e0ce /net-mail/sylpheed-claws
parentinitial import (diff)
downloadhistorical-734e83b225acf27ac2ada0c4371a82b3334802e1.tar.gz
historical-734e83b225acf27ac2ada0c4371a82b3334802e1.tar.bz2
historical-734e83b225acf27ac2ada0c4371a82b3334802e1.zip
added dep on mime-types
Diffstat (limited to 'net-mail/sylpheed-claws')
-rw-r--r--net-mail/sylpheed-claws/ChangeLog4
-rw-r--r--net-mail/sylpheed-claws/sylpheed-claws-0.8.8.ebuild7
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*
}