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 B9B78158020 for ; Tue, 6 Dec 2022 17:07:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0455E086A; Tue, 6 Dec 2022 17:07:06 +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 947FDE086A for ; Tue, 6 Dec 2022 17:07:06 +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 0B6B5341136 for ; Tue, 6 Dec 2022 17:07:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C675077B for ; Tue, 6 Dec 2022 17:07:01 +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: <1670346355.edf84fced7e07f1aa784bec32a70203a1fc91598.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtsensors/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtsensors/Manifest dev-qt/qtsensors/qtsensors-5.15.5.ebuild X-VCS-Directories: dev-qt/qtsensors/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: edf84fced7e07f1aa784bec32a70203a1fc91598 X-VCS-Branch: master Date: Tue, 6 Dec 2022 17:07:01 +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: 581c7bf0-5273-4eac-a5c4-7ddc83e5f3ba X-Archives-Hash: c33de21af45a9d466e33e1b7c840c8d1 commit: edf84fced7e07f1aa784bec32a70203a1fc91598 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 5 20:08:54 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Dec 6 17:05:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edf84fce dev-qt/qtsensors: drop 5.15.5 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtsensors/Manifest | 1 - dev-qt/qtsensors/qtsensors-5.15.5.ebuild | 29 ----------------------------- 2 files changed, 30 deletions(-) diff --git a/dev-qt/qtsensors/Manifest b/dev-qt/qtsensors/Manifest index 25153ba3f7d9..2feb7cec060e 100644 --- a/dev-qt/qtsensors/Manifest +++ b/dev-qt/qtsensors/Manifest @@ -1,2 +1 @@ -DIST qtsensors-everywhere-opensource-src-5.15.5.tar.xz 2058852 BLAKE2B 1c869fb8341c50990dbb280139cd102791ab6c5dc743f3fbcde9c6bb682b043d56c446d03c494c4ffc3155760d349c50278a0aa5722659480c0a4f2906ed7a2d SHA512 a52439dc7008dc4ee7d9af98338ed42951190d44eddca1154080f2dbfb4547fe30519b7f87f16ede2db34e0b9da2751ccd605eb9cd1bee06ab19b6122d86d620 DIST qtsensors-everywhere-opensource-src-5.15.7.tar.xz 2059352 BLAKE2B 37057cef183c1cc5a0ffd8839955059d5a4fa9de2adc1bc60abb0566a09c0adfe926b2a211c88668d88027f08816729f1881c4d00c4f7739e1f71f849f8d184b SHA512 dca0b149f086b0a949809bdc78f1551b27036608802a04f274d7bec38e5eb53ac2c3d78cda83f6d447aa6fc9490bdc19135e925c429cd9ea7290dae27bf00fcd diff --git a/dev-qt/qtsensors/qtsensors-5.15.5.ebuild b/dev-qt/qtsensors/qtsensors-5.15.5.ebuild deleted file mode 100644 index 25a0a7fb01ad..000000000000 --- a/dev-qt/qtsensors/qtsensors-5.15.5.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit qt5-build - -DESCRIPTION="Hardware sensor access library for the Qt5 framework" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86" -fi - -# TODO: simulator -IUSE="qml" - -RDEPEND=" - =dev-qt/qtcore-${QT5_PV}* - =dev-qt/qtdbus-${QT5_PV}* - qml? ( =dev-qt/qtdeclarative-${QT5_PV}* ) -" -DEPEND="${RDEPEND}" - -src_prepare() { - qt_use_disable_mod qml quick \ - src/src.pro - - qt5-build_src_prepare -}