diff options
author | Christian Heim <phreak@gentoo.org> | 2008-04-21 16:29:01 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2008-04-21 16:29:01 +0000 |
commit | 0b290c4dbfceed27b6da11c989c3ea95e99e4533 (patch) | |
tree | 5b8dae989a9b299498bd0530f8b44db9535f09ea /app-arch/rzip | |
parent | Version bump (diff) | |
download | historical-0b290c4dbfceed27b6da11c989c3ea95e99e4533.tar.gz historical-0b290c4dbfceed27b6da11c989c3ea95e99e4533.tar.bz2 historical-0b290c4dbfceed27b6da11c989c3ea95e99e4533.zip |
Fix up metadata.xml. If there's no maintainer for the package, the metadata also needs to contain m-needed@g.o.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'app-arch/rzip')
-rw-r--r-- | app-arch/rzip/ChangeLog | 6 | ||||
-rw-r--r-- | app-arch/rzip/metadata.xml | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/app-arch/rzip/ChangeLog b/app-arch/rzip/ChangeLog index c2b15ec72264..54708e527600 100644 --- a/app-arch/rzip/ChangeLog +++ b/app-arch/rzip/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-arch/rzip # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/rzip/ChangeLog,v 1.23 2008/02/07 21:59:48 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/rzip/ChangeLog,v 1.24 2008/04/21 16:27:15 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. 07 Feb 2008; Robin H. Johnson <robbat2@gentoo.org> metadata.xml: The original proxy-maint is long gone. Package needs new maintainers. diff --git a/app-arch/rzip/metadata.xml b/app-arch/rzip/metadata.xml index 20ce219711a2..fae7d74a9aee 100644 --- a/app-arch/rzip/metadata.xml +++ b/app-arch/rzip/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> |