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

Collapse All | Expand All

(-)libetpan-0.57-r1.ebuild.orig (-3 / +4 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-libs/libetpan/libetpan-0.57-r1.ebuild,v 1.2 2010/01/10 18:50:26 a3li Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/libetpan-0.57-r1.ebuild,v 1.2 2010/01/10 18:50:26 a3li Exp $
4
4
5
inherit autotools eutils
6
5
DESCRIPTION="A portable, efficient middleware for different kinds of mail access."
7
DESCRIPTION="A portable, efficient middleware for different kinds of mail access."
6
HOMEPAGE="http://libetpan.sourceforge.net"
8
HOMEPAGE="http://libetpan.sourceforge.net"
7
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
9
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
Lines 20-28 Link Here
20
src_unpack() {
22
src_unpack() {
21
	unpack ${A}
23
	unpack ${A}
22
	cd "${S}"
24
	cd "${S}"
23
	# temp fix for bug #286620, also look for db-4.8, upstream will likely fix
25
	epatch "${FILESDIR}"/${P}-QA.patch
24
	# this in their next release
26
	eautoreconf
25
	sed -i -e '/db-4.7 db-4.6/s/db-4.7/db-4.8 db-4.7/' configure || die
26
}
27
}
27
28
28
src_compile() {
29
src_compile() {

Return to bug 310167