Gentoo Archives: gentoo-commits

From: "Wulf Krueger (philantrop)" <philantrop@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/kopete: ChangeLog kopete-4.0.2.ebuild
Date: Tue, 11 Mar 2008 02:54:07
Message-Id: E1JYrjD-0002D1-2L@stork.gentoo.org
1 philantrop 08/03/10 23:48:23
2
3 Modified: ChangeLog
4 Added: kopete-4.0.2.ebuild
5 Log:
6 Version bump to KDE 4.0.2.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.141 kde-base/kopete/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/ChangeLog?rev=1.141&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/ChangeLog?rev=1.141&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/ChangeLog?r1=1.140&r2=1.141
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v
19 retrieving revision 1.140
20 retrieving revision 1.141
21 diff -u -r1.140 -r1.141
22 --- ChangeLog 4 Mar 2008 05:59:09 -0000 1.140
23 +++ ChangeLog 10 Mar 2008 23:48:22 -0000 1.141
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.140 2008/03/04 05:59:09 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v 1.141 2008/03/10 23:48:22 philantrop Exp $
29 +
30 +*kopete-4.0.2 (10 Mar 2008)
31 +
32 + 10 Mar 2008; Wulf C. Krueger <philantrop@g.o> +kopete-4.0.2.ebuild:
33 + Version bump to KDE 4.0.2
34
35 04 Mar 2008; Jeroen Roovers <jer@g.o> kopete-3.5.8.ebuild,
36 kopete-3.5.9.ebuild, kopete-4.0.1.ebuild:
37
38
39
40 1.1 kde-base/kopete/kopete-4.0.2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/kopete-4.0.2.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/kopete-4.0.2.ebuild?rev=1.1&content-type=text/plain
44
45 Index: kopete-4.0.2.ebuild
46 ===================================================================
47 # Copyright 1999-2008 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.0.2.ebuild,v 1.1 2008/03/10 23:48:22 philantrop Exp $
50
51 EAPI="1"
52
53 KMNAME=kdenetwork
54 inherit kde4-meta
55
56 DESCRIPTION="KDE multi-protocol IM client"
57 KEYWORDS="~amd64 ~x86"
58 IUSE="+addbookmarks +alias +autoreplace +contactnotes debug gadu groupwise
59 +highlight +history htmlhandbook +jabber latex +msn +nowlistening +oscar
60 +privacy qq sms +statistics testbed +texteffect +translator
61 +urlpicpreview +webpresence winpopup yahoo"
62 # IUSE="irc jingle meanwhile messenger telepathy"
63
64 # plugins: addbookmarks, alias, autoreplace, contactnotes, highlight, history,
65 # latext, nowlistening, privacy, (sqlite?) statistics, texteffect, translator,
66 # urlpicpreview, (&& xml2 xslt) webpresence
67
68 # protocols: (ssl?) gadu, (qca2?) groupwise, irc (disabled), (&& qca2 idn) jabber,
69 # jingle (disabled), meanwhile (not ported), messenger (not ready), msn, oscar,
70 # qq, sms, (decibel?) telepathy (not ready), testbed, winpopup, yahoo
71
72 # irc and jingle are disabled in the package (4.0.2)
73 # meanwhile hasn't been ported to KDE4 yet (4.0.2)
74 # messenger is the new msn support protocol (it's not ready yet; 4.0.1)
75 # telepathy isn't ready yet (4.0.1)
76
77 # Tests are KDE-ish.
78 RESTRICT="test"
79
80 RDEPEND="
81 dev-libs/libpcre
82 kde-base/qimageblitz
83 x11-libs/libXScrnSaver
84 gadu? ( dev-libs/openssl )
85 groupwise? ( app-crypt/qca:2 )
86 jabber? ( net-dns/libidn app-crypt/qca:2 )
87 statistics? ( dev-db/sqlite:3 )
88 webpresence? ( dev-libs/libxml2 dev-libs/libxslt )"
89 # telepathy? ( net-libs/decibel )
90
91 DEPEND="${RDEPEND}
92 x11-proto/scrnsaverproto"
93
94 src_compile() {
95 # Translated protocol causing bug 206877.
96 sed -e '/X-KDE-PluginInfo-Category\[.*/d' \
97 -i "${S}"/kopete/protocols/*/kopete_*.desktop || die "Sed failed."
98
99 # Xmms isn't in portage, thus forcefully disabled.
100 # telepathy and messenger aren't ready yet.
101 mycmakeargs="${mycmakeargs}
102 -DWITH_Xmms=OFF
103 -DWITH_telepathy=OFF
104 -DWITH_messenger=OFF
105 $(cmake-utils_use_with addbookmarks)
106 $(cmake-utils_use_with alias)
107 $(cmake-utils_use_with autoreplace)
108 $(cmake-utils_use_with contactnotes)
109 $(cmake-utils_use_with gadu OPENSSL)
110 $(cmake-utils_use_with groupwise)
111 $(cmake-utils_use_with groupwise QCA2)
112 $(cmake-utils_use_with highlight)
113 $(cmake-utils_use_with history)
114 $(cmake-utils_use_with jabber IDN)
115 $(cmake-utils_use_with jabber QCA2)
116 $(cmake-utils_use_with latex)
117 $(cmake-utils_use_with msn)
118 $(cmake-utils_use_with nowlistening)
119 $(cmake-utils_use_with oscar)
120 $(cmake-utils_use_with privacy)
121 $(cmake-utils_use_with qq)
122 $(cmake-utils_use_with sms)
123 $(cmake-utils_use_with statistics Sqlite)
124 $(cmake-utils_use_with statistics)
125 $(cmake-utils_use_with testbed)
126 $(cmake-utils_use_with texteffect)
127 $(cmake-utils_use_with translator)
128 $(cmake-utils_use_with urlpicpreview)
129 $(cmake-utils_use_with webpresence LibXml2)
130 $(cmake-utils_use_with webpresence LibXslt)
131 $(cmake-utils_use_with webpresence)
132 $(cmake-utils_use_with winpopup)
133 $(cmake-utils_use_with yahoo)"
134
135 # $(cmake-utils_use_with messenger)
136 # $(cmake-utils_use_with telepathy)
137 # $(cmake-utils_use_with telepathy Decibel)
138
139 kde4-meta_src_compile
140 }
141
142 pkg_postinst() {
143 # if use telepathy; then
144 # elog "To use kopete telepathy plugins, you need to start gabble first:"
145 # elog "GABBLE_PERSIST=1 telepathy-gabble &"
146 # elog "export TELEPATHY_DATA_PATH=/usr/share/telepathy/managers/"
147 # fi
148 if use jabber; then
149 echo
150 elog "In order to use ssl in jabber, messenger and irc you'll need to have qca-ossl"
151 echo
152 fi
153 }
154
155
156
157 --
158 gentoo-commits@l.g.o mailing list