diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2003-04-01 12:13:24 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2003-04-01 12:13:24 +0000 |
commit | 1bec5693d1d66968de70fd27c2d13816630eae67 (patch) | |
tree | 3cecc6052033f6346aaa9412a762633e5cbddc43 /net-mail/fetchyahoo | |
parent | bumpage (diff) | |
download | historical-1bec5693d1d66968de70fd27c2d13816630eae67.tar.gz historical-1bec5693d1d66968de70fd27c2d13816630eae67.tar.bz2 historical-1bec5693d1d66968de70fd27c2d13816630eae67.zip |
Version bump and moved to stable because it's a critical fix.
Diffstat (limited to 'net-mail/fetchyahoo')
-rw-r--r-- | net-mail/fetchyahoo/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/fetchyahoo/fetchyahoo-2.4.ebuild | 39 | ||||
-rw-r--r-- | net-mail/fetchyahoo/files/digest-fetchyahoo-2.4 | 1 | ||||
-rw-r--r-- | net-mail/fetchyahoo/files/digest-fetchyahoo-2.5 | 1 |
4 files changed, 6 insertions, 41 deletions
diff --git a/net-mail/fetchyahoo/ChangeLog b/net-mail/fetchyahoo/ChangeLog index f31fbdd812d5..0c2d435216e5 100644 --- a/net-mail/fetchyahoo/ChangeLog +++ b/net-mail/fetchyahoo/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for net-mail/fetchyahoo # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/ChangeLog,v 1.3 2003/02/12 08:11:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/ChangeLog,v 1.4 2003/04/01 12:13:24 absinthe Exp $ *fetchyahoo-2.4 (16 Nov 2002) + 01 Apr 2003; Dylan Carlson <absinthe@gentoo.org> : + Version bump. Fixes bug associated with Yahoo's site login changes. Marked + stable because this is a necessary upgrade. + 13 Dec 2002; Martin Holzer <mholzer@gentoo.org> fetchyahoo-2.4.ebuild ChangeLog : Changed Homepage and SRC_URI. diff --git a/net-mail/fetchyahoo/fetchyahoo-2.4.ebuild b/net-mail/fetchyahoo/fetchyahoo-2.4.ebuild deleted file mode 100644 index fcff8038d690..000000000000 --- a/net-mail/fetchyahoo/fetchyahoo-2.4.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/fetchyahoo-2.4.ebuild,v 1.4 2003/03/11 21:11:46 seemant Exp $ - -S=${WORKDIR}/${P} -IUSE="" -DESCRIPTION="Perl script that downloads mail from a Yahoo! webmail account to a local mail spool, an mbox file, or to procmail." -SRC_URI="http://fetchyahoo.twizzler.org/${P}.tar.gz" -HOMEPAGE="http://fetchyahoo.twizzler.org/" -LICENSE="LGPL-2.1" -KEYWORDS="x86" - -SLOT="0" - -DEPEND="dev-lang/perl - dev-perl/libwww-perl - dev-perl/HTML-Parser - dev-perl/MIME-tools - dev-perl/libnet - dev-perl/Crypt-SSLeay - dev-perl/URI - dev-perl/MailTools - dev-perl/IO-stringy - dev-perl/MIME-Base64" - -RDEPEND="" - -src_install() { - dobin fetchyahoo.pl - doman fetchyahoo.1 - insinto /etc - doins fetchyahoorc - dodoc COPYING ChangeLog TODO Credits - dohtml index.html -} - -pkg_postinst() { - einfo "Edit /etc/fetchyahoorc to configure fetchyahoo" -} diff --git a/net-mail/fetchyahoo/files/digest-fetchyahoo-2.4 b/net-mail/fetchyahoo/files/digest-fetchyahoo-2.4 deleted file mode 100644 index f835a08e0dbe..000000000000 --- a/net-mail/fetchyahoo/files/digest-fetchyahoo-2.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 f839be623b4ee621d7cf6a134e4a9894 fetchyahoo-2.4.tar.gz 27620 diff --git a/net-mail/fetchyahoo/files/digest-fetchyahoo-2.5 b/net-mail/fetchyahoo/files/digest-fetchyahoo-2.5 new file mode 100644 index 000000000000..05858f528df7 --- /dev/null +++ b/net-mail/fetchyahoo/files/digest-fetchyahoo-2.5 @@ -0,0 +1 @@ +MD5 79f8fcb08609ed407b980f9dbae66edb fetchyahoo-2.5.tar.gz 28264 |