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 14CC3158020 for ; Sat, 5 Nov 2022 16:39:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22940E07E1; Sat, 5 Nov 2022 16:39:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 0C458E07E6 for ; Sat, 5 Nov 2022 16:39: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 1BF5F341230 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 69BDA70D 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: <1667639258.987b7ee7bd080ae94acc860903cccb1d86f2a8bb.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtpositioning/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtpositioning/Manifest dev-qt/qtpositioning/qtpositioning-6.4.0.ebuild X-VCS-Directories: dev-qt/qtpositioning/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 987b7ee7bd080ae94acc860903cccb1d86f2a8bb 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: 95f7d65d-170a-4747-9b69-4e3f1241d7b9 X-Archives-Hash: 508d485c122f1b3c1e39e8e8acf71d32 commit: 987b7ee7bd080ae94acc860903cccb1d86f2a8bb Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Nov 5 09:07:38 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Nov 5 09:07:38 2022 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=987b7ee7 dev-qt/qtpositioning: drop 6.4.0 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtpositioning/Manifest | 1 - dev-qt/qtpositioning/qtpositioning-6.4.0.ebuild | 19 ------------------- 2 files changed, 20 deletions(-) diff --git a/dev-qt/qtpositioning/Manifest b/dev-qt/qtpositioning/Manifest deleted file mode 100644 index ac357c3d..00000000 --- a/dev-qt/qtpositioning/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST qtpositioning-everywhere-src-6.4.0.tar.xz 1491860 BLAKE2B 07d9ed3a62ea8b91931749fe5064e3556cc5a6de2d38f428a99a4112c726e16ae01a70a769e353110e74287fb1a5d6090dc011e407b5dc2deeda8e0a7fd2a619 SHA512 298c484ed3e5f4d11c0e865005f8c0ddf422c8bbe9ff725fe01a8960403c55cfbc96ded62e77af4b14e549349501b7555f169e7a4b99435cecfc4b57b5a2b5cb diff --git a/dev-qt/qtpositioning/qtpositioning-6.4.0.ebuild b/dev-qt/qtpositioning/qtpositioning-6.4.0.ebuild deleted file mode 100644 index 7be915ff..00000000 --- a/dev-qt/qtpositioning/qtpositioning-6.4.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit qt6-build - -DESCRIPTION="Physical position determination library for the Qt6 framework" - -if [[ ${QT6_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64" -fi - -DEPEND=" - =dev-qt/qtbase-${PV}*[dbus,gui,widgets] - =dev-qt/qtdeclarative-${PV}* - =dev-qt/qtserialport-${PV}* -" -RDEPEND="${DEPEND}"