diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-07-19 18:29:46 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-07-19 18:30:26 +0200 |
commit | cbcb8b97efae90ed94705d418b7f387a0a4a25f0 (patch) | |
tree | 622ec5cf86d40e7690867754bd97977c98e52e18 /dev-util/geany-plugins | |
parent | dev-util/lcov: tidy up ebuild. (diff) | |
download | gentoo-cbcb8b97efae90ed94705d418b7f387a0a4a25f0.tar.gz gentoo-cbcb8b97efae90ed94705d418b7f387a0a4a25f0.tar.bz2 gentoo-cbcb8b97efae90ed94705d418b7f387a0a4a25f0.zip |
dev-util/geany-plugins: assign new maintainer.
Gentoo-Bug: https://bugs.gentoo.org/591192
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'dev-util/geany-plugins')
-rw-r--r-- | dev-util/geany-plugins/metadata.xml | 40 |
1 files changed, 24 insertions, 16 deletions
diff --git a/dev-util/geany-plugins/metadata.xml b/dev-util/geany-plugins/metadata.xml index acb02e18c90f..479d6c17f1c7 100644 --- a/dev-util/geany-plugins/metadata.xml +++ b/dev-util/geany-plugins/metadata.xml @@ -1,20 +1,28 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <use> - <flag name="gtk3">Use GTK+3 instead of GTK+2</flag> - <flag name="autoclose">Enable the autoclose plugin.</flag> - <flag name="automark">Enable the automark plugin</flag> - <flag name="commander">Enable the commander plugin which provides a command panel for rapid access to any action.</flag> - <flag name="ctags">Enable ctags plugin</flag> - <flag name="debugger">Enable the debugger plugin which interfaces with <pkg>sys-devel/gdb</pkg></flag> - <flag name="defineformat">Enable the defineformat plugin.</flag> - <flag name="enchant">Enable spell checking using enchant</flag> - <flag name="gpg">Enable geanypg plugin which integrates GPG using <pkg>app-crypt/gpgme</pkg></flag> - <flag name="gtkspell">Use gtkspell for dictionary support in GeanyVC</flag> - <flag name="multiterm">Enable the multiterm plugin</flag> - <flag name="overview">Enable overview plugin</flag> - <flag name="scope">Enable the scope plugin which is a graphical GDB front-end</flag> - <flag name="soup">Enable updatechecker and geniuspaste plugins which require <pkg>net-libs/libsoup</pkg></flag> - </use> + <maintainer type="person"> + <email>aklhfex@gmail.com</email> + <name>Chris Mayo</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Gentoo Proxy Maintainers Project</name> + </maintainer> + <use> + <flag name="gtk3">Use GTK+3 instead of GTK+2</flag> + <flag name="autoclose">Enable the autoclose plugin.</flag> + <flag name="automark">Enable the automark plugin</flag> + <flag name="commander">Enable the commander plugin which provides a command panel for rapid access to any action.</flag> + <flag name="ctags">Enable ctags plugin</flag> + <flag name="debugger">Enable the debugger plugin which interfaces with <pkg>sys-devel/gdb</pkg></flag> + <flag name="defineformat">Enable the defineformat plugin.</flag> + <flag name="enchant">Enable spell checking using enchant</flag> + <flag name="gpg">Enable geanypg plugin which integrates GPG using <pkg>app-crypt/gpgme</pkg></flag> + <flag name="gtkspell">Use gtkspell for dictionary support in GeanyVC</flag> + <flag name="multiterm">Enable the multiterm plugin</flag> + <flag name="overview">Enable overview plugin</flag> + <flag name="scope">Enable the scope plugin which is a graphical GDB front-end</flag> + <flag name="soup">Enable updatechecker and geniuspaste plugins which require <pkg>net-libs/libsoup</pkg></flag> + </use> </pkgmetadata> |