summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Martin <kanaka@gentoo.org>2006-12-13 21:43:18 +0000
committerJoel Martin <kanaka@gentoo.org>2006-12-13 21:43:18 +0000
commit328588afc0818ce0ecd5f27df571e6fb2a891959 (patch)
tree8ce6bb8fc52d8fb93aa646a4076229f1abf1ec25 /net-mail/fetchyahoo
parentAdded arj USE flag to ebuild, moved USE-based deps to RDEPEND and went with a... (diff)
downloadhistorical-328588afc0818ce0ecd5f27df571e6fb2a891959.tar.gz
historical-328588afc0818ce0ecd5f27df571e6fb2a891959.tar.bz2
historical-328588afc0818ce0ecd5f27df571e6fb2a891959.zip
Remove non-working 2.10.0 and 2.10.2. Stabalize 2.10.5 and add new version 2.10.6.
Package-Manager: portage-2.1.1
Diffstat (limited to 'net-mail/fetchyahoo')
-rw-r--r--net-mail/fetchyahoo/ChangeLog10
-rw-r--r--net-mail/fetchyahoo/fetchyahoo-2.10.5.ebuild4
-rw-r--r--net-mail/fetchyahoo/fetchyahoo-2.10.6.ebuild38
-rw-r--r--net-mail/fetchyahoo/files/digest-fetchyahoo-2.10.63
4 files changed, 52 insertions, 3 deletions
diff --git a/net-mail/fetchyahoo/ChangeLog b/net-mail/fetchyahoo/ChangeLog
index e376efead9eb..6be86937742d 100644
--- a/net-mail/fetchyahoo/ChangeLog
+++ b/net-mail/fetchyahoo/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for net-mail/fetchyahoo
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/ChangeLog,v 1.40 2006/09/21 20:44:06 kanaka Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/ChangeLog,v 1.41 2006/12/13 21:43:17 kanaka Exp $
+
+*fetchyahoo-2.10.6 (13 Dec 2006)
+
+ 13 Dec 2006; Joel Martin <kanaka@gentoo.org> -fetchyahoo-2.10.0.ebuild,
+ -fetchyahoo-2.10.2.ebuild, fetchyahoo-2.10.5.ebuild,
+ +fetchyahoo-2.10.6.ebuild:
+ Remove non-working 2.10.0 and 2.10.2. Stabalize 2.10.5 and add new version
+ 2.10.6.
*fetchyahoo-2.10.5 (21 Sep 2006)
diff --git a/net-mail/fetchyahoo/fetchyahoo-2.10.5.ebuild b/net-mail/fetchyahoo/fetchyahoo-2.10.5.ebuild
index 9709f051cda0..91a2a8b4236d 100644
--- a/net-mail/fetchyahoo/fetchyahoo-2.10.5.ebuild
+++ b/net-mail/fetchyahoo/fetchyahoo-2.10.5.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/fetchyahoo-2.10.5.ebuild,v 1.1 2006/09/21 20:44:06 kanaka Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/fetchyahoo-2.10.5.ebuild,v 1.2 2006/12/13 21:43:17 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"
HOMEPAGE="http://fetchyahoo.twizzler.org/"
LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ppc sparc x86"
SLOT="0"
diff --git a/net-mail/fetchyahoo/fetchyahoo-2.10.6.ebuild b/net-mail/fetchyahoo/fetchyahoo-2.10.6.ebuild
new file mode 100644
index 000000000000..fc7922255ba9
--- /dev/null
+++ b/net-mail/fetchyahoo/fetchyahoo-2.10.6.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/fetchyahoo-2.10.6.ebuild,v 1.1 2006/12/13 21:43:17 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"
+HOMEPAGE="http://fetchyahoo.twizzler.org/"
+LICENSE="LGPL-2.1"
+KEYWORDS="~amd64 ~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() {
+ einfo "Edit /etc/fetchyahoorc or ~/.fetchyahoorc to configure fetchyahoo"
+ einfo "The executable name has changed from fetchyahoo.pl to fetchyahoo"
+}
diff --git a/net-mail/fetchyahoo/files/digest-fetchyahoo-2.10.6 b/net-mail/fetchyahoo/files/digest-fetchyahoo-2.10.6
new file mode 100644
index 000000000000..518f2fec8dd2
--- /dev/null
+++ b/net-mail/fetchyahoo/files/digest-fetchyahoo-2.10.6
@@ -0,0 +1,3 @@
+MD5 4d468b5931f91f3a8c15ca5f1fdf245a fetchyahoo-2.10.6.tar.gz 43670
+RMD160 51a11fcff0273870d1eedb4167b9b3480e6dd9f0 fetchyahoo-2.10.6.tar.gz 43670
+SHA256 e8f57cd8ce3d3f3872409ed07ed02621bd3f83fabb07a8552afdc49cf8f41c9e fetchyahoo-2.10.6.tar.gz 43670