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

(-)beagle-0.2.17.ebuild (-10 / +11 lines)
Lines 38-44 Link Here
38
	python? (	>=dev-lang/python-2.3
38
	python? (	>=dev-lang/python-2.3
39
				>=dev-python/pygtk-2.6 )
39
				>=dev-python/pygtk-2.6 )
40
40
41
	evo?	(	>=dev-dotnet/evolution-sharp-0.10.2
41
	evo?	(	>=dev-dotnet/evolution-sharp-0.13.3
42
				>=dev-dotnet/gconf-sharp-2.3 )
42
				>=dev-dotnet/gconf-sharp-2.3 )
43
43
44
	ole?	(	>=app-text/wv-1.2.0
44
	ole?	(	>=app-text/wv-1.2.0
Lines 48-54 Link Here
48
	chm?	(	app-doc/chmlib )
48
	chm?	(	app-doc/chmlib )
49
	galago? (	>=dev-dotnet/galago-sharp-0.5.0 )
49
	galago? (	>=dev-dotnet/galago-sharp-0.5.0 )
50
	doc?	(	dev-util/gtk-doc )
50
	doc?	(	dev-util/gtk-doc )
51
	thunderbird?	(	>=mail-client/mozilla-thunderbird-1.5 )"
51
	thunderbird?	(	|| ( >=mail-client/mozilla-thunderbird-1.5
52
							 >=mail-client/mozilla-thunderbird-bin-1.5 ) )"
52
53
53
DEPEND="${RDEPEND}
54
DEPEND="${RDEPEND}
54
	dev-util/pkgconfig
55
	dev-util/pkgconfig
Lines 72-86 Link Here
72
}
73
}
73
74
74
src_unpack() {
75
src_unpack() {
75
	unpack ${A}
76
	unpack "${A}"
76
	cd ${S}
77
	cd "${S}"
77
78
78
	# Multilib fix
79
	# Multilib fix
79
	sed -i -e 's:prefix mono`/lib:libdir mono`:' \
80
	sed -i -e 's:prefix mono`/lib:libdir mono`:' \
80
		${S}/configure.in || die "sed failed"
81
		"${S}"/configure.in || die "sed failed"
81
82
82
	epatch ${FILESDIR}/${PN}-0.2.7-crawltweek.patch
83
	epatch "${FILESDIR}"/${PN}-0.2.7-crawltweek.patch
83
	epatch ${FILESDIR}/${PN}-log-level-warn.patch
84
	epatch "${FILESDIR}"/${PN}-log-level-warn.patch
84
85
85
	eautoreconf
86
	eautoreconf
86
}
87
}
Lines 107-118 Link Here
107
108
108
	dodoc AUTHORS INSTALL NEWS README
109
	dodoc AUTHORS INSTALL NEWS README
109
110
110
	sed -i 's/CRAWL_ENABLED="yes"/CRAWL_ENABLED="no"/' ${D}/etc/beagle/crawl-*
111
	sed -i 's/CRAWL_ENABLED="yes"/CRAWL_ENABLED="no"/' "${D}"/etc/beagle/crawl-*
111
112
112
	insinto /etc/beagle
113
	insinto /etc/beagle
113
	doins ${FILESDIR}/crawl-portage
114
	doins "${FILESDIR}"/crawl-portage
114
115
115
	keepdir /usr/$(get_libdir)/beagle/Backends
116
	keepdir /usr/"$(get_libdir)"/beagle/Backends
116
	diropts -o beagleindex -g beagleindex
117
	diropts -o beagleindex -g beagleindex
117
	keepdir /var/lib/cache/beagle/indexes
118
	keepdir /var/lib/cache/beagle/indexes
118
}
119
}

Return to bug 196755