Gentoo Archives: gentoo-commits

From: "Maxim Koltsov (maksbotan)" <maksbotan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-azoth: lc-azoth-0.5.96.ebuild ChangeLog
Date: Sun, 26 May 2013 19:35:18
Message-Id: 20130526193515.7F6162171D@flycatcher.gentoo.org
1 maksbotan 13/05/26 19:35:15
2
3 Modified: ChangeLog
4 Added: lc-azoth-0.5.96.ebuild
5 Log:
6 Bump LeechCraft suite to 0.5.96, thanks to 0xd34df00d
7
8 (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
9
10 Revision Changes Path
11 1.6 app-leechcraft/lc-azoth/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-azoth/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-azoth/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-azoth/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-azoth/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 8 May 2013 12:18:42 -0000 1.5
24 +++ ChangeLog 26 May 2013 19:35:15 -0000 1.6
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-leechcraft/lc-azoth
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-azoth/ChangeLog,v 1.5 2013/05/08 12:18:42 maksbotan Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-azoth/ChangeLog,v 1.6 2013/05/26 19:35:15 maksbotan Exp $
30 +
31 +*lc-azoth-0.5.96 (26 May 2013)
32 +
33 + 26 May 2013; Maxim Koltsov <maksbotan@g.o> +lc-azoth-0.5.96.ebuild:
34 + Bump LeechCraft suite to 0.5.96, thanks to 0xd34df00d
35
36 08 May 2013; Maxim Koltsov <maksbotan@g.o> lc-azoth-9999.ebuild:
37 Add lc-xtazy dependency to 9999
38
39
40
41 1.1 app-leechcraft/lc-azoth/lc-azoth-0.5.96.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-azoth/lc-azoth-0.5.96.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-azoth/lc-azoth-0.5.96.ebuild?rev=1.1&content-type=text/plain
45
46 Index: lc-azoth-0.5.96.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-azoth/lc-azoth-0.5.96.ebuild,v 1.1 2013/05/26 19:35:15 maksbotan Exp $
51
52 EAPI="5"
53
54 inherit leechcraft
55
56 DESCRIPTION="Azoth, the modular IM client for LeechCraft"
57
58 SLOT="0"
59 KEYWORDS="~amd64 ~x86"
60 IUSE="debug doc astrality +acetamide +adiumstyles +autoidler +autopaste +birthdaynotifier
61 +chathistory +crypt +depester +embedmedia +herbicide +hili +isterique
62 +juick +keeso +lastseen +metacontacts media +msn +latex +nativeemoticons
63 +otroid +p100q +spell shx +standardstyles +xmpp +xtazy"
64
65 COMMON_DEPEND="~app-leechcraft/lc-core-${PV}
66 dev-qt/qtwebkit:4
67 dev-qt/qtmultimedia:4
68 autoidler? ( x11-libs/libXScrnSaver )
69 astrality? ( net-libs/telepathy-qt )
70 otroid? ( net-libs/libotr )
71 media? ( dev-qt/qtmultimedia:4 )
72 msn? ( net-libs/libmsn )
73 spell? ( app-text/hunspell )
74 xmpp? ( >=net-libs/qxmpp-0.7.6 media-libs/speex )
75 xtazy? ( dev-qt/qtdbus:4 )
76 crypt? ( app-crypt/qca app-crypt/qca-gnupg )"
77 DEPEND="${COMMON_DEPEND}
78 doc? ( app-doc/doxygen[dot] )"
79 RDEPEND="${COMMON_DEPEND}
80 astrality? (
81 net-im/telepathy-mission-control
82 net-voip/telepathy-haze
83 )
84 latex? (
85 || (
86 media-gfx/imagemagick
87 media-gfx/graphicsmagick[imagemagick]
88 )
89 virtual/latex-base
90 )"
91
92 REQUIRED_USE="|| ( standardstyles adiumstyles )"
93
94 src_configure() {
95 local mycmakeargs=(
96 $(cmake-utils_use_enable crypt CRYPT)
97 $(cmake-utils_use_with doc DOCS)
98 $(cmake-utils_use_enable acetamide AZOTH_ACETAMIDE)
99 $(cmake-utils_use_enable adiumstyles AZOTH_ADIUMSTYLES)
100 $(cmake-utils_use_enable astrality AZOTH_ASTRALITY)
101 $(cmake-utils_use_enable autoidler AZOTH_AUTOIDLER)
102 $(cmake-utils_use_enable autopaste AZOTH_AUTOPASTE)
103 $(cmake-utils_use_enable birthdaynotifier AZOTH_BIRTHDAYNOTIFIER)
104 $(cmake-utils_use_enable chathistory AZOTH_CHATHISTORY)
105 $(cmake-utils_use_enable depester AZOTH_DEPESTER)
106 $(cmake-utils_use_enable embedmedia AZOTH_EMBEDMEDIA)
107 $(cmake-utils_use_enable herbicide AZOTH_HERBICIDE)
108 $(cmake-utils_use_enable hili AZOTH_HILI)
109 $(cmake-utils_use_enable isterique AZOTH_ISTERIQUE)
110 $(cmake-utils_use_enable juick AZOTH_JUICK)
111 $(cmake-utils_use_enable keeso AZOTH_KEESO)
112 $(cmake-utils_use_enable lastseen AZOTH_LASTSEEN)
113 $(cmake-utils_use_enable metacontacts AZOTH_LASTSEEN)
114 $(cmake-utils_use_enable media MEDIACALLS)
115 $(cmake-utils_use_enable latex AZOTH_MODNOK)
116 $(cmake-utils_use_enable msn AZOTH_ZHEET)
117 $(cmake-utils_use_enable nativeemoticons AZOTH_NATIVEEMOTICONS)
118 $(cmake-utils_use_enable otroid AZOTH_OTROID)
119 $(cmake-utils_use_enable p100q AZOTH_P100Q)
120 $(cmake-utils_use_enable spell AZOTH_ROSENTHAL)
121 $(cmake-utils_use_enable shx AZOTH_SHX)
122 $(cmake-utils_use_enable standardstyles AZOTH_STANDARDSTYLES)
123 $(cmake-utils_use_enable xmpp AZOTH_XOOX)
124 $(cmake-utils_use_enable xtazy AZOTH_XTAZY)
125 )
126
127 cmake-utils_src_configure
128 }
129
130 src_install() {
131 cmake-utils_src_install
132 use doc && dohtml -r "${CMAKE_BUILD_DIR}"/out/html/*
133 }
134
135 pkg_postinst() {
136 if use spell; then
137 elog "You have enabled the Azoth Rosenthal plugin for"
138 elog "spellchecking. It uses Hunspell/Myspell dictionaries,"
139 elog "so install the ones for languages you use to enable"
140 elog "spellchecking."
141 fi
142 }