# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=0 MY_P="YoSucker-pr${PV}" S=${WORKDIR}/${MY_P} IUSE="" DESCRIPTION="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 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." echo }