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 2B613158095 for ; Sat, 24 Sep 2022 17:03:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61234E0AF3; Sat, 24 Sep 2022 17:03:22 +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 4BD34E0AF3 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 6DFD9340948 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 6CEC65EC 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: <1664030529.66793a36e7a587332a43f60b52ba973e80b1d2b3.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtnetworkauth/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtnetworkauth/Manifest dev-qt/qtnetworkauth/qtnetworkauth-6.3.2.ebuild X-VCS-Directories: dev-qt/qtnetworkauth/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 66793a36e7a587332a43f60b52ba973e80b1d2b3 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: d9b70209-aa55-47a6-b5a7-428246555327 X-Archives-Hash: 9264019ed8ad17ed73ad9d97f44fae9a commit: 66793a36e7a587332a43f60b52ba973e80b1d2b3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 24 14:42:09 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 24 14:42:09 2022 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=66793a36 dev-qt/qtnetworkauth: drop 6.3.2 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtnetworkauth/Manifest | 1 - dev-qt/qtnetworkauth/qtnetworkauth-6.3.2.ebuild | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/dev-qt/qtnetworkauth/Manifest b/dev-qt/qtnetworkauth/Manifest deleted file mode 100644 index 6da3f520..00000000 --- a/dev-qt/qtnetworkauth/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST qtnetworkauth-everywhere-src-6.3.2.tar.xz 145400 BLAKE2B e763b766e0a9ee9ace8598dfe9c0e62d4cbfccc775107947d69ec0acfc177e70f25d1697111a7a3777f98a70e901367b5ff9a5eb8cb18b625bdfc3f291dc0d84 SHA512 dfe52c4ce02d07181293f80ebffe9ff7060f5f63f7c9a6d38c7e13aa131ab5ef4d51e07a16303458f85b04bd6b1bfe3878614d05d1936877c1ce1f6b34da2fe0 diff --git a/dev-qt/qtnetworkauth/qtnetworkauth-6.3.2.ebuild b/dev-qt/qtnetworkauth/qtnetworkauth-6.3.2.ebuild deleted file mode 100644 index 02ff76da..00000000 --- a/dev-qt/qtnetworkauth/qtnetworkauth-6.3.2.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit qt6-build - -DESCRIPTION="Network authorization library for the Qt6 framework" - -if [[ ${QT6_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64" -fi - -DEPEND=" - =dev-qt/qtbase-${PV}*[network,widgets] -" -RDEPEND="${DEPEND}"