commit: a0b3937f05c332787abcbba6fcf7123085e3e7eb Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Wed Apr 30 23:32:06 2025 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Wed Apr 30 23:38:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0b3937f
x11-misc/xdotool: add myself as a maintainer I use this and just noticed that it was m-n. Not that there is much to do at the moment (already on latest version). Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> x11-misc/xdotool/metadata.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/x11-misc/xdotool/metadata.xml b/x11-misc/xdotool/metadata.xml index 43dc6c0e6d6d..dd36d08bca63 100644 --- a/x11-misc/xdotool/metadata.xml +++ b/x11-misc/xdotool/metadata.xml @@ -1,11 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> + <maintainer type="person"> + <email>[email protected]</email> + <name>Ionen Wolkens</name> + </maintainer> <longdescription> -This tool lets you programatically (or manually) simulate keyboard input and -mouse activity, move and resize windows, etc. It does this using X11's XTEST -extension and other Xlib functions. + This tool lets you programatically (or manually) simulate + keyboard input and mouse activity, move and resize windows, + etc. It does this using X11's XTEST extension and other Xlib + functions. </longdescription> <upstream> <remote-id type="github">jordansissel/xdotool</remote-id>
