Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/kadu/
Date: Wed, 13 Jul 2016 15:11:33
Message-Id: 1468422667.9b8473a9f3330ca71b4fc6edfb9ff50bc0bc102e.kensington@gentoo
1 commit: 9b8473a9f3330ca71b4fc6edfb9ff50bc0bc102e
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 13 15:10:19 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 13 15:11:07 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b8473a9
7
8 net-im/kadu: remove old
9
10 Package-Manager: portage-2.3.0
11
12 net-im/kadu/kadu-2.1.ebuild | 145 --------------------------------------------
13 1 file changed, 145 deletions(-)
14
15 diff --git a/net-im/kadu/kadu-2.1.ebuild b/net-im/kadu/kadu-2.1.ebuild
16 deleted file mode 100644
17 index 8e0dc71..0000000
18 --- a/net-im/kadu/kadu-2.1.ebuild
19 +++ /dev/null
20 @@ -1,145 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI="5"
26 -
27 -inherit cmake-utils flag-o-matic
28 -
29 -MY_P="${P/_/-}"
30 -
31 -DESCRIPTION="An open source Gadu-Gadu and Jabber/XMPP protocol Instant Messenger client"
32 -HOMEPAGE="http://www.kadu.net"
33 -SRC_URI="http://download.kadu.im/stable/${P}.tar.bz2"
34 -
35 -LICENSE="GPL-2"
36 -KEYWORDS="amd64 ~x86"
37 -SLOT="0"
38 -IUSE="+gadu mpd otr phonon sdk speech spell xmpp"
39 -REQUIRED_USE="
40 - || (
41 - gadu
42 - xmpp
43 - )
44 -"
45 -COMMON_DEPEND="
46 - app-crypt/qca:2[openssl,qt5]
47 - >=dev-libs/injeqt-1.0.0
48 - >=dev-qt/qtcore-5.2.0:5
49 - >=dev-qt/qtdbus-5.2.0:5
50 - >=dev-qt/qtgui-5.2.0:5
51 - >=dev-qt/qtmultimedia-5.2.0:5
52 - >=dev-qt/qtnetwork-5.2.0:5
53 - >=dev-qt/qtquick1-5.2.0:5
54 - >=dev-qt/qtscript-5.2.0:5
55 - >=dev-qt/qtsql-5.2.0:5
56 - >=dev-qt/qtsvg-5.2.0:5
57 - >=dev-qt/qtwebkit-5.2.0:5
58 - >=dev-qt/qtwidgets-5.2.0:5
59 - >=dev-qt/qtx11extras-5.2.0:5
60 - >=dev-qt/qtxml-5.2.0:5
61 - >=dev-qt/qtxmlpatterns-5.2.0:5
62 - >=app-arch/libarchive-2.6[lzma]
63 - x11-libs/libX11
64 - x11-libs/libXext
65 - x11-libs/libXScrnSaver
66 - gadu? ( >=net-libs/libgadu-1.11.1[threads] )
67 - mpd? ( media-libs/libmpdclient )
68 - otr? (
69 - >=dev-libs/libgcrypt-1.2.2:0
70 - >=net-libs/libotr-4.1.0
71 - )
72 - phonon? (
73 - || (
74 - media-libs/phonon[qt5]
75 - >=dev-qt/qtphonon-4.7.0:4
76 - )
77 - )
78 - spell? ( app-text/enchant )
79 - xmpp? (
80 - net-dns/libidn
81 - sys-libs/zlib
82 - )
83 -"
84 -DEPEND="${COMMON_DEPEND}
85 - >=dev-qt/linguist-tools-5.2.0:5
86 - x11-proto/scrnsaverproto
87 - x11-proto/xextproto
88 - x11-proto/xproto
89 -"
90 -RDEPEND="${COMMON_DEPEND}
91 - speech? ( app-accessibility/powiedz )
92 -"
93 -
94 -PATCHES=(
95 - "${FILESDIR}/${P}-qt5-compilation.patch"
96 -)
97 -
98 -PLUGINS='
99 -antistring
100 -auto_hide
101 -autoaway
102 -autoresponder
103 -autostatus
104 -cenzor
105 -chat_notify
106 -config_wizard
107 -desktop_docking
108 -docking
109 -emoticons
110 -encryption_ng
111 -encryption_ng_simlite
112 -exec_notify
113 -ext_sound
114 -falf_mediaplayer
115 -filedesc
116 -firewall
117 -freedesktop_notify
118 -hints
119 -history
120 -idle
121 -imagelink
122 -last_seen
123 -mediaplayer
124 -mprisplayer_mediaplayer
125 -pcspeaker
126 -qt4_docking
127 -qt4_docking_notify
128 -screenshot simpleview
129 -single_window
130 -sms
131 -sound
132 -sql_history
133 -tabs
134 -word_fix
135 -'
136 -
137 -src_configure() {
138 - # Filter out dangerous flags
139 - filter-flags -fno-rtti
140 - strip-unsupported-flags
141 -
142 - # Ensure -DQT_NO_DEBUG is added
143 - append-cppflags -DQT_NO_DEBUG
144 -
145 - # Plugin selection
146 - use gadu && PLUGINS+=' gadu_protocol history_migration profiles_import'
147 - use mpd && PLUGINS+=' mpd_mediaplayer'
148 - use otr && PLUGINS+=' encryption_otr'
149 - use phonon && PLUGINS+=' phonon_sound'
150 - use speech && PLUGINS+=' speech'
151 - use spell && PLUGINS+=' spellchecker'
152 - use xmpp && PLUGINS+=' jabber_protocol'
153 -
154 - # Configure package
155 - local mycmakeargs=(
156 - -DBUILD_DESCRIPTION='Gentoo Linux'
157 - -DCOMPILE_PLUGINS="${PLUGINS}"
158 - -DNETWORK_IMPLEMENTATION="Qt"
159 - $(cmake-utils_use sdk INSTALL_SDK)
160 - $(cmake-utils_use_with spell ENCHANT)
161 - )
162 - unset PLUGINS
163 -
164 - cmake-utils_src_configure
165 -}