diff options
author | Christian Heim <phreak@gentoo.org> | 2008-04-21 18:12:26 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2008-04-21 18:12:26 +0000 |
commit | 3e07aa944630e22a0c916fc0ccf85122aeba2479 (patch) | |
tree | 54a4c0df298ebd456e205654af8641a6d2454517 /net-nntp/nget | |
parent | Fix up metadata.xml. If there's no maintainer for the package, the metadata a... (diff) | |
download | gentoo-2-3e07aa944630e22a0c916fc0ccf85122aeba2479.tar.gz gentoo-2-3e07aa944630e22a0c916fc0ccf85122aeba2479.tar.bz2 gentoo-2-3e07aa944630e22a0c916fc0ccf85122aeba2479.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-nntp/nget')
-rw-r--r-- | net-nntp/nget/ChangeLog | 8 | ||||
-rw-r--r-- | net-nntp/nget/metadata.xml | 6 |
2 files changed, 11 insertions, 3 deletions
diff --git a/net-nntp/nget/ChangeLog b/net-nntp/nget/ChangeLog index 8f698b460f33..9075a632e41f 100644 --- a/net-nntp/nget/ChangeLog +++ b/net-nntp/nget/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-nntp/nget -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/nget/ChangeLog,v 1.10 2007/04/15 00:08:45 swegener Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-nntp/nget/ChangeLog,v 1.11 2008/04/21 18:12:26 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. 15 Apr 2007; Sven Wegener <swegener@gentoo.org> -nget-0.26.ebuild, -nget-0.27.ebuild: diff --git a/net-nntp/nget/metadata.xml b/net-nntp/nget/metadata.xml index 20ce219711a2..fae7d74a9aee 100644 --- a/net-nntp/nget/metadata.xml +++ b/net-nntp/nget/metadata.xml @@ -1,5 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>no-herd</herd> + <herd>no-herd</herd> + <maintainer> + <email>maintainer-needed@gentoo.org</email> + <name>Default assignee for orphaned packages</name> + </maintainer> </pkgmetadata> |