Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/falkon/
Date: Sat, 09 Feb 2019 20:58:23
Message-Id: 1549745865.23b499c3075a452ca5102595cc28205418e3a721.asturm@gentoo
1 commit: 23b499c3075a452ca5102595cc28205418e3a721
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 9 18:39:46 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 9 20:57:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23b499c3
7
8 www-client/falkon: Drop 3.0.1 (r0)
9
10 Package-Manager: Portage-2.3.59, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 www-client/falkon/falkon-3.0.1.ebuild | 69 -----------------------------------
14 1 file changed, 69 deletions(-)
15
16 diff --git a/www-client/falkon/falkon-3.0.1.ebuild b/www-client/falkon/falkon-3.0.1.ebuild
17 deleted file mode 100644
18 index e9e625d2b3c..00000000000
19 --- a/www-client/falkon/falkon-3.0.1.ebuild
20 +++ /dev/null
21 @@ -1,69 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -KDE_TEST="true"
28 -QT_MINIMAL="5.9.2"
29 -VIRTUALX_REQUIRED="test"
30 -inherit kde5
31 -
32 -DESCRIPTION="Cross-platform web browser using QtWebEngine"
33 -HOMEPAGE="https://www.falkon.org/"
34 -if [[ ${KDE_BUILD_TYPE} != live ]]; then
35 - SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
36 -fi
37 -
38 -LICENSE="GPL-3"
39 -SLOT="0"
40 -KEYWORDS="amd64 x86"
41 -IUSE="dbus gnome-keyring kwallet libressl +X"
42 -
43 -COMMON_DEPEND="
44 - $(add_qt_dep qtdeclarative 'widgets')
45 - $(add_qt_dep qtgui)
46 - $(add_qt_dep qtnetwork 'ssl')
47 - $(add_qt_dep qtprintsupport)
48 - $(add_qt_dep qtsql 'sqlite')
49 - $(add_qt_dep qtwebchannel)
50 - $(add_qt_dep qtwebengine 'widgets')
51 - $(add_qt_dep qtwidgets)
52 - dbus? ( $(add_qt_dep qtdbus) )
53 - gnome-keyring? ( gnome-base/gnome-keyring )
54 - kwallet? ( $(add_frameworks_dep kwallet) )
55 - libressl? ( dev-libs/libressl:= )
56 - !libressl? ( dev-libs/openssl:0= )
57 - X? (
58 - $(add_qt_dep qtx11extras)
59 - x11-libs/libxcb:=
60 - x11-libs/xcb-util
61 - )
62 -"
63 -DEPEND="${COMMON_DEPEND}
64 - $(add_qt_dep linguist-tools)
65 - $(add_qt_dep qtconcurrent)
66 - gnome-keyring? ( virtual/pkgconfig )
67 -"
68 -if [[ ${KDE_BUILD_TYPE} != live ]]; then
69 - DEPEND+=" $(add_frameworks_dep ki18n)"
70 -fi
71 -RDEPEND="${COMMON_DEPEND}
72 - !www-client/qupzilla
73 - $(add_qt_dep qtsvg)
74 -"
75 -
76 -src_configure() {
77 - local mycmakeargs=(
78 - -DDISABLE_DBUS=$(usex !dbus)
79 - -DBUILD_KEYRING=$(usex gnome-keyring)
80 - $(cmake-utils_use_find_package kwallet KF5Wallet)
81 - -DNO_X11=$(usex !X)
82 - )
83 - kde5_src_configure
84 -}
85 -
86 -pkg_postinst() {
87 - kde5_pkg_postinst
88 - elog "If you were previously using QupZilla, you can manually migrate your profiles"
89 - elog "by moving the config directory from ~/.config/qupzilla to ~/.config/falkon"
90 -}