diff options
author | Christian Heim <phreak@gentoo.org> | 2008-04-21 16:46:04 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2008-04-21 16:46:04 +0000 |
commit | fb430dee07f980001bde9d8ec859b1902971374a (patch) | |
tree | 2ae107d8683ca55cc3a18649e49820b4d2a26c59 /app-laptop | |
parent | Fix up metadata.xml. If there's no maintainer for the package, the metadata a... (diff) | |
download | gentoo-2-fb430dee07f980001bde9d8ec859b1902971374a.tar.gz gentoo-2-fb430dee07f980001bde9d8ec859b1902971374a.tar.bz2 gentoo-2-fb430dee07f980001bde9d8ec859b1902971374a.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-laptop')
-rw-r--r-- | app-laptop/configure-thinkpad/ChangeLog | 8 | ||||
-rw-r--r-- | app-laptop/configure-thinkpad/metadata.xml | 10 |
2 files changed, 14 insertions, 4 deletions
diff --git a/app-laptop/configure-thinkpad/ChangeLog b/app-laptop/configure-thinkpad/ChangeLog index aaa033ada148..4839617bd964 100644 --- a/app-laptop/configure-thinkpad/ChangeLog +++ b/app-laptop/configure-thinkpad/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-laptop/configure-thinkpad -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/configure-thinkpad/ChangeLog,v 1.8 2007/02/05 00:35:50 flameeyes Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-laptop/configure-thinkpad/ChangeLog,v 1.9 2008/04/21 16:46:04 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. 05 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/app-laptop/configure-thinkpad/metadata.xml b/app-laptop/configure-thinkpad/metadata.xml index 8c95a4f07e37..4a024f63003e 100644 --- a/app-laptop/configure-thinkpad/metadata.xml +++ b/app-laptop/configure-thinkpad/metadata.xml @@ -1,6 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>no-herd</herd> - <longdescription>Gnome ThinkPad configuration tool</longdescription> + <herd>no-herd</herd> + <maintainer> + <email>maintainer-needed@gentoo.org</email> + <name>Default assignee for orphaned packages</name> + </maintainer> + <longdescription lang="en"> + Gnome ThinkPad configuration tool + </longdescription> </pkgmetadata> |