Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: net-im/choqok/
Date: Thu, 04 Aug 2016 18:02:16
Message-Id: 1470333568.14aef126f622763438162741ef97d31930b8e5d2.johu@gentoo
1 commit: 14aef126f622763438162741ef97d31930b8e5d2
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 4 17:59:28 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 4 17:59:28 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=14aef126
7
8 net-im/choqok: Remove 1.5.80
9
10 Package-Manager: portage-2.3.0
11
12 net-im/choqok/choqok-1.5.80.ebuild | 68 --------------------------------------
13 1 file changed, 68 deletions(-)
14
15 diff --git a/net-im/choqok/choqok-1.5.80.ebuild b/net-im/choqok/choqok-1.5.80.ebuild
16 deleted file mode 100644
17 index 3b96b92..0000000
18 --- a/net-im/choqok/choqok-1.5.80.ebuild
19 +++ /dev/null
20 @@ -1,68 +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=6
26 -
27 -KDE_HANDBOOK="forceoptional"
28 -inherit kde5
29 -
30 -DESCRIPTION="Free/Open Source micro-blogging client for KDE"
31 -HOMEPAGE="http://choqok.gnufolks.org/"
32 -SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.xz"
33 -
34 -LICENSE="GPL-2+"
35 -KEYWORDS="~amd64 ~x86"
36 -IUSE="attica konqueror"
37 -
38 -DEPEND="
39 - $(add_frameworks_dep kcmutils)
40 - $(add_frameworks_dep kconfig)
41 - $(add_frameworks_dep kconfigwidgets)
42 - $(add_frameworks_dep kcoreaddons)
43 - $(add_frameworks_dep kemoticons)
44 - $(add_frameworks_dep kglobalaccel)
45 - $(add_frameworks_dep kguiaddons)
46 - $(add_frameworks_dep ki18n)
47 - $(add_frameworks_dep kio)
48 - $(add_frameworks_dep kjobwidgets)
49 - $(add_frameworks_dep knotifications)
50 - $(add_frameworks_dep knotifyconfig)
51 - $(add_frameworks_dep kservice)
52 - $(add_frameworks_dep ktextwidgets)
53 - $(add_frameworks_dep kwallet)
54 - $(add_frameworks_dep kwidgetsaddons)
55 - $(add_frameworks_dep kxmlgui)
56 - $(add_frameworks_dep sonnet)
57 - $(add_qt_dep qtconcurrent)
58 - $(add_qt_dep qtdbus)
59 - $(add_qt_dep qtgui)
60 - $(add_qt_dep qtwidgets)
61 - $(add_qt_dep qtxml)
62 - app-crypt/qca[qt5]
63 - dev-libs/qoauth:5
64 - net-libs/telepathy-qt[qt5]
65 - attica? ( $(add_frameworks_dep attica) )
66 - konqueror? (
67 - $(add_frameworks_dep kparts)
68 - $(add_frameworks_dep kdewebkit)
69 - $(add_qt_dep qtwebkit)
70 - )
71 -"
72 -RDEPEND="${DEPEND}
73 - !net-im/choqok:4
74 -"
75 -
76 -DOCS=( AUTHORS README TODO changelog )
77 -
78 -S=${WORKDIR}
79 -
80 -src_configure() {
81 - local mycmakeargs=(
82 - $(cmake-utils_use_find_package attica KF5Attica)
83 - $(cmake-utils_use_find_package konqueror KF5Parts)
84 - $(cmake-utils_use_find_package konqueror KF5WebKit)
85 - )
86 -
87 - kde5_src_configure
88 -}