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 67BB715ACFC 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 599E5E08CA; 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 32D58E08CA 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 46F9634151E 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 AE565A5F 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: <1682945601.37beb39e49cd3ea9edfd816cb7cc82faf734a335.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.8.ebuild X-VCS-Directories: dev-qt/qtserialbus/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 37beb39e49cd3ea9edfd816cb7cc82faf734a335 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: 23f7f26a-6472-4c21-b736-780226b2fd51 X-Archives-Hash: 1d1368aa2608fba3ce1f8abd5750f9a3 commit: 37beb39e49cd3ea9edfd816cb7cc82faf734a335 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon May 1 11:53:08 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon May 1 12:53:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37beb39e dev-qt/qtserialbus: drop 5.15.8 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtserialbus/Manifest | 1 - dev-qt/qtserialbus/qtserialbus-5.15.8.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/dev-qt/qtserialbus/Manifest b/dev-qt/qtserialbus/Manifest index b17c39ce9ed7..727e6be8dfec 100644 --- a/dev-qt/qtserialbus/Manifest +++ b/dev-qt/qtserialbus/Manifest @@ -1,2 +1 @@ -DIST qtserialbus-everywhere-opensource-src-5.15.8.tar.xz 358400 BLAKE2B a3b1f0f20f3cc9a49851a04838715f532a7e7ddcc2d711d7d52babe19153fc3309b8ed6d236ae0d4ea1bbb07e2a6a3feb9d4fb64c9fad9b7c464f5b3e8807fff SHA512 7877834f775d98464a5a220348ba395b91d6c4ce0cb794f2cd56d0878e8a7a36a1aff69abbcaa231a4ee42950b2b9db9db578d27dacaa48382522b0dd9bbe88a DIST qtserialbus-everywhere-opensource-src-5.15.9.tar.xz 358380 BLAKE2B e53c4d0eb6028aa5b1151c5509635fa721d6b8ccd7c99f5d9483eeffbe9bcc68ad0c99438cbaf125c1df5f027dec631d21fd609a73cea44cfb5b14093c84d37a SHA512 f044929a2a4e8401fbd84a3e160f070c7af75bf6dd44e7353160ed30bb453853c0d8b421e03b73309d249dc149ef19192721f8152881ddc37f0be2e410884cfe diff --git a/dev-qt/qtserialbus/qtserialbus-5.15.8.ebuild b/dev-qt/qtserialbus/qtserialbus-5.15.8.ebuild deleted file mode 100644 index f2e75b4cdad1..000000000000 --- a/dev-qt/qtserialbus/qtserialbus-5.15.8.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2023 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}"