diff options
author | Bruce A. Locke <blocke@gentoo.org> | 2002-10-12 10:12:26 +0000 |
---|---|---|
committer | Bruce A. Locke <blocke@gentoo.org> | 2002-10-12 10:12:26 +0000 |
commit | 9ccf2246af7087e5d03c319208fe8c7c528dd565 (patch) | |
tree | e72fff9f8af1957df80d337897622a9582e59b36 /net-mail | |
parent | new version; added IUSE (diff) | |
download | gentoo-2-9ccf2246af7087e5d03c319208fe8c7c528dd565.tar.gz gentoo-2-9ccf2246af7087e5d03c319208fe8c7c528dd565.tar.bz2 gentoo-2-9ccf2246af7087e5d03c319208fe8c7c528dd565.zip |
ebuild now installs README files
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/sylpheed-claws/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/sylpheed-claws/sylpheed-claws-0.8.5.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/net-mail/sylpheed-claws/ChangeLog b/net-mail/sylpheed-claws/ChangeLog index 54fc28299d76..005a9bdfb79d 100644 --- a/net-mail/sylpheed-claws/ChangeLog +++ b/net-mail/sylpheed-claws/ChangeLog @@ -1,9 +1,12 @@ # 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.18 2002/10/09 06:07:01 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed-claws/ChangeLog,v 1.19 2002/10/12 10:12:26 blocke Exp $ *sylpheed-claws-0.8.5 (09 Oct 2002) + 12 Oct 2002; Bruce A. Locke <blocke@shivan.org> sylpheed-claws-0.8.5.ebuild: + Ebuild now installs README files, etc. + 09 Oct 2002; Brad Cowan <bcowan@gentoo.org> sylpheed-claws-0.8.5.ebuild, files/digest-sylpheed-claws-0.8.5 : diff --git a/net-mail/sylpheed-claws/sylpheed-claws-0.8.5.ebuild b/net-mail/sylpheed-claws/sylpheed-claws-0.8.5.ebuild index 09fe559d46e3..0dced0cd8bf7 100644 --- a/net-mail/sylpheed-claws/sylpheed-claws-0.8.5.ebuild +++ b/net-mail/sylpheed-claws/sylpheed-claws-0.8.5.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.5.ebuild,v 1.2 2002/10/12 02:59:31 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed-claws/sylpheed-claws-0.8.5.ebuild,v 1.3 2002/10/12 10:12:26 blocke Exp $ IUSE="nls gnome xface gtkhtml crypt spell imlib ssl ldap ipv6 pda" @@ -97,4 +97,6 @@ src_install () { mv ${D}/usr/share/pixmaps/sylpheed.png \ ${D}/usr/share/pixmaps/sylpheed-claws.png + + dodoc AUTHORS ChangeLog* INSTALL* NEWS README* TODO* } |