public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/, net-mail/up-imapproxy/files/, net-mail/up-imapproxy/
@ 2019-04-20  8:01 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2019-04-20  8:01 UTC (permalink / raw
  To: gentoo-commits

commit:     f8c285a74fe59031377485d44b45a960564b6ea5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 20 07:58:38 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 20 07:58:38 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8c285a7

net-mail/up-imapproxy: Remove last-rited pkg

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

 net-mail/up-imapproxy/Manifest                     |  1 -
 net-mail/up-imapproxy/files/imapproxy.initd        | 20 -------
 net-mail/up-imapproxy/files/imapproxyd.8           | 64 ---------------------
 net-mail/up-imapproxy/files/pimpstat.8             | 27 ---------
 .../files/up-imapproxy-1.2.7-ldflags.patch         | 19 -------
 .../files/up-imapproxy-1.2.7-tinfo.patch           | 20 -------
 net-mail/up-imapproxy/metadata.xml                 |  8 ---
 net-mail/up-imapproxy/up-imapproxy-1.2.7.ebuild    | 65 ----------------------
 profiles/package.mask                              |  2 -
 9 files changed, 226 deletions(-)

diff --git a/net-mail/up-imapproxy/Manifest b/net-mail/up-imapproxy/Manifest
deleted file mode 100644
index bc2c36a35a8..00000000000
--- a/net-mail/up-imapproxy/Manifest
+++ /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
index a9538902745..00000000000
--- a/net-mail/up-imapproxy/files/imapproxy.initd
+++ /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
index 1c70d952575..00000000000
--- a/net-mail/up-imapproxy/files/imapproxyd.8
+++ /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
index 2466e7ce278..00000000000
--- a/net-mail/up-imapproxy/files/pimpstat.8
+++ /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
index 4ba1b6b725e..00000000000
--- a/net-mail/up-imapproxy/files/up-imapproxy-1.2.7-ldflags.patch
+++ /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
index cbe19e8c0eb..00000000000
--- a/net-mail/up-imapproxy/files/up-imapproxy-1.2.7-tinfo.patch
+++ /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
index a02624b0c88..00000000000
--- a/net-mail/up-imapproxy/metadata.xml
+++ /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
index accddba1743..00000000000
--- a/net-mail/up-imapproxy/up-imapproxy-1.2.7.ebuild
+++ /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
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 196e64f7c1b..6fbd200a583 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-04-20 23:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-20  8:01 [gentoo-commits] repo/gentoo:master commit in: profiles/, net-mail/up-imapproxy/files/, net-mail/up-imapproxy/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox