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: profiles/, net-mail/up-imapproxy/files/, net-mail/up-imapproxy/
Date: Sat, 20 Apr 2019 23:27:23
Message-Id: 1555747118.f8c285a74fe59031377485d44b45a960564b6ea5.mgorny@gentoo
1 commit: f8c285a74fe59031377485d44b45a960564b6ea5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 20 07:58:38 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 20 07:58:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8c285a7
7
8 net-mail/up-imapproxy: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/674234
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 net-mail/up-imapproxy/Manifest | 1 -
14 net-mail/up-imapproxy/files/imapproxy.initd | 20 -------
15 net-mail/up-imapproxy/files/imapproxyd.8 | 64 ---------------------
16 net-mail/up-imapproxy/files/pimpstat.8 | 27 ---------
17 .../files/up-imapproxy-1.2.7-ldflags.patch | 19 -------
18 .../files/up-imapproxy-1.2.7-tinfo.patch | 20 -------
19 net-mail/up-imapproxy/metadata.xml | 8 ---
20 net-mail/up-imapproxy/up-imapproxy-1.2.7.ebuild | 65 ----------------------
21 profiles/package.mask | 2 -
22 9 files changed, 226 deletions(-)
23
24 diff --git a/net-mail/up-imapproxy/Manifest b/net-mail/up-imapproxy/Manifest
25 deleted file mode 100644
26 index bc2c36a35a8..00000000000
27 --- a/net-mail/up-imapproxy/Manifest
28 +++ /dev/null
29 @@ -1 +0,0 @@
30 -DIST squirrelmail-imap_proxy-1.2.7.tar.bz2 111651 BLAKE2B 5d09f12617905eec60ae2fca42895f7bb7111db052a8c6d16f73ef6d6e1fbdc9efc33ff61b0f447f450e02bc862a6f10d6d1878bafc004081e4dde16cb2977fa SHA512 4b341fe5ea13241983c780ad2487ad5bd97136652b095f54ccf8f61d0f0818236d0d6e1005d46811cf3bd15896160fb172a40ae805ccc3ce7d6fc984099d2b2e
31
32 diff --git a/net-mail/up-imapproxy/files/imapproxy.initd b/net-mail/up-imapproxy/files/imapproxy.initd
33 deleted file mode 100644
34 index a9538902745..00000000000
35 --- a/net-mail/up-imapproxy/files/imapproxy.initd
36 +++ /dev/null
37 @@ -1,20 +0,0 @@
38 -#!/sbin/openrc-run
39 -# Copyright 1999-2009 Gentoo Foundation
40 -# Distributed under the terms of the GNU General Public License v2
41 -
42 -depend() {
43 - use logger
44 - need net
45 -}
46 -
47 -start() {
48 - ebegin "Starting up-imapproxy"
49 - start-stop-daemon --start --quiet --exec /usr/sbin/imapproxyd
50 - eend $?
51 -}
52 -
53 -stop() {
54 - ebegin "Stopping up-imapproxy"
55 - start-stop-daemon --stop --quiet --exec /usr/sbin/imapproxyd
56 - eend $?
57 -}
58
59 diff --git a/net-mail/up-imapproxy/files/imapproxyd.8 b/net-mail/up-imapproxy/files/imapproxyd.8
60 deleted file mode 100644
61 index 1c70d952575..00000000000
62 --- a/net-mail/up-imapproxy/files/imapproxyd.8
63 +++ /dev/null
64 @@ -1,64 +0,0 @@
65 -.\" Hey, EMACS: -*- nroff -*-
66 -.\" First parameter, NAME, should be all caps
67 -.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
68 -.\" other parameters are allowed: see man(7), man(1)
69 -.TH IMAPPROXYD 8 "Mar 12, 2004" "Dave McMurtrie" "IMAP proxy daemon"
70 -.\" Please adjust this date whenever revising the manpage.
71 -.\"
72 -.SH NAME
73 -.B imapproxyd
74 -\- IMAP proxy daemon
75 -.SH SYNOPSIS
76 -.B imapproxyd
77 -.RI
78 -[
79 -.B -f
80 -.RI
81 -<config file name> ]
82 -.RI
83 -[
84 -.B -p
85 -.RI
86 -<pidfile name> ]
87 -.br
88 -.SH DESCRIPTION
89 -This manual page documents briefly the
90 -.B imapproxyd
91 -command.
92 -This manual page was written for the Debian distribution
93 -because the original program does not have a manual page.
94 -.PP
95 -UP-ImapProxy proxies IMAP transactions between an IMAP client and an IMAP
96 -server. The general idea is that the client should never know that it is
97 -not talking to the real IMAP server, but ImapProxy caches server connections.
98 -.PP
99 -ImapProxy was written to compensate for webmail clients that are unable to
100 -maintain persistent connections to an IMAP server. Most webmail clients
101 -need to log in to an IMAP server for nearly every single transaction; This
102 -behaviour can cause tragic performance problems on the IMAP server.
103 -ImapProxy tries to deal with this problem by leaving server connections
104 -open for a short time after a webmail client logs out. When the webmail
105 -client connects again, ImapProxy will determine if there is a cached
106 -connection available and reuse it if possible.
107 -.BR
108 -.SH FILES
109 -By default, UP-ImapProxy reads /etc/imapproxy.conf on startup.
110 -This can be changed by using the
111 -.I -f
112 -option
113 -.PP
114 -Unless foreground_mode has been enabled, UP-ImapProxy will write its PID to to
115 -a PID-file. It defaults to /var/run/imapproxy.pid, but can be overridden with
116 -the
117 -.I -p
118 -option
119 -.SH SEE ALSO
120 -.BR pimpstat (8),
121 -.br
122 -.SH AUTHOR
123 -This manual page was written by Jose Luis Tallon
124 -.nh
125 -<jltallon@×××××××××××××.net>,
126 -for the Debian GNU/Linux system (but may be used by others).
127 -
128 -
129
130 diff --git a/net-mail/up-imapproxy/files/pimpstat.8 b/net-mail/up-imapproxy/files/pimpstat.8
131 deleted file mode 100644
132 index 2466e7ce278..00000000000
133 --- a/net-mail/up-imapproxy/files/pimpstat.8
134 +++ /dev/null
135 @@ -1,27 +0,0 @@
136 -.\" Hey, EMACS: -*- nroff -*-
137 -.\" First parameter, NAME, should be all caps
138 -.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
139 -.\" other parameters are allowed: see man(7), man(1)
140 -.TH PIMPSTATS 8 "Mar 12, 2004" "Dave McMurtrie" "IMAP proxy daemon"
141 -.\" Please adjust this date whenever revising the manpage.
142 -.\"
143 -.SH NAME
144 - pimpstat \- UP-ImapProxy statistics
145 -.SH SYNOPSIS
146 -.B pimpstat
147 -.RI [options]
148 -.br
149 -.SH DESCRIPTION
150 -This manual page documents briefly the
151 -.B pimpstat
152 -command.
153 -This manual page was written for the Debian distribution
154 -because the original program does not have a manual page.
155 -.SH SEE ALSO
156 -.BR imapproxyd (8),
157 -.br
158 -.SH AUTHOR
159 -This manual page was written by Jose Luis Tallon
160 -.nh
161 -<jltallon@×××××××××××××.net>,
162 -for the Debian GNU/Linux system (but may be used by others).
163
164 diff --git a/net-mail/up-imapproxy/files/up-imapproxy-1.2.7-ldflags.patch b/net-mail/up-imapproxy/files/up-imapproxy-1.2.7-ldflags.patch
165 deleted file mode 100644
166 index 4ba1b6b725e..00000000000
167 --- a/net-mail/up-imapproxy/files/up-imapproxy-1.2.7-ldflags.patch
168 +++ /dev/null
169 @@ -1,19 +0,0 @@
170 -commit 98876519b581c0427b81d772f56b25ad3d0121df
171 -Author: Eray Aslan <eras@g.o>
172 -Date: Sun Jun 5 19:43:41 2011 +0300
173 -
174 - respect LDFLAGS
175 -
176 -diff --git a/Makefile.in b/Makefile.in
177 -index 1b235b8..8ac1e4f 100644
178 ---- a/Makefile.in
179 -+++ b/Makefile.in
180 -@@ -70,7 +70,7 @@ $(XYD_BIN): $(XYD_OBJ)
181 - $(CC) -o $@ $(XYD_OBJ) $(LDFLAGS) $(XYD_LIB)
182 -
183 - $(TAT_BIN): $(TAT_OBJ)
184 -- $(CC) -o $@ $(TAT_OBJ) $(TAT_LIB)
185 -+ $(CC) -o $@ $(TAT_OBJ) $(LDFLAGS) $(TAT_LIB)
186 -
187 - clean:
188 - rm -f ./src/core $(XYD_OBJ) $(TAT_OBJ) $(XYD_BIN) $(TAT_BIN)
189
190 diff --git a/net-mail/up-imapproxy/files/up-imapproxy-1.2.7-tinfo.patch b/net-mail/up-imapproxy/files/up-imapproxy-1.2.7-tinfo.patch
191 deleted file mode 100644
192 index cbe19e8c0eb..00000000000
193 --- a/net-mail/up-imapproxy/files/up-imapproxy-1.2.7-tinfo.patch
194 +++ /dev/null
195 @@ -1,20 +0,0 @@
196 ---- a/configure.in
197 -+++ b/configure.in
198 -@@ -121,12 +121,16 @@
199 - save_LIBS="$LIBS"
200 - LIB_CURSES=""
201 - AC_CHECK_LIB(curses, initscr, LIB_CURSES="-lcurses", [ curses_found=no ])
202 --if test "$curses_found" == no; then
203 -+if test "$curses_found" = no; then
204 - AC_CHECK_LIB(ncurses, initscr, LIB_CURSES="-lncurses",
205 - AC_ERROR([Can't compile without curses!!!]))
206 - fi
207 -
208 - LIBS="$save_LIBS"
209 -+
210 -+AC_SEARCH_LIBS(stdscr, tinfo curses ncurses, [LIB_CURSES="$LIB_CURSES $ac_cv_search_stdscr"],
211 -+ AC_MSG_ERROR([Cannot find a library providing stdscr]))
212 -+
213 - AC_SUBST(LIB_CURSES)
214 -
215 -
216
217 diff --git a/net-mail/up-imapproxy/metadata.xml b/net-mail/up-imapproxy/metadata.xml
218 deleted file mode 100644
219 index a02624b0c88..00000000000
220 --- a/net-mail/up-imapproxy/metadata.xml
221 +++ /dev/null
222 @@ -1,8 +0,0 @@
223 -<?xml version="1.0" encoding="UTF-8"?>
224 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
225 -<pkgmetadata>
226 - <!-- maintainer-needed -->
227 - <upstream>
228 - <remote-id type="sourceforge">squirrelmail</remote-id>
229 - </upstream>
230 -</pkgmetadata>
231
232 diff --git a/net-mail/up-imapproxy/up-imapproxy-1.2.7.ebuild b/net-mail/up-imapproxy/up-imapproxy-1.2.7.ebuild
233 deleted file mode 100644
234 index accddba1743..00000000000
235 --- a/net-mail/up-imapproxy/up-imapproxy-1.2.7.ebuild
236 +++ /dev/null
237 @@ -1,65 +0,0 @@
238 -# Copyright 1999-2014 Gentoo Foundation
239 -# Distributed under the terms of the GNU General Public License v2
240 -
241 -EAPI=5
242 -
243 -WANT_AUTOCONF="2.1"
244 -inherit autotools eutils toolchain-funcs
245 -
246 -DESCRIPTION="Proxy IMAP transactions between an IMAP client and an IMAP server"
247 -HOMEPAGE="http://www.imapproxy.org/"
248 -SRC_URI="mirror://sourceforge/squirrelmail/squirrelmail-imap_proxy-${PV}.tar.bz2"
249 -
250 -LICENSE="GPL-2"
251 -SLOT="0"
252 -KEYWORDS="amd64 ~ppc x86"
253 -IUSE="kerberos ssl +tcpd"
254 -
255 -RDEPEND="sys-libs/ncurses
256 - kerberos? ( virtual/krb5 )
257 - ssl? ( dev-libs/openssl )
258 - tcpd? ( >=sys-apps/tcp-wrappers-7.6 )"
259 -DEPEND="${RDEPEND}
260 - sys-apps/sed"
261 -
262 -S=${WORKDIR}/squirrelmail-imap_proxy-${PV}
263 -
264 -src_prepare() {
265 - epatch "${FILESDIR}/${P}"-ldflags.patch
266 - epatch "${FILESDIR}/${P}"-tinfo.patch
267 -
268 - sed -i \
269 - -e 's:in\.imapproxyd:imapproxyd:g' \
270 - README Makefile.in include/imapproxy.h || die
271 -
272 - #buffer oveflow
273 - #http://lists.andrew.cmu.edu/pipermail/imapproxy-info/2010-June/000874.html
274 - sed -i \
275 - -e "/define BUFSIZE/s/4096/8192/" \
276 - -e "/define MAXPASSWDLEN/s/64/8192/" \
277 - include/imapproxy.h
278 -
279 - eautoreconf
280 -}
281 -
282 -src_configure() {
283 - tc-export CC
284 - econf \
285 - $(use_with kerberos krb5) \
286 - $(use_with ssl openssl) \
287 - $(use_with tcpd libwrap)
288 -}
289 -
290 -src_install() {
291 - dosbin bin/imapproxyd bin/pimpstat
292 -
293 - insinto /etc
294 - doins scripts/imapproxy.conf
295 -
296 - newinitd "${FILESDIR}"/imapproxy.initd imapproxy
297 -
298 - dodoc ChangeLog README README.known_issues
299 - use ssl && dodoc README.ssl
300 -
301 - doman "${FILESDIR}"/*.8
302 -}
303
304 diff --git a/profiles/package.mask b/profiles/package.mask
305 index 196e64f7c1b..6fbd200a583 100644
306 --- a/profiles/package.mask
307 +++ b/profiles/package.mask
308 @@ -623,7 +623,6 @@ x11-libs/hippo-canvas
309 # net-irc/epic4: #677734, needs bump, current is from 2009, also #613120
310 # net-irc/shadowircd: #674528, dead homepage, last commits in 2012
311 # net-mail/qpopper: #674896, discontinued, from 2011, also #541996
312 -# net-mail/up-imapproxy: #674234, last commits in 2016, also #643898
313 #
314 # Removal in 30 days.
315 app-crypt/keynote
316 @@ -644,7 +643,6 @@ net-irc/bip
317 net-irc/epic4
318 net-irc/shadowircd
319 net-mail/qpopper
320 -net-mail/up-imapproxy
321
322 # Miroslav Šulc <fordfrog@g.o> (19 Mar 2019)
323 # Depends on >=virtual/{jdk,jre}-11 which is masked