public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: profiles/, dev-ml/psq/, dev-ml/lwt-dllist/, dev-ml/bigstringaf/, dev-ml/cstruct/, ...
Date: Sat,  2 Mar 2024 14:26:26 +0000 (UTC)	[thread overview]
Message-ID: <1709376925.6d60848ef43e9b45df5df9bf6ded4f6fd2f36401.davidroman@gentoo> (raw)

commit:     6d60848ef43e9b45df5df9bf6ded4f6fd2f36401
Author:     Alain Emilia Anna Zscheile <fogti+devel <AT> ytrizja <DOT> de>
AuthorDate: Mon Feb 26 12:27:39 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Mar  2 10:55:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6d60848e

dev-ml/*: add myself as maintainer to some packages

- also remove previous stale maintainer for packages now maintained by me
- and unmask these

Signed-off-by: Alain Emilia Anna Zscheile <fogti+devel <AT> ytrizja.de>
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-ml/bigstringaf/metadata.xml | 5 ++---
 dev-ml/cstruct/metadata.xml     | 5 ++---
 dev-ml/lwt-dllist/metadata.xml  | 4 ++--
 dev-ml/psq/metadata.xml         | 5 ++---
 dev-ml/xmlm/metadata.xml        | 5 ++---
 profiles/package.mask           | 5 -----
 6 files changed, 10 insertions(+), 19 deletions(-)

diff --git a/dev-ml/bigstringaf/metadata.xml b/dev-ml/bigstringaf/metadata.xml
index 7c48d570fc..4553d2f05b 100644
--- a/dev-ml/bigstringaf/metadata.xml
+++ b/dev-ml/bigstringaf/metadata.xml
@@ -2,9 +2,8 @@
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
-		<description>co-maintainers welcome</description>
-		<email>lssndrbarbieri@gmail.com</email>
-		<name>Alessandro Barbieri</name>
+		<email>fogti+devel@ytrizja.de</email>
+		<name>Alain Emilia Anna Zscheile</name>
 	</maintainer>
 	<longdescription lang="en">Bigstring intrinsics and fast blits based on memcpy/memmove
 

diff --git a/dev-ml/cstruct/metadata.xml b/dev-ml/cstruct/metadata.xml
index 82eed1b8b6..7713f9991e 100644
--- a/dev-ml/cstruct/metadata.xml
+++ b/dev-ml/cstruct/metadata.xml
@@ -2,9 +2,8 @@
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
-		<description>co-maintainers welcome</description>
-		<email>lssndrbarbieri@gmail.com</email>
-		<name>Alessandro Barbieri</name>
+		<email>fogti+devel@ytrizja.de</email>
+		<name>Alain Emilia Anna Zscheile</name>
 	</maintainer>
 	<use>
 		<flag name="async">provide Async Pipe and Bigstring support</flag>

diff --git a/dev-ml/lwt-dllist/metadata.xml b/dev-ml/lwt-dllist/metadata.xml
index 9a8f0146a3..1629363237 100644
--- a/dev-ml/lwt-dllist/metadata.xml
+++ b/dev-ml/lwt-dllist/metadata.xml
@@ -2,8 +2,8 @@
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
-		<email>lssndrbarbieri@gmail.com</email>
-		<name>Alessandro Barbieri</name>
+		<email>fogti+devel@ytrizja.de</email>
+		<name>Alain Emilia Anna Zscheile</name>
 	</maintainer>
 	<longdescription lang="en">A sequence is an object holding a list of elements which support
 the following operations:

diff --git a/dev-ml/psq/metadata.xml b/dev-ml/psq/metadata.xml
index 02d19a9fce..447341b33e 100644
--- a/dev-ml/psq/metadata.xml
+++ b/dev-ml/psq/metadata.xml
@@ -2,9 +2,8 @@
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
-		<description>co-maintainers welcome</description>
-		<email>lssndrbarbieri@gmail.com</email>
-		<name>Alessandro Barbieri</name>
+		<email>fogti+devel@ytrizja.de</email>
+		<name>Alain Emilia Anna Zscheile</name>
 	</maintainer>
 	<longdescription lang="en">Typical applications are searches, schedulers and caches. If you ever scratched
 your head because that A* didn't look quite right, a PSQ is what you needed.</longdescription>

diff --git a/dev-ml/xmlm/metadata.xml b/dev-ml/xmlm/metadata.xml
index a462efdb96..4b3b4f4ac8 100644
--- a/dev-ml/xmlm/metadata.xml
+++ b/dev-ml/xmlm/metadata.xml
@@ -2,9 +2,8 @@
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
-		<description>co-maintainers welcome</description>
-		<email>lssndrbarbieri@gmail.com</email>
-		<name>Alessandro Barbieri</name>
+		<email>fogti+devel@ytrizja.de</email>
+		<name>Alain Emilia Anna Zscheile</name>
 	</maintainer>
 	<longdescription lang="en">Xmlm is a streaming codec to decode and encode the XML data format. It
 can process XML documents without a complete in-memory representation of the

diff --git a/profiles/package.mask b/profiles/package.mask
index ddda2714ca..7abf4d37b6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -282,7 +282,6 @@ dev-ml/async_find
 dev-ml/async_inotify
 dev-ml/async_ssl
 dev-ml/bheap
-dev-ml/bigstringaf
 dev-ml/ca-certs-nss
 dev-ml/ca-certs
 dev-ml/cdrom
@@ -292,7 +291,6 @@ dev-ml/configurator
 dev-ml/cow
 dev-ml/crc
 dev-ml/crowbar
-dev-ml/cstruct
 dev-ml/diet
 dev-ml/dns
 dev-ml/domain-name
@@ -312,7 +310,6 @@ dev-ml/io-page
 dev-ml/ipaddr
 dev-ml/js_of_ocaml
 dev-ml/lru
-dev-ml/lwt-dllist
 dev-ml/magic-mime
 dev-ml/metrics
 dev-ml/mirage-block-unix
@@ -340,7 +337,6 @@ dev-ml/pcap-format
 dev-ml/pci
 dev-ml/pecu
 dev-ml/polly
-dev-ml/psq
 dev-ml/qmp
 dev-ml/randomconv
 dev-ml/rpc
@@ -366,7 +362,6 @@ dev-ml/xen-evtchn
 dev-ml/xen-gnt
 dev-ml/xenstore-clients
 dev-ml/xenstore
-dev-ml/xmlm
 dev-octave/control
 dev-octave/dataframe
 dev-octave/fuzzy-logic-toolkit


WARNING: multiple messages have this Message-ID (diff)
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-ml/cstruct/, dev-ml/lwt-dllist/, dev-ml/psq/, dev-ml/xmlm/, ...
Date: Sat,  2 Mar 2024 10:58:16 +0000 (UTC)	[thread overview]
Message-ID: <1709376925.6d60848ef43e9b45df5df9bf6ded4f6fd2f36401.davidroman@gentoo> (raw)
Message-ID: <20240302105816.1j3nDvndzg_i-xwZW_leFAdV6UmjqsMGc7n-0fMeEVw@z> (raw)

commit:     6d60848ef43e9b45df5df9bf6ded4f6fd2f36401
Author:     Alain Emilia Anna Zscheile <fogti+devel <AT> ytrizja <DOT> de>
AuthorDate: Mon Feb 26 12:27:39 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Mar  2 10:55:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6d60848e

dev-ml/*: add myself as maintainer to some packages

- also remove previous stale maintainer for packages now maintained by me
- and unmask these

Signed-off-by: Alain Emilia Anna Zscheile <fogti+devel <AT> ytrizja.de>
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-ml/bigstringaf/metadata.xml | 5 ++---
 dev-ml/cstruct/metadata.xml     | 5 ++---
 dev-ml/lwt-dllist/metadata.xml  | 4 ++--
 dev-ml/psq/metadata.xml         | 5 ++---
 dev-ml/xmlm/metadata.xml        | 5 ++---
 profiles/package.mask           | 5 -----
 6 files changed, 10 insertions(+), 19 deletions(-)

diff --git a/dev-ml/bigstringaf/metadata.xml b/dev-ml/bigstringaf/metadata.xml
index 7c48d570fc..4553d2f05b 100644
--- a/dev-ml/bigstringaf/metadata.xml
+++ b/dev-ml/bigstringaf/metadata.xml
@@ -2,9 +2,8 @@
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
-		<description>co-maintainers welcome</description>
-		<email>lssndrbarbieri@gmail.com</email>
-		<name>Alessandro Barbieri</name>
+		<email>fogti+devel@ytrizja.de</email>
+		<name>Alain Emilia Anna Zscheile</name>
 	</maintainer>
 	<longdescription lang="en">Bigstring intrinsics and fast blits based on memcpy/memmove
 

diff --git a/dev-ml/cstruct/metadata.xml b/dev-ml/cstruct/metadata.xml
index 82eed1b8b6..7713f9991e 100644
--- a/dev-ml/cstruct/metadata.xml
+++ b/dev-ml/cstruct/metadata.xml
@@ -2,9 +2,8 @@
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
-		<description>co-maintainers welcome</description>
-		<email>lssndrbarbieri@gmail.com</email>
-		<name>Alessandro Barbieri</name>
+		<email>fogti+devel@ytrizja.de</email>
+		<name>Alain Emilia Anna Zscheile</name>
 	</maintainer>
 	<use>
 		<flag name="async">provide Async Pipe and Bigstring support</flag>

diff --git a/dev-ml/lwt-dllist/metadata.xml b/dev-ml/lwt-dllist/metadata.xml
index 9a8f0146a3..1629363237 100644
--- a/dev-ml/lwt-dllist/metadata.xml
+++ b/dev-ml/lwt-dllist/metadata.xml
@@ -2,8 +2,8 @@
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
-		<email>lssndrbarbieri@gmail.com</email>
-		<name>Alessandro Barbieri</name>
+		<email>fogti+devel@ytrizja.de</email>
+		<name>Alain Emilia Anna Zscheile</name>
 	</maintainer>
 	<longdescription lang="en">A sequence is an object holding a list of elements which support
 the following operations:

diff --git a/dev-ml/psq/metadata.xml b/dev-ml/psq/metadata.xml
index 02d19a9fce..447341b33e 100644
--- a/dev-ml/psq/metadata.xml
+++ b/dev-ml/psq/metadata.xml
@@ -2,9 +2,8 @@
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
-		<description>co-maintainers welcome</description>
-		<email>lssndrbarbieri@gmail.com</email>
-		<name>Alessandro Barbieri</name>
+		<email>fogti+devel@ytrizja.de</email>
+		<name>Alain Emilia Anna Zscheile</name>
 	</maintainer>
 	<longdescription lang="en">Typical applications are searches, schedulers and caches. If you ever scratched
 your head because that A* didn't look quite right, a PSQ is what you needed.</longdescription>

diff --git a/dev-ml/xmlm/metadata.xml b/dev-ml/xmlm/metadata.xml
index a462efdb96..4b3b4f4ac8 100644
--- a/dev-ml/xmlm/metadata.xml
+++ b/dev-ml/xmlm/metadata.xml
@@ -2,9 +2,8 @@
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
-		<description>co-maintainers welcome</description>
-		<email>lssndrbarbieri@gmail.com</email>
-		<name>Alessandro Barbieri</name>
+		<email>fogti+devel@ytrizja.de</email>
+		<name>Alain Emilia Anna Zscheile</name>
 	</maintainer>
 	<longdescription lang="en">Xmlm is a streaming codec to decode and encode the XML data format. It
 can process XML documents without a complete in-memory representation of the

diff --git a/profiles/package.mask b/profiles/package.mask
index ddda2714ca..7abf4d37b6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -282,7 +282,6 @@ dev-ml/async_find
 dev-ml/async_inotify
 dev-ml/async_ssl
 dev-ml/bheap
-dev-ml/bigstringaf
 dev-ml/ca-certs-nss
 dev-ml/ca-certs
 dev-ml/cdrom
@@ -292,7 +291,6 @@ dev-ml/configurator
 dev-ml/cow
 dev-ml/crc
 dev-ml/crowbar
-dev-ml/cstruct
 dev-ml/diet
 dev-ml/dns
 dev-ml/domain-name
@@ -312,7 +310,6 @@ dev-ml/io-page
 dev-ml/ipaddr
 dev-ml/js_of_ocaml
 dev-ml/lru
-dev-ml/lwt-dllist
 dev-ml/magic-mime
 dev-ml/metrics
 dev-ml/mirage-block-unix
@@ -340,7 +337,6 @@ dev-ml/pcap-format
 dev-ml/pci
 dev-ml/pecu
 dev-ml/polly
-dev-ml/psq
 dev-ml/qmp
 dev-ml/randomconv
 dev-ml/rpc
@@ -366,7 +362,6 @@ dev-ml/xen-evtchn
 dev-ml/xen-gnt
 dev-ml/xenstore-clients
 dev-ml/xenstore
-dev-ml/xmlm
 dev-octave/control
 dev-octave/dataframe
 dev-octave/fuzzy-logic-toolkit


             reply	other threads:[~2024-03-02 14:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-02 14:26 David Roman [this message]
2024-03-02 10:58 ` [gentoo-commits] repo/proj/guru:dev commit in: dev-ml/cstruct/, dev-ml/lwt-dllist/, dev-ml/psq/, dev-ml/xmlm/, David Roman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1709376925.6d60848ef43e9b45df5df9bf6ded4f6fd2f36401.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox