Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/wanderlust: ChangeLog wanderlust-2.15.5_pre20070921.ebuild
Date: Sat, 20 Oct 2007 07:54:20
Message-Id: E1Ij8zh-0005VI-CB@stork.gentoo.org
1 ulm 07/10/20 07:43:37
2
3 Modified: ChangeLog
4 Added: wanderlust-2.15.5_pre20070921.ebuild
5 Log:
6 CVS snapshot.
7 (Portage version: 2.1.3.15)
8
9 Revision Changes Path
10 1.66 app-emacs/wanderlust/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/wanderlust/ChangeLog?rev=1.66&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/wanderlust/ChangeLog?rev=1.66&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/wanderlust/ChangeLog?r1=1.65&r2=1.66
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/ChangeLog,v
19 retrieving revision 1.65
20 retrieving revision 1.66
21 diff -u -r1.65 -r1.66
22 --- ChangeLog 19 Oct 2007 21:39:11 -0000 1.65
23 +++ ChangeLog 20 Oct 2007 07:43:36 -0000 1.66
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-emacs/wanderlust
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/ChangeLog,v 1.65 2007/10/19 21:39:11 ulm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/ChangeLog,v 1.66 2007/10/20 07:43:36 ulm Exp $
29 +
30 +*wanderlust-2.15.5_pre20070921 (20 Oct 2007)
31 +
32 + 20 Oct 2007; Ulrich Mueller <ulm@g.o>
33 + +wanderlust-2.15.5_pre20070921.ebuild:
34 + CVS snapshot.
35
36 19 Oct 2007; Ulrich Mueller <ulm@g.o> files/70wl-gentoo.el,
37 wanderlust-2.14.0-r3.ebuild:
38
39
40
41 1.1 app-emacs/wanderlust/wanderlust-2.15.5_pre20070921.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/wanderlust/wanderlust-2.15.5_pre20070921.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/wanderlust/wanderlust-2.15.5_pre20070921.ebuild?rev=1.1&content-type=text/plain
45
46 Index: wanderlust-2.15.5_pre20070921.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.15.5_pre20070921.ebuild,v 1.1 2007/10/20 07:43:36 ulm Exp $
51
52 inherit elisp
53
54 DESCRIPTION="Yet Another Message Interface on Emacsen"
55 HOMEPAGE="http://www.gohome.org/wl/"
56 SRC_URI="mirror://gentoo/${P}.tar.bz2"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
61 IUSE="bbdb ssl"
62
63 DEPEND=">=app-emacs/apel-10.6
64 virtual/flim
65 app-emacs/semi
66 bbdb? ( app-emacs/bbdb )
67 !app-emacs/wanderlust-cvs"
68
69 SITEFILE=70wl-gentoo.el
70
71 src_compile() {
72 use ssl && echo "(setq wl-install-utils t)" >> WL-CFG
73 emake || die "emake failed"
74 emake info || die "emake info failed"
75 }
76
77 src_install() {
78 emake \
79 LISPDIR="${D}${SITELISP}" \
80 PIXMAPDIR="${D}/usr/share/wl/icons" \
81 install || die "emake install failed"
82
83 elisp-site-file-install "${FILESDIR}/${SITEFILE}" wl \
84 || die "elisp-site-file-install failed"
85
86 insinto /usr/share/wl/samples/ja
87 doins samples/ja/*
88 insinto /usr/share/wl/samples/en
89 doins samples/en/*
90
91 doinfo doc/wl-ja.info doc/wl.info
92 dodoc BUGS* ChangeLog INSTALL* NEWS* README*
93 }
94
95
96
97 --
98 gentoo-commits@g.o mailing list