Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/fizz/
Date: Wed, 05 May 2021 08:33:56
Message-Id: 1620199972.6b9e0a8b32f34fb3ef6680963e92f4d15c106b87.andrewammerlaan@gentoo
1 commit: 6b9e0a8b32f34fb3ef6680963e92f4d15c106b87
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Wed May 5 07:25:41 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Wed May 5 07:32:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6b9e0a8b
7
8 dev-cpp/fizz: comaintainers welcome
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-cpp/fizz/metadata.xml | 4 ++++
13 1 file changed, 4 insertions(+)
14
15 diff --git a/dev-cpp/fizz/metadata.xml b/dev-cpp/fizz/metadata.xml
16 index 4bdd21df7..44dd63454 100644
17 --- a/dev-cpp/fizz/metadata.xml
18 +++ b/dev-cpp/fizz/metadata.xml
19 @@ -1,6 +1,10 @@
20 <?xml version="1.0" encoding="UTF-8"?>
21 <!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
22 <pkgmetadata>
23 + <maintainer type="person">
24 + <email>lssndrbarbieri@×××××.com</email>
25 + <name>Alessandro Barbieri</name>
26 + </maintainer>
27 <longdescription lang="en">
28 The core protocol implementations are in ClientProtocol and ServerProtocol. FizzClientContext and FizzServerContext provide configuration options. FizzClient and FizzServer (which both inherit from FizzBase) provide applications with an interface to interact with the state machine. FizzClient/FizzServer receives events from the application layer, invokes the correct event handler, and invokes the application ActionVisitor to process the actions.