diff options
-rw-r--r-- | net-mail/fetchyahoo/ChangeLog | 8 | ||||
-rw-r--r-- | net-mail/fetchyahoo/Manifest | 22 | ||||
-rw-r--r-- | net-mail/fetchyahoo/fetchyahoo-2.8.6.ebuild | 6 |
3 files changed, 25 insertions, 11 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/Manifest b/net-mail/fetchyahoo/Manifest index 691a6a1530ce..f01856639817 100644 --- a/net-mail/fetchyahoo/Manifest +++ b/net-mail/fetchyahoo/Manifest @@ -1,10 +1,20 @@ -MD5 ba95c6efbe599ac6d0c23f869bc88cc2 ChangeLog 2532 -MD5 ead0fe893b8531f07cb5e10b33a38fd4 fetchyahoo-2.5.5.ebuild 955 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 59fdc9b43399a88a470ed88e56428ebe ChangeLog 2707 MD5 57c29c49ace9af6c671db1aad1138597 fetchyahoo-2.8.0.ebuild 1059 -MD5 344b343ef12a4f4562b62011e89abdbf fetchyahoo-2.8.2.ebuild 1058 +MD5 601956f7e49f43ca40c304eae14f9dd4 fetchyahoo-2.8.6.ebuild 1064 MD5 3d496e6508901dc733aa1f375a56d5b7 metadata.xml 221 -MD5 4ded52d6978717359f76adcde11e4123 fetchyahoo-2.8.6.ebuild 1054 -MD5 a2247c6fe51001f010151bd98009062f files/digest-fetchyahoo-2.5.5 67 +MD5 ead0fe893b8531f07cb5e10b33a38fd4 fetchyahoo-2.5.5.ebuild 955 +MD5 344b343ef12a4f4562b62011e89abdbf fetchyahoo-2.8.2.ebuild 1058 MD5 d8808947f9ee40597fe10108014ee55c files/digest-fetchyahoo-2.8.0 67 -MD5 fe5b10e5ace4f2e69ac04a5d7d8289d6 files/digest-fetchyahoo-2.8.2 67 MD5 0ec155ebf2f1c66863228215d227313a files/digest-fetchyahoo-2.8.6 67 +MD5 fe5b10e5ace4f2e69ac04a5d7d8289d6 files/digest-fetchyahoo-2.8.2 67 +MD5 a2247c6fe51001f010151bd98009062f files/digest-fetchyahoo-2.5.5 67 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.0 (GNU/Linux) + +iD8DBQFCNJOjQlM6RnzZP+IRAo4aAJ9mJ8a0K8HO1SfHloCqk4h7tnDiNwCgg2F4 +IrGGqJhOo70ffOKuZKvkjig= +=L7o3 +-----END PGP SIGNATURE----- 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 } |