Lines 6-12
Link Here
|
6 |
|
6 |
|
7 |
MY_P="wl-${PV/_/}" |
7 |
MY_P="wl-${PV/_/}" |
8 |
|
8 |
|
9 |
IUSE="ssl" |
9 |
IUSE="bbdb ssl" |
10 |
|
10 |
|
11 |
DESCRIPTION="Wanderlust -- Yet Another Message Interface on Emacsen" |
11 |
DESCRIPTION="Wanderlust -- Yet Another Message Interface on Emacsen" |
12 |
HOMEPAGE="http://www.gohome.org/wl/" |
12 |
HOMEPAGE="http://www.gohome.org/wl/" |
Lines 21-26
Link Here
|
21 |
DEPEND=">=app-emacs/apel-10.6 |
21 |
DEPEND=">=app-emacs/apel-10.6 |
22 |
virtual/flim |
22 |
virtual/flim |
23 |
virtual/semi |
23 |
virtual/semi |
|
|
24 |
bbdb? ( app-emacs/bbdb ) |
24 |
!app-emacs/wanderlust-cvs" |
25 |
!app-emacs/wanderlust-cvs" |
25 |
|
26 |
|
26 |
S="${WORKDIR}/${MY_P}" |
27 |
S="${WORKDIR}/${MY_P}" |
Lines 35-42
Link Here
|
35 |
use ssl && echo "(setq wl-install-utils t)" >> WL-CFG |
36 |
use ssl && echo "(setq wl-install-utils t)" >> WL-CFG |
36 |
make || die |
37 |
make || die |
37 |
make info || die |
38 |
make info || die |
38 |
cd utils |
39 |
|
39 |
elisp-comp bbdb-wl.el |
40 |
if use bbdb; then |
|
|
41 |
cd utils |
42 |
EMACS="emacs -L ../../elmo -L ../../wl" elisp-comp bbdb-wl.el |
43 |
fi |
40 |
} |
44 |
} |
41 |
|
45 |
|
42 |
src_install() { |
46 |
src_install() { |
Lines 45-51
Link Here
|
45 |
PIXMAPDIR=${D}/usr/share/wl/icons \ |
49 |
PIXMAPDIR=${D}/usr/share/wl/icons \ |
46 |
install || die |
50 |
install || die |
47 |
|
51 |
|
48 |
elisp-install wl utils/bbdb-wl.{el,elc} |
52 |
use bbdb && elisp-install wl utils/bbdb-wl.{el,elc} |
49 |
elisp-site-file-install ${FILESDIR}/70wl-gentoo.el || die |
53 |
elisp-site-file-install ${FILESDIR}/70wl-gentoo.el || die |
50 |
|
54 |
|
51 |
dodir /usr/share/wl/samples |
55 |
dodir /usr/share/wl/samples |