net-mail/up-imapproxy: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Sat, 20 Apr 2019 07:58:38 +0000 (09:58 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 20 Apr 2019 07:58:38 +0000 (09:58 +0200)
Closes: https://bugs.gentoo.org/674234
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-mail/up-imapproxy/Manifest [deleted file]
net-mail/up-imapproxy/files/imapproxy.initd [deleted file]
net-mail/up-imapproxy/files/imapproxyd.8 [deleted file]
net-mail/up-imapproxy/files/pimpstat.8 [deleted file]
net-mail/up-imapproxy/files/up-imapproxy-1.2.7-ldflags.patch [deleted file]
net-mail/up-imapproxy/files/up-imapproxy-1.2.7-tinfo.patch [deleted file]
net-mail/up-imapproxy/metadata.xml [deleted file]
net-mail/up-imapproxy/up-imapproxy-1.2.7.ebuild [deleted file]
profiles/package.mask

diff --git a/net-mail/up-imapproxy/Manifest b/net-mail/up-imapproxy/Manifest
deleted file mode 100644 (file)
index bc2c36a..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST squirrelmail-imap_proxy-1.2.7.tar.bz2 111651 BLAKE2B 5d09f12617905eec60ae2fca42895f7bb7111db052a8c6d16f73ef6d6e1fbdc9efc33ff61b0f447f450e02bc862a6f10d6d1878bafc004081e4dde16cb2977fa SHA512 4b341fe5ea13241983c780ad2487ad5bd97136652b095f54ccf8f61d0f0818236d0d6e1005d46811cf3bd15896160fb172a40ae805ccc3ce7d6fc984099d2b2e
diff --git a/net-mail/up-imapproxy/files/imapproxy.initd b/net-mail/up-imapproxy/files/imapproxy.initd
deleted file mode 100644 (file)
index a953890..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
-       use logger
-       need net
-}
-
-start() {
-       ebegin "Starting up-imapproxy"
-       start-stop-daemon --start --quiet --exec /usr/sbin/imapproxyd
-       eend $?
-}
-
-stop() {
-       ebegin "Stopping up-imapproxy"
-       start-stop-daemon --stop --quiet --exec /usr/sbin/imapproxyd
-       eend $?
-}
diff --git a/net-mail/up-imapproxy/files/imapproxyd.8 b/net-mail/up-imapproxy/files/imapproxyd.8
deleted file mode 100644 (file)
index 1c70d95..0000000
+++ /dev/null
@@ -1,64 +0,0 @@
-.\"                                      Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH IMAPPROXYD 8 "Mar 12, 2004" "Dave McMurtrie" "IMAP proxy daemon"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.SH NAME
-.B imapproxyd
-\- IMAP proxy daemon
-.SH SYNOPSIS
-.B imapproxyd
-.RI
-[
-.B -f
-.RI
-<config file name> ]
-.RI
-[
-.B -p
-.RI
-<pidfile name> ]
-.br
-.SH DESCRIPTION
-This manual page documents briefly the
-.B imapproxyd
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-.PP
-UP-ImapProxy proxies IMAP transactions between an IMAP client and an IMAP 
-server. The general idea is that the client should never know that it is
-not talking to the real IMAP server, but ImapProxy caches server connections.
-.PP
-ImapProxy was written to compensate for webmail clients that are unable  to
-maintain persistent connections to an IMAP server. Most webmail clients
-need to log in to an IMAP server for nearly every single transaction; This
-behaviour can cause tragic performance problems on the IMAP server.
-ImapProxy tries to deal with this problem by leaving server connections
-open for a short time after a webmail client logs out. When the webmail
-client connects again, ImapProxy will determine if there is a cached 
-connection available and reuse it if possible.
-.BR
-.SH FILES
-By default, UP-ImapProxy reads /etc/imapproxy.conf on startup.
-This can be changed by using the 
-.I -f
-option
-.PP
-Unless foreground_mode has been enabled, UP-ImapProxy will write its PID to to
-a PID-file. It defaults to /var/run/imapproxy.pid, but can be overridden with
-the 
-.I -p
-option
-.SH SEE ALSO
-.BR pimpstat (8),
-.br
-.SH AUTHOR
-This manual page was written by Jose Luis Tallon
-.nh
-<jltallon@adv-solutions.net>,
-for the Debian GNU/Linux system (but may be used by others).
-
diff --git a/net-mail/up-imapproxy/files/pimpstat.8 b/net-mail/up-imapproxy/files/pimpstat.8
deleted file mode 100644 (file)
index 2466e7c..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-.\"                                      Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH PIMPSTATS 8 "Mar 12, 2004" "Dave McMurtrie" "IMAP proxy daemon"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.SH NAME
- pimpstat \- UP-ImapProxy statistics
-.SH SYNOPSIS
-.B pimpstat
-.RI [options]
-.br
-.SH DESCRIPTION
-This manual page documents briefly the
-.B pimpstat
-command.
-This manual page was written for the Debian distribution
-because the original program does not have a manual page.
-.SH SEE ALSO
-.BR imapproxyd (8),
-.br
-.SH AUTHOR
-This manual page was written by Jose Luis Tallon
-.nh 
-<jltallon@adv-solutions.net>,
-for the Debian GNU/Linux system (but may be used by others).
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
deleted file mode 100644 (file)
index 4ba1b6b..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-commit 98876519b581c0427b81d772f56b25ad3d0121df
-Author: Eray Aslan <eras@gentoo.org>
-Date:   Sun Jun 5 19:43:41 2011 +0300
-
-    respect LDFLAGS
-
-diff --git a/Makefile.in b/Makefile.in
-index 1b235b8..8ac1e4f 100644
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -70,7 +70,7 @@ $(XYD_BIN): $(XYD_OBJ)
-       $(CC) -o $@ $(XYD_OBJ) $(LDFLAGS) $(XYD_LIB)
- $(TAT_BIN): $(TAT_OBJ)
--      $(CC) -o $@ $(TAT_OBJ) $(TAT_LIB)
-+      $(CC) -o $@ $(TAT_OBJ) $(LDFLAGS) $(TAT_LIB)
- clean:
-       rm -f ./src/core  $(XYD_OBJ) $(TAT_OBJ) $(XYD_BIN) $(TAT_BIN)
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
deleted file mode 100644 (file)
index cbe19e8..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/configure.in
-+++ b/configure.in
-@@ -121,12 +121,16 @@
- save_LIBS="$LIBS"
- LIB_CURSES=""
- AC_CHECK_LIB(curses, initscr, LIB_CURSES="-lcurses", [ curses_found=no ])
--if test "$curses_found" == no; then
-+if test "$curses_found" = no; then
-   AC_CHECK_LIB(ncurses, initscr, LIB_CURSES="-lncurses",
-  AC_ERROR([Can't compile without curses!!!]))
- fi
- LIBS="$save_LIBS"
-+
-+AC_SEARCH_LIBS(stdscr, tinfo curses ncurses, [LIB_CURSES="$LIB_CURSES $ac_cv_search_stdscr"],
-+ AC_MSG_ERROR([Cannot find a library providing stdscr]))
-+
- AC_SUBST(LIB_CURSES)
diff --git a/net-mail/up-imapproxy/metadata.xml b/net-mail/up-imapproxy/metadata.xml
deleted file mode 100644 (file)
index a02624b..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <!-- maintainer-needed -->
-  <upstream>
-    <remote-id type="sourceforge">squirrelmail</remote-id>
-  </upstream>
-</pkgmetadata>
diff --git a/net-mail/up-imapproxy/up-imapproxy-1.2.7.ebuild b/net-mail/up-imapproxy/up-imapproxy-1.2.7.ebuild
deleted file mode 100644 (file)
index accddba..0000000
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-WANT_AUTOCONF="2.1"
-inherit autotools eutils toolchain-funcs
-
-DESCRIPTION="Proxy IMAP transactions between an IMAP client and an IMAP server"
-HOMEPAGE="http://www.imapproxy.org/"
-SRC_URI="mirror://sourceforge/squirrelmail/squirrelmail-imap_proxy-${PV}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="kerberos ssl +tcpd"
-
-RDEPEND="sys-libs/ncurses
-       kerberos? ( virtual/krb5 )
-       ssl? ( dev-libs/openssl )
-       tcpd? ( >=sys-apps/tcp-wrappers-7.6 )"
-DEPEND="${RDEPEND}
-       sys-apps/sed"
-
-S=${WORKDIR}/squirrelmail-imap_proxy-${PV}
-
-src_prepare() {
-       epatch "${FILESDIR}/${P}"-ldflags.patch
-       epatch "${FILESDIR}/${P}"-tinfo.patch
-
-       sed -i \
-               -e 's:in\.imapproxyd:imapproxyd:g' \
-               README Makefile.in include/imapproxy.h || die
-
-       #buffer oveflow
-       #http://lists.andrew.cmu.edu/pipermail/imapproxy-info/2010-June/000874.html
-       sed -i \
-               -e "/define BUFSIZE/s/4096/8192/" \
-               -e "/define MAXPASSWDLEN/s/64/8192/" \
-               include/imapproxy.h
-
-       eautoreconf
-}
-
-src_configure() {
-       tc-export CC
-       econf \
-               $(use_with kerberos krb5) \
-               $(use_with ssl openssl) \
-               $(use_with tcpd libwrap)
-}
-
-src_install() {
-       dosbin bin/imapproxyd bin/pimpstat
-
-       insinto /etc
-       doins scripts/imapproxy.conf
-
-       newinitd "${FILESDIR}"/imapproxy.initd imapproxy
-
-       dodoc ChangeLog README README.known_issues
-       use ssl && dodoc README.ssl
-
-       doman "${FILESDIR}"/*.8
-}
index 196e64f7c1b965af792785c28d48e6c65ee36614..6fbd200a583e15b6a99f4987354488804814b3d5 100644 (file)
@@ -623,7 +623,6 @@ x11-libs/hippo-canvas
 # net-irc/epic4: #677734, needs bump, current is from 2009, also #613120
 # net-irc/shadowircd:  #674528, dead homepage, last commits in 2012
 # net-mail/qpopper: #674896, discontinued, from 2011, also #541996
-# net-mail/up-imapproxy: #674234, last commits in 2016, also #643898
 #
 # Removal in 30 days.
 app-crypt/keynote
@@ -644,7 +643,6 @@ net-irc/bip
 net-irc/epic4
 net-irc/shadowircd
 net-mail/qpopper
-net-mail/up-imapproxy
 
 # Miroslav Šulc <fordfrog@gentoo.org> (19 Mar 2019)
 # Depends on >=virtual/{jdk,jre}-11 which is masked