Gentoo Archives: gentoo-commits

From: "Maxim Koltsov (maksbotan)" <maksbotan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/leechcraft-azoth: ChangeLog leechcraft-azoth-0.4.99.ebuild
Date: Thu, 02 Feb 2012 17:25:00
Message-Id: 20120202172446.B75B12004B@flycatcher.gentoo.org
1 maksbotan 12/02/02 17:24:46
2
3 Modified: ChangeLog
4 Added: leechcraft-azoth-0.4.99.ebuild
5 Log:
6 Big leechcraft bump to 0.4.99, thanks to 0xd34df00d
7
8 (Portage version: 2.1.10.44/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.11 net-im/leechcraft-azoth/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/leechcraft-azoth/ChangeLog?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/leechcraft-azoth/ChangeLog?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/leechcraft-azoth/ChangeLog?r1=1.10&r2=1.11
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-im/leechcraft-azoth/ChangeLog,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- ChangeLog 24 Jan 2012 18:18:49 -0000 1.10
24 +++ ChangeLog 2 Feb 2012 17:24:46 -0000 1.11
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-im/leechcraft-azoth
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-im/leechcraft-azoth/ChangeLog,v 1.10 2012/01/24 18:18:49 johu Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-im/leechcraft-azoth/ChangeLog,v 1.11 2012/02/02 17:24:46 maksbotan Exp $
30 +
31 +*leechcraft-azoth-0.4.99 (02 Feb 2012)
32 +
33 + 02 Feb 2012; Maxim Koltsov <maksbotan@g.o>
34 + +leechcraft-azoth-0.4.99.ebuild:
35 + Bump app-editors/leechcraft-popishu to 0.4.99, thanks to 0xd34df00d
36
37 24 Jan 2012; Johannes Huber <johu@g.o> leechcraft-azoth-9999.ebuild:
38 Non maintainer commit. Change dep according package move.
39
40
41
42 1.1 net-im/leechcraft-azoth/leechcraft-azoth-0.4.99.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/leechcraft-azoth/leechcraft-azoth-0.4.99.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/leechcraft-azoth/leechcraft-azoth-0.4.99.ebuild?rev=1.1&content-type=text/plain
46
47 Index: leechcraft-azoth-0.4.99.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-im/leechcraft-azoth/leechcraft-azoth-0.4.99.ebuild,v 1.1 2012/02/02 17:24:46 maksbotan Exp $
52
53 EAPI="4"
54
55 inherit leechcraft
56
57 DESCRIPTION="Azoth, the modular IM client for LeechCraft."
58
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE="debug +acetamide +adiumstyles +autoidler +autopaste +chathistory +crypt
62 +depester +embedmedia +herbicide +hili +isterique +juick +lastseen
63 +metacontacts +modnok +nativeemoticons +otroid +p100q +rosenthal
64 +standardstyles +xoox +xtazy"
65
66 DEPEND="~net-misc/leechcraft-core-${PV}
67 x11-libs/qt-webkit
68 x11-libs/qt-multimedia
69 otroid? ( net-libs/libotr )
70 xoox? ( net-libs/qxmpp[extras] media-libs/speex )
71 xtazy? ( x11-libs/qt-dbus )
72 crypt? ( app-crypt/qca app-crypt/qca-gnupg )"
73 RDEPEND="${DEPEND}
74 modnok? (
75 || (
76 media-gfx/imagemagick
77 media-gfx/graphicsmagick[imagemagick]
78 )
79 virtual/latex-base
80 )"
81
82 src_configure() {
83 local mycmakeargs="
84 $(cmake-utils_use_enable crypt CRYPT)
85 $(cmake-utils_use_enable acetamide AZOTH_ACETAMIDE)
86 $(cmake-utils_use_enable adiumstyles AZOTH_ADIUMSTYLES)
87 $(cmake-utils_use_enable autoidler AZOTH_AUTOIDLER)
88 $(cmake-utils_use_enable autopaste AZOTH_AUTOPASTE)
89 $(cmake-utils_use_enable chathistory AZOTH_CHATHISTORY)
90 $(cmake-utils_use_enable depester AZOTH_DEPESTER)
91 $(cmake-utils_use_enable embedmedia AZOTH_EMBEDMEDIA)
92 $(cmake-utils_use_enable herbicide AZOTH_HERBICIDE)
93 $(cmake-utils_use_enable hili AZOTH_HILI)
94 $(cmake-utils_use_enable isterique AZOTH_ISTERIQUE)
95 $(cmake-utils_use_enable juick AZOTH_JUICK)
96 $(cmake-utils_use_enable lastseen AZOTH_LASTSEEN)
97 $(cmake-utils_use_enable metacontacts AZOTH_LASTSEEN)
98 $(cmake-utils_use_enable modnok AZOTH_MODNOK)
99 $(cmake-utils_use_enable nativeemoticons AZOTH_NATIVEEMOTICONS)
100 $(cmake-utils_use_enable otroid AZOTH_OTROID)
101 $(cmake-utils_use_enable p100q AZOTH_P100Q)
102 $(cmake-utils_use_enable rosenthal AZOTH_ROSENTHAL)
103 $(cmake-utils_use_enable standardstyles AZOTH_STANDARDSTYLES)
104 $(cmake-utils_use_enable xoox AZOTH_XOOX)
105 $(cmake-utils_use_enable xtazy AZOTH_XTAZY)"
106
107 cmake-utils_src_configure
108 }
109
110 pkg_postinst() {
111 if use rosenthal; then
112 elog "You have enabled the Azoth Rosenthal plugin for"
113 elog "spellchecking. It uses Hunspell/Myspell dictionaries,"
114 elog "so install the ones for languages you use to enable"
115 elog "spellchecking."
116 fi
117 }