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 D40F5158089 for ; Mon, 6 Nov 2023 18:11:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B0722BC053; Mon, 6 Nov 2023 18:11:08 +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 0B4272BC053 for ; Mon, 6 Nov 2023 18:11:08 +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 004DE335D80 for ; Mon, 6 Nov 2023 18:11:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89F261333 for ; Mon, 6 Nov 2023 18:11:02 +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: <1699294228.8fdb47320ffea715823d44ccbc3e2346cfb7487f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebview/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtwebview/Manifest dev-qt/qtwebview/qtwebview-5.15.10.ebuild X-VCS-Directories: dev-qt/qtwebview/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8fdb47320ffea715823d44ccbc3e2346cfb7487f X-VCS-Branch: master Date: Mon, 6 Nov 2023 18:11:02 +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: 2cb499be-a145-4401-a586-4684b455ba17 X-Archives-Hash: 137d388f3ccdd061e425a748b0d9f6ee commit: 8fdb47320ffea715823d44ccbc3e2346cfb7487f Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Nov 6 09:40:39 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Nov 6 18:10:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fdb4732 dev-qt/qtwebview: drop 5.15.10 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtwebview/Manifest | 1 - dev-qt/qtwebview/qtwebview-5.15.10.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/dev-qt/qtwebview/Manifest b/dev-qt/qtwebview/Manifest index e1f97775da92..a3d193334237 100644 --- a/dev-qt/qtwebview/Manifest +++ b/dev-qt/qtwebview/Manifest @@ -1,2 +1 @@ -DIST qtwebview-everywhere-opensource-src-5.15.10.tar.xz 136584 BLAKE2B fa3ed8c85c0e3cd0212e524ae37572c1db017add77a8ec73712b746b6002ef88d11aceba879684dcbef91786b09e9d1696720215861d81bd25b8945ed6913ae6 SHA512 258e2146a74083b2a7e48f8875f601df8f6135cdd4bb7c35c3d8b61bec0e5937942e74c36e971565ced9c070e3f1303a3950b7f2a87b148e8abb516bd0ce7a25 DIST qtwebview-everywhere-opensource-src-5.15.11.tar.xz 136856 BLAKE2B 9bb69128bb74d50e253cc428fc9954f1d62c535132c9281a573a433c3c4c260309603d649f0a97cc085dbc69ad55764533c0d582e0c69df0bbab6373b9bd9d5d SHA512 7a741b3bb79b9aeaca05130ad8346a2dc704a203654754c73953d37a88d4c923375c3db44ddc22ea0b9856abedb7daf99e89d4f387014dfe8fbb31aaea6a7e38 diff --git a/dev-qt/qtwebview/qtwebview-5.15.10.ebuild b/dev-qt/qtwebview/qtwebview-5.15.10.ebuild deleted file mode 100644 index 2d70ca8c6095..000000000000 --- a/dev-qt/qtwebview/qtwebview-5.15.10.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit qt5-build - -DESCRIPTION="Module for displaying web content in a QML application using the Qt5 framework" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm arm64 ~ppc64 ~x86" -fi - -IUSE="" - -DEPEND=" - =dev-qt/qtcore-${QT5_PV}* - =dev-qt/qtdeclarative-${QT5_PV}* - =dev-qt/qtgui-${QT5_PV}* - =dev-qt/qtwebengine-${QT5_PV}*:5 -" -RDEPEND="${DEPEND}"