diff options
author | Christian Heim <phreak@gentoo.org> | 2008-04-21 16:32:53 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2008-04-21 16:32:53 +0000 |
commit | 646547938f5c89fa5ce98da4ded6ad4fb537bdb9 (patch) | |
tree | 2715e21f02a27a72b58f0dc177d4473577458b72 /app-benchmarks/dbench | |
parent | Fix up metadata.xml. If there's no maintainer for the package, the metadata a... (diff) | |
download | historical-646547938f5c89fa5ce98da4ded6ad4fb537bdb9.tar.gz historical-646547938f5c89fa5ce98da4ded6ad4fb537bdb9.tar.bz2 historical-646547938f5c89fa5ce98da4ded6ad4fb537bdb9.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-benchmarks/dbench')
-rw-r--r-- | app-benchmarks/dbench/ChangeLog | 8 | ||||
-rw-r--r-- | app-benchmarks/dbench/metadata.xml | 6 |
2 files changed, 11 insertions, 3 deletions
diff --git a/app-benchmarks/dbench/ChangeLog b/app-benchmarks/dbench/ChangeLog index a90c5a05f356..36f65e99b234 100644 --- a/app-benchmarks/dbench/ChangeLog +++ b/app-benchmarks/dbench/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-benchmarks/dbench -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/dbench/ChangeLog,v 1.27 2007/12/28 15:28:43 rich0 Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/dbench/ChangeLog,v 1.28 2008/04/21 16:32:53 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. 27 Dec 2007; <rich0@gentoo.org> dbench-3.04.ebuild: Stable on amd64. diff --git a/app-benchmarks/dbench/metadata.xml b/app-benchmarks/dbench/metadata.xml index 20ce219711a2..fae7d74a9aee 100644 --- a/app-benchmarks/dbench/metadata.xml +++ b/app-benchmarks/dbench/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> |