summaryrefslogtreecommitdiff
path: root/net-irc/quassel/metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'net-irc/quassel/metadata.xml')
-rw-r--r--net-irc/quassel/metadata.xml49
1 files changed, 0 insertions, 49 deletions
diff --git a/net-irc/quassel/metadata.xml b/net-irc/quassel/metadata.xml
deleted file mode 100644
index bf03d347..00000000
--- a/net-irc/quassel/metadata.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>net-irc</herd>
- <maintainer>
- <email>patrick@gentoo.org</email>
- </maintainer>
- <maintainer>
- <email>sputnick@quassel-irc.org</email>
- <description>Upstream author, please CC on bugs</description>
- </maintainer>
- <maintainer>
- <email>poczta-sn@gazeta.pl</email>
- <description>Author of the split ebuild based on Portage (non-split)
- one. Bugs regarding the split ebuild please here.</description>
- </maintainer>
- <use>
- <flag name="monolithic">
- Build Standalone client with integrated core, no external
- quasselcore needed. Only useful if you don't want to use quassels
- client/server model. The server and X flags are not needed in this
- case but it is possible to enable them too.
- </flag>
- <flag name="phonon">
- Build client with phonon backend support. This enables sound
- playback in client.
- </flag>
- <flag name="server">
- Build the server binary. If this USE flag is disabled, the
- 'core' server binary for quassel is not built, and cannot be
- used. You need this enabled on the server, but you might want to
- disable it on the client.
- </flag>
- <flag name="webkit">
- Use qt-webkit rendering engine for showing URL thumbnails and
- for other things that need web browser integration.
- </flag>
- <flag name="X">
- Build the Qt 4 GUI client for quassel. If this USE flag is
- disabled, the GUI is not built, and cannot be used. You might
- want to disable this on the server, but you need it enabled on
- the client.
- </flag>
- <flag name="crypt">
- Support core->network per-channel and per-query blowfish
- encryption via <pkg>app-crypt/qca:2</pkg>.
- </flag>
- </use>
-</pkgmetadata>