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

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +13 lines)
Line  Link Here
0
-- /usr/portage/net-mail/cyrus-imapd/cyrus-imapd-2.2.12-r3.ebuild      2005-07-20 11:51:52.000000000 -0500
0
++ cyrus-imapd-2.2.12-r3.ebuild        2006-01-19 10:23:32.000000000 -0600
Lines 6-17 Link Here
6
DESCRIPTION="The Cyrus IMAP Server."
6
DESCRIPTION="The Cyrus IMAP Server."
7
HOMEPAGE="http://asg.web.cmu.edu/cyrus/imapd/"
7
HOMEPAGE="http://asg.web.cmu.edu/cyrus/imapd/"
8
SRC_URI="ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/${P}.tar.gz"
8
9
AUTOCREATE_VER="0.9.4"
10
AUTOCREATE_PATCH="${P}-autocreate-${AUTOCREATE_VER}.diff"
11
12
SRC_URI="ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/${P}.tar.gz
13
       autocreate? ( http://email.uoa.gr/download/cyrus/${P}/${AUTOCREATE_PATCH} )"
9
LICENSE="as-is"
14
LICENSE="as-is"
10
SLOT="0"
15
SLOT="0"
11
KEYWORDS="~x86 ~sparc ~amd64 ~ppc ~hppa ~ppc64"
16
KEYWORDS="~x86 ~sparc ~amd64 ~ppc ~hppa ~ppc64"
12
IUSE="afs drac idled kerberos pam snmp ssl tcpd unsupported_8bit"
17
IUSE="afs drac idled kerberos pam snmp tcpd unsupported_8bit autocreate"
13
PROVIDE="virtual/imapd"
18
PROVIDE="virtual/imapd"
14
RDEPEND=">=sys-libs/db-3.2
19
RDEPEND=">=sys-libs/db-3.2
Lines 153-158 Link Here
153
               epatch "${S}/contrib/drac_auth.patch" || die "epatch failed"
158
               epatch "${S}/contrib/drac_auth.patch" || die "epatch failed"
154
       fi
159
       fi
160
       # Add autocreate support.
161
       if use autocreate ; then
162
               epatch "${DISTDIR}/${AUTOCREATE_PATCH}" || die "epatch failed"
163
       fi
164
155
       # Add libwrap defines as we don't have a dynamicly linked library.
165
       # Add libwrap defines as we don't have a dynamicly linked library.
156
       if use tcpd ; then
166
       if use tcpd ; then
157
               epatch "${FILESDIR}/${P}-libwrap.patch" || die "epatch failed"
167
               epatch "${FILESDIR}/${P}-libwrap.patch" || die "epatch failed"

Return to bug 112912