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 BDD09158094 for ; Sat, 24 Sep 2022 21:24:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CDEEE098A; Sat, 24 Sep 2022 21:24:33 +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 43E89E098A for ; Sat, 24 Sep 2022 21:24:33 +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 D98CB340E33 for ; Sat, 24 Sep 2022 21:24:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C0585F6 for ; Sat, 24 Sep 2022 21:24:29 +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: <1664051126.63583b3862fb3fccdf3d1664eb986e7f35a6417f.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtserialport/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtserialport/qtserialport-6.3.9999.ebuild X-VCS-Directories: dev-qt/qtserialport/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 63583b3862fb3fccdf3d1664eb986e7f35a6417f X-VCS-Branch: master Date: Sat, 24 Sep 2022 21:24:29 +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: 48e0edad-3085-482d-80bc-a38d30be40b6 X-Archives-Hash: 5c43edd1f2f4289a9170e4683635ccdd commit: 63583b3862fb3fccdf3d1664eb986e7f35a6417f Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 24 20:25:26 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 24 20:25:26 2022 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=63583b38 dev-qt/qtserialport: drop 6.3.9999 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtserialport/qtserialport-6.3.9999.ebuild | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/dev-qt/qtserialport/qtserialport-6.3.9999.ebuild b/dev-qt/qtserialport/qtserialport-6.3.9999.ebuild deleted file mode 100644 index 218a7f2d..00000000 --- a/dev-qt/qtserialport/qtserialport-6.3.9999.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}"