summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-11-05 23:26:15 +0100
committerMichał Górny <mgorny@gentoo.org>2019-11-05 23:26:15 +0100
commit50f7f28cead9b983814b68062406876250a9b15e (patch)
treef7e84e15905836fc12aed08ee26cc095d2e22ba7 /net-mail
parentnet-misc/cgterm: Remove last-rited pkg (diff)
downloadgentoo-50f7f28cead9b983814b68062406876250a9b15e.tar.gz
gentoo-50f7f28cead9b983814b68062406876250a9b15e.tar.bz2
gentoo-50f7f28cead9b983814b68062406876250a9b15e.zip
net-mail/yosucker: Remove last-rited pkg
Bug: https://bugs.gentoo.org/696252 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/yosucker/Manifest2
-rw-r--r--net-mail/yosucker/metadata.xml11
-rw-r--r--net-mail/yosucker/yosucker-73.ebuild45
-rw-r--r--net-mail/yosucker/yosucker-77.ebuild41
4 files changed, 0 insertions, 99 deletions
diff --git a/net-mail/yosucker/Manifest b/net-mail/yosucker/Manifest
deleted file mode 100644
index 6d921dc91198..000000000000
--- 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 be4835642693..000000000000
--- 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 6ee2efa7493b..000000000000
--- 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 347cf4f9cd1c..000000000000
--- 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
-}