diff options
author | Christian Heim <phreak@gentoo.org> | 2008-04-21 17:05:02 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2008-04-21 17:05:02 +0000 |
commit | 0a398ad7ee19923646e474ab791dc53dd1ad2076 (patch) | |
tree | 658de90db12d1bb0ea18923a7714e6263271fd00 /app-text | |
parent | Fix up metadata.xml. If there's no maintainer for the package, the metadata a... (diff) | |
download | gentoo-2-0a398ad7ee19923646e474ab791dc53dd1ad2076.tar.gz gentoo-2-0a398ad7ee19923646e474ab791dc53dd1ad2076.tar.bz2 gentoo-2-0a398ad7ee19923646e474ab791dc53dd1ad2076.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 'app-text')
-rw-r--r-- | app-text/psiconv/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/psiconv/metadata.xml | 6 |
2 files changed, 11 insertions, 3 deletions
diff --git a/app-text/psiconv/ChangeLog b/app-text/psiconv/ChangeLog index abe88c7377ff..a2fce5b61075 100644 --- a/app-text/psiconv/ChangeLog +++ b/app-text/psiconv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/psiconv -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/psiconv/ChangeLog,v 1.8 2007/02/21 23:37:02 peper Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/psiconv/ChangeLog,v 1.9 2008/04/21 17:05:02 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. 21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/app-text/psiconv/metadata.xml b/app-text/psiconv/metadata.xml index 20ce219711a2..fae7d74a9aee 100644 --- a/app-text/psiconv/metadata.xml +++ b/app-text/psiconv/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> |