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/qtnetworkauth/
Date: Sat, 24 Sep 2022 21:24:33
Message-Id: 1664051113.b6e2ff9092f5819b7352e6546faa2124ea0c0a2f.asturm@gentoo
1 commit: b6e2ff9092f5819b7352e6546faa2124ea0c0a2f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 24 20:25:13 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 24 20:25:13 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=b6e2ff90
7
8 dev-qt/qtnetworkauth: drop 6.3.9999
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 dev-qt/qtnetworkauth/qtnetworkauth-6.3.9999.ebuild | 17 -----------------
13 1 file changed, 17 deletions(-)
14
15 diff --git a/dev-qt/qtnetworkauth/qtnetworkauth-6.3.9999.ebuild b/dev-qt/qtnetworkauth/qtnetworkauth-6.3.9999.ebuild
16 deleted file mode 100644
17 index 02ff76da..00000000
18 --- a/dev-qt/qtnetworkauth/qtnetworkauth-6.3.9999.ebuild
19 +++ /dev/null
20 @@ -1,17 +0,0 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=8
25 -
26 -inherit qt6-build
27 -
28 -DESCRIPTION="Network authorization library for the Qt6 framework"
29 -
30 -if [[ ${QT6_BUILD_TYPE} == release ]]; then
31 - KEYWORDS="~amd64"
32 -fi
33 -
34 -DEPEND="
35 - =dev-qt/qtbase-${PV}*[network,widgets]
36 -"
37 -RDEPEND="${DEPEND}"