diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /kde-apps/kopete/metadata.xml | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'kde-apps/kopete/metadata.xml')
-rw-r--r-- | kde-apps/kopete/metadata.xml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/kde-apps/kopete/metadata.xml b/kde-apps/kopete/metadata.xml new file mode 100644 index 000000000000..abb7150f7b85 --- /dev/null +++ b/kde-apps/kopete/metadata.xml @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <use> + <!-- PLUGINS --> + <flag name="addbookmarks">Automatically add incoming urls to bookmarks.</flag> + <flag name="autoreplace">Automatically replace selected text</flag> + <flag name="contactnotes">Enables writing personal notes for contacts.</flag> + <flag name="highlight">Allows you to specify highlights on specific events.</flag> + <flag name="history">Enables saving chat history.</flag> + <flag name="latex">Embed latex formatted text into messages.</flag> + <flag name="nowlistening">Shows song you currently listen to in your status/etc. Bindings for many players.</flag> + <flag name="otr">Allows crypting your chat (drugs and talking nonsense are considered as good alternatives ;]).</flag> + <flag name="pipes">Send messages to external pipe.</flag> + <flag name="privacy">Filter for incoming messages</flag> + <flag name="statistics">Everybody loves statistic graphs, especially cake ones. ;]</flag> + <flag name="texteffect">Various fancy text effects for your messages (don't ever consider writing us with this enabled ;]).</flag> + <flag name="translator">Translate incoming and outgoing messages.</flag> + <flag name="urlpicpreview">Enables in conversation pictures preview.</flag> + <flag name="webpresence">Show your status and some more information on web.</flag> + <!-- 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> + <flag name="skype">Enable Skype protocol handler (not fully functional yet).</flag> + <!-- uncomment this when enabled in ebuild + <flag name="telepathy">Enable support for the real-time communication framework telepathy.</flag> + --> + <flag name="sms">Enable SMS sendinge functionality.</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> + <herd>kde</herd> +</pkgmetadata> |