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

Collapse All | Expand All

(-)file_not_specified_in_diff (-6 / +28 lines)
Line 5 Link Here
5
inherit gnome2
5
inherit eutils gnome2
6
--
Lines 38-40 Link Here
38
		   net-misc/neon
38
		   subversion? ( >=dev-util/subversion-1.1.4 
39
		   dev-libs/apr
39
		                   dev-libs/apr
40
		   subversion? ( >=dev-util/subversion-1.1.4 )
40
                           net-misc/neon)
41
--
Line 53 Link Here
53
src_unpack() {
54
	unpack ${A}
55
	cd "${S}"
56
	if use !subversion ; then
57
		epatch ${FILESDIR}/anjuta-configure.in.patch
58
	fi
59
}
60
61
src_compile() {
62
63
	if use !subversion ; then
64
		./autogen.sh
65
		myconf="${myconf} --disable-subversion"
66
	fi
67
68
	./configure \
69
		--host=${CHOST} \
70
		--prefix=/usr \
71
		--infodir=/usr/share/info \
72
		--mandir=/usr/share/man ${myconf} || die "./configure failed"
73
74
	emake || die "emake failed"
75
}
76

Return to bug 92758