Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/kadu/
Date: Thu, 02 Feb 2017 09:33:11
Message-Id: 1486027967.eba5f000d656dbe1f0208e045e98489271b5da90.johu@gentoo
1 commit: eba5f000d656dbe1f0208e045e98489271b5da90
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 2 09:32:47 2017 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 2 09:32:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eba5f000
7
8 net-im/kadu: Remove 0.12.3
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 net-im/kadu/Manifest | 1 -
13 net-im/kadu/kadu-0.12.3.ebuild | 98 ------------------------------------------
14 2 files changed, 99 deletions(-)
15
16 diff --git a/net-im/kadu/Manifest b/net-im/kadu/Manifest
17 index 45211ec..2022afd 100644
18 --- a/net-im/kadu/Manifest
19 +++ b/net-im/kadu/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST kadu-0.12.3.tar.bz2 5106482 SHA256 d607bbd0d00b01bfb70dd15f15c8be4076896a935041651e67a3887ad12ab8a8 SHA512 0aeaec9ac3ce5a1860571721e307a8d5e6657a30780125e21d153901ce5f2870ba3ea6ebc272bbb6f35a56ed9a24127abfc8f25b9eb88d01ecf9c931fa5c851c WHIRLPOOL 0a2b1b9684577d95027b9107fc51e8a8f290b7ed38a18bf282f9589eb3dd5ca7a9fa61b088e2fb2be8d4d16e6d4e72d766476e36f7d65cc55a2d5efae53bb8ca
22 DIST kadu-2.1.tar.bz2 6013519 SHA256 9f8092756d4a870c1ecb016c0cba2c833e1697b3eb7e9bf51813b1f0a541ffb8 SHA512 3f0e38aefbaf15f357ae8232b1364deb5954a2464895fafa0a324ad99c7d14c6ba7495bed51d628e04c30bbaaf8e49412c70bbbbf01a40f360406c1afba2384a WHIRLPOOL 10b214ca8d1964054918dc0e1b85bf1157d2496e3ad340958302083a0374ac4fb7b6ac96741637f3847ac06dd9c322b0e529f9c204b9ebc6658157f7b7c2b8a2
23 DIST kadu-3.0.tar.bz2 8002501 SHA256 3f5c0a66a33d1244acd981aef5c268d94185956754ca62e0c4295f7b50700366 SHA512 bc01a2355a53827a9139e460316fcb7ef4bca598964caa11868fe2634140ab8499f7845f0dd64aff0fdc0ba52ee27349f32793a8e2ad9d97b17e6f9a36eddb83 WHIRLPOOL bd743cc4d99d5ebae95e7230dc132e0f246a0b94dd02caa4f5fa92bd8ef3ec40905812c3711c009f56b9e61779fbbb0ec47e5f9b278e90c3665c363e7f865326
24
25 diff --git a/net-im/kadu/kadu-0.12.3.ebuild b/net-im/kadu/kadu-0.12.3.ebuild
26 deleted file mode 100644
27 index dda9889..00000000
28 --- a/net-im/kadu/kadu-0.12.3.ebuild
29 +++ /dev/null
30 @@ -1,98 +0,0 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI="4"
36 -
37 -inherit cmake-utils flag-o-matic
38 -
39 -MY_P="${P/_/-}"
40 -
41 -DESCRIPTION="An open source Gadu-Gadu and Jabber/XMPP protocol Instant Messenger client"
42 -HOMEPAGE="http://www.kadu.net"
43 -SRC_URI="http://download.kadu.im/stable/${P}.tar.bz2"
44 -
45 -LICENSE="GPL-2"
46 -KEYWORDS="amd64 ppc x86"
47 -SLOT="0"
48 -IUSE="ayatana +gadu mpd phonon sdk speech spell xmpp"
49 -REQUIRED_USE="
50 - || (
51 - gadu
52 - xmpp
53 - )
54 -"
55 -COMMON_DEPEND="
56 - app-crypt/qca:2[qt4(+)]
57 - x11-libs/libX11
58 - x11-libs/libXfixes
59 - x11-libs/libXScrnSaver
60 - >=dev-qt/qtdbus-4.7.0:4
61 - >=dev-qt/qtgui-4.7.0:4
62 - >=dev-qt/qtscript-4.7.0:4
63 - >=dev-qt/qtsql-4.7.0:4[sqlite]
64 - >=dev-qt/qtwebkit-4.7.0:4
65 - ayatana? ( dev-libs/libindicate-qt )
66 - gadu? (
67 - >=net-libs/libgadu-1.11.1[threads]
68 - >=dev-qt/qtxmlpatterns-4.7.0:4
69 - )
70 - mpd? ( media-libs/libmpdclient )
71 - phonon? (
72 - || (
73 - media-libs/phonon[qt4]
74 - >=dev-qt/qtphonon-4.7.0:4
75 - )
76 - )
77 - spell? ( app-text/enchant )
78 - xmpp? (
79 - net-dns/libidn
80 - sys-libs/zlib
81 - )
82 -"
83 -DEPEND="${COMMON_DEPEND}
84 - x11-proto/fixesproto
85 - x11-proto/scrnsaverproto
86 - x11-proto/xproto
87 -"
88 -RDEPEND="${COMMON_DEPEND}
89 - app-crypt/qca:2[ssl]
90 - >=dev-qt/qtsvg-4.7.0:4
91 - speech? ( app-accessibility/powiedz )
92 -"
93 -
94 -PLUGINS='amarok1_mediaplayer antistring auto_hide autoaway autoresponder autostatus cenzor chat_notify config_wizard desktop_docking docking encryption_ng encryption_ng_simlite exec_notify ext_sound falf_mediaplayer filedesc firewall freedesktop_notify hints history idle imagelink last_seen mediaplayer mprisplayer_mediaplayer pcspeaker qt4_docking qt4_docking_notify screenshot simpleview single_window sms sound sql_history tabs word_fix'
95 -
96 -src_configure() {
97 - # Filter out dangerous flags
98 - filter-flags -fno-rtti
99 - strip-unsupported-flags
100 -
101 - # Ensure -DQT_NO_DEBUG is added
102 - append-cppflags -DQT_NO_DEBUG
103 -
104 - # Plugin selection
105 - if use gadu; then
106 - PLUGINS+=' gadu_protocol history_migration profiles_import'
107 - fi
108 -
109 - use mpd && PLUGINS+=' mpd_mediaplayer'
110 - use xmpp && PLUGINS+=' jabber_protocol'
111 - use phonon && PLUGINS+=' phonon_sound'
112 - use speech && PLUGINS+=' speech'
113 - use spell && PLUGINS+=' spellchecker'
114 -
115 - # Configure package
116 - local mycmakeargs=(
117 - -DBUILD_DESCRIPTION='Gentoo Linux'
118 - -DCOMPILE_PLUGINS="${PLUGINS}"
119 - -DNETWORK_IMPLEMENTATION="Qt"
120 - -DSIG_HANDLING_ENABLED=TRUE
121 - $(cmake-utils_use sdk INSTALL_SDK)
122 - $(cmake-utils_use_with ayatana INDICATE_QT)
123 - $(cmake-utils_use_with spell ENCHANT)
124 - )
125 - unset PLUGINS
126 -
127 - cmake-utils_src_configure
128 -}