commit: a293c5bbfd8146640ea71fce9f6b965eed570edc Author: Alain Emilia Anna Zscheile <fogti+devel <AT> ytrizja <DOT> de> AuthorDate: Thu Feb 29 15:26:46 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Sat Mar 2 10:57:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a293c5bb
dev-ml/*: add myself as maintainer to some necessary dependencies Closes: https://github.com/gentoo/guru/pull/144 Signed-off-by: Alain Emilia Anna Zscheile <fogti+devel <AT> ytrizja.de> Signed-off-by: David Roman <davidroman96 <AT> gmail.com> dev-ml/afl-persistent/metadata.xml | 5 ++--- dev-ml/crowbar/metadata.xml | 5 ++--- profiles/package.mask | 2 -- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/dev-ml/afl-persistent/metadata.xml b/dev-ml/afl-persistent/metadata.xml index 74059b7a11..a9f914ff07 100644 --- a/dev-ml/afl-persistent/metadata.xml +++ b/dev-ml/afl-persistent/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>[email protected]</email> - <name>Alessandro Barbieri</name> + <email>[email protected]</email> + <name>Alain Emilia Anna Zscheile</name> </maintainer> <longdescription lang="en">afl-fuzz normally works by repeatedly fork()ing the program being tested. using this package, you can run afl-fuzz in 'persistent mode', diff --git a/dev-ml/crowbar/metadata.xml b/dev-ml/crowbar/metadata.xml index a47ab22314..5464d8e09c 100644 --- a/dev-ml/crowbar/metadata.xml +++ b/dev-ml/crowbar/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>[email protected]</email> - <name>Alessandro Barbieri</name> + <email>[email protected]</email> + <name>Alain Emilia Anna Zscheile</name> </maintainer> <longdescription lang="en">Crowbar is a library for testing code, combining QuickCheck-style property-based testing and the magical bug-finding powers of diff --git a/profiles/package.mask b/profiles/package.mask index 7abf4d37b6..32bfcd42ec 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -273,7 +273,6 @@ dev-libs/protothreads dev-libs/shuffile dev-libs/zlib-google dev-lisp/PSL -dev-ml/afl-persistent dev-ml/alcotest-lwt dev-ml/angstrom dev-ml/arp @@ -290,7 +289,6 @@ dev-ml/conduit dev-ml/configurator dev-ml/cow dev-ml/crc -dev-ml/crowbar dev-ml/diet dev-ml/dns dev-ml/domain-name
