Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/yosucker/, profiles/
Date: Tue, 05 Nov 2019 22:28:41
Message-Id: 1572992775.50f7f28cead9b983814b68062406876250a9b15e.mgorny@gentoo
1 commit: 50f7f28cead9b983814b68062406876250a9b15e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 5 22:26:15 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 5 22:26:15 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50f7f28c
7
8 net-mail/yosucker: Remove last-rited pkg
9
10 Bug: https://bugs.gentoo.org/696252
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 net-mail/yosucker/Manifest | 2 --
14 net-mail/yosucker/metadata.xml | 11 ---------
15 net-mail/yosucker/yosucker-73.ebuild | 45 ------------------------------------
16 net-mail/yosucker/yosucker-77.ebuild | 41 --------------------------------
17 profiles/package.mask | 1 -
18 5 files changed, 100 deletions(-)
19
20 diff --git a/net-mail/yosucker/Manifest b/net-mail/yosucker/Manifest
21 deleted file mode 100644
22 index 6d921dc9119..00000000000
23 --- a/net-mail/yosucker/Manifest
24 +++ /dev/null
25 @@ -1,2 +0,0 @@
26 -DIST YoSucker-pr73.tar.gz 43581 BLAKE2B 1ec4793100401eebc3d18e133ed679af8cb338be1bc7ebb47a7814727717e055f8346c496a3db59d153835bfc14a9f2f0531431bafcaa51be910656d29279f64 SHA512 a6010b0cf04c12a6ba8aed294c5613f5c17bc7dd25b3beb90f748f40418c3cd3f52089888e879ac81e271a135efff661ec9b3e03dd9aa8c8b8b500816f235f3b
27 -DIST YoSucker-pr77.tar.gz 44703 BLAKE2B dbe3bd5002ce9e75b249dda30cfe00f684b9a321f223576eec36c7fd154910ee46ea6656aa55633c0a2f7fe6edbac576035dc89bf04e22f8e43943e634995742 SHA512 ac69ef919d602681b1812727ac1de2f2a6f158b1204bae803ce936d5db0ae16816ac778146ffd9fc886a31c1736779bfbc7c9c548e94722fd07f8e8b63139265
28
29 diff --git a/net-mail/yosucker/metadata.xml b/net-mail/yosucker/metadata.xml
30 deleted file mode 100644
31 index be483564269..00000000000
32 --- a/net-mail/yosucker/metadata.xml
33 +++ /dev/null
34 @@ -1,11 +0,0 @@
35 -<?xml version="1.0" encoding="UTF-8"?>
36 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
37 -<pkgmetadata>
38 - <!-- maintainer-needed -->
39 - <longdescription>
40 - 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.
41 - </longdescription>
42 - <upstream>
43 - <remote-id type="sourceforge">yosucker</remote-id>
44 - </upstream>
45 -</pkgmetadata>
46
47 diff --git a/net-mail/yosucker/yosucker-73.ebuild b/net-mail/yosucker/yosucker-73.ebuild
48 deleted file mode 100644
49 index 6ee2efa7493..00000000000
50 --- a/net-mail/yosucker/yosucker-73.ebuild
51 +++ /dev/null
52 @@ -1,45 +0,0 @@
53 -# Copyright 1999-2018 Gentoo Foundation
54 -# Distributed under the terms of the GNU General Public License v2
55 -
56 -EAPI=0
57 -
58 -inherit eutils
59 -
60 -MY_P="YoSucker-pr${PV}"
61 -S=${WORKDIR}/${MY_P}
62 -IUSE=""
63 -DESCRIPTION="Downloads mail from a Yahoo! webmail account to a local mail spool, an mbox file, or to procmail"
64 -SRC_URI="mirror://sourceforge/yosucker/${MY_P}.tar.gz"
65 -HOMEPAGE="http://yosucker.sourceforge.net"
66 -LICENSE="GPL-2"
67 -KEYWORDS="amd64 ppc x86"
68 -
69 -SLOT="0"
70 -
71 -DEPEND="dev-lang/perl
72 - dev-perl/TermReadKey
73 - virtual/perl-Digest-MD5
74 - dev-perl/IO-Socket-SSL
75 - virtual/perl-MIME-Base64"
76 -
77 -RDEPEND=""
78 -
79 -src_install() {
80 - dobin bin/*
81 - mv utils/README utils/README.utils
82 - dodoc docs/*
83 - insinto /usr/share/doc/${P}/conf
84 - doins conf/*
85 - dolib lib/sputnik.pm
86 -
87 -}
88 -
89 -pkg_postinst() {
90 - echo
91 - draw_line
92 - ewarn "The Yahoo! Mail interface has changed!!"
93 - ewarn "If you have been using previous versions of YoSucker, you may need to"
94 - ewarn "log in to Yahoo! Mail manually before it works again."
95 - draw_line
96 - echo
97 -}
98
99 diff --git a/net-mail/yosucker/yosucker-77.ebuild b/net-mail/yosucker/yosucker-77.ebuild
100 deleted file mode 100644
101 index 347cf4f9cd1..00000000000
102 --- a/net-mail/yosucker/yosucker-77.ebuild
103 +++ /dev/null
104 @@ -1,41 +0,0 @@
105 -# Copyright 1999-2018 Gentoo Foundation
106 -# Distributed under the terms of the GNU General Public License v2
107 -
108 -EAPI=0
109 -
110 -MY_P="YoSucker-pr${PV}"
111 -S=${WORKDIR}/${MY_P}
112 -IUSE=""
113 -DESCRIPTION="Downloads mail from a Yahoo! webmail account to a local mail spool, an mbox file, or to procmail"
114 -SRC_URI="mirror://sourceforge/yosucker/${MY_P}.tar.gz"
115 -HOMEPAGE="http://yosucker.sourceforge.net"
116 -LICENSE="GPL-2"
117 -KEYWORDS="~amd64 ~ppc ~x86"
118 -
119 -SLOT="0"
120 -
121 -DEPEND="dev-lang/perl
122 - dev-perl/TermReadKey
123 - virtual/perl-Digest-MD5
124 - dev-perl/IO-Socket-SSL
125 - virtual/perl-MIME-Base64"
126 -
127 -RDEPEND=""
128 -
129 -src_install() {
130 - dobin bin/*
131 - mv utils/README utils/README.utils
132 - dodoc docs/*
133 - insinto /usr/share/doc/${P}/conf
134 - doins conf/*
135 - dolib lib/sputnik.pm
136 -
137 -}
138 -
139 -pkg_postinst() {
140 - echo
141 - ewarn "The Yahoo! Mail interface has changed!!"
142 - ewarn "If you have been using previous versions of YoSucker, you may need to"
143 - ewarn "log in to Yahoo! Mail manually before it works again."
144 - echo
145 -}
146
147 diff --git a/profiles/package.mask b/profiles/package.mask
148 index 63b8a07c67f..308240d0e78 100644
149 --- a/profiles/package.mask
150 +++ b/profiles/package.mask
151 @@ -410,7 +410,6 @@ net-irc/miau
152 net-mail/hotwayd
153 net-mail/popick
154 net-mail/spamcup
155 -net-mail/yosucker
156 sys-auth/pam_require
157
158 # Michał Górny <mgorny@g.o> (2019-10-04)