commit:     50f7f28cead9b983814b68062406876250a9b15e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  5 22:26:15 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov  5 22:26:15 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50f7f28c

net-mail/yosucker: Remove last-rited pkg

Bug: https://bugs.gentoo.org/696252
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-mail/yosucker/Manifest           |  2 --
 net-mail/yosucker/metadata.xml       | 11 ---------
 net-mail/yosucker/yosucker-73.ebuild | 45 ------------------------------------
 net-mail/yosucker/yosucker-77.ebuild | 41 --------------------------------
 profiles/package.mask                |  1 -
 5 files changed, 100 deletions(-)

diff --git a/net-mail/yosucker/Manifest b/net-mail/yosucker/Manifest
deleted file mode 100644
index 6d921dc9119..00000000000
--- a/net-mail/yosucker/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST YoSucker-pr73.tar.gz 43581 BLAKE2B 
1ec4793100401eebc3d18e133ed679af8cb338be1bc7ebb47a7814727717e055f8346c496a3db59d153835bfc14a9f2f0531431bafcaa51be910656d29279f64
 SHA512 
a6010b0cf04c12a6ba8aed294c5613f5c17bc7dd25b3beb90f748f40418c3cd3f52089888e879ac81e271a135efff661ec9b3e03dd9aa8c8b8b500816f235f3b
-DIST YoSucker-pr77.tar.gz 44703 BLAKE2B 
dbe3bd5002ce9e75b249dda30cfe00f684b9a321f223576eec36c7fd154910ee46ea6656aa55633c0a2f7fe6edbac576035dc89bf04e22f8e43943e634995742
 SHA512 
ac69ef919d602681b1812727ac1de2f2a6f158b1204bae803ce936d5db0ae16816ac778146ffd9fc886a31c1736779bfbc7c9c548e94722fd07f8e8b63139265

diff --git a/net-mail/yosucker/metadata.xml b/net-mail/yosucker/metadata.xml
deleted file mode 100644
index be483564269..00000000000
--- a/net-mail/yosucker/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?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>

diff --git a/net-mail/yosucker/yosucker-73.ebuild 
b/net-mail/yosucker/yosucker-73.ebuild
deleted file mode 100644
index 6ee2efa7493..00000000000
--- a/net-mail/yosucker/yosucker-73.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# 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
-}

diff --git a/net-mail/yosucker/yosucker-77.ebuild 
b/net-mail/yosucker/yosucker-77.ebuild
deleted file mode 100644
index 347cf4f9cd1..00000000000
--- a/net-mail/yosucker/yosucker-77.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 63b8a07c67f..308240d0e78 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -410,7 +410,6 @@ net-irc/miau
 net-mail/hotwayd
 net-mail/popick
 net-mail/spamcup
-net-mail/yosucker
 sys-auth/pam_require
 
 # Michał Górny <[email protected]> (2019-10-04)

Reply via email to