summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2011-09-24 17:49:27 +0000
committerMaxim Koltsov <maksbotan@gentoo.org>2011-09-24 17:49:27 +0000
commita076c4ba1b1ed66236c8e2181ebce92170318956 (patch)
tree07e731a4d25fe59d6ad861458cf207bbedbed2b0 /net-im
parentBug #382601 - Hardcode python2 in shebangs. (diff)
downloadgentoo-2-a076c4ba1b1ed66236c8e2181ebce92170318956.tar.gz
gentoo-2-a076c4ba1b1ed66236c8e2181ebce92170318956.tar.bz2
gentoo-2-a076c4ba1b1ed66236c8e2181ebce92170318956.zip
Add otroid use flag to 9999 version
(Portage version: 2.1.10.19/cvs/Linux x86_64)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/leechcraft-azoth/ChangeLog6
-rw-r--r--net-im/leechcraft-azoth/leechcraft-azoth-9999.ebuild6
-rw-r--r--net-im/leechcraft-azoth/metadata.xml1
3 files changed, 10 insertions, 3 deletions
diff --git a/net-im/leechcraft-azoth/ChangeLog b/net-im/leechcraft-azoth/ChangeLog
index 0a1decc242c2..7f4203c5968c 100644
--- a/net-im/leechcraft-azoth/ChangeLog
+++ b/net-im/leechcraft-azoth/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/leechcraft-azoth
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/leechcraft-azoth/ChangeLog,v 1.3 2011/09/15 05:28:20 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/leechcraft-azoth/ChangeLog,v 1.4 2011/09/24 17:49:27 maksbotan Exp $
+
+ 24 Sep 2011; Maxim Koltsov <maksbotan@gentoo.org>
+ leechcraft-azoth-9999.ebuild, metadata.xml:
+ Add otroid use flag to 9999 version
*leechcraft-azoth-0.4.90 (14 Sep 2011)
diff --git a/net-im/leechcraft-azoth/leechcraft-azoth-9999.ebuild b/net-im/leechcraft-azoth/leechcraft-azoth-9999.ebuild
index 67c59257fe52..9bc6cbaa0891 100644
--- a/net-im/leechcraft-azoth/leechcraft-azoth-9999.ebuild
+++ b/net-im/leechcraft-azoth/leechcraft-azoth-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/leechcraft-azoth/leechcraft-azoth-9999.ebuild,v 1.2 2011/08/25 15:13:22 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/leechcraft-azoth/leechcraft-azoth-9999.ebuild,v 1.3 2011/09/24 17:49:27 maksbotan Exp $
EAPI="2"
@@ -12,12 +12,13 @@ SLOT="0"
KEYWORDS=""
IUSE="debug +acetamide +adiumstyles +autoidler +autopaste +chathistory +crypt
+depester +embedmedia +herbicide +hili +juick +lastseen +metacontacts
- +modnok +nativeemoticons +p100q +rosenthal +standardstyles +xoox
+ +modnok +nativeemoticons +otroid +p100q +rosenthal +standardstyles +xoox
+xtazy"
DEPEND="=net-misc/leechcraft-core-${PV}
x11-libs/qt-webkit
x11-libs/qt-multimedia
+ otroid? ( net-libs/libotr )
xoox? ( =net-libs/qxmpp-9999[extras] media-libs/speex )
xtazy? ( x11-libs/qt-dbus )
crypt? ( app-crypt/qca app-crypt/qca-gnupg )"
@@ -47,6 +48,7 @@ src_configure() {
$(cmake-utils_use_enable metacontacts AZOTH_LASTSEEN)
$(cmake-utils_use_enable modnok AZOTH_MODNOK)
$(cmake-utils_use_enable nativeemoticons AZOTH_NATIVEEMOTICONS)
+ $(cmake-utils_use_enable otroid AZOTH_OTROID)
$(cmake-utils_use_enable p100q AZOTH_P100Q)
$(cmake-utils_use_enable rosenthal AZOTH_ROSENTHAL)
$(cmake-utils_use_enable standardstyles AZOTH_STANDARDSTYLES)
diff --git a/net-im/leechcraft-azoth/metadata.xml b/net-im/leechcraft-azoth/metadata.xml
index 57efff395d9c..4c043f7bbd1b 100644
--- a/net-im/leechcraft-azoth/metadata.xml
+++ b/net-im/leechcraft-azoth/metadata.xml
@@ -17,6 +17,7 @@
<flag name="metacontacts">Build plugin for metacontacts support</flag>
<flag name="modnok">Build Modnok for in-chat LaTeX formulae rendering</flag>
<flag name="nativeemoticons">Build support for native Azoth's emoticons packs</flag>
+ <flag name="otroid">Build OTRoid, plugin for the Off-the-Record deniable encryption system</flag>
<flag name="p100q">Build p100q, plugin for psto.net microblogging service</flag>
<flag name="rosenthal">Build Rosenthal, the spellchecker plugin</flag>
<flag name="standardstyles">Build support for standard Azoth styles engine</flag>