Gentoo Archives: gentoo-commits

From: "Alex Alexander (wired)" <wired@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/kopete: ChangeLog kopete-4.3.3.ebuild
Date: Mon, 02 Nov 2009 21:33:32
Message-Id: E1N54Wm-0003DZ-Um@stork.gentoo.org
1 wired 09/11/02 21:33:28
2
3 Modified: ChangeLog
4 Added: kopete-4.3.3.ebuild
5 Log:
6 Version bump KDE 4.3.3
7 (Portage version: 2.2_rc48/cvs/Linux x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.222 kde-base/kopete/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/ChangeLog?rev=1.222&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/ChangeLog?rev=1.222&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/ChangeLog?r1=1.221&r2=1.222
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v
19 retrieving revision 1.221
20 retrieving revision 1.222
21 diff -u -r1.221 -r1.222
22 --- ChangeLog 1 Nov 2009 07:37:02 -0000 1.221
23 +++ ChangeLog 2 Nov 2009 21:33:28 -0000 1.222
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.221 2009/11/01 07:37:02 abcd Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v 1.222 2009/11/02 21:33:28 wired Exp $
29 +
30 +*kopete-4.3.3 (02 Nov 2009)
31 +
32 + 02 Nov 2009; Alex Alexander <wired@g.o> +kopete-4.3.3.ebuild:
33 + Version bump
34
35 01 Nov 2009; Jonathan Callen <abcd@g.o> -kopete-4.2.4.ebuild:
36 Drop old revision
37
38
39
40 1.1 kde-base/kopete/kopete-4.3.3.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/kopete-4.3.3.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/kopete-4.3.3.ebuild?rev=1.1&content-type=text/plain
44
45 Index: kopete-4.3.3.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.3.3.ebuild,v 1.1 2009/11/02 21:33:28 wired 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 ~x86"
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/libXScrnSaver
116 >=x11-libs/qt-gui-4.4.0:4[mng]
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 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="${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
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=/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 }