Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 276422
Collapse All | Expand All

(-)/home2/sys/gentoo/app-office/homebank/homebank-4.0.3.ebuild (-7 / +3 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2009 Gentoo Foundation
1
# Copyright 1999-2009 Gentoo Foundation
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/app-office/homebank/homebank-4.0.3.ebuild,v 1.1 2009/05/27 23:17:58 calchan Exp $
3
# $Header: 
4
4
5
EAPI="2"
5
EAPI="2"
6
6
Lines 15-33 Link Here
15
KEYWORDS="~amd64 ~ppc ~x86"
15
KEYWORDS="~amd64 ~ppc ~x86"
16
16
17
RDEPEND=">=x11-libs/gtk+-2.14
17
RDEPEND=">=x11-libs/gtk+-2.14
18
	>=dev-libs/glib-2.14
18
	dev-libs/glib:2
19
	sys-libs/zlib
19
	sys-libs/zlib
20
	ofx? ( >=dev-libs/libofx-0.7 )"
20
	ofx? ( dev-libs/libofx )"
21
DEPEND="${RDEPEND}
21
DEPEND="${RDEPEND}
22
	dev-util/pkgconfig
22
	dev-util/pkgconfig
23
	>=dev-util/intltool-0.40.5"
23
	>=dev-util/intltool-0.40.5"
24
RDEPEND="${RDEPEND}
24
RDEPEND="${RDEPEND}
25
	gnome-base/librsvg"
25
	gnome-base/librsvg"
26
26
27
src_prepare() {
28
	sed -i -e 's/true/TRUE/' src/import.c || die "sed failed"
29
}
30
31
src_configure() {
27
src_configure() {
32
	econf $(use_with ofx)
28
	econf $(use_with ofx)
33
}
29
}

Return to bug 276422