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

Collapse All | Expand All

(-)qpopper-4.0.5-r2.ebuild (-4 / +12 lines)
Lines 2-7 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: /var/cvsroot/gentoo-x86/net-mail/qpopper/qpopper-4.0.5-r2.ebuild,v 1.2 2005/02/14 13:49:32 plasmaroo Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-mail/qpopper/qpopper-4.0.5-r2.ebuild,v 1.2 2005/02/14 13:49:32 plasmaroo Exp $
4
4
5
inherit eutils
6
5
IUSE="debug gdbm mailbox pam ssl xinetd"
7
IUSE="debug gdbm mailbox pam ssl xinetd"
6
8
7
S=${WORKDIR}/${PN}${PV}
9
S=${WORKDIR}/${PN}${PV}
Lines 15-31 Link Here
15
       gdbm? ( sys-libs/gdbm )
17
       gdbm? ( sys-libs/gdbm )
16
       !gdbm? ( sys-libs/db )
18
       !gdbm? ( sys-libs/db )
17
       pam? (
19
       pam? (
18
                       >=sys-libs/pam-0.72
20
               >=sys-libs/pam-0.72
19
                       >=net-mail/mailbase-0.00-r8
21
               >=net-mail/mailbase-0.00-r8
20
               )
22
       )
21
       ssl? ( dev-libs/openssl )"
23
       ssl? ( dev-libs/openssl )"
22
24
23
SLOT="0"
25
SLOT="0"
24
LICENSE="qpopper"
26
LICENSE="qpopper"
25
KEYWORDS="~x86 ~sparc ~amd64"
27
KEYWORDS="~x86 ~sparc ~amd64"
26
28
27
src_compile() {
29
src_unpack() {
30
       unpack ${A}
31
       cd ${S}
32
       epatch "${FILESDIR}/${PN}-CAN-2005-1151.patch" || die "first patch failed"
33
       epatch "${FILESDIR}/${PN}-CAN-2005-1152.patch" || die "second patch failed"
34
}
28
35
36
src_compile() {
29
       local myconf
37
       local myconf
30
38
31
       use pam && myconf="${myconf} --with-pam=pop3"
39
       use pam && myconf="${myconf} --with-pam=pop3"

Return to bug 90622