diff options
author | Ian Delaney <idella4@gentoo.org> | 2015-12-08 23:04:59 +0800 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-12-08 23:06:14 +0800 |
commit | ac7191092a086368554e2437c1af6228251f6100 (patch) | |
tree | 9271db98bfc90e723fd6e68501e155caee78caf3 /dev-util | |
parent | dev-java/jsap: EAPI 5 bump. (diff) | |
download | gentoo-ac7191092a086368554e2437c1af6228251f6100.tar.gz gentoo-ac7191092a086368554e2437c1af6228251f6100.tar.bz2 gentoo-ac7191092a086368554e2437c1af6228251f6100.zip |
dev-util/pkgconf: add proxied maintainer to metadata
Package-Manager: portage-2.2.24
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/pkgconf/metadata.xml | 29 |
1 files changed, 18 insertions, 11 deletions
diff --git a/dev-util/pkgconf/metadata.xml b/dev-util/pkgconf/metadata.xml index 94288df8b186..938c704a8aa3 100644 --- a/dev-util/pkgconf/metadata.xml +++ b/dev-util/pkgconf/metadata.xml @@ -1,15 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer> - <email>jdhore@gentoo.org</email> - <name>Jeff Horelick</name> - </maintainer> - <use> - <flag name="pkg-config">Install as a replacement for dev-util/pkgconfig</flag> - <flag name="strict">Adhere to POSIX pkg-config specification. Useful for finding uses of non-standard pkg-config invocations.</flag> - </use> - <upstream> - <remote-id type="github">pkgconf/pkgconf</remote-id> - </upstream> + <herd>proxy-maintainers</herd> + <maintainer> + <email>jdhore@gentoo.org</email> + <name>Jeff Horelick</name> + </maintainer> + <maintainer> + <email>elizabeth@interlinked.me</email> + <name>Elizabeth Myers</name> + <description>Proxied maintainer; set to assignee in all bugs</description> + </maintainer> + <use> + <flag name="pkg-config">Install as a replacement for dev-util/pkgconfig</flag> + <flag name="strict">Adhere to POSIX pkg-config specification. Useful for finding uses of +non-standard pkg-config invocations</flag> + </use> + <upstream> + <remote-id type="github">pkgconf/pkgconf</remote-id> + </upstream> </pkgmetadata> |