From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C3B2815800A for ; Wed, 2 Aug 2023 19:33:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 694A1E0D25; Wed, 2 Aug 2023 19:33:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4ADA1E0D25 for ; Wed, 2 Aug 2023 19:33:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C4D20340D15 for ; Wed, 2 Aug 2023 19:33:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A260AEB2 for ; Wed, 2 Aug 2023 19:33:49 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1691004802.e74fb76612d3cfb3fc4116c8d6f33e2806e2c749.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/khtml/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/khtml/Manifest kde-frameworks/khtml/khtml-5.106.0.ebuild X-VCS-Directories: kde-frameworks/khtml/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e74fb76612d3cfb3fc4116c8d6f33e2806e2c749 X-VCS-Branch: master Date: Wed, 2 Aug 2023 19:33:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1cd175ea-9584-4d60-8127-9a421be66797 X-Archives-Hash: 24b760347bb809f8ba21d2ad45450921 commit: e74fb76612d3cfb3fc4116c8d6f33e2806e2c749 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Aug 2 19:17:17 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Aug 2 19:33:22 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e74fb766 kde-frameworks/khtml: drop 5.106.0 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/khtml/Manifest | 1 - kde-frameworks/khtml/khtml-5.106.0.ebuild | 71 ------------------------------- 2 files changed, 72 deletions(-) diff --git a/kde-frameworks/khtml/Manifest b/kde-frameworks/khtml/Manifest index 4faf3b74ce34..ff2977a22dcd 100644 --- a/kde-frameworks/khtml/Manifest +++ b/kde-frameworks/khtml/Manifest @@ -1,2 +1 @@ -DIST khtml-5.106.0.tar.xz 4011568 BLAKE2B f15c0105c3624a7a2091bec1c5b87db90e26d52fda61955291ddc8e2123e81320e0003fb301a280c9ba1d8dd8d7ad0e7746da4a1a4f9cfd6994f60ba3864cd9d SHA512 fe8632ffecb686578dc9d6e49651d5b81447b860051a11ddfdef8a6b9da96f139ceb1a9bfeb3e56ff0f371bd80e80c17575d7f8d3ab1806b27a7cbb14a5c91da DIST khtml-5.108.0.tar.xz 4010964 BLAKE2B 03d649eef200a17b1d6d4f3f04b5516b65520348dfee1c6b295519a5ccee04b250cefe06e6939bd2da132edf22ba9b77beacf338aed854866361aa597133e507 SHA512 a4bececf0f78c08625c7739edae2b29d749ade2cb21c4ee9d81b6dd3677a1a0ba0e53d245d7a355d450a2aad5d021a9c1ed0e326697ea54c32e7d25d84e27cbf diff --git a/kde-frameworks/khtml/khtml-5.106.0.ebuild b/kde-frameworks/khtml/khtml-5.106.0.ebuild deleted file mode 100644 index 4ec7399a0080..000000000000 --- a/kde-frameworks/khtml/khtml-5.106.0.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_QTHELP="false" -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.5 -VIRTUALX_REQUIRED="test" -inherit ecm frameworks.kde.org - -DESCRIPTION="KHTML web rendering engine" -LICENSE="LGPL-2" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" -IUSE="X" - -RDEPEND=" - dev-libs/openssl:0 - >=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 - =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[X?] - =kde-frameworks/kxmlgui-${PVCUT}*:5 - =kde-frameworks/sonnet-${PVCUT}*:5 - media-libs/giflib:= - media-libs/libjpeg-turbo:= - media-libs/libpng:0= - >=media-libs/phonon-4.11.0 - sys-libs/zlib - X? ( - >=dev-qt/qtx11extras-${QTMIN}:5 - x11-libs/libX11 - ) -" -DEPEND="${RDEPEND} - test? ( >=dev-qt/qtx11extras-${QTMIN}:5 ) - X? ( x11-base/xorg-proto ) -" -BDEPEND=" - dev-lang/perl - dev-util/gperf -" - -src_configure() { - local mycmakeargs=( - -DWITH_X11=$(usex X) - ) - - ecm_src_configure -}