Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/geany-plugins/
Date: Wed, 19 Jul 2017 16:31:45
Message-Id: 1500481826.cbcb8b97efae90ed94705d418b7f387a0a4a25f0.monsieurp@gentoo
1 commit: cbcb8b97efae90ed94705d418b7f387a0a4a25f0
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 19 16:29:46 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 19 16:30:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbcb8b97
7
8 dev-util/geany-plugins: assign new maintainer.
9
10 Gentoo-Bug: https://bugs.gentoo.org/591192
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.1
13
14 dev-util/geany-plugins/metadata.xml | 40 ++++++++++++++++++++++---------------
15 1 file changed, 24 insertions(+), 16 deletions(-)
16
17 diff --git a/dev-util/geany-plugins/metadata.xml b/dev-util/geany-plugins/metadata.xml
18 index acb02e18c90..479d6c17f1c 100644
19 --- a/dev-util/geany-plugins/metadata.xml
20 +++ b/dev-util/geany-plugins/metadata.xml
21 @@ -1,20 +1,28 @@
22 <?xml version="1.0" encoding="UTF-8"?>
23 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
24 <pkgmetadata>
25 - <use>
26 - <flag name="gtk3">Use GTK+3 instead of GTK+2</flag>
27 - <flag name="autoclose">Enable the autoclose plugin.</flag>
28 - <flag name="automark">Enable the automark plugin</flag>
29 - <flag name="commander">Enable the commander plugin which provides a command panel for rapid access to any action.</flag>
30 - <flag name="ctags">Enable ctags plugin</flag>
31 - <flag name="debugger">Enable the debugger plugin which interfaces with <pkg>sys-devel/gdb</pkg></flag>
32 - <flag name="defineformat">Enable the defineformat plugin.</flag>
33 - <flag name="enchant">Enable spell checking using enchant</flag>
34 - <flag name="gpg">Enable geanypg plugin which integrates GPG using <pkg>app-crypt/gpgme</pkg></flag>
35 - <flag name="gtkspell">Use gtkspell for dictionary support in GeanyVC</flag>
36 - <flag name="multiterm">Enable the multiterm plugin</flag>
37 - <flag name="overview">Enable overview plugin</flag>
38 - <flag name="scope">Enable the scope plugin which is a graphical GDB front-end</flag>
39 - <flag name="soup">Enable updatechecker and geniuspaste plugins which require <pkg>net-libs/libsoup</pkg></flag>
40 - </use>
41 + <maintainer type="person">
42 + <email>aklhfex@×××××.com</email>
43 + <name>Chris Mayo</name>
44 + </maintainer>
45 + <maintainer type="project">
46 + <email>proxy-maint@g.o</email>
47 + <name>Gentoo Proxy Maintainers Project</name>
48 + </maintainer>
49 + <use>
50 + <flag name="gtk3">Use GTK+3 instead of GTK+2</flag>
51 + <flag name="autoclose">Enable the autoclose plugin.</flag>
52 + <flag name="automark">Enable the automark plugin</flag>
53 + <flag name="commander">Enable the commander plugin which provides a command panel for rapid access to any action.</flag>
54 + <flag name="ctags">Enable ctags plugin</flag>
55 + <flag name="debugger">Enable the debugger plugin which interfaces with <pkg>sys-devel/gdb</pkg></flag>
56 + <flag name="defineformat">Enable the defineformat plugin.</flag>
57 + <flag name="enchant">Enable spell checking using enchant</flag>
58 + <flag name="gpg">Enable geanypg plugin which integrates GPG using <pkg>app-crypt/gpgme</pkg></flag>
59 + <flag name="gtkspell">Use gtkspell for dictionary support in GeanyVC</flag>
60 + <flag name="multiterm">Enable the multiterm plugin</flag>
61 + <flag name="overview">Enable overview plugin</flag>
62 + <flag name="scope">Enable the scope plugin which is a graphical GDB front-end</flag>
63 + <flag name="soup">Enable updatechecker and geniuspaste plugins which require <pkg>net-libs/libsoup</pkg></flag>
64 + </use>
65 </pkgmetadata>