Gentoo Archives: gentoo-commits

From: Jimi Huotari <chiitoo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtwebsockets/, profiles/
Date: Thu, 31 Mar 2022 22:21:42
Message-Id: 1648765191.093e2b0924f8818951a27eeabbbd81e0b7174092.chiitoo@gentoo
1 commit: 093e2b0924f8818951a27eeabbbd81e0b7174092
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 31 22:02:00 2022 +0000
4 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 31 22:19:51 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=093e2b09
7
8 dev-qt/qtwebsockets: add version 6.3.9999
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
12
13 dev-qt/qtwebsockets/qtwebsockets-6.3.9999.ebuild | 18 ++++++++++++++++++
14 profiles/package.mask | 1 +
15 2 files changed, 19 insertions(+)
16
17 diff --git a/dev-qt/qtwebsockets/qtwebsockets-6.3.9999.ebuild b/dev-qt/qtwebsockets/qtwebsockets-6.3.9999.ebuild
18 new file mode 100644
19 index 00000000..ae1b5fa1
20 --- /dev/null
21 +++ b/dev-qt/qtwebsockets/qtwebsockets-6.3.9999.ebuild
22 @@ -0,0 +1,18 @@
23 +# Copyright 2021-2022 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=8
27 +
28 +inherit qt6-build
29 +
30 +DESCRIPTION="Implementation of the WebSocket protocol for the Qt6 framework"
31 +
32 +if [[ ${QT6_BUILD_TYPE} == release ]]; then
33 + KEYWORDS="~amd64"
34 +fi
35 +
36 +DEPEND="
37 + =dev-qt/qtbase-${PV}*
38 + =dev-qt/qtdeclarative-${PV}*
39 +"
40 +RDEPEND="${DEPEND}"
41
42 diff --git a/profiles/package.mask b/profiles/package.mask
43 index a0174991..1bd07eaf 100644
44 --- a/profiles/package.mask
45 +++ b/profiles/package.mask
46 @@ -16,3 +16,4 @@
47 =dev-qt/qttools-6*
48 =dev-qt/qtwebchannel-6*
49 =dev-qt/qtwebengine-6*
50 +=dev-qt/qtwebsockets-6*