diff options
author | Christian Heim <phreak@gentoo.org> | 2008-04-21 16:34:24 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2008-04-21 16:34:24 +0000 |
commit | d520fd4730e8f2cd8e6b2d432c27310bce7d4333 (patch) | |
tree | 5dd062dafe1141a946b0a7e0fb10e9ea01666b10 /app-crypt/rotix | |
parent | Fix up metadata.xml. If there's no maintainer for the package, the metadata a... (diff) | |
download | gentoo-2-d520fd4730e8f2cd8e6b2d432c27310bce7d4333.tar.gz gentoo-2-d520fd4730e8f2cd8e6b2d432c27310bce7d4333.tar.bz2 gentoo-2-d520fd4730e8f2cd8e6b2d432c27310bce7d4333.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-crypt/rotix')
-rw-r--r-- | app-crypt/rotix/ChangeLog | 8 | ||||
-rw-r--r-- | app-crypt/rotix/metadata.xml | 7 |
2 files changed, 11 insertions, 4 deletions
diff --git a/app-crypt/rotix/ChangeLog b/app-crypt/rotix/ChangeLog index deb6a51dcd56..0e134fe69a8d 100644 --- a/app-crypt/rotix/ChangeLog +++ b/app-crypt/rotix/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/rotix -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/rotix/ChangeLog,v 1.9 2007/03/21 21:51:45 armin76 Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/rotix/ChangeLog,v 1.10 2008/04/21 16:34:24 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 Mar 2007; Raúl Porcel <armin76@gentoo.org> +files/0.83-respect-CFLAGS-and-dont-strip.patch, rotix-0.83.ebuild: diff --git a/app-crypt/rotix/metadata.xml b/app-crypt/rotix/metadata.xml index 2cf1c74b547a..fae7d74a9aee 100644 --- a/app-crypt/rotix/metadata.xml +++ b/app-crypt/rotix/metadata.xml @@ -1,6 +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> - |