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.15.9_pre20100125.ebuild ChangeLog wanderlust-2.14.0-r5.ebuild wanderlust-2.14.0-r6.ebuild
Date: Sat, 30 Jan 2010 23:28:14
Message-Id: E1NbMjb-0002ay-7m@stork.gentoo.org
1 ulm 10/01/30 23:28:11
2
3 Modified: ChangeLog wanderlust-2.14.0-r5.ebuild
4 Added: wanderlust-2.15.9_pre20100125.ebuild
5 wanderlust-2.14.0-r6.ebuild
6 Log:
7 New snapshot from CVS. Add prefix keywords, change EAPI to 3.
8 (Portage version: 2.2_rc62/cvs/Linux i686)
9
10 Revision Changes Path
11 1.81 app-emacs/wanderlust/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/wanderlust/ChangeLog?rev=1.81&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/wanderlust/ChangeLog?rev=1.81&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/wanderlust/ChangeLog?r1=1.80&r2=1.81
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/ChangeLog,v
20 retrieving revision 1.80
21 retrieving revision 1.81
22 diff -u -r1.80 -r1.81
23 --- ChangeLog 14 Nov 2009 15:12:51 -0000 1.80
24 +++ ChangeLog 30 Jan 2010 23:28:10 -0000 1.81
25 @@ -1,6 +1,14 @@
26 # ChangeLog for app-emacs/wanderlust
27 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/ChangeLog,v 1.80 2009/11/14 15:12:51 ulm Exp $
29 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/ChangeLog,v 1.81 2010/01/30 23:28:10 ulm Exp $
31 +
32 +*wanderlust-2.15.9_pre20100125 (30 Jan 2010)
33 +*wanderlust-2.14.0-r6 (30 Jan 2010)
34 +
35 + 30 Jan 2010; Ulrich Mueller <ulm@g.o> +wanderlust-2.14.0-r6.ebuild,
36 + +wanderlust-2.15.9_pre20100125.ebuild:
37 + New snapshot from CVS. Add prefix keywords, change EAPI to 3.
38 + Compress patch file for stable version.
39
40 *wanderlust-2.15.7_pre20090820 (14 Nov 2009)
41
42
43
44
45 1.5 app-emacs/wanderlust/wanderlust-2.14.0-r5.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/wanderlust/wanderlust-2.14.0-r5.ebuild?rev=1.5&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/wanderlust/wanderlust-2.14.0-r5.ebuild?rev=1.5&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/wanderlust/wanderlust-2.14.0-r5.ebuild?r1=1.4&r2=1.5
50
51 Index: wanderlust-2.14.0-r5.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.14.0-r5.ebuild,v
54 retrieving revision 1.4
55 retrieving revision 1.5
56 diff -u -r1.4 -r1.5
57 --- wanderlust-2.14.0-r5.ebuild 27 Sep 2009 19:19:16 -0000 1.4
58 +++ wanderlust-2.14.0-r5.ebuild 30 Jan 2010 23:28:10 -0000 1.5
59 @@ -1,6 +1,6 @@
60 -# Copyright 1999-2009 Gentoo Foundation
61 +# Copyright 1999-2010 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.14.0-r5.ebuild,v 1.4 2009/09/27 19:19:16 nixnut Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.14.0-r5.ebuild,v 1.5 2010/01/30 23:28:10 ulm Exp $
65
66 inherit elisp eutils
67
68 @@ -10,7 +10,7 @@
69 HOMEPAGE="http://www.gohome.org/wl/"
70 SRC_URI="ftp://ftp.gohome.org/wl/stable/${MY_P}.tar.gz
71 ftp://ftp.gohome.org/wl/beta/${MY_P}.tar.gz
72 - http://dev.gentoo.org/~usata/distfiles/${MY_P}-20050405.diff"
73 + mirror://gentoo/${P}-20050405.patch.gz"
74
75 LICENSE="GPL-2"
76 SLOT="0"
77 @@ -28,10 +28,10 @@
78 SITEFILE="50${PN}-gentoo.el"
79
80 src_unpack() {
81 - unpack ${MY_P}.tar.gz
82 + unpack ${A}
83
84 cd "${S}"
85 - epatch "${DISTDIR}/${MY_P}-20050405.diff"
86 + epatch "${WORKDIR}/${P}-20050405.patch"
87 epatch "${FILESDIR}/${P}-smtp-end-of-line.patch"
88 epatch "${FILESDIR}/${P}-texinfo-garbage.patch"
89 }
90
91
92
93 1.1 app-emacs/wanderlust/wanderlust-2.15.9_pre20100125.ebuild
94
95 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/wanderlust/wanderlust-2.15.9_pre20100125.ebuild?rev=1.1&view=markup
96 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/wanderlust/wanderlust-2.15.9_pre20100125.ebuild?rev=1.1&content-type=text/plain
97
98 Index: wanderlust-2.15.9_pre20100125.ebuild
99 ===================================================================
100 # Copyright 1999-2010 Gentoo Foundation
101 # Distributed under the terms of the GNU General Public License v2
102 # $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.15.9_pre20100125.ebuild,v 1.1 2010/01/30 23:28:10 ulm Exp $
103
104 EAPI=3
105
106 inherit elisp
107
108 DESCRIPTION="Yet Another Message Interface on Emacsen"
109 HOMEPAGE="http://www.gohome.org/wl/"
110 SRC_URI="mirror://gentoo/${P}.tar.bz2"
111
112 LICENSE="GPL-2"
113 SLOT="0"
114 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
115 IUSE="bbdb ssl linguas_ja"
116
117 DEPEND=">=app-emacs/apel-10.6
118 virtual/flim
119 app-emacs/semi
120 bbdb? ( app-emacs/bbdb )"
121 RDEPEND="!app-emacs/wanderlust-cvs
122 ${DEPEND}"
123
124 S="${WORKDIR}/${PN}"
125 ELISP_PATCHES="${PN}-2.14.0-texinfo-garbage.patch"
126 SITEFILE="50${PN}-gentoo.el"
127
128 src_configure() {
129 local lang="\"en\""
130 use linguas_ja && lang="${lang} \"ja\""
131 echo "(setq wl-info-lang '(${lang}) wl-news-lang '(${lang}))" >>WL-CFG
132 use ssl && echo "(setq wl-install-utils t)" >>WL-CFG
133 }
134
135 src_compile() {
136 emake || die "emake failed"
137 emake info || die "emake info failed"
138 }
139
140 src_install() {
141 emake \
142 LISPDIR="${ED}${SITELISP}" \
143 PIXMAPDIR="${ED}${SITEETC}/wl/icons" \
144 install || die "emake install failed"
145
146 elisp-site-file-install "${FILESDIR}/${SITEFILE}" wl || die
147
148 insinto "${SITEETC}/wl/samples/en"
149 doins samples/en/* || die
150 doinfo doc/wl*.info || die
151 dodoc BUGS ChangeLog INSTALL NEWS README
152
153 if use linguas_ja; then
154 insinto "${SITEETC}/wl/samples/ja"
155 doins samples/ja/* || die
156 dodoc BUGS.ja INSTALL.ja NEWS.ja README.ja
157 fi
158 }
159
160
161
162 1.1 app-emacs/wanderlust/wanderlust-2.14.0-r6.ebuild
163
164 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/wanderlust/wanderlust-2.14.0-r6.ebuild?rev=1.1&view=markup
165 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/wanderlust/wanderlust-2.14.0-r6.ebuild?rev=1.1&content-type=text/plain
166
167 Index: wanderlust-2.14.0-r6.ebuild
168 ===================================================================
169 # Copyright 1999-2010 Gentoo Foundation
170 # Distributed under the terms of the GNU General Public License v2
171 # $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.14.0-r6.ebuild,v 1.1 2010/01/30 23:28:10 ulm Exp $
172
173 EAPI=3
174
175 inherit elisp eutils
176
177 MY_P="wl-${PV/_/}"
178 DESCRIPTION="Yet Another Message Interface on Emacsen"
179 HOMEPAGE="http://www.gohome.org/wl/"
180 SRC_URI="ftp://ftp.gohome.org/wl/stable/${MY_P}.tar.gz
181 ftp://ftp.gohome.org/wl/beta/${MY_P}.tar.gz
182 mirror://gentoo/${P}-20050405.patch.gz"
183
184 LICENSE="GPL-2"
185 SLOT="0"
186 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
187 IUSE="bbdb ssl linguas_ja"
188
189 DEPEND=">=app-emacs/apel-10.6
190 virtual/flim
191 app-emacs/semi
192 bbdb? ( app-emacs/bbdb )"
193 RDEPEND="!app-emacs/wanderlust-cvs
194 ${DEPEND}"
195
196 S="${WORKDIR}/${MY_P}"
197 ELISP_PATCHES="${P}-20050405.patch
198 ${P}-smtp-end-of-line.patch
199 ${P}-texinfo-garbage.patch"
200 SITEFILE="50${PN}-gentoo.el"
201
202 src_configure() {
203 local lang="\"en\""
204 use linguas_ja && lang="${lang} \"ja\""
205 echo "(setq wl-info-lang '(${lang}) wl-news-lang '(${lang}))" >>WL-CFG
206 use ssl && echo "(setq wl-install-utils t)" >>WL-CFG
207 }
208
209 src_compile() {
210 emake || die "emake failed"
211 emake info || die "emake info failed"
212 }
213
214 src_install() {
215 emake \
216 LISPDIR="${ED}${SITELISP}" \
217 PIXMAPDIR="${ED}${SITEETC}/wl/icons" \
218 install || die "emake install failed"
219
220 elisp-site-file-install "${FILESDIR}/${SITEFILE}" wl || die
221
222 insinto "${SITEETC}/wl/samples/en"
223 doins samples/en/*
224 doinfo doc/wl*.info
225 dodoc BUGS ChangeLog INSTALL NEWS README
226
227 if use linguas_ja; then
228 insinto "${SITEETC}/wl/samples/ja"
229 doins samples/ja/*
230 dodoc BUGS.ja INSTALL.ja NEWS.ja README.ja
231 fi
232 }