diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-05-01 11:56:24 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-05-04 11:36:18 -0400 |
commit | 863dfc31fa2ff56a60b93e510c702f54a879451e (patch) | |
tree | 2b6353e442ac0ce455e4f7f155ce51dd4a10beb0 /app-editors | |
parent | sys-devel/kgcc64: add 13.2.1_p20240503 (diff) | |
download | gentoo-863dfc31fa2ff56a60b93e510c702f54a879451e.tar.gz gentoo-863dfc31fa2ff56a60b93e510c702f54a879451e.tar.bz2 gentoo-863dfc31fa2ff56a60b93e510c702f54a879451e.zip |
*/*: drop qt from maintainers for end-user applications
Also including their (non-Qt) deps that Qt itself does not need.
Bare rare exceptions, nowadays the Gentoo's Qt project is intended
to maintain Qt itself and not end-user applications that merely
happen to use Qt. This may have worked in the past but we do not
have enough interested members to maintain these.
*Most* of these were effectively unmaintained by Qt and recent'ish
commits were drive-by from other developers. This is done to reflect
reality better, and hopefully let these packages gain proper
maintainers (or at least make it clear that anyone can work on them).
Closes: https://github.com/gentoo/gentoo/pull/36508
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/focuswriter/metadata.xml | 5 | ||||
-rw-r--r-- | app-editors/juffed/metadata.xml | 5 | ||||
-rw-r--r-- | app-editors/qxmledit/metadata.xml | 5 | ||||
-rw-r--r-- | app-editors/tea/metadata.xml | 5 |
4 files changed, 4 insertions, 16 deletions
diff --git a/app-editors/focuswriter/metadata.xml b/app-editors/focuswriter/metadata.xml index 1af3afbebbe7..d47d80ec0e2c 100644 --- a/app-editors/focuswriter/metadata.xml +++ b/app-editors/focuswriter/metadata.xml @@ -1,10 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>qt@gentoo.org</email> - <name>Gentoo Qt Project</name> - </maintainer> + <!-- maintainer-needed --> <upstream> <bugs-to>https://gottcode.org/focuswriter/bugs/</bugs-to> <remote-id type="github">gottcode/focuswriter</remote-id> diff --git a/app-editors/juffed/metadata.xml b/app-editors/juffed/metadata.xml index a475b019c5cf..6c3a67d3900a 100644 --- a/app-editors/juffed/metadata.xml +++ b/app-editors/juffed/metadata.xml @@ -1,10 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>qt@gentoo.org</email> - <name>Gentoo Qt Project</name> - </maintainer> + <!-- maintainer-needed --> <upstream> <remote-id type="sourceforge">juffed</remote-id> <remote-id type="github">Mezomish/juffed</remote-id> diff --git a/app-editors/qxmledit/metadata.xml b/app-editors/qxmledit/metadata.xml index 9608118110f3..357450ea4ed6 100644 --- a/app-editors/qxmledit/metadata.xml +++ b/app-editors/qxmledit/metadata.xml @@ -1,10 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>qt@gentoo.org</email> - <name>Gentoo Qt Project</name> - </maintainer> + <!-- maintainer-needed --> <longdescription lang="en"> QXmlEdit is a simple XML editor based on Qt libraries. Its main features are unusual data visualization modes, nice XML manipulation and presentation diff --git a/app-editors/tea/metadata.xml b/app-editors/tea/metadata.xml index f905158e4e39..b5d7b51471d8 100644 --- a/app-editors/tea/metadata.xml +++ b/app-editors/tea/metadata.xml @@ -1,10 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>qt@gentoo.org</email> - <name>Gentoo Qt Project</name> - </maintainer> + <!-- maintainer-needed --> <longdescription> A very small Qt text editor. It has lots of extra features including syntax highlighting and a built in file manager as well as a built in image viewer. |