+++ /dev/null
-DIST YoSucker-pr73.tar.gz 43581 BLAKE2B 1ec4793100401eebc3d18e133ed679af8cb338be1bc7ebb47a7814727717e055f8346c496a3db59d153835bfc14a9f2f0531431bafcaa51be910656d29279f64 SHA512 a6010b0cf04c12a6ba8aed294c5613f5c17bc7dd25b3beb90f748f40418c3cd3f52089888e879ac81e271a135efff661ec9b3e03dd9aa8c8b8b500816f235f3b
-DIST YoSucker-pr77.tar.gz 44703 BLAKE2B dbe3bd5002ce9e75b249dda30cfe00f684b9a321f223576eec36c7fd154910ee46ea6656aa55633c0a2f7fe6edbac576035dc89bf04e22f8e43943e634995742 SHA512 ac69ef919d602681b1812727ac1de2f2a6f158b1204bae803ce936d5db0ae16816ac778146ffd9fc886a31c1736779bfbc7c9c548e94722fd07f8e8b63139265
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription>
- YoSucker allows you to download Yahoo mail to a local file or pipe it to procmail. It suppourts multiple accounts, encrypted passwords, transaction safe writes, and more.
- </longdescription>
- <upstream>
- <remote-id type="sourceforge">yosucker</remote-id>
- </upstream>
-</pkgmetadata>
+++ /dev/null
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils
-
-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
- 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
-}
+++ /dev/null
-# 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
-}
net-mail/hotwayd
net-mail/popick
net-mail/spamcup
-net-mail/yosucker
sys-auth/pam_require
# Michał Górny <mgorny@gentoo.org> (2019-10-04)