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 71AC415ACFC for ; Mon, 1 May 2023 12:55:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 346D4E08DC; Mon, 1 May 2023 12:55:02 +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 1006DE08DC for ; Mon, 1 May 2023 12:55:02 +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 876A5341538 for ; Mon, 1 May 2023 12:55:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A2C7A65 for ; Mon, 1 May 2023 12:54:58 +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: <1682945603.63ffe2519661066f14f42af012dc65fb69bbfbf1.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.8.ebuild X-VCS-Directories: dev-qt/qttranslations/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 63ffe2519661066f14f42af012dc65fb69bbfbf1 X-VCS-Branch: master Date: Mon, 1 May 2023 12:54:58 +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: 87195928-47b8-47b0-998a-e4fec040f1ce X-Archives-Hash: 008baded5fc8ae5d065741d9aa6a4807 commit: 63ffe2519661066f14f42af012dc65fb69bbfbf1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon May 1 11:53:28 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon May 1 12:53:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63ffe251 dev-qt/qttranslations: drop 5.15.8 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qttranslations/Manifest | 1 - dev-qt/qttranslations/qttranslations-5.15.8.ebuild | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/dev-qt/qttranslations/Manifest b/dev-qt/qttranslations/Manifest index d67fa18138a1..7148e9f9ecf9 100644 --- a/dev-qt/qttranslations/Manifest +++ b/dev-qt/qttranslations/Manifest @@ -1,2 +1 @@ -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.8.ebuild b/dev-qt/qttranslations/qttranslations-5.15.8.ebuild deleted file mode 100644 index 8fbbdc860827..000000000000 --- a/dev-qt/qttranslations/qttranslations-5.15.8.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# 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}*"