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 ECAC0158020 for ; Tue, 6 Dec 2022 17:07:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59131E086E; Tue, 6 Dec 2022 17:07:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 40E7EE086E for ; Tue, 6 Dec 2022 17:07: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 8297F34113D for ; Tue, 6 Dec 2022 17:07:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C6E77DE for ; Tue, 6 Dec 2022 17:07: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: <1670346359.32e7c33f74917f658cbeacda8457252a5fc87a37.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.5.ebuild X-VCS-Directories: dev-qt/qtxmlpatterns/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 32e7c33f74917f658cbeacda8457252a5fc87a37 X-VCS-Branch: master Date: Tue, 6 Dec 2022 17:07: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: 3b52e694-13f9-4185-a501-ab602449419c X-Archives-Hash: 6dce1b31a4085f682b2b9d6fb0a0b1c1 commit: 32e7c33f74917f658cbeacda8457252a5fc87a37 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 5 20:09:30 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Dec 6 17:05:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32e7c33f dev-qt/qtxmlpatterns: drop 5.15.5 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtxmlpatterns/Manifest | 1 - dev-qt/qtxmlpatterns/qtxmlpatterns-5.15.5.ebuild | 39 ------------------------ 2 files changed, 40 deletions(-) diff --git a/dev-qt/qtxmlpatterns/Manifest b/dev-qt/qtxmlpatterns/Manifest index 6afd9dc65daf..0c561e982a4d 100644 --- a/dev-qt/qtxmlpatterns/Manifest +++ b/dev-qt/qtxmlpatterns/Manifest @@ -1,2 +1 @@ -DIST qtxmlpatterns-everywhere-opensource-src-5.15.5.tar.xz 5210040 BLAKE2B f6f9b9c5a310328d17b316f62510aab1a07660756bbd9b982625b963e6851c004ab45e17b22014dd7d5aeb252fdd95c6ad7378227c2439134731d8320967d210 SHA512 553456f299c6812c058496f5e1d6a089df1f693dd1105fed80e6d6dd0cf143a0d74ade44408f48553ff3fac0951ab3f7384bc08535888354d921aa2d8428317d DIST qtxmlpatterns-everywhere-opensource-src-5.15.7.tar.xz 5215136 BLAKE2B 519f202142bb23e8c82c970233f8cf1b438e4ce7b5f0d9484f5a41a977729065d1e1cdc7dd2a2d24caf807ddb7dd96b06d2346ae367a3b6df49885b0daefc5e5 SHA512 28b506dedde18a05861e6cf2d8f530436da873ab5ece5db164baab4deffac2a3bbff6e6a5052da795cb9f2abd2ce55256e2d68127aa6f11d4611137dafa85fa4 diff --git a/dev-qt/qtxmlpatterns/qtxmlpatterns-5.15.5.ebuild b/dev-qt/qtxmlpatterns/qtxmlpatterns-5.15.5.ebuild deleted file mode 100644 index d36a6f02253f..000000000000 --- a/dev-qt/qtxmlpatterns/qtxmlpatterns-5.15.5.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2022 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} - !