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 02CCE15800F for ; Tue, 24 Jan 2023 09:45:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53D14E085E; Tue, 24 Jan 2023 09:45:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 39BE8E0855 for ; Tue, 24 Jan 2023 09:45:07 +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 7148E340A8E for ; Tue, 24 Jan 2023 09:45:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 276338A6 for ; Tue, 24 Jan 2023 09:45:03 +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: <1674552893.a0debad27ed23146fa75e731123a5c8502769b03.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.7.ebuild X-VCS-Directories: dev-qt/qtwebview/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a0debad27ed23146fa75e731123a5c8502769b03 X-VCS-Branch: master Date: Tue, 24 Jan 2023 09:45:03 +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: c6af367e-43d6-4d80-aca5-4a56f2e05a9c X-Archives-Hash: 6421686ed6fed1a9529ec33e5490e2b8 commit: a0debad27ed23146fa75e731123a5c8502769b03 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jan 23 19:22:57 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jan 24 09:34:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0debad2 dev-qt/qtwebview: drop 5.15.7 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtwebview/Manifest | 1 - dev-qt/qtwebview/qtwebview-5.15.7.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/dev-qt/qtwebview/Manifest b/dev-qt/qtwebview/Manifest index 48b1d1f9954b..f6dfcc1a601d 100644 --- a/dev-qt/qtwebview/Manifest +++ b/dev-qt/qtwebview/Manifest @@ -1,2 +1 @@ -DIST qtwebview-everywhere-opensource-src-5.15.7.tar.xz 135408 BLAKE2B f6f7c288243f665053d5741a262f91941b00674290eff5d96aa2e481a67d52bcbc4cafd0867305c88d571ac8355f0cf70c3764ce4173241b0056833f1b7384c9 SHA512 7f1befd10507efc010e4f1c459a0971aa32f288202e6151815885deb89462d20ac6182e4976cecc47e39ac8e7eb545e50c5eeac963b57fc66dab5a84e5ab587b DIST qtwebview-everywhere-opensource-src-5.15.8.tar.xz 135372 BLAKE2B 73afdaf656ee9084bc1e462a56475c900c894c9df3a33af899f35a3fc5d66b3b375d6ab04c84f42cdc163bcfa22c1175571f4465a11190a82b1a00617f166a62 SHA512 1afa2c5b7e4a0f422986ac982345d398af9cf468c2e8690205e5d7a820b0eb8c44e4a6d711735d039a05c44c1c6c4f41faf7bfe4cb2bbbd248b278a3e6c72cb5 diff --git a/dev-qt/qtwebview/qtwebview-5.15.7.ebuild b/dev-qt/qtwebview/qtwebview-5.15.7.ebuild deleted file mode 100644 index 19d0efa48278..000000000000 --- a/dev-qt/qtwebview/qtwebview-5.15.7.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2022 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}"