diff options
author | Fernando J. Pereda <ferdy@gentoo.org> | 2006-04-22 19:36:26 +0000 |
---|---|---|
committer | Fernando J. Pereda <ferdy@gentoo.org> | 2006-04-22 19:36:26 +0000 |
commit | 5b649f97a550555fcd9b7df36a96e5f6ed5161dc (patch) | |
tree | 46892746afd36170912a2295ebaaafc12db3fa12 /net-mail/yosucker/yosucker-75.ebuild | |
parent | ppc stable, bug #130801 (diff) | |
download | historical-5b649f97a550555fcd9b7df36a96e5f6ed5161dc.tar.gz historical-5b649f97a550555fcd9b7df36a96e5f6ed5161dc.tar.bz2 historical-5b649f97a550555fcd9b7df36a96e5f6ed5161dc.zip |
Version bump as per bug #130847
Package-Manager: portage-2.0.54
Diffstat (limited to 'net-mail/yosucker/yosucker-75.ebuild')
-rw-r--r-- | net-mail/yosucker/yosucker-75.ebuild | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/net-mail/yosucker/yosucker-75.ebuild b/net-mail/yosucker/yosucker-75.ebuild new file mode 100644 index 000000000000..9e5bd6fafd51 --- /dev/null +++ b/net-mail/yosucker/yosucker-75.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/yosucker/yosucker-75.ebuild,v 1.1 2006/04/22 19:36:26 ferdy Exp $ + +inherit eutils + +MY_P="YoSucker-pr${PV}" +S=${WORKDIR}/${MY_P} +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="mirror://sourceforge/yosucker/${MY_P}.tar.gz" +HOMEPAGE="http://yosucker.sourceforge.net" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~ppc ~x86" + +SLOT="0" + +DEPEND="dev-lang/perl + dev-perl/TermReadKey + virtual/perl-Digest-MD5 + dev-perl/IO-Socket-SSL + virtual/perl-MIME-Base64" + +RDEPEND="" + +src_install() { + dobin bin/* + mv utils/README utils/README.utils + dodoc docs/* + insinto /usr/share/doc/${P}/conf + doins conf/* + dolib lib/sputnik.pm + +} + +pkg_postinst() { + echo + draw_line + ewarn "The Yahoo! Mail interface has changed!!" + ewarn "If you have been using previous versions of YoSucker, you may need to" + ewarn "log in to Yahoo! Mail manually before it works again." + draw_line + echo +} |