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: wanderlust-2.14.0-r1.ebuild ChangeLog wanderlust-2.12.2.ebuild wanderlust-2.14.0-r3.ebuild wanderlust-2.10.1-r2.ebuild
Date: Sat, 06 Oct 2007 19:52:46
Message-Id: E1IeFYV-0001mj-T5@stork.gentoo.org
1 ulm 07/10/06 19:43:19
2
3 Modified: wanderlust-2.14.0-r1.ebuild ChangeLog
4 wanderlust-2.12.2.ebuild
5 wanderlust-2.14.0-r3.ebuild
6 Removed: wanderlust-2.10.1-r2.ebuild
7 Log:
8 Minor QA: quote some variables. Remove old.
9 (Portage version: 2.1.3.12)
10
11 Revision Changes Path
12 1.9 app-emacs/wanderlust/wanderlust-2.14.0-r1.ebuild
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/wanderlust/wanderlust-2.14.0-r1.ebuild?rev=1.9&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/wanderlust/wanderlust-2.14.0-r1.ebuild?rev=1.9&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/wanderlust/wanderlust-2.14.0-r1.ebuild?r1=1.8&r2=1.9
17
18 Index: wanderlust-2.14.0-r1.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.14.0-r1.ebuild,v
21 retrieving revision 1.8
22 retrieving revision 1.9
23 diff -u -r1.8 -r1.9
24 --- wanderlust-2.14.0-r1.ebuild 3 May 2007 20:19:04 -0000 1.8
25 +++ wanderlust-2.14.0-r1.ebuild 6 Oct 2007 19:43:19 -0000 1.9
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2007 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.14.0-r1.ebuild,v 1.8 2007/05/03 20:19:04 ulm Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.14.0-r1.ebuild,v 1.9 2007/10/06 19:43:19 ulm Exp $
31
32 inherit elisp eutils
33
34 @@ -26,8 +26,8 @@
35
36 src_unpack() {
37 unpack ${MY_P}.tar.gz
38 - cd ${S}
39 - epatch ${DISTDIR}/${MY_P}-20050405.diff
40 + cd "${S}"
41 + epatch "${DISTDIR}/${MY_P}-20050405.diff"
42 }
43
44 src_compile() {
45 @@ -38,11 +38,11 @@
46
47 src_install() {
48 make \
49 - LISPDIR=${D}/usr/share/emacs/site-lisp \
50 - PIXMAPDIR=${D}/usr/share/wl/icons \
51 + LISPDIR="${D}"/usr/share/emacs/site-lisp \
52 + PIXMAPDIR="${D}"/usr/share/wl/icons \
53 install || die
54
55 - elisp-site-file-install ${FILESDIR}/70wl-gentoo.el || die
56 + elisp-site-file-install "${FILESDIR}/70wl-gentoo.el" || die
57
58 dodir /usr/share/wl/samples
59
60
61
62
63 1.57 app-emacs/wanderlust/ChangeLog
64
65 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/wanderlust/ChangeLog?rev=1.57&view=markup
66 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/wanderlust/ChangeLog?rev=1.57&content-type=text/plain
67 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/wanderlust/ChangeLog?r1=1.56&r2=1.57
68
69 Index: ChangeLog
70 ===================================================================
71 RCS file: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/ChangeLog,v
72 retrieving revision 1.56
73 retrieving revision 1.57
74 diff -u -r1.56 -r1.57
75 --- ChangeLog 3 Jul 2007 06:53:41 -0000 1.56
76 +++ ChangeLog 6 Oct 2007 19:43:19 -0000 1.57
77 @@ -1,6 +1,10 @@
78 # ChangeLog for app-emacs/wanderlust
79 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
80 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/ChangeLog,v 1.56 2007/07/03 06:53:41 opfer Exp $
81 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/ChangeLog,v 1.57 2007/10/06 19:43:19 ulm Exp $
82 +
83 + 06 Oct 2007; Ulrich Mueller <ulm@g.o> -wanderlust-2.10.1-r2.ebuild,
84 + wanderlust-2.12.2.ebuild, wanderlust-2.14.0-r1.ebuild:
85 + Minor QA: quote some variables. Remove old.
86
87 03 Jul 2007; Christian Faulhammer <opfer@g.o>
88 wanderlust-2.14.0-r3.ebuild:
89
90
91
92 1.7 app-emacs/wanderlust/wanderlust-2.12.2.ebuild
93
94 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/wanderlust/wanderlust-2.12.2.ebuild?rev=1.7&view=markup
95 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/wanderlust/wanderlust-2.12.2.ebuild?rev=1.7&content-type=text/plain
96 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/wanderlust/wanderlust-2.12.2.ebuild?r1=1.6&r2=1.7
97
98 Index: wanderlust-2.12.2.ebuild
99 ===================================================================
100 RCS file: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.12.2.ebuild,v
101 retrieving revision 1.6
102 retrieving revision 1.7
103 diff -u -r1.6 -r1.7
104 --- wanderlust-2.12.2.ebuild 3 May 2007 20:19:04 -0000 1.6
105 +++ wanderlust-2.12.2.ebuild 6 Oct 2007 19:43:19 -0000 1.7
106 @@ -1,13 +1,11 @@
107 # Copyright 1999-2007 Gentoo Foundation
108 # Distributed under the terms of the GNU General Public License v2
109 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.12.2.ebuild,v 1.6 2007/05/03 20:19:04 ulm Exp $
110 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.12.2.ebuild,v 1.7 2007/10/06 19:43:19 ulm Exp $
111
112 inherit elisp
113
114 MY_P="wl-${PV/_/}"
115
116 -IUSE="ssl"
117 -
118 DESCRIPTION="Wanderlust -- Yet Another Message Interface on Emacsen"
119 HOMEPAGE="http://www.gohome.org/wl/"
120 SRC_URI="ftp://ftp.gohome.org/wl/stable/${MY_P}.tar.gz
121 @@ -16,6 +14,7 @@
122 LICENSE="GPL-2"
123 SLOT="0"
124 KEYWORDS="x86 alpha sparc ppc"
125 +IUSE="ssl"
126
127 DEPEND=">=app-emacs/apel-10.6
128 virtual/flim
129 @@ -32,11 +31,11 @@
130
131 src_install() {
132 make \
133 - LISPDIR=${D}/usr/share/emacs/site-lisp \
134 - PIXMAPDIR=${D}/usr/share/wl/icons \
135 + LISPDIR="${D}"/usr/share/emacs/site-lisp \
136 + PIXMAPDIR="${D}"/usr/share/wl/icons \
137 install || die
138
139 - elisp-site-file-install ${FILESDIR}/70wl-gentoo.el || die
140 + elisp-site-file-install "${FILESDIR}/70wl-gentoo.el" || die
141
142 dodir /usr/share/wl/samples
143
144
145
146
147 1.5 app-emacs/wanderlust/wanderlust-2.14.0-r3.ebuild
148
149 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/wanderlust/wanderlust-2.14.0-r3.ebuild?rev=1.5&view=markup
150 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/wanderlust/wanderlust-2.14.0-r3.ebuild?rev=1.5&content-type=text/plain
151 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/wanderlust/wanderlust-2.14.0-r3.ebuild?r1=1.4&r2=1.5
152
153 Index: wanderlust-2.14.0-r3.ebuild
154 ===================================================================
155 RCS file: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.14.0-r3.ebuild,v
156 retrieving revision 1.4
157 retrieving revision 1.5
158 diff -u -r1.4 -r1.5
159 --- wanderlust-2.14.0-r3.ebuild 3 Jul 2007 06:53:41 -0000 1.4
160 +++ wanderlust-2.14.0-r3.ebuild 6 Oct 2007 19:43:19 -0000 1.5
161 @@ -1,6 +1,6 @@
162 # Copyright 1999-2007 Gentoo Foundation
163 # Distributed under the terms of the GNU General Public License v2
164 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.14.0-r3.ebuild,v 1.4 2007/07/03 06:53:41 opfer Exp $
165 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.14.0-r3.ebuild,v 1.5 2007/10/06 19:43:19 ulm Exp $
166
167 inherit elisp eutils
168
169 @@ -49,7 +49,8 @@
170 install || die "emake install failed"
171
172 elisp-install wl utils/bbdb-wl.{el,elc}
173 - elisp-site-file-install "${FILESDIR}/70wl-gentoo.el" || die "elisp-site-file-install failed"
174 + elisp-site-file-install "${FILESDIR}/70wl-gentoo.el" \
175 + || die "elisp-site-file-install failed"
176
177 dodir /usr/share/wl/samples
178
179
180
181
182 --
183 gentoo-commits@g.o mailing list