Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtserialport/
Date: Sat, 24 Sep 2022 17:03:24
Message-Id: 1664030544.f00eb0d2a03e66e7738fdbd96467a3a1ce2fdec2.asturm@gentoo
1 commit: f00eb0d2a03e66e7738fdbd96467a3a1ce2fdec2
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 24 14:42:24 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 24 14:42:24 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=f00eb0d2
7
8 dev-qt/qtserialport: drop 6.3.2
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 dev-qt/qtserialport/Manifest | 1 -
13 dev-qt/qtserialport/qtserialport-6.3.2.ebuild | 18 ------------------
14 2 files changed, 19 deletions(-)
15
16 diff --git a/dev-qt/qtserialport/Manifest b/dev-qt/qtserialport/Manifest
17 deleted file mode 100644
18 index a64a47ca..00000000
19 --- a/dev-qt/qtserialport/Manifest
20 +++ /dev/null
21 @@ -1 +0,0 @@
22 -DIST qtserialport-everywhere-src-6.3.2.tar.xz 319536 BLAKE2B eb59ed13076bbd3de8c04afa9362cfa177713c6650577f2ccd940f820d4d8ad673440538d2e5a4e5df10bf2bf45afd88443d5b4098ae12984dc4b51215b2343c SHA512 d71ca3b004133eb86fbfc4e8e22daa1d6317b4dab8a7b8bf252509a226477b28647c20ad01368fb7b5b4d2fc1007606a287a3d38ca904e722efda7dfb7cec2ab
23
24 diff --git a/dev-qt/qtserialport/qtserialport-6.3.2.ebuild b/dev-qt/qtserialport/qtserialport-6.3.2.ebuild
25 deleted file mode 100644
26 index 218a7f2d..00000000
27 --- a/dev-qt/qtserialport/qtserialport-6.3.2.ebuild
28 +++ /dev/null
29 @@ -1,18 +0,0 @@
30 -# Copyright 2021-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -inherit qt6-build
36 -
37 -DESCRIPTION="Serial port abstraction library for the Qt6 framework"
38 -
39 -if [[ ${QT6_BUILD_TYPE} == release ]]; then
40 - KEYWORDS="~amd64"
41 -fi
42 -
43 -DEPEND="
44 - =dev-qt/qtbase-${PV}*[gui,widgets]
45 - virtual/libudev:=
46 -"
47 -RDEPEND="${DEPEND}"