diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2011-12-24 18:58:22 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2011-12-24 18:58:22 +0000 |
commit | 27fc35bc8fe8c3d3b8a5c2f4c583d7312adbaac6 (patch) | |
tree | ebf6442ec24715d0d4cc29fa9a033222ab1daff1 | |
parent | Stable for HPPA (bug #395715). (diff) | |
download | gentoo-2-27fc35bc8fe8c3d3b8a5c2f4c583d7312adbaac6.tar.gz gentoo-2-27fc35bc8fe8c3d3b8a5c2f4c583d7312adbaac6.tar.bz2 gentoo-2-27fc35bc8fe8c3d3b8a5c2f4c583d7312adbaac6.zip |
Add zheet use flag to 9999
(Portage version: 2.1.10.41/cvs/Linux x86_64)
-rw-r--r-- | net-im/leechcraft-azoth/ChangeLog | 6 | ||||
-rw-r--r-- | net-im/leechcraft-azoth/leechcraft-azoth-9999.ebuild | 10 | ||||
-rw-r--r-- | net-im/leechcraft-azoth/metadata.xml | 1 |
3 files changed, 12 insertions, 5 deletions
diff --git a/net-im/leechcraft-azoth/ChangeLog b/net-im/leechcraft-azoth/ChangeLog index 338d09210055..4c20dbaec352 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.7 2011/12/16 18:39:13 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/leechcraft-azoth/ChangeLog,v 1.8 2011/12/24 18:58:22 maksbotan Exp $ + + 24 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> + leechcraft-azoth-9999.ebuild, metadata.xml: + Add zheet use flag to 9999 *leechcraft-azoth-0.4.96-r1 (16 Dec 2011) diff --git a/net-im/leechcraft-azoth/leechcraft-azoth-9999.ebuild b/net-im/leechcraft-azoth/leechcraft-azoth-9999.ebuild index 90095c896b8d..5e08a833fe28 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.6 2011/12/16 18:39:13 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/leechcraft-azoth/leechcraft-azoth-9999.ebuild,v 1.7 2011/12/24 18:58:22 maksbotan Exp $ EAPI="4" @@ -13,7 +13,7 @@ KEYWORDS="" IUSE="debug astrality +acetamide +adiumstyles +autoidler +autopaste +chathistory +crypt +depester +embedmedia +herbicide +hili +isterique +juick +lastseen +metacontacts +modnok +nativeemoticons +otroid +p100q +rosenthal - +standardstyles +xoox +xtazy" + +standardstyles +xoox +xtazy +zheet" DEPEND="~net-misc/leechcraft-core-${PV} x11-libs/qt-webkit @@ -22,7 +22,8 @@ DEPEND="~net-misc/leechcraft-core-${PV} 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 )" + crypt? ( app-crypt/qca app-crypt/qca-gnupg ) + zheet? ( net-libs/libmsn )" RDEPEND="${DEPEND} modnok? ( || ( @@ -55,7 +56,8 @@ src_configure() { $(cmake-utils_use_enable rosenthal AZOTH_ROSENTHAL) $(cmake-utils_use_enable standardstyles AZOTH_STANDARDSTYLES) $(cmake-utils_use_enable xoox AZOTH_XOOX) - $(cmake-utils_use_enable xtazy AZOTH_XTAZY)" + $(cmake-utils_use_enable xtazy AZOTH_XTAZY) + $(cmake-utils_use_enable zheet AZOTH_ZHEET)" cmake-utils_src_configure } diff --git a/net-im/leechcraft-azoth/metadata.xml b/net-im/leechcraft-azoth/metadata.xml index ed5ab7e9eeb0..37b3dc99e1f8 100644 --- a/net-im/leechcraft-azoth/metadata.xml +++ b/net-im/leechcraft-azoth/metadata.xml @@ -25,5 +25,6 @@ <flag name="standardstyles">Build support for standard Azoth styles engine</flag> <flag name="xoox">Build Xoox, gloox-based plugin for XMPP support</flag> <flag name="xtazy">Build Xtazy for publishing currently playing tune</flag> + <flag name="zheet">uild Zheet, libmsn-based plugin for Windows Live Messenger support</flag> </use> </pkgmetadata> |