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.1.ebuild
Date: Thu, 07 Feb 2008 00:10:52
Message-Id: E1JMuLp-000894-8R@stork.gentoo.org
1 philantrop 08/02/07 00:10:49
2
3 Modified: ChangeLog
4 Added: kopete-4.0.1.ebuild
5 Log:
6 Version bump to KDE 4.0.1.
7 (Portage version: 2.1.4.1)
8
9 Revision Changes Path
10 1.136 kde-base/kopete/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/ChangeLog?rev=1.136&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/ChangeLog?rev=1.136&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/ChangeLog?r1=1.135&r2=1.136
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v
19 retrieving revision 1.135
20 retrieving revision 1.136
21 diff -u -r1.135 -r1.136
22 --- ChangeLog 31 Jan 2008 15:27:37 -0000 1.135
23 +++ ChangeLog 7 Feb 2008 00:10:48 -0000 1.136
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.135 2008/01/31 15:27:37 ranger Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v 1.136 2008/02/07 00:10:48 philantrop Exp $
29 +
30 +*kopete-4.0.1 (06 Feb 2008)
31 +
32 + 06 Feb 2008; Wulf C. Krueger <philantrop@g.o> +kopete-4.0.1.ebuild:
33 + Version bump to KDE 4.0.1.
34
35 31 Jan 2008; Brent Baude <ranger@g.o> kopete-3.5.8.ebuild:
36 Marking kopete-3.5.8 ppc for bug 207634
37
38
39
40 1.1 kde-base/kopete/kopete-4.0.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/kopete-4.0.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/kopete-4.0.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: kopete-4.0.1.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.1.ebuild,v 1.1 2008/02/07 00:10:48 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 # telepathy is broken.
63
64 #IUSE="irc jingle meanwhile messenger oscar ppp qq rdesktop ssl"
65
66 # plugins: addbookmarks, autoreplace, contactnotes, history, nowlistening,
67 # (sqlite?) statistics, translator, (&& xml2 xslt) webpresence, alias, highlight,
68 # latex, privacy, texteffect, urlpicpreview
69
70 # protocols: (qca2?) groupwise, (&& qca2 idn) jabber, messenger, oscar, sms,
71 # testbed, yahoo, (ssl?) gadu, irc (disabled), meanwhile, msn, qq, (decibel?) telepathy, winpopup
72
73 # meanwhile hasn't been ported to KDE4 yet (4.0.1)
74 # jingle and irc are disabled in the package (4.0.1)
75 # messenger is the new msn support protocol (it's not 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 # $(cmake-utils_use_with messenger)
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