Gentoo Archives: gentoo-commits

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