Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/kopete: kopete-4.2.4-r1.ebuild ChangeLog
Date: Fri, 26 Jun 2009 11:50:26
Message-Id: E1MK9wm-0008FU-Hq@stork.gentoo.org
1 scarabeus 09/06/26 11:50:24
2
3 Modified: ChangeLog
4 Added: kopete-4.2.4-r1.ebuild
5 Log:
6 Revision bump. Fixes kopete and yahoo issues. Fixes bug #274751.
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.205 kde-base/kopete/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/ChangeLog?rev=1.205&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/ChangeLog?rev=1.205&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/ChangeLog?r1=1.204&r2=1.205
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v
19 retrieving revision 1.204
20 retrieving revision 1.205
21 diff -u -r1.204 -r1.205
22 --- ChangeLog 18 Jun 2009 05:29:41 -0000 1.204
23 +++ ChangeLog 26 Jun 2009 11:50:24 -0000 1.205
24 @@ -1,6 +1,12 @@
25 # ChangeLog for kde-base/kopete
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v 1.204 2009/06/18 05:29:41 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v 1.205 2009/06/26 11:50:24 scarabeus Exp $
29 +
30 +*kopete-4.2.4-r1 (26 Jun 2009)
31 +
32 + 26 Jun 2009; Tomáš Chvátal <scarabeus@g.o>
33 + +files/4.2.4-yahoo.patch, +kopete-4.2.4-r1.ebuild:
34 + Revision bump. Fixes kopete and yahoo issues. Fixes bug #274751.
35
36 18 Jun 2009; Jeroen Roovers <jer@g.o> kopete-3.5.10-r4.ebuild:
37 Stable for HPPA (bug #271889).
38
39
40
41 1.1 kde-base/kopete/kopete-4.2.4-r1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/kopete-4.2.4-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/kopete-4.2.4-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: kopete-4.2.4-r1.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-4.2.4-r1.ebuild,v 1.1 2009/06/26 11:50:24 scarabeus Exp $
51
52 EAPI="2"
53
54 KMNAME="kdenetwork"
55 inherit kde4-meta
56
57 DESCRIPTION="KDE multi-protocol IM client"
58 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
59 IUSE="debug +handbook ssl"
60
61 # Available plugins
62 #
63 # addbookmarks: NO DEPS
64 # alias: NO DEPS
65 # autoreplace: NO DEPS
66 # contactnotes: NO DEPS
67 # highlight: NO DEPS
68 # history: NO DEPS
69 # latex: virtual/latex as RDEPEND
70 # nowlistening: NO DEPS
71 # otr: libotr
72 # pipes: NO DEPS
73 # privacy: NO DEPS
74 # statistics: dev-db/sqlite:3
75 # texteffect: NO DEPS
76 # translator: NO DEPS
77 # urlpicpreview: NO DEPS
78 # webpresence: libxml2 libxslt
79 # NOTE: By default we enable all plugins that don't have any dependencies
80 PLUGINS="+addbookmarks +alias +autoreplace +contactnotes +highlight +history latex
81 +nowlistening otr +pipes +privacy +statistics +texteffect +translator +urlpicpreview webpresence"
82
83 # Available protocols
84 #
85 # bonjour: NO DEPS
86 # gadu: openssl
87 # groupwise: app-crypt/qca:2
88 # irc: NO DEPS, probably will fail so inform user about it
89 # jabber: net-dns/libidn app-crypt/qca:2 ENABLED BY DEFAULT NETWORK
90 # jingle: media-libs/speex net-libs/ortp
91 # meanwhile: net-libs/meanwhile
92 # msn: libmsn == this is wlm plugin, we disable msn one
93 # oscar: NO DEPS
94 # qq: NO DEPS
95 # sms: NO DEPS
96 # telepathy: net-libs/decibel
97 # testbed: NO DEPS
98 # winpopup: NO DEPS
99 # yahoo: NO DEPS
100 PROTOCOLS="bonjour gadu groupwise +jabber jingle meanwhile msn oscar qq
101 testbed winpopup yahoo"
102
103 # disabled protocols
104 # telepathy: net-libs/decibel
105 # irc: NO DEPS
106
107 IUSE="${IUSE} ${PLUGINS} ${PROTOCOLS}"
108
109 # Tests are KDE-ish.
110 RESTRICT="test"
111
112 COMMONDEPEND="
113 dev-libs/libpcre
114 x11-libs/libXScrnSaver
115 >=x11-libs/qt-gui-4.4.0:4[mng]
116 gadu? ( dev-libs/openssl )
117 groupwise? ( app-crypt/qca:2 )
118 jabber? (
119 app-crypt/qca:2
120 net-dns/libidn
121 jingle? (
122 >=media-libs/speex-1.2_rc1
123 >=net-libs/ortp-0.13
124 )
125 )
126 meanwhile? ( net-libs/meanwhile )
127 msn? ( net-libs/libmsn )
128 otr? ( >=net-libs/libotr-3.2.0 )
129 statistics? ( dev-db/sqlite:3 )
130 webpresence? ( dev-libs/libxml2 dev-libs/libxslt )
131 "
132 RDEPEND="${COMMONDEPEND}
133 latex? (
134 media-gfx/imagemagick
135 virtual/latex-base
136 )
137 "
138 # telepathy? ( net-libs/decibel )"
139 DEPEND="${COMMONDEPEND}
140 x11-proto/scrnsaverproto
141 "
142 PDEPEND="
143 ssl? ( app-crypt/qca-ossl )
144 "
145
146 PATCHES=(
147 "${FILESDIR}/${PV}-yahoo.patch"
148 )
149
150 src_configure() {
151 local x x2
152 # Disable old msn support.
153 mycmakeargs="${mycmakeargs} -DWITH_msn=OFF"
154 # enable protocols
155 for x in ${PROTOCOLS}; do
156 [[ ${x/+/} = msn ]] && x2=wlm || x2=""
157 mycmakeargs="${mycmakeargs} $(cmake-utils_use_with ${x/+/} ${x2})"
158 done
159 # enable plugins
160 for x in ${PLUGINS}; do
161 mycmakeargs="${mycmakeargs} $(cmake-utils_use_with ${x/+/})"
162 done
163 # additional defines
164 if use jingle && ! use jabber; then
165 elog "You enabled jingle but not jabber useflag. Jingle is integral part of"
166 elog "jabber protocol so it wont be used."
167 fi
168 if use jabber; then
169 mycmakeargs="${mycmakeargs} -DNO_JINGLE=$(use jingle && echo OFF || echo ON)"
170 fi
171
172 kde4-meta_src_configure
173 }
174
175 pkg_postinst() {
176 kde4-meta_pkg_postinst
177
178 #if use telepathy; then
179 # elog "To use kopete telepathy plugins, you need to start gabble first:"
180 # elog "GABBLE_PERSIST=1 telepathy-gabble &"
181 # elog "export TELEPATHY_DATA_PATH=/usr/share/telepathy/managers/"
182 #fi
183
184 if ! use ssl; then
185 if use jabber || use msn; then # || use irc; then
186 echo
187 elog "In order to use ssl in jabber, msn and irc you'll need to"
188 elog "install app-crypt/qca-ossl package."
189 echo
190 fi
191 fi
192 }