Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/khtml/
Date: Thu, 20 Jan 2022 13:26:46
Message-Id: 1642685059.c6cec66c27172caaa0bbd146e76485243bcfc106.asturm@gentoo
1 commit: c6cec66c27172caaa0bbd146e76485243bcfc106
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 20 12:28:28 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 20 13:24:19 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6cec66c
7
8 kde-frameworks/khtml: Drop 5.90.0 (r0)
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 kde-frameworks/khtml/khtml-5.90.0.ebuild | 71 --------------------------------
14 1 file changed, 71 deletions(-)
15
16 diff --git a/kde-frameworks/khtml/khtml-5.90.0.ebuild b/kde-frameworks/khtml/khtml-5.90.0.ebuild
17 deleted file mode 100644
18 index 91278423475f..000000000000
19 --- a/kde-frameworks/khtml/khtml-5.90.0.ebuild
20 +++ /dev/null
21 @@ -1,71 +0,0 @@
22 -# Copyright 1999-2022 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=8
26 -
27 -ECM_QTHELP="false"
28 -PVCUT=$(ver_cut 1-2)
29 -QTMIN=5.15.2
30 -VIRTUALX_REQUIRED="test"
31 -inherit ecm kde.org
32 -
33 -DESCRIPTION="KHTML web rendering engine"
34 -LICENSE="LGPL-2"
35 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
36 -IUSE="X"
37 -
38 -BDEPEND="
39 - dev-lang/perl
40 - dev-util/gperf
41 -"
42 -RDEPEND="
43 - dev-libs/openssl:0
44 - >=dev-qt/qtdbus-${QTMIN}:5
45 - >=dev-qt/qtgui-${QTMIN}:5
46 - >=dev-qt/qtnetwork-${QTMIN}:5[ssl]
47 - >=dev-qt/qtprintsupport-${QTMIN}:5
48 - >=dev-qt/qtwidgets-${QTMIN}:5
49 - >=dev-qt/qtxml-${QTMIN}:5
50 - =kde-frameworks/karchive-${PVCUT}*:5
51 - =kde-frameworks/kcodecs-${PVCUT}*:5
52 - =kde-frameworks/kcompletion-${PVCUT}*:5
53 - =kde-frameworks/kconfig-${PVCUT}*:5
54 - =kde-frameworks/kconfigwidgets-${PVCUT}*:5
55 - =kde-frameworks/kcoreaddons-${PVCUT}*:5
56 - =kde-frameworks/kglobalaccel-${PVCUT}*:5
57 - =kde-frameworks/ki18n-${PVCUT}*:5
58 - =kde-frameworks/kiconthemes-${PVCUT}*:5
59 - =kde-frameworks/kio-${PVCUT}*:5
60 - =kde-frameworks/kjobwidgets-${PVCUT}*:5
61 - =kde-frameworks/kjs-${PVCUT}*:5
62 - =kde-frameworks/knotifications-${PVCUT}*:5
63 - =kde-frameworks/kparts-${PVCUT}*:5
64 - =kde-frameworks/kservice-${PVCUT}*:5
65 - =kde-frameworks/ktextwidgets-${PVCUT}*:5
66 - =kde-frameworks/kwallet-${PVCUT}*:5
67 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
68 - =kde-frameworks/kwindowsystem-${PVCUT}*:5
69 - =kde-frameworks/kxmlgui-${PVCUT}*:5
70 - =kde-frameworks/sonnet-${PVCUT}*:5
71 - media-libs/giflib:=
72 - media-libs/libpng:0=
73 - >=media-libs/phonon-4.11.0
74 - sys-libs/zlib
75 - virtual/jpeg:0
76 - X? (
77 - >=dev-qt/qtx11extras-${QTMIN}:5
78 - x11-libs/libX11
79 - )
80 -"
81 -DEPEND="${RDEPEND}
82 - test? ( >=dev-qt/qtx11extras-${QTMIN}:5 )
83 - X? ( x11-base/xorg-proto )
84 -"
85 -
86 -src_configure() {
87 - local mycmakeargs=(
88 - $(cmake_use_find_package X X11)
89 - )
90 -
91 - ecm_src_configure
92 -}