dev-qt/qtserialport: drop 6.8.3

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2025-07-10 10:02:18 -04:00
parent 102c8f3426
commit f130ca15a5
2 changed files with 0 additions and 19 deletions

View File

@@ -1,3 +1,2 @@
DIST qtserialport-everywhere-opensource-src-5.15.17.tar.xz 316636 BLAKE2B 24037460b3c709f3b1b8e1dd43a7053cc3eafcf4b68c5da2b08632af0b788f7102f2b2145870f398c36af93212d3c6145ba41825a6ab8d8deeaa3978fa7607cc SHA512 1d9f53c705bae23f04198bf3b5ea42a004d436182efdeda40cba88145647d15eedc0db42a5716de234cae4cc22c758847d740bd3a277d1d27083ae1b31ca8bb4
DIST qtserialport-everywhere-src-6.8.3.tar.xz 276532 BLAKE2B 607cdbb65391051000cbff60f5dc1dcbcfb0f4fd5d85bbbcf67a04e8a63a0b610cb51341cab22a1b5ec66bc5ef766339d276efb41a64919777b60a3e7a8a3a9f SHA512 343537aedd9c84dd5d6889d45babff181d7ef05927fd9cfdbb9389066f8860e2522bc059ca2c5c9af4c88bca255e0fc40b5eea84b93c970123a94afc803a638d
DIST qtserialport-everywhere-src-6.9.1.tar.xz 278276 BLAKE2B e07be8c7f77391a6cd76844cdb9abfd17e55577e8faa8a60ca7acf8a0262116381db323480f9cca28f95295fa57e6b23e7d2a8c1e925166f685d17a510948562 SHA512 ad6ff79082566303b8e08590e7cc7d23efae6945d37b445d04f16b9002828cf9981b7abf2c28a806a68a8ee56580e4dc761852a06b2235174e1c28b6f4afc695

View File

@@ -1,18 +0,0 @@
# Copyright 2021-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit qt6-build
DESCRIPTION="Serial port abstraction library for the Qt6 framework"
if [[ ${QT6_BUILD_TYPE} == release ]]; then
KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv x86"
fi
RDEPEND="
~dev-qt/qtbase-${PV}:6
virtual/libudev:=
"
DEPEND="${RDEPEND}"