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 D016D158008 for ; Tue, 13 Jun 2023 11:42:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECDD4E09F2; Tue, 13 Jun 2023 11:42:53 +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 CF873E09F2 for ; Tue, 13 Jun 2023 11:42:53 +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 DBB3B3413BD for ; Tue, 13 Jun 2023 11:42:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A227AA6 for ; Tue, 13 Jun 2023 11:42: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: <1686656480.c7030adf7464e1f1a65f575a6dfc3e309666aeff.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtxmlpatterns/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtxmlpatterns/Manifest dev-qt/qtxmlpatterns/qtxmlpatterns-5.15.10.ebuild X-VCS-Directories: dev-qt/qtxmlpatterns/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c7030adf7464e1f1a65f575a6dfc3e309666aeff X-VCS-Branch: master Date: Tue, 13 Jun 2023 11:42: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: 58f33e78-3b8d-4d01-88b4-11a3cb75b227 X-Archives-Hash: 6c5dc00c5cf5025434a1a8e7518c61bf commit: c7030adf7464e1f1a65f575a6dfc3e309666aeff Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jun 13 11:23:29 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jun 13 11:41:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7030adf dev-qt/qtxmlpatterns: 5.15.10 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtxmlpatterns/Manifest | 1 + dev-qt/qtxmlpatterns/qtxmlpatterns-5.15.10.ebuild | 39 +++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/dev-qt/qtxmlpatterns/Manifest b/dev-qt/qtxmlpatterns/Manifest index a3f0608ad72a..18e0422d2d89 100644 --- a/dev-qt/qtxmlpatterns/Manifest +++ b/dev-qt/qtxmlpatterns/Manifest @@ -1 +1,2 @@ +DIST qtxmlpatterns-everywhere-opensource-src-5.15.10.tar.xz 5195076 BLAKE2B c342d07265e8b5a8d8337e1f5df7dd8a2e465eaf1d2caba659372431c8984d4310b2d876121baa7f0148cfb1eb6b8534d4f51b8d7915ed6157f236b556d0f983 SHA512 308203fafdd572998563a30b3289002f848c05b6de5a18545dc06489f97aa197c32f37019880b068c152e678ff5254ebe33333b581572811111c45a5ccb4a243 DIST qtxmlpatterns-everywhere-opensource-src-5.15.9.tar.xz 5190900 BLAKE2B 54b13cf0662a11b145b98b0a90dfe52962994f8c5c59ce3f6d09c8654d92e7f0ff0bf4d335810220b896065acab4a28ab016d35fd125c67522a6c9b440291319 SHA512 60cdee139c04dbd2c381f65fcd579af0b2b6f40234870a782c8b7342c8d0caf92fef94acb959260e4ef615b2c60b5527cd44b8efa85f04ceb4a3659a47a0ee89 diff --git a/dev-qt/qtxmlpatterns/qtxmlpatterns-5.15.10.ebuild b/dev-qt/qtxmlpatterns/qtxmlpatterns-5.15.10.ebuild new file mode 100644 index 000000000000..19a738140a60 --- /dev/null +++ b/dev-qt/qtxmlpatterns/qtxmlpatterns-5.15.10.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit qt5-build + +DESCRIPTION="XPath, XQuery, XSLT, and XML Schema validation library for the Qt5 framework" + +if [[ ${QT5_BUILD_TYPE} == release ]]; then + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" +fi + +IUSE="qml" + +DEPEND=" + =dev-qt/qtcore-${QT5_PV}* + =dev-qt/qtnetwork-${QT5_PV}* + qml? ( =dev-qt/qtdeclarative-${QT5_PV}* ) +" +RDEPEND="${DEPEND} + !