summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThamognya Kodi <contact@thamognya.com>2022-05-29 07:10:26 +0700
committerJoonas Niilola <juippis@gentoo.org>2022-06-12 10:11:34 +0300
commit4dc8be00543a8bc1b8c5d4dec1c4266da712c669 (patch)
tree942f6e48d0af5ec2edf0c3f228eaafa727367b5e /dev-ml/react/metadata.xml
parentnet-misc/teamviewer: version bump to 15.30.3 (diff)
downloadgentoo-4dc8be00543a8bc1b8c5d4dec1c4266da712c669.tar.gz
gentoo-4dc8be00543a8bc1b8c5d4dec1c4266da712c669.tar.bz2
gentoo-4dc8be00543a8bc1b8c5d4dec1c4266da712c669.zip
dev-ml/react: bump to 1.2.2
Signed-off-by: Thamognya Kodi <contact@thamognya.com> Closes: https://github.com/gentoo/gentoo/pull/25668 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-ml/react/metadata.xml')
-rw-r--r--dev-ml/react/metadata.xml35
1 files changed, 19 insertions, 16 deletions
diff --git a/dev-ml/react/metadata.xml b/dev-ml/react/metadata.xml
index 9371e28a658c..e6107330d4f5 100644
--- a/dev-ml/react/metadata.xml
+++ b/dev-ml/react/metadata.xml
@@ -1,20 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription lang="en">
- React is an OCaml module for functional reactive programming (FRP). It
- provides support to program with time varying values : applicative
- events and signals. React doesn't define any primitive event or
- signal, this lets the client chooses the concrete timeline.
-
- React is made of a single, independent, module and distributed under
- the new BSD license.
-
- Given an absolute notion of time Rtime helps you to manage a timeline
- and provides time stamp events, delayed events and delayed signals.
- </longdescription>
- <upstream>
- <remote-id type="github">dbuenzli/react</remote-id>
- </upstream>
+ <maintainer type="person" proxied="yes">
+ <name>Thamognya Kodi</name>
+ <email>contact@thamognya.com</email>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <longdescription lang="en">React is an OCaml module for functional reactive programming (FRP). It
+ provides support to program with time varying values : applicative
+ events and signals. React doesn't define any primitive event or
+ signal, this lets the client chooses the concrete timeline.
+ React is made of a single, independent, module and distributed under
+ the new BSD license.
+ Given an absolute notion of time Rtime helps you to manage a timeline
+ and provides time stamp events, delayed events and delayed signals.</longdescription>
+ <upstream>
+ <remote-id type="github">dbuenzli/react</remote-id>
+ </upstream>
</pkgmetadata>