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-ml/react/
Date: Fri, 26 Aug 2022 12:11:14
Message-Id: 1661515868.fa22a4d514721226d5285b8e9e3cb24e5921cfd2.xgqt@gentoo
1 commit: fa22a4d514721226d5285b8e9e3cb24e5921cfd2
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 26 12:10:48 2022 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 26 12:11:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa22a4d5
7
8 dev-ml/react: add ml <AT> gentoo.org to maintainers
9
10 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
11
12 dev-ml/react/metadata.xml | 24 +++++++++++++++---------
13 1 file changed, 15 insertions(+), 9 deletions(-)
14
15 diff --git a/dev-ml/react/metadata.xml b/dev-ml/react/metadata.xml
16 index 37e21824a6fc..959d68873dec 100644
17 --- a/dev-ml/react/metadata.xml
18 +++ b/dev-ml/react/metadata.xml
19 @@ -1,16 +1,22 @@
20 <?xml version="1.0" encoding="UTF-8"?>
21 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
22 +
23 <pkgmetadata>
24 - <!-- maintainer-needed -->
25 - <longdescription lang="en">React is an OCaml module for functional reactive programming (FRP). It
26 - provides support to program with time varying values : applicative
27 - events and signals. React doesn't define any primitive event or
28 - signal, this lets the client chooses the concrete timeline.
29 - React is made of a single, independent, module and distributed under
30 - the new BSD license.
31 - Given an absolute notion of time Rtime helps you to manage a timeline
32 - and provides time stamp events, delayed events and delayed signals.</longdescription>
33 + <maintainer type="project">
34 + <email>ml@g.o</email>
35 + <name>ML</name>
36 + </maintainer>
37 + <longdescription lang="en">
38 + React is an OCaml module for functional reactive programming (FRP). It
39 + provides support to program with time varying values : applicative events
40 + and signals. React doesn't define any primitive event or signal, this lets
41 + the client chooses the concrete timeline. React is made of a single,
42 + independent, module and distributed under the new BSD license. Given an
43 + absolute notion of time Rtime helps you to manage a timeline and provides
44 + time stamp events, delayed events and delayed signals.
45 + </longdescription>
46 <upstream>
47 + <bugs-to>https://github.com/dbuenzli/react/issues/</bugs-to>
48 <remote-id type="github">dbuenzli/react</remote-id>
49 </upstream>
50 </pkgmetadata>