diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-01-24 23:22:16 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-01-24 23:58:38 +0100 |
commit | 54abd8ef454d94e71828d9841d045b8c58a58987 (patch) | |
tree | 265d717501845452b5e2e2b95ab0e7a5b2ebfa6a /net-mail | |
parent | Unify quoting in metadata.xml files for machine processing (diff) | |
download | gentoo-54abd8ef454d94e71828d9841d045b8c58a58987.tar.gz gentoo-54abd8ef454d94e71828d9841d045b8c58a58987.tar.bz2 gentoo-54abd8ef454d94e71828d9841d045b8c58a58987.zip |
Remove explicit notion of maintainer-needed, for GLEP 67
GLEP 67 removes the explicit notion of maintainer-needed@g.o being used
for packages lacking maintainers, in favor of assuming maintainer-needed
whenever the package has no maintainers.
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/checkpw/metadata.xml | 3 | ||||
-rw-r--r-- | net-mail/libdbx/metadata.xml | 3 | ||||
-rw-r--r-- | net-mail/renattach/metadata.xml | 3 | ||||
-rw-r--r-- | net-mail/vacation/metadata.xml | 3 |
4 files changed, 0 insertions, 12 deletions
diff --git a/net-mail/checkpw/metadata.xml b/net-mail/checkpw/metadata.xml index fdf0b6093f91..aec0843c7475 100644 --- a/net-mail/checkpw/metadata.xml +++ b/net-mail/checkpw/metadata.xml @@ -1,9 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer> - <email>maintainer-needed@gentoo.org</email> - </maintainer> <longdescription>checkpw checks password which is stored in a file in the Maildir directory. The file has read and write permissions to the user only. checkpw checks real user's password. For virtual users, vucheckpw is available diff --git a/net-mail/libdbx/metadata.xml b/net-mail/libdbx/metadata.xml index 0d3d6f9e04e6..f1d05ea54b68 100644 --- a/net-mail/libdbx/metadata.xml +++ b/net-mail/libdbx/metadata.xml @@ -1,9 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer> - <email>maintainer-needed@gentoo.org</email> - </maintainer> <upstream> <remote-id type="sourceforge">ol2mbox</remote-id> </upstream> diff --git a/net-mail/renattach/metadata.xml b/net-mail/renattach/metadata.xml index 46db27f9fd86..097975e3adc2 100644 --- a/net-mail/renattach/metadata.xml +++ b/net-mail/renattach/metadata.xml @@ -1,7 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer> - <email>maintainer-needed@gentoo.org</email> - </maintainer> </pkgmetadata> diff --git a/net-mail/vacation/metadata.xml b/net-mail/vacation/metadata.xml index f37776b9ab78..6aa73fd26350 100644 --- a/net-mail/vacation/metadata.xml +++ b/net-mail/vacation/metadata.xml @@ -1,9 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer> - <email>maintainer-needed@gentoo.org</email> - </maintainer> <upstream> <remote-id type="sourceforge">vacation</remote-id> </upstream> |