diff options
author | Joel Martin <kanaka@gentoo.org> | 2008-06-11 20:49:08 +0000 |
---|---|---|
committer | Joel Martin <kanaka@gentoo.org> | 2008-06-11 20:49:08 +0000 |
commit | 3ae94366d57a6f4b6a599316b64e656d647749b5 (patch) | |
tree | 5e8167bf9d0df7111c8633bda2420e1a91eddf18 /net-mail | |
parent | amd64 stable, bug 225851 (diff) | |
download | gentoo-2-3ae94366d57a6f4b6a599316b64e656d647749b5.tar.gz gentoo-2-3ae94366d57a6f4b6a599316b64e656d647749b5.tar.bz2 gentoo-2-3ae94366d57a6f4b6a599316b64e656d647749b5.zip |
Update to 2.12.0 alpha 11 which has initial support for the new yahoo mail interface.
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/fetchyahoo/ChangeLog | 9 | ||||
-rw-r--r-- | net-mail/fetchyahoo/fetchyahoo-2.11.1.ebuild | 4 | ||||
-rw-r--r-- | net-mail/fetchyahoo/fetchyahoo-2.12.0_alpha11.ebuild (renamed from net-mail/fetchyahoo/fetchyahoo-2.10.8.ebuild) | 23 |
3 files changed, 23 insertions, 13 deletions
diff --git a/net-mail/fetchyahoo/ChangeLog b/net-mail/fetchyahoo/ChangeLog index 2c1580528d2d..8e3ba9a944f5 100644 --- a/net-mail/fetchyahoo/ChangeLog +++ b/net-mail/fetchyahoo/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-mail/fetchyahoo # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/ChangeLog,v 1.46 2008/03/20 04:07:22 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/ChangeLog,v 1.47 2008/06/11 20:49:08 kanaka Exp $ + +*fetchyahoo-2.12.0_alpha11 (11 Jun 2008) + + 11 Jun 2008; Joel Martin <kanaka@gentoo.org> -fetchyahoo-2.10.8.ebuild, + +fetchyahoo-2.12.0_alpha11.ebuild: + Update to 2.12.0 alpha 11 which has initial support for the new yahoo mail + interface. 20 Mar 2008; Jeroen Roovers <jer@gentoo.org> fetchyahoo-2.11.1.ebuild: Marked ~hppa (bug #213938). diff --git a/net-mail/fetchyahoo/fetchyahoo-2.11.1.ebuild b/net-mail/fetchyahoo/fetchyahoo-2.11.1.ebuild index 2fd42bf2d4c9..6a32cb0ffd7c 100644 --- a/net-mail/fetchyahoo/fetchyahoo-2.11.1.ebuild +++ b/net-mail/fetchyahoo/fetchyahoo-2.11.1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/fetchyahoo-2.11.1.ebuild,v 1.2 2008/03/20 04:07:22 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/fetchyahoo-2.11.1.ebuild,v 1.3 2008/06/11 20:49:08 kanaka Exp $ IUSE="" -DESCRIPTION="Perl script that downloads mail from a Yahoo! webmail account to a local mail spool, an mbox file, or to procmail." +DESCRIPTION="Download 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" diff --git a/net-mail/fetchyahoo/fetchyahoo-2.10.8.ebuild b/net-mail/fetchyahoo/fetchyahoo-2.12.0_alpha11.ebuild index 7fe8fd768ff0..024f6953e508 100644 --- a/net-mail/fetchyahoo/fetchyahoo-2.10.8.ebuild +++ b/net-mail/fetchyahoo/fetchyahoo-2.12.0_alpha11.ebuild @@ -1,13 +1,16 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/fetchyahoo-2.10.8.ebuild,v 1.1 2007/06/29 20:05:32 kanaka Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/fetchyahoo-2.12.0_alpha11.ebuild,v 1.1 2008/06/11 20:49:08 kanaka Exp $ 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" +DESCRIPTION="Download mail from a Yahoo! webmail account to a local mail spool, an mbox file, or to procmail." +MY_P=${P/_alpha/alpha} +SRC_URI="http://fetchyahoo.twizzler.org/${MY_P}.tar.gz" HOMEPAGE="http://fetchyahoo.twizzler.org/" LICENSE="LGPL-2.1" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" + +S="${WORKDIR}/${MY_P}" SLOT="0" @@ -24,12 +27,12 @@ DEPEND="dev-lang/perl dev-perl/TermReadKey" src_install() { - dobin fetchyahoo - doman fetchyahoo.1 + dobin fetchyahoo || die + doman fetchyahoo.1 || die insinto /etc - doins fetchyahoorc - dodoc ChangeLog Credits INSTALL TODO fetchyahoorc - dohtml index.html + doins fetchyahoorc || die + dodoc ChangeLog Credits INSTALL TODO fetchyahoorc || die + dohtml index.html || die } pkg_postinst() { |