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 6F599158020 for ; Sat, 5 Nov 2022 16:39:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3E1EE07DB; Sat, 5 Nov 2022 16:39:21 +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 CDB97E07DB for ; Sat, 5 Nov 2022 16:39:21 +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 3EB71341237 for ; Sat, 5 Nov 2022 16:39:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1BC172C for ; Sat, 5 Nov 2022 16:39:17 +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: <1667639268.6cc4874bbf25d34f2a1e1f8e11277b07ff61b2f9.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtsvg/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtsvg/Manifest dev-qt/qtsvg/qtsvg-6.4.0.ebuild X-VCS-Directories: dev-qt/qtsvg/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6cc4874bbf25d34f2a1e1f8e11277b07ff61b2f9 X-VCS-Branch: master Date: Sat, 5 Nov 2022 16:39:17 +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: 99f4c7a3-f27a-4118-ad52-be250c7606bc X-Archives-Hash: e27c01cecded5c115470d74804e6f0cb commit: 6cc4874bbf25d34f2a1e1f8e11277b07ff61b2f9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Nov 5 09:07:48 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Nov 5 09:07:48 2022 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=6cc4874b dev-qt/qtsvg: drop 6.4.0 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtsvg/Manifest | 1 - dev-qt/qtsvg/qtsvg-6.4.0.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/dev-qt/qtsvg/Manifest b/dev-qt/qtsvg/Manifest deleted file mode 100644 index 8a9be9a3..00000000 --- a/dev-qt/qtsvg/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST qtsvg-everywhere-src-6.4.0.tar.xz 1726036 BLAKE2B b18473cfef70b159ae40942bc88103a082f6e6e05b7e3e4b1cb310702123be0f4f9cc2f052ebed09904069b586f46adce3116480cb5ee3abbede5bed41a763c4 SHA512 f3a6b3bda1c0a3395528f99b5f7b9647a19aeeda0f97dc96bfb551b9c134a50166d1d58d7d63a411a84bcb482580c6907b2c231d570794a482f42126cec9dd89 diff --git a/dev-qt/qtsvg/qtsvg-6.4.0.ebuild b/dev-qt/qtsvg/qtsvg-6.4.0.ebuild deleted file mode 100644 index 037c2eb0..00000000 --- a/dev-qt/qtsvg/qtsvg-6.4.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit qt6-build - -DESCRIPTION="SVG rendering library for the Qt6 framework" - -if [[ ${QT6_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64" -fi - -DEPEND=" - =dev-qt/qtbase-${PV}*[gui,widgets] - sys-libs/zlib:= -" -RDEPEND="${DEPEND}"