diff options
author | 2021-03-16 14:54:27 +0100 | |
---|---|---|
committer | 2021-03-16 17:42:18 +0100 | |
commit | e75ce1cc7c5e0cebe54c447b8855a3154a6d8f17 (patch) | |
tree | c9a8b59b811217d47fa7ca3c7f0446d706087e0a /app-dicts | |
parent | */*: Normalize metadata.xml files (diff) | |
download | gentoo-e75ce1cc7c5e0cebe54c447b8855a3154a6d8f17.tar.gz gentoo-e75ce1cc7c5e0cebe54c447b8855a3154a6d8f17.tar.bz2 gentoo-e75ce1cc7c5e0cebe54c447b8855a3154a6d8f17.zip |
*/*: Add 'proxied="proxy"' for proxy-maint project
Done via:
find -name metadata.xml -exec xml ed -P -L \
-a '//maintainer[email="proxy-maint@gentoo.org"]' \
-t attr -n proxied -v proxy {} +
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/aspell-es/metadata.xml | 2 | ||||
-rw-r--r-- | app-dicts/myspell-en/metadata.xml | 2 | ||||
-rw-r--r-- | app-dicts/myspell-es/metadata.xml | 2 | ||||
-rw-r--r-- | app-dicts/myspell-kk/metadata.xml | 2 | ||||
-rw-r--r-- | app-dicts/myspell-nl/metadata.xml | 2 | ||||
-rw-r--r-- | app-dicts/myspell-ru/metadata.xml | 2 | ||||
-rw-r--r-- | app-dicts/wordnet/metadata.xml | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/app-dicts/aspell-es/metadata.xml b/app-dicts/aspell-es/metadata.xml index 29f566c2af81..7de8ad389cf2 100644 --- a/app-dicts/aspell-es/metadata.xml +++ b/app-dicts/aspell-es/metadata.xml @@ -5,7 +5,7 @@ <email>pabloorduna98@gmail.com</email> <name>Pablo Orduna</name> </maintainer> - <maintainer type="project"> + <maintainer type="project" proxied="proxy"> <email>proxy-maint@gentoo.org</email> <name>Gentoo Proxy Maintainers Project</name> </maintainer> diff --git a/app-dicts/myspell-en/metadata.xml b/app-dicts/myspell-en/metadata.xml index d8e7bc793831..aa01fad77ca4 100644 --- a/app-dicts/myspell-en/metadata.xml +++ b/app-dicts/myspell-en/metadata.xml @@ -5,7 +5,7 @@ <email>onigino@protonmail.com</email> <name>Gino McCarty</name> </maintainer> - <maintainer type="project"> + <maintainer type="project" proxied="proxy"> <email>proxy-maint@gentoo.org</email> <name>Proxy Maintainers</name> </maintainer> diff --git a/app-dicts/myspell-es/metadata.xml b/app-dicts/myspell-es/metadata.xml index 66d15882a85b..677bfd35211e 100644 --- a/app-dicts/myspell-es/metadata.xml +++ b/app-dicts/myspell-es/metadata.xml @@ -5,7 +5,7 @@ <email>boris2.9@gmail.com</email> <name>Boris Carvajal</name> </maintainer> - <maintainer type="project"> + <maintainer type="project" proxied="proxy"> <email>proxy-maint@gentoo.org</email> <name>Proxy Maintainers</name> </maintainer> diff --git a/app-dicts/myspell-kk/metadata.xml b/app-dicts/myspell-kk/metadata.xml index fc94deb188fd..a721c0185d9c 100644 --- a/app-dicts/myspell-kk/metadata.xml +++ b/app-dicts/myspell-kk/metadata.xml @@ -5,7 +5,7 @@ <email>kegalym2@mail.ru</email> <name>Galym Kerimbekov</name> </maintainer> - <maintainer type="project"> + <maintainer type="project" proxied="proxy"> <email>proxy-maint@gentoo.org</email> <name>Proxy Maintainers</name> </maintainer> diff --git a/app-dicts/myspell-nl/metadata.xml b/app-dicts/myspell-nl/metadata.xml index 581558a60944..09113a6c7a36 100644 --- a/app-dicts/myspell-nl/metadata.xml +++ b/app-dicts/myspell-nl/metadata.xml @@ -5,7 +5,7 @@ <email>wimmuskee@gmail.com</email> <name>Wim Muskee</name> </maintainer> - <maintainer type="project"> + <maintainer type="project" proxied="proxy"> <email>proxy-maint@gentoo.org</email> <name>Proxy Maintainers</name> </maintainer> diff --git a/app-dicts/myspell-ru/metadata.xml b/app-dicts/myspell-ru/metadata.xml index 862f13bed88f..9f315bb071e5 100644 --- a/app-dicts/myspell-ru/metadata.xml +++ b/app-dicts/myspell-ru/metadata.xml @@ -5,7 +5,7 @@ <email>perfect007gentleman@gmail.com</email> <name>Perfect Gentleman</name> </maintainer> - <maintainer type="project"> + <maintainer type="project" proxied="proxy"> <email>proxy-maint@gentoo.org</email> <name>Proxy Maintainers</name> </maintainer> diff --git a/app-dicts/wordnet/metadata.xml b/app-dicts/wordnet/metadata.xml index c40afbd5319c..a62a62b836c4 100644 --- a/app-dicts/wordnet/metadata.xml +++ b/app-dicts/wordnet/metadata.xml @@ -5,7 +5,7 @@ <email>chocopuff298@gmail.com</email> <name>Ethan Kiang</name> </maintainer> -<maintainer type="project"> +<maintainer type="project" proxied="proxy"> <email>proxy-maint@gentoo.org</email> <name>Proxy Maintainers</name> </maintainer> |