From 3d7b2c0da8e1b7356d273510e39f5e44b930201d Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Wed, 17 Nov 2010 22:41:05 +0000 Subject: Version bump (bug #341033 by Pun) and remove old. Reformat ebuild, update license to GPL-2, bump to EAPI 3, and move all dependencies into RDEPEND. (Portage version: 2.2.0_alpha4/cvs/Linux x86_64) --- net-mail/fetchyahoo/ChangeLog | 9 +++++- net-mail/fetchyahoo/fetchyahoo-2.13.7.ebuild | 42 ---------------------------- net-mail/fetchyahoo/fetchyahoo-2.14.0.ebuild | 41 +++++++++++++++++++++++++++ 3 files changed, 49 insertions(+), 43 deletions(-) delete mode 100644 net-mail/fetchyahoo/fetchyahoo-2.13.7.ebuild create mode 100644 net-mail/fetchyahoo/fetchyahoo-2.14.0.ebuild (limited to 'net-mail/fetchyahoo') diff --git a/net-mail/fetchyahoo/ChangeLog b/net-mail/fetchyahoo/ChangeLog index a82653479725..0f1c2e48883e 100644 --- a/net-mail/fetchyahoo/ChangeLog +++ b/net-mail/fetchyahoo/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-mail/fetchyahoo # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/ChangeLog,v 1.53 2010/11/03 02:02:19 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/ChangeLog,v 1.54 2010/11/17 22:41:04 radhermit Exp $ + +*fetchyahoo-2.14.0 (17 Nov 2010) + + 17 Nov 2010; Tim Harder -fetchyahoo-2.13.7.ebuild, + +fetchyahoo-2.14.0.ebuild: + Version bump (bug #341033 by Pun) and remove old. Reformat ebuild, update + license to GPL-2, bump to EAPI 3, and move all dependencies into RDEPEND. 03 Nov 2010; Jorge Manuel B. S. Vicetto metadata.xml: diff --git a/net-mail/fetchyahoo/fetchyahoo-2.13.7.ebuild b/net-mail/fetchyahoo/fetchyahoo-2.13.7.ebuild deleted file mode 100644 index df1b75893c66..000000000000 --- a/net-mail/fetchyahoo/fetchyahoo-2.13.7.ebuild +++ /dev/null @@ -1,42 +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.13.7.ebuild,v 1.2 2010/11/03 02:02:19 jmbsvicetto 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" -RDEPEND="${DEPEND}" - -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.0.ebuild b/net-mail/fetchyahoo/fetchyahoo-2.14.0.ebuild new file mode 100644 index 000000000000..3bd8aa5ecbca --- /dev/null +++ b/net-mail/fetchyahoo/fetchyahoo-2.14.0.ebuild @@ -0,0 +1,41 @@ +# 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" +} -- cgit v1.2.3-65-gdbad