Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 20372 | Differences between
and this patch

Collapse All | Expand All

(-)uw-imap-2002c.ebuild.old (-3 / +6 lines)
Lines 2-11 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /home/cvsroot/gentoo-x86/net-mail/uw-imap/uw-imap-2002c.ebuild,v 1.3 2003/05/28 05:21:04 robbat2 Exp $
3
# $Header: /home/cvsroot/gentoo-x86/net-mail/uw-imap/uw-imap-2002c.ebuild,v 1.3 2003/05/28 05:21:04 robbat2 Exp $
4
4
5
S=${WORKDIR}/imap-2002c1
5
MY_PN=imap-2002c1
6
S=${WORKDIR}/${MY_PN}
6
7
7
DESCRIPTION="UW server daemons for IMAP and POP network mail protocols."
8
DESCRIPTION="UW server daemons for IMAP and POP network mail protocols."
8
SRC_URI="ftp://ftp.cac.washington.edu/imap/imap-2002c1.tar.Z"
9
SRC_URI="ftp://ftp.cac.washington.edu/imap/${MY_PN}.tar.Z"
9
HOMEPAGE="http://www.washington.edu/imap/"
10
HOMEPAGE="http://www.washington.edu/imap/"
10
11
11
LICENSE="as-is"
12
LICENSE="as-is"
Lines 13-20 Link Here
13
KEYWORDS="x86 ~sparc ~ppc ~hppa ~alpha"
14
KEYWORDS="x86 ~sparc ~ppc ~hppa ~alpha"
14
IUSE="ssl mbox"
15
IUSE="ssl mbox"
15
16
16
PROVIDE="virtual/imapd"
17
PROVIDE="virtual/imapd
18
	virtual/c-client"
17
DEPEND="!net-mail/vimap
19
DEPEND="!net-mail/vimap
20
	!net-mail/c-client
18
	virtual/glibc
21
	virtual/glibc
19
	>=sys-libs/pam-0.72
22
	>=sys-libs/pam-0.72
20
	ssl? ( dev-libs/openssl )"
23
	ssl? ( dev-libs/openssl )"

Return to bug 20372