diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-02-25 18:51:44 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-02-25 18:51:44 +0000 |
commit | 1a665f15b14fbd62c0d33fd6cf8b3555b9816285 (patch) | |
tree | 8581b917e02b112501c933b526ed7523cea2bab7 /net-mail | |
parent | Stable on x86. (diff) | |
download | gentoo-2-1a665f15b14fbd62c0d33fd6cf8b3555b9816285.tar.gz gentoo-2-1a665f15b14fbd62c0d33fd6cf8b3555b9816285.tar.bz2 gentoo-2-1a665f15b14fbd62c0d33fd6cf8b3555b9816285.zip |
Stable on x86. Removed old ebuilds.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/fetchyahoo/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/fetchyahoo/fetchyahoo-2.10.2.ebuild | 4 | ||||
-rw-r--r-- | net-mail/fetchyahoo/fetchyahoo-2.8.6.ebuild | 37 | ||||
-rw-r--r-- | net-mail/fetchyahoo/fetchyahoo-2.9.0.ebuild | 37 | ||||
-rw-r--r-- | net-mail/fetchyahoo/files/digest-fetchyahoo-2.8.6 | 1 | ||||
-rw-r--r-- | net-mail/fetchyahoo/files/digest-fetchyahoo-2.9.0 | 1 |
6 files changed, 7 insertions, 79 deletions
diff --git a/net-mail/fetchyahoo/ChangeLog b/net-mail/fetchyahoo/ChangeLog index 7483725c2f57..c2be60c530d9 100644 --- a/net-mail/fetchyahoo/ChangeLog +++ b/net-mail/fetchyahoo/ChangeLog @@ -1,6 +1,10 @@ # 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.37 2006/02/13 14:55:47 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/ChangeLog,v 1.38 2006/02/25 18:51:44 ticho Exp $ + + 25 Feb 2006; Andrej Kacian <ticho@gentoo.org> -fetchyahoo-2.8.6.ebuild, + -fetchyahoo-2.9.0.ebuild, fetchyahoo-2.10.2.ebuild: + Stable on x86. Removed old ebuilds. 13 Feb 2006; Michael Cummings <mcummings@gentoo.org> fetchyahoo-2.8.6.ebuild, fetchyahoo-2.9.0.ebuild, diff --git a/net-mail/fetchyahoo/fetchyahoo-2.10.2.ebuild b/net-mail/fetchyahoo/fetchyahoo-2.10.2.ebuild index 4bcf9db95337..913b271e49ec 100644 --- a/net-mail/fetchyahoo/fetchyahoo-2.10.2.ebuild +++ b/net-mail/fetchyahoo/fetchyahoo-2.10.2.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.2.ebuild,v 1.3 2006/02/13 14:55:47 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchyahoo/fetchyahoo-2.10.2.ebuild,v 1.4 2006/02/25 18:51:44 ticho 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.8.6.ebuild b/net-mail/fetchyahoo/fetchyahoo-2.8.6.ebuild deleted file mode 100644 index 5f0e5f599174..000000000000 --- a/net-mail/fetchyahoo/fetchyahoo-2.8.6.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# 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.8.6.ebuild,v 1.9 2006/02/13 14:55:47 mcummings 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" - -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/fetchyahoo-2.9.0.ebuild b/net-mail/fetchyahoo/fetchyahoo-2.9.0.ebuild deleted file mode 100644 index cf44743ccf83..000000000000 --- a/net-mail/fetchyahoo/fetchyahoo-2.9.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# 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.9.0.ebuild,v 1.7 2006/02/13 14:55:47 mcummings 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" - -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.8.6 b/net-mail/fetchyahoo/files/digest-fetchyahoo-2.8.6 deleted file mode 100644 index 054c06fba36b..000000000000 --- a/net-mail/fetchyahoo/files/digest-fetchyahoo-2.8.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 f62bca0964962a44baaf0cca4bc53020 fetchyahoo-2.8.6.tar.gz 39783 diff --git a/net-mail/fetchyahoo/files/digest-fetchyahoo-2.9.0 b/net-mail/fetchyahoo/files/digest-fetchyahoo-2.9.0 deleted file mode 100644 index de75c1d1df0b..000000000000 --- a/net-mail/fetchyahoo/files/digest-fetchyahoo-2.9.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 ac05d727019ac0352b89f88bf3621412 fetchyahoo-2.9.0.tar.gz 41504 |