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.1.4.ebuild
Date: Tue, 13 Jan 2009 22:36:25
Message-Id: E1LMrry-0007hl-Uc@stork.gentoo.org
1 alexxy 09/01/13 22:36:22
2
3 Modified: ChangeLog
4 Added: kopete-4.1.4.ebuild
5 Log:
6 Bump kde to 4.1.4
7 (Portage version: 2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64)
8
9 Revision Changes Path
10 1.164 kde-base/kopete/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/ChangeLog?rev=1.164&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/ChangeLog?rev=1.164&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/ChangeLog?r1=1.163&r2=1.164
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v
19 retrieving revision 1.163
20 retrieving revision 1.164
21 diff -u -r1.163 -r1.164
22 --- ChangeLog 16 Nov 2008 07:55:01 -0000 1.163
23 +++ ChangeLog 13 Jan 2009 22:36:22 -0000 1.164
24 @@ -1,6 +1,11 @@
25 # ChangeLog for kde-base/kopete
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v 1.163 2008/11/16 07:55:01 vapier Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v 1.164 2009/01/13 22:36:22 alexxy Exp $
30 +
31 +*kopete-4.1.4 (13 Jan 2009)
32 +
33 + 13 Jan 2009; Alexey Shvetsov <alexxy@g.o> +kopete-4.1.4.ebuild:
34 + Bump to 4.1.4
35
36 15 Nov 2008; Mike Frysinger <vapier@g.o> kopete-4.1.3.ebuild:
37 Add ppc/ppc64 love #244306.
38
39
40
41 1.1 kde-base/kopete/kopete-4.1.4.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/kopete-4.1.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/kopete-4.1.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: kopete-4.1.4.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.1.4.ebuild,v 1.1 2009/01/13 22:36:22 alexxy Exp $
51
52 EAPI="2"
53
54 KMNAME=kdenetwork
55 inherit kde4-meta flag-o-matic toolchain-funcs
56
57 DESCRIPTION="KDE multi-protocol IM client"
58 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
59 IUSE="+addbookmarks +alias +autoreplace +contactnotes debug gadu groupwise
60 +highlight +history htmlhandbook +jabber latex messenger +msn +nowlistening
61 +oscar +otr +pipes +privacy qq sms ssl +statistics testbed +texteffect
62 +translator +urlpicpreview +webpresence winpopup yahoo"
63 # IUSE="irc jingle meanwhile telepathy"
64
65 # plugins: addbookmarks, alias, autoreplace, contactnotes, highlight, history,
66 # latex, nowlistening, otr, pipes, privacy, (sqlite?) statistics, texteffect,
67 # translator, urlpicpreview, (&& xml2 xslt) webpresence
68
69 # protocols: (ssl?) gadu, (qca2?) groupwise, irc (disabled), (&& qca2 idn) jabber,
70 # jingle (disabled), meanwhile (not ported), messenger (not ready), msn, oscar,
71 # qq, sms, (decibel?) telepathy (not ready), testbed, winpopup, yahoo
72
73 # irc and jingle are disabled in the package (4.1.0)
74 # meanwhile hasn't been ported to KDE4 yet (4.1.0)
75 # telepathy seems to not be ready yet and there's no decibel release (4.1.0)
76
77 # Tests are KDE-ish.
78 RESTRICT="test"
79
80 COMMONDEPEND="dev-libs/libpcre
81 kde-base/qimageblitz
82 x11-libs/libXScrnSaver
83 gadu? ( dev-libs/openssl )
84 groupwise? ( app-crypt/qca:2 )
85 jabber? ( net-dns/libidn app-crypt/qca:2 )
86 otr? ( net-libs/libotr )
87 statistics? ( dev-db/sqlite:3 )
88 webpresence? ( dev-libs/libxml2 dev-libs/libxslt )"
89
90 RDEPEND="${COMMONDEPEND}"
91 # telepathy? ( net-libs/decibel )
92
93 DEPEND="${COMMONDEPEND}
94 x11-proto/scrnsaverproto"
95
96 PDEPEND="ssl? ( >=app-crypt/qca-ossl-2.0.0_beta3 )"
97
98 src_unpack() {
99 [[ $(tc-arch) == "ppc64" ]] && append-flags -mminimal-toc #241900
100
101 kde4-meta_src_unpack
102 }
103
104 src_configure() {
105 # Xmms isn't in portage, thus forcefully disabled.
106 mycmakeargs="${mycmakeargs}
107 -DWITH_Xmms=OFF
108 -DWITH_Telepathy=OFF -DWITH_Decibel=OFF
109 $(cmake-utils_use_with addbookmarks)
110 $(cmake-utils_use_with alias)
111 $(cmake-utils_use_with autoreplace)
112 $(cmake-utils_use_with contactnotes)
113 $(cmake-utils_use_with gadu)
114 $(cmake-utils_use_with gadu OPENSSL)
115 $(cmake-utils_use_with groupwise)
116 $(cmake-utils_use_with groupwise QCA2)
117 $(cmake-utils_use_with highlight)
118 $(cmake-utils_use_with history)
119 $(cmake-utils_use_with jabber IDN)
120 $(cmake-utils_use_with jabber QCA2)
121 $(cmake-utils_use_with latex)
122 $(cmake-utils_use_with messenger)
123 $(cmake-utils_use_with msn)
124 $(cmake-utils_use_with nowlistening)
125 $(cmake-utils_use_with oscar)
126 $(cmake-utils_use_with otr)
127 $(cmake-utils_use_with pipes)
128 $(cmake-utils_use_with privacy)
129 $(cmake-utils_use_with qq)
130 $(cmake-utils_use_with sms)
131 $(cmake-utils_use_with statistics Sqlite)
132 $(cmake-utils_use_with statistics)
133 $(cmake-utils_use_with testbed)
134 $(cmake-utils_use_with texteffect)
135 $(cmake-utils_use_with translator)
136 $(cmake-utils_use_with urlpicpreview)
137 $(cmake-utils_use_with webpresence LibXml2)
138 $(cmake-utils_use_with webpresence LibXslt)
139 $(cmake-utils_use_with webpresence)
140 $(cmake-utils_use_with winpopup)
141 $(cmake-utils_use_with yahoo)
142 "
143 # $(cmake-utils_use_with telepathy)
144 # $(cmake-utils_use_with telepathy Decibel)
145
146 kde4-meta_src_configure
147 }
148
149 pkg_postinst() {
150 if use telepathy; then
151 elog "To use kopete telepathy plugins, you need to start gabble first:"
152 elog "GABBLE_PERSIST=1 telepathy-gabble &"
153 elog "export TELEPATHY_DATA_PATH=/usr/share/telepathy/managers/"
154 fi
155 if use jabber || use messenger; then
156 echo
157 elog "In order to use ssl in jabber, messenger and irc you'll need to have qca-ossl"
158 echo
159 fi
160 }