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 91507158008 for ; Tue, 13 Jun 2023 11:42:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE453E09E3; Tue, 13 Jun 2023 11:42:52 +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 BD1BDE09DD for ; Tue, 13 Jun 2023 11:42:52 +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 61237341365 for ; Tue, 13 Jun 2023 11:42:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7B9CA9D for ; Tue, 13 Jun 2023 11:42:48 +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: <1686656478.b8600c2b83f84f1e1a5369d31fe78530dcbd5ea2.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.10.ebuild X-VCS-Directories: dev-qt/qttranslations/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b8600c2b83f84f1e1a5369d31fe78530dcbd5ea2 X-VCS-Branch: master Date: Tue, 13 Jun 2023 11:42:48 +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: ab9dc20b-ff01-4452-8bfd-37f560eb17c1 X-Archives-Hash: 472569c7709277b0f30d026de9d69ec4 commit: b8600c2b83f84f1e1a5369d31fe78530dcbd5ea2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jun 13 11:23:27 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jun 13 11:41:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8600c2b dev-qt/qttranslations: 5.15.10 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qttranslations/Manifest | 1 + dev-qt/qttranslations/qttranslations-5.15.10.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/dev-qt/qttranslations/Manifest b/dev-qt/qttranslations/Manifest index 7148e9f9ecf9..1c915565997d 100644 --- a/dev-qt/qttranslations/Manifest +++ b/dev-qt/qttranslations/Manifest @@ -1 +1,2 @@ +DIST qttranslations-everywhere-opensource-src-5.15.10.tar.xz 1635736 BLAKE2B c21f5fed04502622377bc1eaa11dab2d4e693ca7a882ced21920926fac74fc75b92d16a26c35133f1437cef51d1effbcaa292ef2a768e085f54b10774d47f8fd SHA512 94f22857cf9f14f13f774ee5632bfd0fc367ca5fb745cbfb3997fee8651961d9547f0a629afc54c35b2e4493244da9b94214777e20340c2b203c538bc1c84a22 DIST qttranslations-everywhere-opensource-src-5.15.9.tar.xz 1635128 BLAKE2B 79eb450dcc69c2321d2f8c53f32c648c2f7c51ee16377c8267012617ad9f0dd047a6b2df5661163192486ce008626d12a516b92ea401e45a1bb5703c0136aa8e SHA512 58168e68529bd84f363d5c46182be45f5ef143e44c6878326a2d05ada7b70adc812c8d024ca8650ac52a1e2d6dc22788b57d4f5527de7d8619d34ebbba71165b diff --git a/dev-qt/qttranslations/qttranslations-5.15.10.ebuild b/dev-qt/qttranslations/qttranslations-5.15.10.ebuild new file mode 100644 index 000000000000..a93c56dbcd09 --- /dev/null +++ b/dev-qt/qttranslations/qttranslations-5.15.10.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}*"