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 87FE315810F for ; Sat, 10 Jun 2023 19:20:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 891B1E0858; Sat, 10 Jun 2023 19:20:23 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7471DE0858 for ; Sat, 10 Jun 2023 19:20: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 44F413411F9 for ; Sat, 10 Jun 2023 19:20:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3C41A80 for ; Sat, 10 Jun 2023 19:20:19 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1686424740.f7b80d75d7f6a2739c23f531dab57c2cb707f868.chiitoo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtlocation/qtlocation-6.5.1.ebuild X-VCS-Directories: dev-qt/qtlocation/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: f7b80d75d7f6a2739c23f531dab57c2cb707f868 X-VCS-Branch: master Date: Sat, 10 Jun 2023 19:20:19 +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: 663b496d-a767-4fb0-8fe1-0d5355d35e76 X-Archives-Hash: ede769d94f11086a369d1cf7b03cc958 commit: f7b80d75d7f6a2739c23f531dab57c2cb707f868 Author: Jimi Huotari gentoo org> AuthorDate: Sat Jun 10 19:18:56 2023 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Sat Jun 10 19:19:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7b80d75 dev-qt/qtlocation: remove version 6.5.1 (r0) Signed-off-by: Jimi Huotari gentoo.org> dev-qt/qtlocation/qtlocation-6.5.1.ebuild | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/dev-qt/qtlocation/qtlocation-6.5.1.ebuild b/dev-qt/qtlocation/qtlocation-6.5.1.ebuild deleted file mode 100644 index cd6b3e19feb4..000000000000 --- a/dev-qt/qtlocation/qtlocation-6.5.1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit qt6-build - -DESCRIPTION="Location (places, maps, navigation) library for the Qt6 framework" - -if [[ ${QT6_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64" -fi - -DEPEND=" - =dev-qt/qtbase-${PV}* - =dev-qt/qtdeclarative-${PV}* -" -RDEPEND="${DEPEND}"