diff options
author | 2008-04-21 17:02:12 +0000 | |
---|---|---|
committer | 2008-04-21 17:02:12 +0000 | |
commit | 303ecc8a813fe8a79c7b897785c1772c00604ac6 (patch) | |
tree | 590619f049c5d4306eb621086bedd791a4979b41 /app-pda/synce-multisync_plugin | |
parent | keyring to gnome-keyring (diff) | |
download | historical-303ecc8a813fe8a79c7b897785c1772c00604ac6.tar.gz historical-303ecc8a813fe8a79c7b897785c1772c00604ac6.tar.bz2 historical-303ecc8a813fe8a79c7b897785c1772c00604ac6.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-pda/synce-multisync_plugin')
-rw-r--r-- | app-pda/synce-multisync_plugin/ChangeLog | 8 | ||||
-rw-r--r-- | app-pda/synce-multisync_plugin/metadata.xml | 10 |
2 files changed, 14 insertions, 4 deletions
diff --git a/app-pda/synce-multisync_plugin/ChangeLog b/app-pda/synce-multisync_plugin/ChangeLog index 96658080e60d..de1e03731d52 100644 --- a/app-pda/synce-multisync_plugin/ChangeLog +++ b/app-pda/synce-multisync_plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-pda/synce-multisync_plugin -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-multisync_plugin/ChangeLog,v 1.14 2007/02/21 23:01:04 peper Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-multisync_plugin/ChangeLog,v 1.15 2008/04/21 17:01:16 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-pda/synce-multisync_plugin/metadata.xml b/app-pda/synce-multisync_plugin/metadata.xml index 375b67b6f362..c4b121ed011c 100644 --- a/app-pda/synce-multisync_plugin/metadata.xml +++ b/app-pda/synce-multisync_plugin/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>Multisync plugin to get data from a PDA using synce</longdescription> + <herd>no-herd</herd> + <maintainer> + <email>maintainer-needed@gentoo.org</email> + <name>Default assignee for orphaned packages</name> + </maintainer> + <longdescription lang="en"> + Multisync plugin to get data from a PDA using synce. + </longdescription> </pkgmetadata> |