Gentoo Archives: gentoo-commits

From: "Theo Chatzimichos (tampakrap)" <tampakrap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/kopete: ChangeLog kopete-4.3.1.ebuild
Date: Tue, 01 Sep 2009 10:39:35
Message-Id: E1MiVam-0000Im-1v@stork.gentoo.org
1 tampakrap 09/09/01 15:48:20
2
3 Modified: ChangeLog
4 Added: kopete-4.3.1.ebuild
5 Log:
6 Version bump KDE 4.3.1
7 (Portage version: 2.2_rc38/cvs/Linux x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.211 kde-base/kopete/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/ChangeLog?rev=1.211&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/ChangeLog?rev=1.211&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/ChangeLog?r1=1.210&r2=1.211
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v
19 retrieving revision 1.210
20 retrieving revision 1.211
21 diff -u -r1.210 -r1.211
22 --- ChangeLog 4 Aug 2009 17:17:23 -0000 1.210
23 +++ ChangeLog 1 Sep 2009 15:48:19 -0000 1.211
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.210 2009/08/04 17:17:23 wired Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v 1.211 2009/09/01 15:48:19 tampakrap Exp $
29 +
30 +*kopete-4.3.1 (01 Sep 2009)
31 +
32 + 01 Sep 2009; Theo Chatzimichos <tampakrap@g.o>
33 + +kopete-4.3.1.ebuild:
34 + Version bump
35
36 04 Aug 2009; Alex Alexander <wired@g.o> metadata.xml:
37 added skype use desc
38
39
40
41 1.1 kde-base/kopete/kopete-4.3.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/kopete-4.3.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/kopete-4.3.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: kopete-4.3.1.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.3.1.ebuild,v 1.1 2009/09/01 15:48:19 tampakrap 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 v4l2"
60
61 # tests hang, last checked for 4.2.96
62 RESTRICT=test
63
64 # Available plugins
65 #
66 # addbookmarks: NO DEPS
67 # alias: NO DEPS (disabled upstream)
68 # autoreplace: NO DEPS
69 # contactnotes: NO DEPS
70 # highlight: NO DEPS
71 # history: NO DEPS
72 # latex: virtual/latex as RDEPEND
73 # nowlistening: NO DEPS
74 # otr: libotr
75 # pipes: NO DEPS
76 # privacy: NO DEPS
77 # statistics: dev-db/sqlite:3
78 # texteffect: NO DEPS
79 # translator: NO DEPS
80 # urlpicpreview: NO DEPS
81 # webpresence: libxml2 libxslt
82 # NOTE: By default we enable all plugins that don't have any dependencies
83 PLUGINS="+addbookmarks +autoreplace +contactnotes +highlight +history latex
84 +nowlistening otr +pipes +privacy +statistics +texteffect +translator
85 +urlpicpreview webpresence"
86
87 # Available protocols
88 #
89 # bonjour: NO DEPS
90 # gadu: net-libs/libgadu @since 4.3
91 # groupwise: app-crypt/qca:2
92 # irc: NO DEPS, probably will fail so inform user about it
93 # jabber: net-dns/libidn app-crypt/qca:2 ENABLED BY DEFAULT NETWORK
94 # jingle: media-libs/speex net-libs/ortp DISABLED BY UPSTREAM
95 # meanwhile: net-libs/meanwhile
96 # msn: libmsn == this is wlm plugin, we disable msn one
97 # oscar: NO DEPS
98 # qq: NO DEPS
99 # sms: NO DEPS
100 # telepathy: net-libs/decibel
101 # testbed: NO DEPS
102 # winpopup: NO DEPS
103 # yahoo: NO DEPS
104 PROTOCOLS="bonjour facebook gadu groupwise +jabber meanwhile msn oscar qq
105 skype testbed winpopup yahoo"
106
107 # disabled protocols
108 # telepathy: net-libs/decibel
109 # irc: NO DEPS
110
111 IUSE="${IUSE} ${PLUGINS} ${PROTOCOLS}"
112
113 COMMONDEPEND="
114 dev-libs/libpcre
115 x11-libs/libXScrnSaver
116 >=x11-libs/qt-gui-4.4.0:4[mng]
117 gadu? ( >=net-libs/libgadu-1.8.0 )
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 }