Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/emacs:master commit in: app-emacs/dvc/, app-emacs/codepad/, app-emacs/smex/, app-emacs/rudel/, ...
Date: Sat, 07 Jun 2014 12:12:15
Message-Id: 1402143018.1c672b297f93a178faf50119dd11267da16fb2dd.ulm@gentoo
1 commit: 1c672b297f93a178faf50119dd11267da16fb2dd
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 7 12:10:18 2014 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 7 12:10:18 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=1c672b29
7
8 Remove redundant NEED_EMACS assignment.
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 app-emacs/babel/ChangeLog | 6 ++++-
14 app-emacs/babel/babel-0.8.ebuild | 7 ++----
15 app-emacs/babel/babel-1.1.ebuild | 7 ++----
16 app-emacs/codepad/ChangeLog | 5 +++-
17 app-emacs/codepad/codepad-20100605.ebuild | 3 +--
18 app-emacs/dvc/ChangeLog | 5 +++-
19 app-emacs/dvc/dvc-9999.ebuild | 11 ++-------
20 app-emacs/elip/ChangeLog | 6 ++++-
21 app-emacs/elip/Manifest | 21 ----------------
22 app-emacs/elip/elip-0.803.ebuild | 41 -------------------------------
23 app-emacs/elip/elip-0.804.ebuild | 10 +++-----
24 app-emacs/nummove/ChangeLog | 3 +++
25 app-emacs/nummove/nummove-20070312.ebuild | 1 -
26 app-emacs/oddmuse/ChangeLog | 3 +++
27 app-emacs/oddmuse/oddmuse-20090411.ebuild | 1 -
28 app-emacs/org-mode/ChangeLog | 3 +++
29 app-emacs/org-mode/org-mode-9999.ebuild | 2 --
30 app-emacs/rudel/ChangeLog | 3 +++
31 app-emacs/rudel/rudel-9999.ebuild | 1 -
32 app-emacs/smex/ChangeLog | 5 +++-
33 app-emacs/smex/smex-20090716.ebuild | 7 ++----
34 21 files changed, 46 insertions(+), 105 deletions(-)
35
36 diff --git a/app-emacs/babel/ChangeLog b/app-emacs/babel/ChangeLog
37 index ab53652..68e2ea1 100644
38 --- a/app-emacs/babel/ChangeLog
39 +++ b/app-emacs/babel/ChangeLog
40 @@ -1,7 +1,11 @@
41 # ChangeLog for app-emacs/babel
42 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
43 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
44 # $Header: $
45
46 + 07 Jun 2014; Ulrich Müller <ulm@g.o> babel-0.8.ebuild,
47 + babel-1.1.ebuild:
48 + Remove redundant NEED_EMACS assignment. Specify LICENSE more precisely.
49 +
50 *babel-1.1 (01 Jun 2009)
51
52 01 Jun 2009; Ulrich Mueller <ulm@g.o> -babel-0.7.ebuild,
53
54 diff --git a/app-emacs/babel/babel-0.8.ebuild b/app-emacs/babel/babel-0.8.ebuild
55 index fa435cf..4d62b92 100644
56 --- a/app-emacs/babel/babel-0.8.ebuild
57 +++ b/app-emacs/babel/babel-0.8.ebuild
58 @@ -1,9 +1,7 @@
59 -# Copyright 1999-2009 Gentoo Foundation
60 +# Copyright 1999-2014 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 # $Header: $
63
64 -NEED_EMACS=22
65 -
66 inherit elisp
67
68 DESCRIPTION="Interface to web translation services such as Babelfish"
69 @@ -11,9 +9,8 @@ HOMEPAGE="http://www.hoetzel.info/Hacking/emacs/"
70 # taken from: http://www.hoetzel.info/Hacking/emacs/babel.el
71 SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2"
72
73 -LICENSE="GPL-2"
74 +LICENSE="GPL-2+"
75 SLOT="0"
76 KEYWORDS="~amd64 ~x86"
77 -IUSE=""
78
79 SITEFILE="50${PN}-gentoo.el"
80
81 diff --git a/app-emacs/babel/babel-1.1.ebuild b/app-emacs/babel/babel-1.1.ebuild
82 index fa435cf..4d62b92 100644
83 --- a/app-emacs/babel/babel-1.1.ebuild
84 +++ b/app-emacs/babel/babel-1.1.ebuild
85 @@ -1,9 +1,7 @@
86 -# Copyright 1999-2009 Gentoo Foundation
87 +# Copyright 1999-2014 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89 # $Header: $
90
91 -NEED_EMACS=22
92 -
93 inherit elisp
94
95 DESCRIPTION="Interface to web translation services such as Babelfish"
96 @@ -11,9 +9,8 @@ HOMEPAGE="http://www.hoetzel.info/Hacking/emacs/"
97 # taken from: http://www.hoetzel.info/Hacking/emacs/babel.el
98 SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2"
99
100 -LICENSE="GPL-2"
101 +LICENSE="GPL-2+"
102 SLOT="0"
103 KEYWORDS="~amd64 ~x86"
104 -IUSE=""
105
106 SITEFILE="50${PN}-gentoo.el"
107
108 diff --git a/app-emacs/codepad/ChangeLog b/app-emacs/codepad/ChangeLog
109 index 00705b6..fefc996 100644
110 --- a/app-emacs/codepad/ChangeLog
111 +++ b/app-emacs/codepad/ChangeLog
112 @@ -1,7 +1,10 @@
113 # ChangeLog for app-emacs/codepad
114 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
115 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
116 # $Header: $
117
118 + 07 Jun 2014; Ulrich Müller <ulm@g.o> codepad-20100605.ebuild:
119 + Remove redundant NEED_EMACS assignment.
120 +
121 *codepad-20100605 (27 Oct 2012)
122
123 27 Oct 2012; Ulrich Müller <ulm@g.o> -codepad-20091130.ebuild,
124
125 diff --git a/app-emacs/codepad/codepad-20100605.ebuild b/app-emacs/codepad/codepad-20100605.ebuild
126 index a8b5aa2..8b7afb6 100644
127 --- a/app-emacs/codepad/codepad-20100605.ebuild
128 +++ b/app-emacs/codepad/codepad-20100605.ebuild
129 @@ -1,9 +1,8 @@
130 -# Copyright 1999-2012 Gentoo Foundation
131 +# Copyright 1999-2014 Gentoo Foundation
132 # Distributed under the terms of the GNU General Public License v2
133 # $Header: $
134
135 EAPI=4
136 -NEED_EMACS=23
137
138 inherit elisp
139
140
141 diff --git a/app-emacs/dvc/ChangeLog b/app-emacs/dvc/ChangeLog
142 index 615135d..ebf069a 100644
143 --- a/app-emacs/dvc/ChangeLog
144 +++ b/app-emacs/dvc/ChangeLog
145 @@ -1,7 +1,10 @@
146 # ChangeLog for app-emacs/dvc
147 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
148 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
149 # $Header: $
150
151 + 07 Jun 2014; Ulrich Müller <ulm@g.o> dvc-9999.ebuild:
152 + Remove redundant NEED_EMACS assignment. Specify LICENSE more precisely.
153 +
154 16 Nov 2010; Christian Faulhammer <fauli@g.o> dvc-9999.ebuild:
155 Fix expansion of @MKDIR_P@ macro, as reported by Max Arnold <lwarxx AT
156 gmail DOT com> in bug 333933
157
158 diff --git a/app-emacs/dvc/dvc-9999.ebuild b/app-emacs/dvc/dvc-9999.ebuild
159 index fe7c4b4..e773638 100644
160 --- a/app-emacs/dvc/dvc-9999.ebuild
161 +++ b/app-emacs/dvc/dvc-9999.ebuild
162 @@ -1,23 +1,16 @@
163 -# Copyright 1999-2010 Gentoo Foundation
164 +# Copyright 1999-2014 Gentoo Foundation
165 # Distributed under the terms of the GNU General Public License v2
166 # $Header: $
167
168 EBZR_REPO_URI="http://bzr.xsteve.at/dvc/"
169 -NEED_EMACS=22
170
171 inherit elisp autotools bzr
172
173 DESCRIPTION="New version control backend for distributed systems (like bzr, git)"
174 HOMEPAGE="http://download.gna.org/dvc/"
175 -SRC_URI=""
176
177 -LICENSE="GPL-2"
178 +LICENSE="GPL-2+"
179 SLOT="0"
180 -KEYWORDS=""
181 -IUSE=""
182 -
183 -DEPEND=""
184 -RDEPEND=""
185
186 SITEFILE=50${PN}-gentoo.el
187
188
189 diff --git a/app-emacs/elip/ChangeLog b/app-emacs/elip/ChangeLog
190 index 4de84c3..0090319 100644
191 --- a/app-emacs/elip/ChangeLog
192 +++ b/app-emacs/elip/ChangeLog
193 @@ -1,7 +1,11 @@
194 # ChangeLog for app-emacs/elip
195 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
196 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
197 # $Header: $
198
199 + 07 Jun 2014; Ulrich Müller <ulm@g.o> -elip-0.803.ebuild,
200 + elip-0.804.ebuild:
201 + Remove redundant NEED_EMACS assignment. Remove old.
202 +
203 *elip-0.804 (10 Nov 2009)
204
205 10 Nov 2009; Ulrich Mueller <ulm@g.o> -elip-0.801.ebuild,
206
207 diff --git a/app-emacs/elip/Manifest b/app-emacs/elip/Manifest
208 index af21846..e119ab2 100644
209 --- a/app-emacs/elip/Manifest
210 +++ b/app-emacs/elip/Manifest
211 @@ -1,22 +1 @@
212 ------BEGIN PGP SIGNED MESSAGE-----
213 -Hash: SHA256
214 -
215 -DIST elip-0.803.tar.gz 312232 SHA256 eace113393651f0b7b0e8fd0f073c85103203b6c73bc101610271c05d7456e8a SHA512 1f4e49b7214be254a0dc8f433b2d3bc763f425796beca3a51510a0c8afc2f3df1c68b6498a08f0a181d86eee5eadc97d555b39359af02244c4f03c0c408fd3d0 WHIRLPOOL 9c5f4a1ceac839839fb9aeddfbe9ba5602e1d75931b1cbe5125564e63a71f0af65f4a707eceff280e50480a1c750f8daa95b28ca58f5135999e7c1cb4e488bcd
216 DIST elip-0.804.tar.gz 316900 SHA256 94e056f97429b0d7456c0497cdba9f2e4c0543d9e9c3e52a9f0c86bb57e81088 SHA512 af50e944b610f6590045a15d8d117f90dfec4311d2cd0f0612fe6d7fed373206038594224d3dc8ea04e2aa978dbf6ed26ebbf13ec184188348348cd6d374270f WHIRLPOOL f7b1e471669d16b8372da03fc5f7e5b05b42f30fe53f81d2c0a578f4d80c848fb77ddddae9df49bab5f451b98f31cdc31762264af3b29386704d82b0355b43a7
217 ------BEGIN PGP SIGNATURE-----
218 -Version: GnuPG v2.0.19 (GNU/Linux)
219 -
220 -iQIcBAEBCAAGBQJQiBgYAAoJEDxpGckxwJCBuS4QAIT7sihI/OjhioTGDZPu2qir
221 -PCdyyltbrPP2Lr2eHJmg+FxYb2O7426+Sy7rxfQOR/ab4yvmw/cjm0mcw83AlRw/
222 -p9OodmaQQse6tNiKp9cdgdkVdK2HHJhHsK1pPEV0AFLax0+TRf/MmhdolF/kESc6
223 -CjbsvxD6tdHMKyaWkVc0xSwszSeWkc3qsVPEqmmbiwJmSwjQSW7bPzDJ2w9JYgSX
224 -vZ54zFbRJDLhRvbFZoXlR/+Maa9H4N2D/M2nzLL4GorpQjHY+r7gr7TjYV46WD4d
225 -QDYr5K+V48RFMFiRSD+6MTZm4PTjdTkCqdEq8Yh7IgBpK7va6TLWKFkcXN11Ao/j
226 -JNtN9hNvnYV9AhnQfOzrT9bxPzxUq2bmSPpKaherAxWgFLIb2e89aXwuZbvTlCWd
227 -UwfUsk8AjJ7cVrCJ0P6zGorwGDFmETZEWuJMU4R8sXXIy7a+OWaPw9rFcoCodht6
228 -dAvr62L4d59iV4+RxLufLn7vpASoysOk+u2q+A+HCt3eqJZtOt7nXZRsUfFLwtya
229 -JArUDSz0y54+o9GhJb28aqO99xFgb0dngRjHrwbW1u+zyYFtoCcUR28vhAGihmow
230 -RaYAFe5wa2qQ9sy1dK6iZ9hmCsCr4j3IdVnCWpOkjS5LvOX4LRSx3UcVI8Xvre/W
231 -Ic7In9LfRd9KXPccD1+h
232 -=id0l
233 ------END PGP SIGNATURE-----
234
235 diff --git a/app-emacs/elip/elip-0.803.ebuild b/app-emacs/elip/elip-0.803.ebuild
236 deleted file mode 100644
237 index d3fa422..0000000
238 --- a/app-emacs/elip/elip-0.803.ebuild
239 +++ /dev/null
240 @@ -1,41 +0,0 @@
241 -# Copyright 1999-2009 Gentoo Foundation
242 -# Distributed under the terms of the GNU General Public License v2
243 -# $Header: $
244 -
245 -NEED_EMACS=22
246 -
247 -inherit elisp
248 -
249 -DESCRIPTION="The Emacs Learning Instruction Program"
250 -HOMEPAGE="http://www.gnuvola.org/software/elip/"
251 -SRC_URI="http://www.gnuvola.org/software/elip/${P}.tar.gz"
252 -
253 -LICENSE="GPL-3"
254 -SLOT="0"
255 -KEYWORDS="~amd64 ~x86"
256 -IUSE=""
257 -
258 -DEPEND=">=app-emacs/edb-1.31"
259 -RDEPEND="${DEPEND}"
260 -
261 -SITEFILE=50${PN}-gentoo.el
262 -
263 -# this is not redundant, since src_compile is redefined by elisp.eclass
264 -src_compile() {
265 - econf || die "econf failed"
266 - emake || die "emake failed"
267 -}
268 -
269 -src_install() {
270 - # the build system of the package is horribly broken,
271 - # so we install everything manually
272 - elisp-install ${PN} source/*.{el,elc} || die "elisp-install failed"
273 - elisp-site-file-install "${FILESDIR}/${SITEFILE}" \
274 - || die "elisp-site-file-install failed"
275 - doinfo doc/elip.info*
276 -
277 - dodoc ChangeLog ChangeLog.OLD NEWS README
278 - insinto /usr/share/doc/${PF}
279 - doins doc/elip.pdf
280 - doins -r examples
281 -}
282
283 diff --git a/app-emacs/elip/elip-0.804.ebuild b/app-emacs/elip/elip-0.804.ebuild
284 index d3fa422..7eb3565 100644
285 --- a/app-emacs/elip/elip-0.804.ebuild
286 +++ b/app-emacs/elip/elip-0.804.ebuild
287 @@ -1,9 +1,7 @@
288 -# Copyright 1999-2009 Gentoo Foundation
289 +# Copyright 1999-2014 Gentoo Foundation
290 # Distributed under the terms of the GNU General Public License v2
291 # $Header: $
292
293 -NEED_EMACS=22
294 -
295 inherit elisp
296
297 DESCRIPTION="The Emacs Learning Instruction Program"
298 @@ -13,7 +11,6 @@ SRC_URI="http://www.gnuvola.org/software/elip/${P}.tar.gz"
299 LICENSE="GPL-3"
300 SLOT="0"
301 KEYWORDS="~amd64 ~x86"
302 -IUSE=""
303
304 DEPEND=">=app-emacs/edb-1.31"
305 RDEPEND="${DEPEND}"
306 @@ -29,9 +26,8 @@ src_compile() {
307 src_install() {
308 # the build system of the package is horribly broken,
309 # so we install everything manually
310 - elisp-install ${PN} source/*.{el,elc} || die "elisp-install failed"
311 - elisp-site-file-install "${FILESDIR}/${SITEFILE}" \
312 - || die "elisp-site-file-install failed"
313 + elisp-install ${PN} source/*.{el,elc}
314 + elisp-site-file-install "${FILESDIR}/${SITEFILE}"
315 doinfo doc/elip.info*
316
317 dodoc ChangeLog ChangeLog.OLD NEWS README
318
319 diff --git a/app-emacs/nummove/ChangeLog b/app-emacs/nummove/ChangeLog
320 index d542d36..d54b52e 100644
321 --- a/app-emacs/nummove/ChangeLog
322 +++ b/app-emacs/nummove/ChangeLog
323 @@ -2,6 +2,9 @@
324 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
325 # $Header: $
326
327 + 07 Jun 2014; Ulrich Müller <ulm@g.o> nummove-20070312.ebuild:
328 + Remove redundant NEED_EMACS assignment.
329 +
330 09 Mar 2014; Ulrich Müller <ulm@g.o> nummove-20070312.ebuild:
331 Update ebuild to EAPI 5. Specify LICENSE more precisely.
332
333
334 diff --git a/app-emacs/nummove/nummove-20070312.ebuild b/app-emacs/nummove/nummove-20070312.ebuild
335 index 0298a14..c745217 100644
336 --- a/app-emacs/nummove/nummove-20070312.ebuild
337 +++ b/app-emacs/nummove/nummove-20070312.ebuild
338 @@ -3,7 +3,6 @@
339 # $Header: $
340
341 EAPI=5
342 -NEED_EMACS=22
343
344 inherit elisp
345
346
347 diff --git a/app-emacs/oddmuse/ChangeLog b/app-emacs/oddmuse/ChangeLog
348 index 4813449..461bf05 100644
349 --- a/app-emacs/oddmuse/ChangeLog
350 +++ b/app-emacs/oddmuse/ChangeLog
351 @@ -2,6 +2,9 @@
352 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
353 # $Header: $
354
355 + 07 Jun 2014; Ulrich Müller <ulm@g.o> oddmuse-20090411.ebuild:
356 + Remove redundant NEED_EMACS assignment.
357 +
358 20 Feb 2014; Ulrich Müller <ulm@g.o> -oddmuse-20080421.ebuild,
359 oddmuse-20090411.ebuild:
360 Update ebuild to EAPI 5. Specify LICENSE more precisely. Remove old.
361
362 diff --git a/app-emacs/oddmuse/oddmuse-20090411.ebuild b/app-emacs/oddmuse/oddmuse-20090411.ebuild
363 index 1dff0ee..de3cb22 100644
364 --- a/app-emacs/oddmuse/oddmuse-20090411.ebuild
365 +++ b/app-emacs/oddmuse/oddmuse-20090411.ebuild
366 @@ -3,7 +3,6 @@
367 # $Header: $
368
369 EAPI=5
370 -NEED_EMACS=22
371
372 inherit elisp
373
374
375 diff --git a/app-emacs/org-mode/ChangeLog b/app-emacs/org-mode/ChangeLog
376 index 6eb2b8d..1483ba3 100644
377 --- a/app-emacs/org-mode/ChangeLog
378 +++ b/app-emacs/org-mode/ChangeLog
379 @@ -2,6 +2,9 @@
380 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
381 # $Header: $
382
383 + 07 Jun 2014; Ulrich Müller <ulm@g.o> org-mode-9999.ebuild:
384 + Remove redundant NEED_EMACS assignment.
385 +
386 19 Jan 2014; Ulrich Müller <ulm@g.o> org-mode-9999.ebuild:
387 Switch from package.mask to empty KEYWORDS.
388
389
390 diff --git a/app-emacs/org-mode/org-mode-9999.ebuild b/app-emacs/org-mode/org-mode-9999.ebuild
391 index fb5111f..4d6625b 100644
392 --- a/app-emacs/org-mode/org-mode-9999.ebuild
393 +++ b/app-emacs/org-mode/org-mode-9999.ebuild
394 @@ -4,8 +4,6 @@
395
396 EAPI=5
397
398 -NEED_EMACS=23
399 -
400 inherit elisp
401
402 if [[ ${PV} = 9999 ]]; then
403
404 diff --git a/app-emacs/rudel/ChangeLog b/app-emacs/rudel/ChangeLog
405 index 1fea41c..2ffcab3 100644
406 --- a/app-emacs/rudel/ChangeLog
407 +++ b/app-emacs/rudel/ChangeLog
408 @@ -2,6 +2,9 @@
409 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
410 # $Header: $
411
412 + 07 Jun 2014; Ulrich Müller <ulm@g.o> rudel-9999.ebuild:
413 + Remove redundant NEED_EMACS assignment.
414 +
415 17 Mar 2014; Ulrich Müller <ulm@g.o> rudel-9999.ebuild:
416 Merge changes from Portage tree.
417
418
419 diff --git a/app-emacs/rudel/rudel-9999.ebuild b/app-emacs/rudel/rudel-9999.ebuild
420 index 4f2f4a1..722b9b5 100644
421 --- a/app-emacs/rudel/rudel-9999.ebuild
422 +++ b/app-emacs/rudel/rudel-9999.ebuild
423 @@ -3,7 +3,6 @@
424 # $Header: $
425
426 EAPI=5
427 -NEED_EMACS=23
428
429 inherit readme.gentoo elisp bzr
430
431
432 diff --git a/app-emacs/smex/ChangeLog b/app-emacs/smex/ChangeLog
433 index f1b9b23..0789509 100644
434 --- a/app-emacs/smex/ChangeLog
435 +++ b/app-emacs/smex/ChangeLog
436 @@ -1,7 +1,10 @@
437 # ChangeLog for app-emacs/smex
438 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
439 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
440 # $Header: $
441
442 + 07 Jun 2014; Ulrich Müller <ulm@g.o> smex-20090716.ebuild:
443 + Remove redundant NEED_EMACS assignment. Specify LICENSE more precisely.
444 +
445 *smex-20090716 (05 Dec 2009)
446
447 05 Dec 2009; Ulrich Mueller <ulm@g.o> +files/50smex-gentoo.el,
448
449 diff --git a/app-emacs/smex/smex-20090716.ebuild b/app-emacs/smex/smex-20090716.ebuild
450 index 80c4818..8922d86 100644
451 --- a/app-emacs/smex/smex-20090716.ebuild
452 +++ b/app-emacs/smex/smex-20090716.ebuild
453 @@ -1,9 +1,7 @@
454 -# Copyright 1999-2009 Gentoo Foundation
455 +# Copyright 1999-2014 Gentoo Foundation
456 # Distributed under the terms of the GNU General Public License v2
457 # $Header: $
458
459 -NEED_EMACS=22
460 -
461 inherit elisp
462
463 DESCRIPTION="A smart M-x enhancement for Emacs"
464 @@ -11,9 +9,8 @@ HOMEPAGE="http://www.emacswiki.org/emacs/Smex
465 http://github.com/nonsequitur/smex/"
466 SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2"
467
468 -LICENSE="GPL-3"
469 +LICENSE="GPL-3+"
470 SLOT="0"
471 KEYWORDS="~amd64 ~x86"
472 -IUSE=""
473
474 SITEFILE="50${PN}-gentoo.el"