diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-10-17 09:06:31 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-10-17 09:12:06 +0200 |
commit | a9f5f2e5e09a5bc75b4ad6a00acbfb13feac80aa (patch) | |
tree | f277338f03bc93a92d1aeb9869cc5bb6caefa638 | |
parent | dev-lang/tuprolog: add missing build.xml file (diff) | |
download | gentoo-a9f5f2e5e09a5bc75b4ad6a00acbfb13feac80aa.tar.gz gentoo-a9f5f2e5e09a5bc75b4ad6a00acbfb13feac80aa.tar.bz2 gentoo-a9f5f2e5e09a5bc75b4ad6a00acbfb13feac80aa.zip |
app-misc/ttyrec: take over maintainership.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
-rw-r--r-- | app-misc/ttyrec/metadata.xml | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/app-misc/ttyrec/metadata.xml b/app-misc/ttyrec/metadata.xml index 939212a8a109..a7bed5c50932 100644 --- a/app-misc/ttyrec/metadata.xml +++ b/app-misc/ttyrec/metadata.xml @@ -1,12 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<!-- maintainer-needed --> -<longdescription> -ttyrec is a tty recorder. Recorded data can be played back with the -included ttyplay command. ttyrec is just a derivative of script -command for recording timing information with microsecond accuracy as -well. It can record emacs -nw, vi, lynx, or any programs running on -tty. -</longdescription> + <maintainer type="person"> + <email>monsieurp@gentoo.org</email> + <name>Patrice Clement</name> + </maintainer> + <longdescription> + ttyrec is a tty recorder. Recorded data can be played back with the + included ttyplay command. ttyrec is just a derivative of script + command for recording timing information with microsecond accuracy as + well. It can record emacs -nw, vi, lynx, or any programs running on + tty. + </longdescription> </pkgmetadata> |