Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: net-im/choqok/
Date: Wed, 12 Oct 2016 18:44:33
Message-Id: 1476297861.4913fb1f4dc43b828c44922d83d666cdc6bedb75.kensington@gentoo
1 commit: 4913fb1f4dc43b828c44922d83d666cdc6bedb75
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 12 18:44:18 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 12 18:44:21 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4913fb1f
7
8 net-im/choqok: moved to main tree
9
10 Package-Manager: portage-2.3.2
11
12 net-im/choqok/choqok-1.6.0.ebuild | 66 ---------------------------------------
13 1 file changed, 66 deletions(-)
14
15 diff --git a/net-im/choqok/choqok-1.6.0.ebuild b/net-im/choqok/choqok-1.6.0.ebuild
16 deleted file mode 100644
17 index dbdec2f..0000000
18 --- a/net-im/choqok/choqok-1.6.0.ebuild
19 +++ /dev/null
20 @@ -1,66 +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 by KDE"
31 -HOMEPAGE="http://choqok.gnufolks.org/"
32 -[[ ${KDE_BUILD_TYPE} != live ]] && SRC_URI="mirror://kde/stable/${PN}/${PV%.0}/src/${P}.tar.xz"
33 -
34 -LICENSE="GPL-2+"
35 -KEYWORDS="~amd64 ~x86"
36 -IUSE="attica konqueror telepathy"
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 qtdbus)
58 - $(add_qt_dep qtgui)
59 - $(add_qt_dep qtwidgets)
60 - $(add_qt_dep qtxml)
61 - app-crypt/qca[qt5]
62 - dev-libs/qoauth:5
63 - attica? ( $(add_frameworks_dep attica) )
64 - konqueror? (
65 - $(add_frameworks_dep kparts)
66 - $(add_frameworks_dep kdewebkit)
67 - $(add_qt_dep qtwebkit)
68 - )
69 - telepathy? ( net-libs/telepathy-qt[qt5] )
70 -"
71 -RDEPEND="${DEPEND}
72 - !net-im/choqok:4
73 -"
74 -
75 -DOCS=( AUTHORS README TODO changelog )
76 -
77 -src_configure() {
78 - local mycmakeargs=(
79 - $(cmake-utils_use_find_package attica KF5Attica)
80 - $(cmake-utils_use_find_package konqueror KF5Parts)
81 - $(cmake-utils_use_find_package konqueror KF5WebKit)
82 - $(cmake-utils_use_find_package telepathy TelepathyQt5)
83 - )
84 -
85 - kde5_src_configure
86 -}