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 A191F15800A for ; Thu, 20 Jul 2023 19:41:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8808DE0895; Thu, 20 Jul 2023 19:41:23 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C57DE0895 for ; Thu, 20 Jul 2023 19:41:23 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6E4D13402FE for ; Thu, 20 Jul 2023 19:41:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9558BE5 for ; Thu, 20 Jul 2023 19:41:20 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1689882059.314732d33eac2d2ac921196a316c68242a2f516b.chiitoo@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-6.5.2.ebuild X-VCS-Directories: dev-qt/qttranslations/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 314732d33eac2d2ac921196a316c68242a2f516b X-VCS-Branch: master Date: Thu, 20 Jul 2023 19:41:20 +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: bc04e4fd-c0f2-41f2-ae03-e2c5d8dadd69 X-Archives-Hash: 7915d88f1088b9e12d7eb630788a8bcc commit: 314732d33eac2d2ac921196a316c68242a2f516b Author: Jimi Huotari gentoo org> AuthorDate: Thu Jul 20 19:31:37 2023 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Thu Jul 20 19:40:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=314732d3 dev-qt/qttranslations: add 6.5.2 Signed-off-by: Jimi Huotari gentoo.org> dev-qt/qttranslations/Manifest | 1 + dev-qt/qttranslations/qttranslations-6.5.2.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/dev-qt/qttranslations/Manifest b/dev-qt/qttranslations/Manifest index 58f2a6d5c936..b63b781978d3 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-src-6.5.2.tar.xz 1468624 BLAKE2B 4201ecaf6fedb920ff49fafed7579af2a676a9f34e33bda886f3898a111c49a716cf4c161a51724298f4b477320610ffdc03b00555b5d7e4486d729afcd4b162 SHA512 2930153207a6ba7bb6720171f2be1c845e84edef87abd5ec6a4464c4386fb58fbdd59740c210727eb6b058ceffcaaf0aaea99e968215b68b121eb35d6e4f05c2 diff --git a/dev-qt/qttranslations/qttranslations-6.5.2.ebuild b/dev-qt/qttranslations/qttranslations-6.5.2.ebuild new file mode 100644 index 000000000000..1e3a9009724f --- /dev/null +++ b/dev-qt/qttranslations/qttranslations-6.5.2.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit qt6-build + +DESCRIPTION="Translation files for the Qt6 framework" + +if [[ ${QT6_BUILD_TYPE} == release ]]; then + KEYWORDS="~amd64" +fi + +IUSE="" + +DEPEND="=dev-qt/qtbase-${PV}*" +BDEPEND="=dev-qt/qttools-${PV}*[linguist]"