diff options
author | 2013-02-03 12:04:39 +0000 | |
---|---|---|
committer | 2013-02-03 12:04:39 +0000 | |
commit | 68476069ba1fa3768eb5ab1efe9ddfe7e6d6008e (patch) | |
tree | e92d3ae97a075936d806cccab0b84dad9f1cb23e /app-emulation/vov/metadata.xml | |
parent | Cleanup due #22900 (diff) | |
download | gentoo-2-68476069ba1fa3768eb5ab1efe9ddfe7e6d6008e.tar.gz gentoo-2-68476069ba1fa3768eb5ab1efe9ddfe7e6d6008e.tar.bz2 gentoo-2-68476069ba1fa3768eb5ab1efe9ddfe7e6d6008e.zip |
Pick up for proxy maintainership
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 0x89DEB219565C32BC)
Diffstat (limited to 'app-emulation/vov/metadata.xml')
-rw-r--r-- | app-emulation/vov/metadata.xml | 31 |
1 files changed, 19 insertions, 12 deletions
diff --git a/app-emulation/vov/metadata.xml b/app-emulation/vov/metadata.xml index 1fb1bcf49c1a..bb48f836bc94 100644 --- a/app-emulation/vov/metadata.xml +++ b/app-emulation/vov/metadata.xml @@ -1,16 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer> -<email>maintainer-needed@gentoo.org</email> -</maintainer> -<longdescription> -vov (Vov's Obsessive Von-Neumann) is a tool that emulates the behavior of a Von-Neumann machine. -It is basically an interpreter, which reads files in the form of memory assignments and executes -the encoded instructions. The vov's instructions make you able to perform simple arithmetic data -manipulation. It is a very useful tool to see if your programs work and how. -</longdescription> -<use> - <flag name='gprof'>build with profiling support</flag> -</use> + <maintainer> + <email>dennix.yxun@gmail.com</email> + <name>Dennis (dlan) Lan</name> + <description>maintainer, assign bugs</description> + </maintainer> + <maintainer> + <email>tomka@gentoo.org</email> + <name>Thomas Kahle</name> + <description>proxy maintainer, CC on bugs</description> + </maintainer> + <longdescription> + vov (Vov's Obsessive Von-Neumann) is a tool that emulates the behavior of a Von-Neumann machine. + It is basically an interpreter, which reads files in the form of memory assignments and executes + the encoded instructions. The vov's instructions make you able to perform simple arithmetic data + manipulation. It is a very useful tool to see if your programs work and how. + </longdescription> + <use> + <flag name='gprof'>build with profiling support</flag> + </use> </pkgmetadata> |