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: ChangeLog kopete-4.3.5.ebuild
Date: Mon, 25 Jan 2010 16:34:31
Message-Id: E1NZRtO-0002rr-1N@stork.gentoo.org
1 scarabeus 10/01/25 16:34:22
2
3 Modified: ChangeLog
4 Added: kopete-4.3.5.ebuild
5 Log:
6 Version bump KDE 4.3.5
7 (Portage version: 2.2_rc61/cvs/Linux x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.237 kde-base/kopete/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/ChangeLog?rev=1.237&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/ChangeLog?rev=1.237&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/ChangeLog?r1=1.236&r2=1.237
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v
19 retrieving revision 1.236
20 retrieving revision 1.237
21 diff -u -r1.236 -r1.237
22 --- ChangeLog 23 Jan 2010 12:36:45 -0000 1.236
23 +++ ChangeLog 25 Jan 2010 16:34:21 -0000 1.237
24 @@ -1,6 +1,11 @@
25 # ChangeLog for kde-base/kopete
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v 1.236 2010/01/23 12:36:45 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v 1.237 2010/01/25 16:34:21 scarabeus Exp $
29 +
30 +*kopete-4.3.5 (25 Jan 2010)
31 +
32 + 25 Jan 2010; Tomáš Chvátal <scarabeus@g.o> +kopete-4.3.5.ebuild:
33 + Version bump
34
35 23 Jan 2010; Samuli Suominen <ssuominen@g.o> kopete-4.3.3.ebuild,
36 kopete-4.3.4.ebuild:
37
38
39
40 1.1 kde-base/kopete/kopete-4.3.5.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/kopete-4.3.5.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/kopete-4.3.5.ebuild?rev=1.1&content-type=text/plain
44
45 Index: kopete-4.3.5.ebuild
46 ===================================================================
47 # Copyright 1999-2010 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.3.5.ebuild,v 1.1 2010/01/25 16:34:21 scarabeus 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 ~amd64-linux ~x86-linux"
58 IUSE="debug +handbook ssl v4l2"
59
60 # tests hang, last checked for 4.2.96
61 RESTRICT=test
62
63 # Available plugins
64 #
65 # addbookmarks: NO DEPS
66 # alias: NO DEPS (disabled upstream)
67 # autoreplace: NO DEPS
68 # contactnotes: NO DEPS
69 # highlight: NO DEPS
70 # history: NO DEPS
71 # latex: virtual/latex as RDEPEND
72 # nowlistening: NO DEPS
73 # otr: libotr
74 # pipes: NO DEPS
75 # privacy: NO DEPS
76 # statistics: dev-db/sqlite:3
77 # texteffect: NO DEPS
78 # translator: NO DEPS
79 # urlpicpreview: NO DEPS
80 # webpresence: libxml2 libxslt
81 # NOTE: By default we enable all plugins that don't have any dependencies
82 PLUGINS="+addbookmarks +autoreplace +contactnotes +highlight +history latex
83 +nowlistening otr +pipes +privacy +statistics +texteffect +translator
84 +urlpicpreview webpresence"
85
86 # Available protocols
87 #
88 # bonjour: NO DEPS
89 # gadu: net-libs/libgadu @since 4.3
90 # groupwise: app-crypt/qca:2
91 # irc: NO DEPS, probably will fail so inform user about it
92 # jabber: net-dns/libidn app-crypt/qca:2 ENABLED BY DEFAULT NETWORK
93 # jingle: media-libs/speex net-libs/ortp DISABLED BY UPSTREAM
94 # meanwhile: net-libs/meanwhile
95 # msn: libmsn == this is wlm plugin, we disable msn one
96 # oscar: NO DEPS
97 # qq: NO DEPS
98 # sms: NO DEPS
99 # telepathy: net-libs/decibel
100 # testbed: NO DEPS
101 # winpopup: NO DEPS
102 # yahoo: NO DEPS
103 PROTOCOLS="bonjour facebook gadu groupwise +jabber meanwhile msn oscar qq
104 skype testbed winpopup yahoo"
105
106 # disabled protocols
107 # telepathy: net-libs/decibel
108 # irc: NO DEPS
109
110 IUSE="${IUSE} ${PLUGINS} ${PROTOCOLS}"
111
112 COMMONDEPEND="
113 dev-libs/libpcre
114 $(add_kdebase_dep kdepimlibs)
115 >=x11-libs/qt-gui-4.4.0:4[mng]
116 !aqua? ( x11-libs/libXScrnSaver )
117 gadu? ( >=net-libs/libgadu-1.8.0[threads] )
118 groupwise? ( app-crypt/qca:2 )
119 jabber? (
120 app-crypt/qca:2
121 net-dns/libidn
122 )
123 meanwhile? ( net-libs/meanwhile )
124 msn? ( net-libs/libmsn )
125 otr? ( >=net-libs/libotr-3.2.0 )
126 statistics? ( dev-db/sqlite:3 )
127 webpresence? ( dev-libs/libxml2 dev-libs/libxslt )
128 v4l2? ( media-libs/libv4l )
129 "
130 RDEPEND="${COMMONDEPEND}
131 latex? (
132 media-gfx/imagemagick
133 virtual/latex-base
134 )
135 ssl? ( app-crypt/qca-ossl )
136 "
137 # telepathy? ( net-libs/decibel )"
138 DEPEND="${COMMONDEPEND}
139 !aqua? ( x11-proto/scrnsaverproto )
140 "
141 PDEPEND="
142 facebook? ( net-im/kopete-facebook )
143 "
144
145 src_configure() {
146 local x x2
147 # Disable old msn support.
148 mycmakeargs=(-DWITH_msn=OFF)
149 # enable protocols
150 for x in ${PROTOCOLS}; do
151 [[ ${x/+/} = msn ]] && x2=wlm || x2=""
152 mycmakeargs+=($(cmake-utils_use_with ${x/+/} ${x2}))
153 done
154 # enable plugins
155 for x in ${PLUGINS}; do
156 mycmakeargs+=($(cmake-utils_use_with ${x/+/}))
157 done
158
159 kde4-meta_src_configure
160 }
161
162 pkg_postinst() {
163 kde4-meta_pkg_postinst
164
165 #if use telepathy; then
166 # elog "To use kopete telepathy plugins, you need to start gabble first:"
167 # elog "GABBLE_PERSIST=1 telepathy-gabble &"
168 # elog "export TELEPATHY_DATA_PATH='${EPREFIX}/usr/share/telepathy/managers/'"
169 #fi
170
171 if ! use ssl; then
172 if use jabber || use msn; then # || use irc; then
173 echo
174 elog "In order to use ssl in jabber, msn and irc you'll need to"
175 elog "install app-crypt/qca-ossl package."
176 echo
177 fi
178 fi
179 }