View | Details | Raw Unified
Collapse All | Expand All

(-) /usr/portage/app-office/abiword-plugins/abiword-plugins-2.4.1-r2.ebuild (-3 / +1 lines)
 Lines 29-39    Link Here 
	jpeg?  ( >=media-libs/jpeg-6b-r2 )
	jpeg?  ( >=media-libs/jpeg-6b-r2 )
	libgda? (
	libgda? (
		>=gnome-extra/libgda-1.2
		>=gnome-extra/libgda-1.2
		>=gnome-extra/libgnomedb-1.2 )
		>=gnome-extra/libgnomedb-1.2 )
	math? ( >=x11-libs/gtkmathview-0.7.5 )
	math? ( >=x11-libs/gtkmathview-0.7.5 )
	pdf? ( >=app-text/poppler-0.1.2 )
	readline? ( sys-libs/readline )
	readline? ( sys-libs/readline )
	thesaurus? ( >=app-text/aiksaurus-1.2 )
	thesaurus? ( >=app-text/aiksaurus-1.2 )
	wordperfect? ( >=app-text/libwpd-0.8 )
	wordperfect? ( >=app-text/libwpd-0.8 )
	wmf? ( >=media-libs/libwmf-0.2.8 )
	wmf? ( >=media-libs/libwmf-0.2.8 )
	svg? ( >=gnome-base/librsvg-2 )"
	svg? ( >=gnome-base/librsvg-2 )"
 Lines 48-67    Link Here 
	has_version ">=x11-libs/goffice-0.1.2" && \
	has_version ">=x11-libs/goffice-0.1.2" && \
		epatch ${FILESDIR}/${P}-goffice.patch
		epatch ${FILESDIR}/${P}-goffice.patch
}
}
src_compile() {
src_compile() {
	local myconf="--enable-all \
	local myconf="--enable-all --without-pdf \
		--with-abiword=${WORKDIR}/abiword-${PV}/abi \
		--with-abiword=${WORKDIR}/abiword-${PV}/abi \
		$(use_enable debug) \
		$(use_enable debug) \
		$(use_with bzip2 bz2abw) \
		$(use_with bzip2 bz2abw) \
		$(use_with gnome abigochart) \
		$(use_with gnome abigochart) \
		$(use_with grammar abigrammar) \
		$(use_with grammar abigrammar) \
		$(use_with jpeg) \
		$(use_with jpeg) \
		$(use_with libgda gda) \
		$(use_with libgda gda) \
		$(use_with math abimathview) \
		$(use_with math abimathview) \
		$(use_with pdf) \
		$(use_with readline abicommand)
		$(use_with readline abicommand)
		$(use_with svg librsvg) \
		$(use_with svg librsvg) \
		$(use_with thesaurus aiksaurus) \
		$(use_with thesaurus aiksaurus) \
		$(use_with wmf) \
		$(use_with wmf) \
		$(use_with wordperfect) \
		$(use_with wordperfect) \