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

Collapse All | Expand All

(-)/usr/portage/net-mail/getmail/getmail-4.2.5.ebuild (-1 / +6 lines)
Lines 2-8 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/getmail/getmail-4.2.5.ebuild,v 1.7 2005/01/22 19:57:37 kloeri Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.2.5.ebuild,v 1.7 2005/01/22 19:57:37 kloeri Exp $
4
4
5
inherit distutils
5
inherit eutils distutils
6
6
7
IUSE=""
7
IUSE=""
8
DESCRIPTION="A POP3 mail retriever with reliable Maildir and mbox delivery"
8
DESCRIPTION="A POP3 mail retriever with reliable Maildir and mbox delivery"
Lines 15-20 Link Here
15
15
16
DEPEND=">=dev-lang/python-2.3.3"
16
DEPEND=">=dev-lang/python-2.3.3"
17
17
18
src_unpack() {
19
    unpack ${A}
20
    epatch ${FILESDIR}/${P}-python-2.4.patch
21
}
22
18
src_compile() {
23
src_compile() {
19
	distutils_src_compile
24
	distutils_src_compile
20
}
25
}

Return to bug 80073