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 A658C15ACFC for ; Thu, 13 Apr 2023 21:45:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E2D0E083E; Thu, 13 Apr 2023 21:45: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 82C1EE0839 for ; Thu, 13 Apr 2023 21:45: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 941BB33BE19 for ; Thu, 13 Apr 2023 21:45:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4182BA4B for ; Thu, 13 Apr 2023 21:45: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: <1681422268.2cc0c1cbc2cf0d5ae958ecd3ec8ffbff0f93c021.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qttranslations/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qttranslations/Manifest dev-qt/qttranslations/qttranslations-5.15.9.ebuild X-VCS-Directories: dev-qt/qttranslations/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2cc0c1cbc2cf0d5ae958ecd3ec8ffbff0f93c021 X-VCS-Branch: master Date: Thu, 13 Apr 2023 21:45: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: 3d835ed8-7ea9-4930-a789-1398b6238636 X-Archives-Hash: 4900e0c0af795f13a051410ab62c3465 commit: 2cc0c1cbc2cf0d5ae958ecd3ec8ffbff0f93c021 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Apr 13 21:12:22 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Apr 13 21:44:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cc0c1cb dev-qt/qttranslations: 5.15.9 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qttranslations/Manifest | 1 + dev-qt/qttranslations/qttranslations-5.15.9.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/dev-qt/qttranslations/Manifest b/dev-qt/qttranslations/Manifest index fb69b6552593..d67fa18138a1 100644 --- a/dev-qt/qttranslations/Manifest +++ b/dev-qt/qttranslations/Manifest @@ -1 +1,2 @@ DIST qttranslations-everywhere-opensource-src-5.15.8.tar.xz 1634516 BLAKE2B af00a2147ff44629e259eb4e93140268a82117c996ea49ef8ab90cce3d7277877ca58ab9e679abaa136f054ec21a75d8c2e86a83729b6df38b95cd06df662fbc SHA512 384767c1726db54935c982452b03002e209f4b090b3374c725617a3f5f3af70e8d895b7826039fa04f537fd4e0491a143190fb580298c74edaad0d72b8545917 +DIST qttranslations-everywhere-opensource-src-5.15.9.tar.xz 1635128 BLAKE2B 79eb450dcc69c2321d2f8c53f32c648c2f7c51ee16377c8267012617ad9f0dd047a6b2df5661163192486ce008626d12a516b92ea401e45a1bb5703c0136aa8e SHA512 58168e68529bd84f363d5c46182be45f5ef143e44c6878326a2d05ada7b70adc812c8d024ca8650ac52a1e2d6dc22788b57d4f5527de7d8619d34ebbba71165b diff --git a/dev-qt/qttranslations/qttranslations-5.15.9.ebuild b/dev-qt/qttranslations/qttranslations-5.15.9.ebuild new file mode 100644 index 000000000000..a93c56dbcd09 --- /dev/null +++ b/dev-qt/qttranslations/qttranslations-5.15.9.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +if [[ ${PV} != *9999* ]]; then + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" +fi + +inherit qt5-build + +DESCRIPTION="Translation files for the Qt5 framework" + +IUSE="" + +DEPEND="=dev-qt/qtcore-${QT5_PV}*" +BDEPEND="=dev-qt/linguist-tools-${QT5_PV}*"