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 18A9E15ACFD for ; Mon, 1 May 2023 12:55:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47A14E08C8; Mon, 1 May 2023 12:55:01 +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 2210AE08C8 for ; Mon, 1 May 2023 12:55:01 +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 37E40341516 for ; Mon, 1 May 2023 12:55:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BC86A5E for ; Mon, 1 May 2023 12:54:57 +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: <1682945600.f5aac556d11c35327ec8fca206723321a315a921.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.8.ebuild X-VCS-Directories: dev-qt/qtsensors/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f5aac556d11c35327ec8fca206723321a315a921 X-VCS-Branch: master Date: Mon, 1 May 2023 12:54:57 +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: ddf98814-c15d-485b-a851-dd844bb92583 X-Archives-Hash: 9f952a30fe13006b1dd73919dfb6a49e commit: f5aac556d11c35327ec8fca206723321a315a921 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon May 1 11:53:05 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon May 1 12:53:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5aac556 dev-qt/qtsensors: drop 5.15.8 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtsensors/Manifest | 1 - dev-qt/qtsensors/qtsensors-5.15.8.ebuild | 29 ----------------------------- 2 files changed, 30 deletions(-) diff --git a/dev-qt/qtsensors/Manifest b/dev-qt/qtsensors/Manifest index 203fabfe074d..e558ec717887 100644 --- a/dev-qt/qtsensors/Manifest +++ b/dev-qt/qtsensors/Manifest @@ -1,2 +1 @@ -DIST qtsensors-everywhere-opensource-src-5.15.8.tar.xz 2058928 BLAKE2B f6af6fe7c26d54af9785d54eab76b7ac274723f648b885e723fd048f5870fe6f550dd57125c6fdfd0ad9e814be66155a0342fa73327b0e58b105ca891b5d10af SHA512 333bc05dd3bf4ba8ca4069279bf5e73f59475dd0d6e0411f16dc796f4cceb4354a7730be931ad868ef7052ebf8e36e151155dbe6576e9f33a38494bb589611d9 DIST qtsensors-everywhere-opensource-src-5.15.9.tar.xz 2058448 BLAKE2B 81dfea81186b4ea77e469f6c4f351aca55134d794267fdb2f9c3a31e622208b3eeb99bff53ef5832ca18fab449044734629e782969b3b44e2087f9f5ccddb8f7 SHA512 beba10a61e6d9f31dc9f24826b4a01b48fa656d424a97164c59d7be9a9e063f1b0820f95c157651ca0cac60d6f9aa188b90a122be565bcb488e7f0e42887140d diff --git a/dev-qt/qtsensors/qtsensors-5.15.8.ebuild b/dev-qt/qtsensors/qtsensors-5.15.8.ebuild deleted file mode 100644 index 60d0f95eed77..000000000000 --- a/dev-qt/qtsensors/qtsensors-5.15.8.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2023 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 -}