mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
dev-qt/qtserialport: add 6.9.2
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST qtserialport-everywhere-opensource-src-5.15.17.tar.xz 316636 BLAKE2B 24037460b3c709f3b1b8e1dd43a7053cc3eafcf4b68c5da2b08632af0b788f7102f2b2145870f398c36af93212d3c6145ba41825a6ab8d8deeaa3978fa7607cc SHA512 1d9f53c705bae23f04198bf3b5ea42a004d436182efdeda40cba88145647d15eedc0db42a5716de234cae4cc22c758847d740bd3a277d1d27083ae1b31ca8bb4
|
||||
DIST qtserialport-everywhere-src-6.9.1.tar.xz 278276 BLAKE2B e07be8c7f77391a6cd76844cdb9abfd17e55577e8faa8a60ca7acf8a0262116381db323480f9cca28f95295fa57e6b23e7d2a8c1e925166f685d17a510948562 SHA512 ad6ff79082566303b8e08590e7cc7d23efae6945d37b445d04f16b9002828cf9981b7abf2c28a806a68a8ee56580e4dc761852a06b2235174e1c28b6f4afc695
|
||||
DIST qtserialport-everywhere-src-6.9.2.tar.xz 263012 BLAKE2B 70c6d89a88d83b4dadd1256a83efd7c5e145ecc5c45f6095f47051663858b2b06fa487c45f6b4f56500df2fe54af35d8483fe5186b004c6b4df0949396c4c4db SHA512 40effe49c63c706408d87bc8d95912a12a4dce296779a0e8c49aaaa9bda5c37b34ba6b62f28f61e1b5865d9653301edfe9f3bf5b48977dcd117dfe3d72ea5226
|
||||
|
||||
18
dev-qt/qtserialport/qtserialport-6.9.2.ebuild
Normal file
18
dev-qt/qtserialport/qtserialport-6.9.2.ebuild
Normal file
@@ -0,0 +1,18 @@
|
||||
# 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}"
|
||||
Reference in New Issue
Block a user