diff options
author | Tim Harder <radhermit@gentoo.org> | 2010-11-17 22:41:05 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2010-11-17 22:41:05 +0000 |
commit | 3d7b2c0da8e1b7356d273510e39f5e44b930201d (patch) | |
tree | 4222132c9e6e4ed076ce26a5677270dd784fe62e /net-mail/fetchyahoo | |
parent | Stable on amd64 wrt bug #345491 (diff) | |
download | gentoo-2-3d7b2c0da8e1b7356d273510e39f5e44b930201d.tar.gz gentoo-2-3d7b2c0da8e1b7356d273510e39f5e44b930201d.tar.bz2 gentoo-2-3d7b2c0da8e1b7356d273510e39f5e44b930201d.zip |
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)
Diffstat (limited to 'net-mail/fetchyahoo')
-rw-r--r-- | net-mail/fetchyahoo/ChangeLog | 9 | ||||
-rw-r--r-- | net-mail/fetchyahoo/fetchyahoo-2.14.0.ebuild (renamed from net-mail/fetchyahoo/fetchyahoo-2.13.7.ebuild) | 19 |
2 files changed, 17 insertions, 11 deletions
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 <radhermit@gentoo.org> -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 <jmbsvicetto@gentoo.org> metadata.xml: diff --git a/net-mail/fetchyahoo/fetchyahoo-2.13.7.ebuild b/net-mail/fetchyahoo/fetchyahoo-2.14.0.ebuild index df1b75893c66..3bd8aa5ecbca 100644 --- a/net-mail/fetchyahoo/fetchyahoo-2.13.7.ebuild +++ b/net-mail/fetchyahoo/fetchyahoo-2.14.0.ebuild @@ -1,20 +1,20 @@ # 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 $ +# $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 -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}" +SRC_URI="http://fetchyahoo.twizzler.org/${P}.tar.gz" +LICENSE="GPL-2" SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" +IUSE="" -DEPEND="dev-lang/perl +DEPEND="" +RDEPEND="dev-lang/perl dev-perl/libwww-perl dev-perl/HTML-Parser dev-perl/MIME-tools @@ -25,7 +25,6 @@ DEPEND="dev-lang/perl dev-perl/IO-stringy virtual/perl-MIME-Base64 dev-perl/TermReadKey" -RDEPEND="${DEPEND}" src_install() { dobin fetchyahoo || die |