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 CDDC2158091 for ; Sun, 19 Jun 2022 12:26:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA3E9E0B46; Sun, 19 Jun 2022 12:26:20 +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 9C57CE0B42 for ; Sun, 19 Jun 2022 12:26:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 BD82734152D for ; Sun, 19 Jun 2022 12:26:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B0BF51E for ; Sun, 19 Jun 2022 12:26:16 +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: <1655641484.cd0ec5eb2c4091a35d1cfd1c6086426703bbfaec.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/qtwaylandscanner-5.15.5.ebuild X-VCS-Directories: dev-qt/qtwaylandscanner/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cd0ec5eb2c4091a35d1cfd1c6086426703bbfaec X-VCS-Branch: master Date: Sun, 19 Jun 2022 12:26:16 +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: fd0ceda3-cf6d-4e06-826f-5b8c629252f8 X-Archives-Hash: f6ca83883d194548dad17551f358e140 commit: cd0ec5eb2c4091a35d1cfd1c6086426703bbfaec Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 19 12:10:47 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jun 19 12:24:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd0ec5eb dev-qt/qtwaylandscanner: 5.15.5 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtwaylandscanner/Manifest | 1 + .../qtwaylandscanner-5.15.5.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/dev-qt/qtwaylandscanner/Manifest b/dev-qt/qtwaylandscanner/Manifest index 7e1555c8b222..99369376b0a3 100644 --- a/dev-qt/qtwaylandscanner/Manifest +++ b/dev-qt/qtwaylandscanner/Manifest @@ -1 +1,2 @@ DIST qtwayland-everywhere-opensource-src-5.15.4.tar.xz 567300 BLAKE2B e2f77a8e6a81ef105d218db6f40164b95beee2d3f34253b4208170a1a25f52ba2574d231979ec05d2bfa7d41a1949b01bd3f6bfcab75487e88d11b6fd1e32455 SHA512 58ae262f7aa0455fb577a36fe9413a969398a2043160642501bac064d6fbc3280f76aa566e62b9d73c67a8c3606849b1b97bcb9b0250d26c269ec921112f40e4 +DIST qtwayland-everywhere-opensource-src-5.15.5.tar.xz 567384 BLAKE2B 01ce4d546bda7bf332f8cc4f86a5e8bfb1be0ef60336ee3cae58266a25d51cf00fef3e6c4204f0179abc2ef748f88bd3a20f89f36da74d5d15c70ae7b4975186 SHA512 828dceb7bc54ce610a73f110f0aca332a90cf95df4a3bc971bd21c4e878366cb8d2248e609b73ce4d381579a143843c87a62f23dcc95767e522874e53a1b0327 diff --git a/dev-qt/qtwaylandscanner/qtwaylandscanner-5.15.5.ebuild b/dev-qt/qtwaylandscanner/qtwaylandscanner-5.15.5.ebuild new file mode 100644 index 000000000000..7d5383f04ba0 --- /dev/null +++ b/dev-qt/qtwaylandscanner/qtwaylandscanner-5.15.5.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 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" +fi + +DEPEND="=dev-qt/qtcore-${QT5_PV}*:5=" +RDEPEND="${DEPEND} + !