summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-01-12 09:57:43 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-01-12 10:41:18 +0100
commit8b4d0ce187cbb641143e419ec9adc35867f9cb11 (patch)
treeb7bac7fdfa59d5b5a422835ad162fc9ecbfca44c /kde-frameworks/khtml
parentdev-util/kdbg: Drop 3.0.0-r1 (diff)
downloadgentoo-8b4d0ce187cbb641143e419ec9adc35867f9cb11.tar.gz
gentoo-8b4d0ce187cbb641143e419ec9adc35867f9cb11.tar.bz2
gentoo-8b4d0ce187cbb641143e419ec9adc35867f9cb11.zip
kde-frameworks: Drop KDE Frameworks 5.65.0
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/khtml')
-rw-r--r--kde-frameworks/khtml/Manifest1
-rw-r--r--kde-frameworks/khtml/khtml-5.65.0.ebuild72
2 files changed, 0 insertions, 73 deletions
diff --git a/kde-frameworks/khtml/Manifest b/kde-frameworks/khtml/Manifest
index bfecc9e28c44..a0309b8e5352 100644
--- a/kde-frameworks/khtml/Manifest
+++ b/kde-frameworks/khtml/Manifest
@@ -1,3 +1,2 @@
DIST khtml-5.64.0.tar.xz 2083068 BLAKE2B 652d097d3b628e2aca16e70bf79e92955c55a5ec5aaa8cbdb9ca6019bd66b0f1b0157931c24248691e78edca38a9c260ff0170d9c0595ee19e30930df428db91 SHA512 920412d9526fc478817b4aaf9a762d75f109f69af3a9eccea8f4a9e855e17666e47b65548f430f0f654ea87afba7d556357d8dd1a910c6a466e1aeb1a9ee9d5e
-DIST khtml-5.65.0.tar.xz 2084652 BLAKE2B 7e93fd43cbaf363c21fede63476a2acd87ff3d6774b4f8db135e30d734917605af6a011baa905cc7e10477dba4c4a9947f423c44d81f8121d69e44c4fdc1b767 SHA512 8ec0bbf79e2bddadd67eecb8d2e310b4a4ea1d68413a27ab8139f42faee6b14a488e84842eee21d1be8083d2c3b66d96b84ff48a6f06328a45c909fbabb98e10
DIST khtml-5.66.0.tar.xz 2081304 BLAKE2B b8dede2c087e6bd7338fedf8e4af9634ff75f4a78668c007f2f24efde05d16e8ff8f8a134df7f1a978e493a1e836763859fc782ef2580561740718096830792b SHA512 15171d70fe86a688203b514607a3368f6af05f5021d9139d59f1b8d3012084bf7d269a1481535983df2a13a9a02033b9bd02c17b983b76dd9939db0163fecdbb
diff --git a/kde-frameworks/khtml/khtml-5.65.0.ebuild b/kde-frameworks/khtml/khtml-5.65.0.ebuild
deleted file mode 100644
index 3e18c11857ec..000000000000
--- a/kde-frameworks/khtml/khtml-5.65.0.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_QTHELP="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.12.3
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="KHTML web rendering engine"
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="libressl X"
-
-BDEPEND="
- dev-lang/perl
- dev-util/gperf
-"
-RDEPEND="
- >=kde-frameworks/karchive-${PVCUT}:5
- >=kde-frameworks/kcodecs-${PVCUT}:5
- >=kde-frameworks/kcompletion-${PVCUT}:5
- >=kde-frameworks/kconfig-${PVCUT}:5
- >=kde-frameworks/kconfigwidgets-${PVCUT}:5
- >=kde-frameworks/kcoreaddons-${PVCUT}:5
- >=kde-frameworks/kglobalaccel-${PVCUT}:5
- >=kde-frameworks/ki18n-${PVCUT}:5
- >=kde-frameworks/kiconthemes-${PVCUT}:5
- >=kde-frameworks/kio-${PVCUT}:5
- >=kde-frameworks/kjobwidgets-${PVCUT}:5
- >=kde-frameworks/kjs-${PVCUT}:5
- >=kde-frameworks/knotifications-${PVCUT}:5
- >=kde-frameworks/kparts-${PVCUT}:5
- >=kde-frameworks/kservice-${PVCUT}:5
- >=kde-frameworks/ktextwidgets-${PVCUT}:5
- >=kde-frameworks/kwallet-${PVCUT}:5
- >=kde-frameworks/kwidgetsaddons-${PVCUT}:5
- >=kde-frameworks/kwindowsystem-${PVCUT}:5
- >=kde-frameworks/kxmlgui-${PVCUT}:5
- >=kde-frameworks/sonnet-${PVCUT}:5
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5[ssl]
- >=dev-qt/qtprintsupport-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=dev-qt/qtxml-${QTMIN}:5
- media-libs/giflib:=
- media-libs/libpng:0=
- media-libs/phonon[qt5(+)]
- sys-libs/zlib
- virtual/jpeg:0
- !libressl? ( dev-libs/openssl:0 )
- libressl? ( dev-libs/libressl )
- X? (
- >=dev-qt/qtx11extras-${QTMIN}:5
- x11-libs/libX11
- )
-"
-DEPEND="${RDEPEND}
- test? ( >=dev-qt/qtx11extras-${QTMIN}:5 )
- X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package X X11)
- )
-
- ecm_src_configure
-}