From 49811cce6b5f3ff7043178fb72d246884a956ec6 Mon Sep 17 00:00:00 2001 From: Eray Aslan Date: Fri, 4 May 2012 12:26:22 +0000 Subject: version bump and remove old (Portage version: 2.1.10.57/cvs/Linux x86_64) --- net-mail/fetchyahoo/ChangeLog | 9 +++++- net-mail/fetchyahoo/fetchyahoo-2.14.0.ebuild | 41 ---------------------------- net-mail/fetchyahoo/fetchyahoo-2.14.1.ebuild | 41 ---------------------------- net-mail/fetchyahoo/fetchyahoo-2.14.2.ebuild | 41 ---------------------------- net-mail/fetchyahoo/fetchyahoo-2.14.7.ebuild | 41 ++++++++++++++++++++++++++++ 5 files changed, 49 insertions(+), 124 deletions(-) delete mode 100644 net-mail/fetchyahoo/fetchyahoo-2.14.0.ebuild delete mode 100644 net-mail/fetchyahoo/fetchyahoo-2.14.1.ebuild delete mode 100644 net-mail/fetchyahoo/fetchyahoo-2.14.2.ebuild create mode 100644 net-mail/fetchyahoo/fetchyahoo-2.14.7.ebuild (limited to 'net-mail/fetchyahoo') diff --git a/net-mail/fetchyahoo/ChangeLog b/net-mail/fetchyahoo/ChangeLog index 15e432bab1e8..b0ed9ebf5820 100644 --- a/net-mail/fetchyahoo/ChangeLog +++ b/net-mail/fetchyahoo/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-mail/fetchyahoo # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/ChangeLog,v 1.57 2012/04/03 12:22:44 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/ChangeLog,v 1.58 2012/05/04 12:26:22 eras Exp $ + +*fetchyahoo-2.14.7 (04 May 2012) + + 04 May 2012; Eray Aslan -fetchyahoo-2.14.0.ebuild, + -fetchyahoo-2.14.1.ebuild, -fetchyahoo-2.14.2.ebuild, + +fetchyahoo-2.14.7.ebuild: + version bump and remove old *fetchyahoo-2.14.6 (03 Apr 2012) diff --git a/net-mail/fetchyahoo/fetchyahoo-2.14.0.ebuild b/net-mail/fetchyahoo/fetchyahoo-2.14.0.ebuild deleted file mode 100644 index 3bd8aa5ecbca..000000000000 --- a/net-mail/fetchyahoo/fetchyahoo-2.14.0.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/fetchyahoo-2.14.0.ebuild,v 1.1 2010/11/17 22:41:04 radhermit Exp $ - -EAPI=3 - -DESCRIPTION="Download mail from a Yahoo! webmail account to a local mail spool, an mbox file, or to procmail." -HOMEPAGE="http://fetchyahoo.twizzler.org/" -SRC_URI="http://fetchyahoo.twizzler.org/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" -IUSE="" - -DEPEND="" -RDEPEND="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.14.1.ebuild b/net-mail/fetchyahoo/fetchyahoo-2.14.1.ebuild deleted file mode 100644 index 4a988aa5aa6b..000000000000 --- a/net-mail/fetchyahoo/fetchyahoo-2.14.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/fetchyahoo-2.14.1.ebuild,v 1.1 2011/06/07 14:08:58 eras Exp $ - -EAPI=4 - -DESCRIPTION="Download mail from a Yahoo! webmail account to a local mail spool, an mbox file, or to procmail." -HOMEPAGE="http://fetchyahoo.twizzler.org/" -SRC_URI="http://fetchyahoo.twizzler.org/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" -IUSE="" - -DEPEND="" -RDEPEND="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.14.2.ebuild b/net-mail/fetchyahoo/fetchyahoo-2.14.2.ebuild deleted file mode 100644 index 7d6984f42ffb..000000000000 --- a/net-mail/fetchyahoo/fetchyahoo-2.14.2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/fetchyahoo-2.14.2.ebuild,v 1.1 2012/02/07 10:57:00 eras Exp $ - -EAPI=4 - -DESCRIPTION="Download mail from a Yahoo! webmail account to a local mail spool, an mbox file, or to procmail." -HOMEPAGE="http://fetchyahoo.twizzler.org/" -SRC_URI="http://fetchyahoo.twizzler.org/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" -IUSE="" - -DEPEND="" -RDEPEND="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.14.7.ebuild b/net-mail/fetchyahoo/fetchyahoo-2.14.7.ebuild new file mode 100644 index 000000000000..938521ce4073 --- /dev/null +++ b/net-mail/fetchyahoo/fetchyahoo-2.14.7.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/fetchyahoo-2.14.7.ebuild,v 1.1 2012/05/04 12:26:22 eras Exp $ + +EAPI=4 + +DESCRIPTION="Download mail from a Yahoo! webmail account to a local mail spool, an mbox file, or to procmail." +HOMEPAGE="http://fetchyahoo.twizzler.org/" +SRC_URI="http://fetchyahoo.twizzler.org/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="" +RDEPEND="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." +} -- cgit v1.2.3-65-gdbad