Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/fennel/
Date: Tue, 01 Feb 2022 22:23:23
Message-Id: 1643754197.0541586e78354f24d34c5cc21763ad8275890041.xgqt@gentoo
1 commit: 0541586e78354f24d34c5cc21763ad8275890041
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 1 22:22:56 2022 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 1 22:23:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0541586e
7
8 dev-lang/fennel: update metadata
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
12
13 dev-lang/fennel/metadata.xml | 16 +++++-----------
14 1 file changed, 5 insertions(+), 11 deletions(-)
15
16 diff --git a/dev-lang/fennel/metadata.xml b/dev-lang/fennel/metadata.xml
17 index 2b5cd319731f..001e74a2f442 100644
18 --- a/dev-lang/fennel/metadata.xml
19 +++ b/dev-lang/fennel/metadata.xml
20 @@ -6,24 +6,18 @@
21 <email>xgqt@g.o</email>
22 <name>Maciej Barć</name>
23 </maintainer>
24 - <longdescription lang="en">
25 + <longdescription>
26 Fennel is a lisp that compiles to Lua. It aims to be easy to use,
27 expressive, and has almost zero overhead compared to handwritten Lua.
28 -
29 - - Full Lua compatibility - You can use any function or library from Lua.
30 - - Zero overhead - Compiled code should be just as or more efficient
31 + Full Lua compatibility - You can use any function or library from Lua.
32 + Zero overhead - Compiled code should be just as or more efficient
33 than hand-written Lua.
34 - - Compile-time macros - Ship compiled code with no runtime dependency
35 + Compile-time macros - Ship compiled code with no runtime dependency
36 on Fennel.
37 - - Embeddable - Fennel is a one-file library as well as an executable.
38 + Embeddable - Fennel is a one-file library as well as an executable.
39 Embed it in other programs to support runtime extensibility and
40 interactive development.
41 -
42 At https://fennel-lang.org there's a live in-browser REPL you can use
43 without installing anything.
44 </longdescription>
45 - <upstream>
46 - <bugs-to>https://github.com/bakpakin/Fennel/issues</bugs-to>
47 - <remote-id type="github">bakpakin/Fennel</remote-id>
48 - </upstream>
49 </pkgmetadata>