From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1165615808C for ; Mon, 21 Mar 2022 11:04:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0766E088C; Mon, 21 Mar 2022 11:04:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 91295E088C for ; Mon, 21 Mar 2022 11:04:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 45CAD34307D for ; Mon, 21 Mar 2022 11:04:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6BA333F for ; Mon, 21 Mar 2022 11:04:08 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1647860618.306e84ca300c4f966a046db7d40bc4c6167e965d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwaylandscanner/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtwaylandscanner/Manifest dev-qt/qtwaylandscanner/metadata.xml dev-qt/qtwaylandscanner/qtwaylandscanner-5.15.3.ebuild X-VCS-Directories: dev-qt/qtwaylandscanner/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 306e84ca300c4f966a046db7d40bc4c6167e965d X-VCS-Branch: master Date: Mon, 21 Mar 2022 11:04:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 021025a0-08a7-41bb-86f2-c5eb2e9400fe X-Archives-Hash: ed5d207a6a423891e0ead1bf6410af66 commit: 306e84ca300c4f966a046db7d40bc4c6167e965d Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Mar 17 21:53:59 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Mar 21 11:03:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=306e84ca dev-qt/qtwaylandscanner: New package, version 5.15.3 Split out of dev-qt/qtwayland. Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtwaylandscanner/Manifest | 1 + dev-qt/qtwaylandscanner/metadata.xml | 12 ++++++++++++ .../qtwaylandscanner-5.15.3.ebuild | 22 ++++++++++++++++++++++ 3 files changed, 35 insertions(+) diff --git a/dev-qt/qtwaylandscanner/Manifest b/dev-qt/qtwaylandscanner/Manifest new file mode 100644 index 000000000000..bdddd1c73cff --- /dev/null +++ b/dev-qt/qtwaylandscanner/Manifest @@ -0,0 +1 @@ +DIST qtwayland-everywhere-opensource-src-5.15.3.tar.xz 565004 BLAKE2B bc146caf77d42436dcb599df8d2aea422ac8717151dee91b9be129b97902d5af274dec90bd5ffceef62512515e5cf57a61ab773cfc6c13742a6cc5d9b6f72726 SHA512 0a9768282170709050490fb1b9daef59c21c8b5c4785f56a452d7954ffb6f016ec836022693941c99c5c10b2c3c55c75ba37fdad09dd1e0cde627f8b87b90c89 diff --git a/dev-qt/qtwaylandscanner/metadata.xml b/dev-qt/qtwaylandscanner/metadata.xml new file mode 100644 index 000000000000..a1a4e61d01d9 --- /dev/null +++ b/dev-qt/qtwaylandscanner/metadata.xml @@ -0,0 +1,12 @@ + + + + + qt@gentoo.org + Gentoo Qt Project + + + https://bugreports.qt.io/ + https://doc.qt.io/ + + diff --git a/dev-qt/qtwaylandscanner/qtwaylandscanner-5.15.3.ebuild b/dev-qt/qtwaylandscanner/qtwaylandscanner-5.15.3.ebuild new file mode 100644 index 000000000000..1d586e6847cf --- /dev/null +++ b/dev-qt/qtwaylandscanner/qtwaylandscanner-5.15.3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +QT5_MODULE="qtwayland" +inherit qt5-build + +DESCRIPTION="Tool that generates certain boilerplate C++ code from Wayland protocol xml spec" + +if [[ ${QT5_BUILD_TYPE} == release ]]; then + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" +fi + +DEPEND="=dev-qt/qtcore-${QT5_PV}*:5=" +RDEPEND="${DEPEND} + !