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 D8D7A158094 for ; Sat, 24 Sep 2022 17:03:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17CD1E0B15; Sat, 24 Sep 2022 17:03:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 01B7DE0B15 for ; Sat, 24 Sep 2022 17:03:22 +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 B1EFA341043 for ; Sat, 24 Sep 2022 17:03:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B779F5F6 for ; Sat, 24 Sep 2022 17:03:18 +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: <1664030544.f00eb0d2a03e66e7738fdbd96467a3a1ce2fdec2.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtserialport/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtserialport/Manifest dev-qt/qtserialport/qtserialport-6.3.2.ebuild X-VCS-Directories: dev-qt/qtserialport/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f00eb0d2a03e66e7738fdbd96467a3a1ce2fdec2 X-VCS-Branch: master Date: Sat, 24 Sep 2022 17:03:18 +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: bb4dc739-a407-42a1-b401-bca858649a34 X-Archives-Hash: b8c4ec9073ed3934afd8d982bfac5c8b commit: f00eb0d2a03e66e7738fdbd96467a3a1ce2fdec2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 24 14:42:24 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 24 14:42:24 2022 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=f00eb0d2 dev-qt/qtserialport: drop 6.3.2 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtserialport/Manifest | 1 - dev-qt/qtserialport/qtserialport-6.3.2.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/dev-qt/qtserialport/Manifest b/dev-qt/qtserialport/Manifest deleted file mode 100644 index a64a47ca..00000000 --- a/dev-qt/qtserialport/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST qtserialport-everywhere-src-6.3.2.tar.xz 319536 BLAKE2B eb59ed13076bbd3de8c04afa9362cfa177713c6650577f2ccd940f820d4d8ad673440538d2e5a4e5df10bf2bf45afd88443d5b4098ae12984dc4b51215b2343c SHA512 d71ca3b004133eb86fbfc4e8e22daa1d6317b4dab8a7b8bf252509a226477b28647c20ad01368fb7b5b4d2fc1007606a287a3d38ca904e722efda7dfb7cec2ab diff --git a/dev-qt/qtserialport/qtserialport-6.3.2.ebuild b/dev-qt/qtserialport/qtserialport-6.3.2.ebuild deleted file mode 100644 index 218a7f2d..00000000 --- a/dev-qt/qtserialport/qtserialport-6.3.2.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="Serial port abstraction library for the Qt6 framework" - -if [[ ${QT6_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64" -fi - -DEPEND=" - =dev-qt/qtbase-${PV}*[gui,widgets] - virtual/libudev:= -" -RDEPEND="${DEPEND}"