diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2009-07-11 14:23:57 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2009-07-11 14:23:57 +0000 |
commit | c597dff4c6a88fde27c3b965892307c696a81e18 (patch) | |
tree | cd0ebfbc2eb4295e4cbc413731f6323be1efdf91 /net-mail/fetchyahoo | |
parent | Stable for HPPA (bug #276830). (diff) | |
download | gentoo-2-c597dff4c6a88fde27c3b965892307c696a81e18.tar.gz gentoo-2-c597dff4c6a88fde27c3b965892307c696a81e18.tar.bz2 gentoo-2-c597dff4c6a88fde27c3b965892307c696a81e18.zip |
Version bump, #271435
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'net-mail/fetchyahoo')
-rw-r--r-- | net-mail/fetchyahoo/ChangeLog | 10 | ||||
-rw-r--r-- | net-mail/fetchyahoo/fetchyahoo-2.11.1.ebuild | 38 | ||||
-rw-r--r-- | net-mail/fetchyahoo/fetchyahoo-2.12.0_alpha17.ebuild | 41 | ||||
-rw-r--r-- | net-mail/fetchyahoo/fetchyahoo-2.13.3.ebuild | 41 | ||||
-rw-r--r-- | net-mail/fetchyahoo/fetchyahoo-2.13.6.ebuild (renamed from net-mail/fetchyahoo/fetchyahoo-2.12.4.ebuild) | 2 |
5 files changed, 10 insertions, 122 deletions
diff --git a/net-mail/fetchyahoo/ChangeLog b/net-mail/fetchyahoo/ChangeLog index c4d57bb715c3..0702f4734638 100644 --- a/net-mail/fetchyahoo/ChangeLog +++ b/net-mail/fetchyahoo/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for net-mail/fetchyahoo # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/ChangeLog,v 1.50 2009/04/10 21:49:23 kanaka Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/ChangeLog,v 1.51 2009/07/11 14:23:57 dertobi123 Exp $ + +*fetchyahoo-2.13.6 (11 Jul 2009) + + 11 Jul 2009; Tobias Scherbaum <dertobi123@gentoo.org> + -fetchyahoo-2.11.1.ebuild, -fetchyahoo-2.12.0_alpha17.ebuild, + -fetchyahoo-2.12.4.ebuild, -fetchyahoo-2.13.3.ebuild, + +fetchyahoo-2.13.6.ebuild: + Version bump, #271435 *fetchyahoo-2.13.3 (10 Apr 2009) diff --git a/net-mail/fetchyahoo/fetchyahoo-2.11.1.ebuild b/net-mail/fetchyahoo/fetchyahoo-2.11.1.ebuild deleted file mode 100644 index 6a32cb0ffd7c..000000000000 --- a/net-mail/fetchyahoo/fetchyahoo-2.11.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# 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.3 2008/06/11 20:49:08 kanaka Exp $ - -IUSE="" -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" -KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" - -SLOT="0" - -DEPEND="dev-lang/perl - dev-perl/libwww-perl - dev-perl/HTML-Parser - dev-perl/MIME-tools - virtual/perl-libnet - dev-perl/Crypt-SSLeay - dev-perl/URI - dev-perl/MailTools - dev-perl/IO-stringy - virtual/perl-MIME-Base64 - dev-perl/TermReadKey" - -src_install() { - dobin fetchyahoo - doman fetchyahoo.1 - insinto /etc - doins fetchyahoorc - dodoc ChangeLog Credits INSTALL TODO fetchyahoorc - dohtml index.html -} - -pkg_postinst() { - elog "Edit /etc/fetchyahoorc or ~/.fetchyahoorc to configure fetchyahoo" - elog "The executable name has changed from fetchyahoo.pl to fetchyahoo" -} diff --git a/net-mail/fetchyahoo/fetchyahoo-2.12.0_alpha17.ebuild b/net-mail/fetchyahoo/fetchyahoo-2.12.0_alpha17.ebuild deleted file mode 100644 index a6563e4c9ee8..000000000000 --- a/net-mail/fetchyahoo/fetchyahoo-2.12.0_alpha17.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# 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.12.0_alpha17.ebuild,v 1.1 2008/09/19 02:36:58 kanaka Exp $ - -IUSE="" -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 ~hppa ~ppc ~sparc ~x86" - -S="${WORKDIR}/${MY_P}" - -SLOT="0" - -DEPEND="dev-lang/perl - dev-perl/libwww-perl - dev-perl/HTML-Parser - dev-perl/MIME-tools - virtual/perl-libnet - dev-perl/Crypt-SSLeay - dev-perl/URI - dev-perl/MailTools - dev-perl/IO-stringy - virtual/perl-MIME-Base64 - dev-perl/TermReadKey" - -src_install() { - dobin fetchyahoo || die - doman fetchyahoo.1 || die - insinto /etc - doins fetchyahoorc || die - dodoc ChangeLog Credits INSTALL TODO fetchyahoorc || die - dohtml index.html || die -} - -pkg_postinst() { - elog "Edit /etc/fetchyahoorc or ~/.fetchyahoorc to configure fetchyahoo" - elog "The executable name has changed from fetchyahoo.pl to fetchyahoo" -} diff --git a/net-mail/fetchyahoo/fetchyahoo-2.13.3.ebuild b/net-mail/fetchyahoo/fetchyahoo-2.13.3.ebuild deleted file mode 100644 index b83ce8d8fc3f..000000000000 --- a/net-mail/fetchyahoo/fetchyahoo-2.13.3.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/fetchyahoo-2.13.3.ebuild,v 1.1 2009/04/10 21:49:23 kanaka Exp $ - -IUSE="" -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 ~hppa ~ppc ~sparc ~x86" - -S="${WORKDIR}/${MY_P}" - -SLOT="0" - -DEPEND="dev-lang/perl - dev-perl/libwww-perl - dev-perl/HTML-Parser - dev-perl/MIME-tools - virtual/perl-libnet - dev-perl/Crypt-SSLeay - dev-perl/URI - dev-perl/MailTools - dev-perl/IO-stringy - virtual/perl-MIME-Base64 - dev-perl/TermReadKey" - -src_install() { - dobin fetchyahoo || die - doman fetchyahoo.1 || die - insinto /etc - doins fetchyahoorc || die - dodoc ChangeLog Credits INSTALL TODO fetchyahoorc || die - dohtml index.html || die -} - -pkg_postinst() { - elog "Edit /etc/fetchyahoorc or ~/.fetchyahoorc to configure fetchyahoo" - elog "The executable name has changed from fetchyahoo.pl to fetchyahoo" -} diff --git a/net-mail/fetchyahoo/fetchyahoo-2.12.4.ebuild b/net-mail/fetchyahoo/fetchyahoo-2.13.6.ebuild index 975ac3d1c581..ad58a59382a6 100644 --- a/net-mail/fetchyahoo/fetchyahoo-2.12.4.ebuild +++ b/net-mail/fetchyahoo/fetchyahoo-2.13.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/fetchyahoo-2.12.4.ebuild,v 1.1 2009/02/13 05:34:02 kanaka Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/fetchyahoo-2.13.6.ebuild,v 1.1 2009/07/11 14:23:57 dertobi123 Exp $ IUSE="" DESCRIPTION="Download mail from a Yahoo! webmail account to a local mail spool, an mbox file, or to procmail." |