commit: d082bb4ae58f069624a4a247f0d035801aced2c1 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu May 24 12:47:51 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu May 24 13:10:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d082bb4a
kde-apps/kopete: Cleanup metadata.xml maintainer first, use flags second. Package-Manager: Portage-2.3.38, Repoman-2.3.9 kde-apps/kopete/metadata.xml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/kde-apps/kopete/metadata.xml b/kde-apps/kopete/metadata.xml index 64e9226784b..0cefd8509a6 100644 --- a/kde-apps/kopete/metadata.xml +++ b/kde-apps/kopete/metadata.xml @@ -1,6 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo KDE Project</name> + </maintainer> <use> <!-- PLUGINS --> <flag name="addbookmarks">Automatically add incoming urls to bookmarks.</flag> @@ -21,20 +25,10 @@ <!-- PROTOCOLS --> <flag name="gadu">Enable the Gadu protocol handler.</flag> <flag name="groupwise">Enable the Groupwise protocol handler.</flag> - <!-- uncomment this when enabled in ebuild - <flag name="irc">Enable the IRC protocol handler.</flag> - --> <flag name="meanwhile">Enable the Sametime protocol handler.</flag> - <!-- uncomment this when enabled in ebuild - <flag name="telepathy">Enable support for the real-time communication framework telepathy.</flag> - --> <flag name="testbed">Enable the testbed protocol.</flag> <flag name="winpopup">Enable pop-up messages sending on windows. (same as good old "net send" messages ;])</flag> <flag name="yahoo">Enable yahoo protocol support.</flag> <flag name="zeroconf">Enable Link-Local Messaging via the bonjour protocol.</flag> </use> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo KDE Project</name> - </maintainer> </pkgmetadata>
