|
|
| |
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/" |
|
|
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}" |
|
|
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() { |
|
|
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 |