diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-03-13 19:25:15 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-03-13 19:25:15 +0000 |
commit | 56b0410796fd643090d11941597ce7717a18c375 (patch) | |
tree | 0c9d7132f58fb1bb3f6313520165d764fb94b487 /net-mail/fetchyahoo | |
parent | Added ~ppc64 to KEYWORDS (diff) | |
download | gentoo-2-56b0410796fd643090d11941597ce7717a18c375.tar.gz gentoo-2-56b0410796fd643090d11941597ce7717a18c375.tar.bz2 gentoo-2-56b0410796fd643090d11941597ce7717a18c375.zip |
Install example configuration file. Bug #85008.
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-mail/fetchyahoo')
-rw-r--r-- | net-mail/fetchyahoo/ChangeLog | 8 | ||||
-rw-r--r-- | net-mail/fetchyahoo/fetchyahoo-2.8.6.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/net-mail/fetchyahoo/ChangeLog b/net-mail/fetchyahoo/ChangeLog index cd077be5d373..c3c64a2d8261 100644 --- a/net-mail/fetchyahoo/ChangeLog +++ b/net-mail/fetchyahoo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/fetchyahoo -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/ChangeLog,v 1.18 2004/10/17 09:34:16 absinthe Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/ChangeLog,v 1.19 2005/03/13 19:25:15 ticho Exp $ + + 13 Mar 2005; Andrej Kacian <ticho@gentoo.org> fetchyahoo-2.8.6.ebuild: + Install example configuration file. Closes bug #85008, reported by Samuel + Kopel <kopel@techie.com>. 17 Oct 2004; Dylan Carlson <absinthe@gentoo.org> fetchyahoo-2.8.6.ebuild: stable on amd64. diff --git a/net-mail/fetchyahoo/fetchyahoo-2.8.6.ebuild b/net-mail/fetchyahoo/fetchyahoo-2.8.6.ebuild index ac841280fbee..bc3d7ce46b6a 100644 --- a/net-mail/fetchyahoo/fetchyahoo-2.8.6.ebuild +++ b/net-mail/fetchyahoo/fetchyahoo-2.8.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/fetchyahoo-2.8.6.ebuild,v 1.2 2004/10/17 09:34:16 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/fetchyahoo-2.8.6.ebuild,v 1.3 2005/03/13 19:25:15 ticho Exp $ IUSE="" DESCRIPTION="Perl script that downloads mail from a Yahoo! webmail account to a local mail spool, an mbox file, or to procmail." @@ -27,7 +27,7 @@ src_install() { doman fetchyahoo.1 insinto /etc doins fetchyahoorc - dodoc COPYING ChangeLog Credits INSTALL TODO + dodoc COPYING ChangeLog Credits INSTALL TODO fetchyahoorc dohtml index.html } |