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 96178158011 for ; Tue, 24 Jan 2023 09:45:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF8D3E07E1; Tue, 24 Jan 2023 09:45:05 +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 A642AE07E1 for ; Tue, 24 Jan 2023 09:45:05 +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 C832133D3C2 for ; Tue, 24 Jan 2023 09:45:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 293DA88F for ; Tue, 24 Jan 2023 09:45:02 +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: <1674552887.d60dd69ee299d2fadb3a4005c4cdac2421ac146c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtserialbus/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtserialbus/Manifest dev-qt/qtserialbus/qtserialbus-5.15.7.ebuild X-VCS-Directories: dev-qt/qtserialbus/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d60dd69ee299d2fadb3a4005c4cdac2421ac146c X-VCS-Branch: master Date: Tue, 24 Jan 2023 09:45:02 +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: 8b6a2c0b-466c-461f-8445-32da76207e8c X-Archives-Hash: ac57db927eb7839ccc473543ac1e6b56 commit: d60dd69ee299d2fadb3a4005c4cdac2421ac146c Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jan 23 19:20:21 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jan 24 09:34:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d60dd69e dev-qt/qtserialbus: drop 5.15.7 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtserialbus/Manifest | 1 - dev-qt/qtserialbus/qtserialbus-5.15.7.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/dev-qt/qtserialbus/Manifest b/dev-qt/qtserialbus/Manifest index 7a629a5f4d2f..2fd9cc7e99c8 100644 --- a/dev-qt/qtserialbus/Manifest +++ b/dev-qt/qtserialbus/Manifest @@ -1,2 +1 @@ -DIST qtserialbus-everywhere-opensource-src-5.15.7.tar.xz 358400 BLAKE2B 3b89d33fc96ae374b4193e6d70d9e29c68afd873d7c1783ce1b821dbba06f284b8138540d8f46e3385da843461f80dbaa911ddc1e7e8d02ea14858a43fff5abf SHA512 b67a409e48c28e91dc53bbf29716209ab37b75e0e54d54002c4eec10aa2209252cf5fb37b3c6b1004ec800a4dcd5313b6beda46167ed64dbabe6bd5e1b9be4b0 DIST qtserialbus-everywhere-opensource-src-5.15.8.tar.xz 358400 BLAKE2B a3b1f0f20f3cc9a49851a04838715f532a7e7ddcc2d711d7d52babe19153fc3309b8ed6d236ae0d4ea1bbb07e2a6a3feb9d4fb64c9fad9b7c464f5b3e8807fff SHA512 7877834f775d98464a5a220348ba395b91d6c4ce0cb794f2cd56d0878e8a7a36a1aff69abbcaa231a4ee42950b2b9db9db578d27dacaa48382522b0dd9bbe88a diff --git a/dev-qt/qtserialbus/qtserialbus-5.15.7.ebuild b/dev-qt/qtserialbus/qtserialbus-5.15.7.ebuild deleted file mode 100644 index 1931b8c79e71..000000000000 --- a/dev-qt/qtserialbus/qtserialbus-5.15.7.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit qt5-build - -DESCRIPTION="Qt module to access CAN, ModBus, and other industrial serial buses and protocols" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~x86" -fi - -IUSE="" - -DEPEND=" - =dev-qt/qtcore-${QT5_PV}* - =dev-qt/qtnetwork-${QT5_PV}* - =dev-qt/qtserialport-${QT5_PV}* -" -RDEPEND="${DEPEND}"