summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEray Aslan <eras@gentoo.org>2011-06-05 17:56:29 +0000
committerEray Aslan <eras@gentoo.org>2011-06-05 17:56:29 +0000
commitd5176a9c9970f9857d4a53457949c1d3ae78c746 (patch)
tree0aa215a2f2d1086f56bb99ed89379a1157cbf53c /net-mail/up-imapproxy/up-imapproxy-1.2.7_rc2.ebuild
parentBump to libreoffice-bin 3.4.0 (diff)
downloadgentoo-2-d5176a9c9970f9857d4a53457949c1d3ae78c746.tar.gz
gentoo-2-d5176a9c9970f9857d4a53457949c1d3ae78c746.tar.bz2
gentoo-2-d5176a9c9970f9857d4a53457949c1d3ae78c746.zip
Version bump - bug#309291. Respect LDFLAGS - bug #337355. EAPI bump. Remove old
(Portage version: 2.1.9.50/cvs/Linux x86_64)
Diffstat (limited to 'net-mail/up-imapproxy/up-imapproxy-1.2.7_rc2.ebuild')
-rw-r--r--net-mail/up-imapproxy/up-imapproxy-1.2.7_rc2.ebuild55
1 files changed, 0 insertions, 55 deletions
diff --git a/net-mail/up-imapproxy/up-imapproxy-1.2.7_rc2.ebuild b/net-mail/up-imapproxy/up-imapproxy-1.2.7_rc2.ebuild
deleted file mode 100644
index fafd20d4c731..000000000000
--- a/net-mail/up-imapproxy/up-imapproxy-1.2.7_rc2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/up-imapproxy/up-imapproxy-1.2.7_rc2.ebuild,v 1.3 2009/06/01 12:12:36 ssuominen Exp $
-
-EAPI=2
-
-DESCRIPTION="Proxy IMAP transactions between an IMAP client and an IMAP server."
-HOMEPAGE="http://www.imapproxy.org/"
-SRC_URI="http://www.imapproxy.org/downloads/${P/_}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-# This version has issues, don't keyword wrt #272044, Comment #1, by Holger
-# Hoffstätte. But do so for next release candidate.
-KEYWORDS=""
-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}/${P/_}
-
-src_prepare() {
- sed -i -e 's:in\.imapproxyd:imapproxyd:g' \
- README Makefile.in include/imapproxy.h || die "sed failed"
-}
-
-src_configure() {
- econf \
- $(use_with kerberos krb5) \
- $(use_with ssl openssl) \
- $(use_with tcpd libwrap)
-}
-
-src_install() {
- dosbin bin/imapproxyd bin/pimpstat || die "dosbin failed"
-
- insinto /etc
- doins scripts/imapproxy.conf || die "doins failed"
-
- newinitd "${FILESDIR}"/imapproxy.initd imapproxy || die "newinitd failed"
-
- dodoc ChangeLog README README.known_issues
- use ssl && dodoc README.ssl
-
- doman "${FILESDIR}"/*.8
-}
-
-pkg_postinst() {
- einfo "Installed manpages are for version 1.2.6."
-}