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 B855015817D for ; Tue, 18 Jun 2024 18:14:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3AEB2BC01E; Tue, 18 Jun 2024 18:14: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 7C8242BC01E for ; Tue, 18 Jun 2024 18:14: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 15A0733BDE1 for ; Tue, 18 Jun 2024 18:14:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBECA1D39 for ; Tue, 18 Jun 2024 18:14:03 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1718734432.2902f904cd1f719501d4780e16185ebc6a97480a.ionen@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-6.7.2.ebuild X-VCS-Directories: dev-qt/qtwebview/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 2902f904cd1f719501d4780e16185ebc6a97480a X-VCS-Branch: master Date: Tue, 18 Jun 2024 18:14: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: 8006b01f-8482-423c-a3d5-763c246faf6a X-Archives-Hash: 158275e0025bb080133ac031a3e6ce8f commit: 2902f904cd1f719501d4780e16185ebc6a97480a Author: Ionen Wolkens gentoo org> AuthorDate: Tue Jun 18 09:27:48 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Jun 18 18:13:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2902f904 dev-qt/qtwebview: add 6.7.2 Signed-off-by: Ionen Wolkens gentoo.org> dev-qt/qtwebview/Manifest | 1 + dev-qt/qtwebview/qtwebview-6.7.2.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/dev-qt/qtwebview/Manifest b/dev-qt/qtwebview/Manifest index 5ba46959660c..9a9aa9e78bed 100644 --- a/dev-qt/qtwebview/Manifest +++ b/dev-qt/qtwebview/Manifest @@ -1,2 +1,3 @@ DIST qtwebview-everywhere-opensource-src-5.15.14.tar.xz 128212 BLAKE2B 89f3d770b6a23eb9dd4750e65d9b40e55379374a87c66d319f534d68e4a70ab1656497fe7ccf4df9b62553acb9231dfc3c79b69cd76c284b7d745b01f09a46ff SHA512 5a48688439a8d4eaa13c4a5c8453e6a399413d28a8cbdcb1d04a4723b9a0a527d64c2c48bc040cf960300335db958add05a63fb39a6a94fbe1ad19f4989864f6 DIST qtwebview-everywhere-src-6.7.1.tar.xz 138776 BLAKE2B 0823353cb22211b46a90dd09b80eef4bd353d1d3d058ec6238b05e5c6a9cfaec0b3afe5da2a78f41104761b356d8228a8b44928ec0a8ade1bf3811f76afd04f7 SHA512 fb37f33db26eb7cbd4f2295df50518fde5f3bb74f95f7f73e6c5edbe07f9db86091f47ab5a962c39ec342a87aac95a5c3a358b169f3664ec5ca1bfac5bd64af7 +DIST qtwebview-everywhere-src-6.7.2.tar.xz 138764 BLAKE2B 3c7d51dfa8f82a30c92eed804e9f51986947e3f8042b6a3a8d777b02bd7369b98c53686e5032b855bee2200958df00b0e779720bfbe91aae9df154133ca765be SHA512 9cae6f415941049c975a86f99afbb62f3177285a15d182655b9fbab5b3d9ff19d7fb0b646c243db75f382fd971f5b89bf29659c150294e9c4e7ced2921b77c2d diff --git a/dev-qt/qtwebview/qtwebview-6.7.2.ebuild b/dev-qt/qtwebview/qtwebview-6.7.2.ebuild new file mode 100644 index 000000000000..76539b793b79 --- /dev/null +++ b/dev-qt/qtwebview/qtwebview-6.7.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 2023-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit qt6-build + +DESCRIPTION="Module for displaying web content in a QML application using the Qt6 framework" + +if [[ ${QT6_BUILD_TYPE} == release ]]; then + KEYWORDS="~amd64 ~arm64" +fi + +RDEPEND=" + ~dev-qt/qtbase-${PV}:6[gui] + ~dev-qt/qtdeclarative-${PV}:6 + ~dev-qt/qtwebengine-${PV}:6[qml] +" +DEPEND="${RDEPEND}"