diff options
author | Christian Heim <phreak@gentoo.org> | 2008-04-21 17:49:39 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2008-04-21 17:49:39 +0000 |
commit | 2ea33ed7d18b3448514688411253d8d87de5995a (patch) | |
tree | 79d629a7847a1bec1badd89809ddac5608fbee73 /net-dns/totd | |
parent | Fix up metadata.xml. If there's no maintainer for the package, the metadata a... (diff) | |
download | gentoo-2-2ea33ed7d18b3448514688411253d8d87de5995a.tar.gz gentoo-2-2ea33ed7d18b3448514688411253d8d87de5995a.tar.bz2 gentoo-2-2ea33ed7d18b3448514688411253d8d87de5995a.zip |
Fix up metadata.xml. If there's no maintainer for the package, the metadata also needs to contain m-needed@g.o.
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-dns/totd')
-rw-r--r-- | net-dns/totd/ChangeLog | 8 | ||||
-rw-r--r-- | net-dns/totd/metadata.xml | 15 |
2 files changed, 16 insertions, 7 deletions
diff --git a/net-dns/totd/ChangeLog b/net-dns/totd/ChangeLog index 659601d18307..5337d26480bf 100644 --- a/net-dns/totd/ChangeLog +++ b/net-dns/totd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dns/totd -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/totd/ChangeLog,v 1.7 2007/10/06 15:23:21 coldwind Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dns/totd/ChangeLog,v 1.8 2008/04/21 17:49:39 phreak Exp $ + + 21 Apr 2008; Christian Heim <phreak@gentoo.org> metadata.xml: + Fix up metadata.xml. If there's no maintainer for the package, the metadata + also needs to contain m-needed@g.o. 06 Oct 2007; Santiago M. Mola <coldwind@gentoo.org> +files/totd-1.5.1-no_werror.patch, totd-1.5.1.ebuild: diff --git a/net-dns/totd/metadata.xml b/net-dns/totd/metadata.xml index 55dd82f1a5fe..3ac3393ce9e5 100644 --- a/net-dns/totd/metadata.xml +++ b/net-dns/totd/metadata.xml @@ -1,9 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>no-herd</herd> -<longdescription> -Totd ( Trick Or Treat Daemon ) is a small DNS proxy nameserver that supports IPv6 only hosts/networks that -communicate with the IPv4 world using some translation mechanism. -</longdescription> + <herd>no-herd</herd> + <maintainer> + <email>maintainer-needed@gentoo.org</email> + <name>Default assignee for orphaned packages</name> + </maintainer> + <longdescription lang="en"> + Totd ( Trick Or Treat Daemon ) is a small DNS proxy nameserver that + supports IPv6 only hosts/networks that communicate with the IPv4 world + using some translation mechanism. + </longdescription> </pkgmetadata> |