View | Details | Raw Unified
Collapse All | Expand All

(-) ../../../../app-emacs/wanderlust/wanderlust-2.14.0-r2.ebuild (-4 / +8 lines)
 Lines 6-12    Link Here 
MY_P="wl-${PV/_/}"
MY_P="wl-${PV/_/}"
IUSE="ssl"
IUSE="bbdb ssl"
DESCRIPTION="Wanderlust -- Yet Another Message Interface on Emacsen"
DESCRIPTION="Wanderlust -- Yet Another Message Interface on Emacsen"
HOMEPAGE="http://www.gohome.org/wl/"
HOMEPAGE="http://www.gohome.org/wl/"
 Lines 21-26    Link Here 
DEPEND=">=app-emacs/apel-10.6
DEPEND=">=app-emacs/apel-10.6
	virtual/flim
	virtual/flim
	virtual/semi
	virtual/semi
	bbdb? ( app-emacs/bbdb )
	!app-emacs/wanderlust-cvs"
	!app-emacs/wanderlust-cvs"
S="${WORKDIR}/${MY_P}"
S="${WORKDIR}/${MY_P}"
 Lines 35-42    Link Here 
	use ssl && echo "(setq wl-install-utils t)" >> WL-CFG
	use ssl && echo "(setq wl-install-utils t)" >> WL-CFG
	make || die
	make || die
	make info || die
	make info || die
	cd utils
	elisp-comp bbdb-wl.el
	if use bbdb; then
		cd utils
		EMACS="emacs -L ../../elmo -L ../../wl" elisp-comp bbdb-wl.el
	fi
}
}
src_install() {
src_install() {
 Lines 45-51    Link Here 
		PIXMAPDIR=${D}/usr/share/wl/icons \
		PIXMAPDIR=${D}/usr/share/wl/icons \
		install || die
		install || die
	elisp-install wl utils/bbdb-wl.{el,elc}
	use bbdb && elisp-install wl utils/bbdb-wl.{el,elc}
	elisp-site-file-install ${FILESDIR}/70wl-gentoo.el || die
	elisp-site-file-install ${FILESDIR}/70wl-gentoo.el || die
	dodir /usr/share/wl/samples
	dodir /usr/share/wl/samples