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 5D736158010 for ; Tue, 24 Jan 2023 09:45:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6A1CE0828; Tue, 24 Jan 2023 09:45:06 +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 CBEA9E082B for ; Tue, 24 Jan 2023 09:45:06 +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 EE84433E690 for ; Tue, 24 Jan 2023 09:45:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9920B899 for ; Tue, 24 Jan 2023 09:45:02 +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: <1674552890.c80362d96444e3fe2ee3849a8ded4cddc30b4cef.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.7.ebuild X-VCS-Directories: dev-qt/qttranslations/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c80362d96444e3fe2ee3849a8ded4cddc30b4cef X-VCS-Branch: master Date: Tue, 24 Jan 2023 09:45:02 +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: 2586c486-eedc-45e7-af19-70ca63dde5de X-Archives-Hash: 27ad475f07a3ffa84ffac9b8bf015fbb commit: c80362d96444e3fe2ee3849a8ded4cddc30b4cef Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jan 23 19:21:28 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jan 24 09:34:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c80362d9 dev-qt/qttranslations: drop 5.15.7 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qttranslations/Manifest | 1 - dev-qt/qttranslations/qttranslations-5.15.7.ebuild | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/dev-qt/qttranslations/Manifest b/dev-qt/qttranslations/Manifest index c8b69ea7ad06..fb69b6552593 100644 --- a/dev-qt/qttranslations/Manifest +++ b/dev-qt/qttranslations/Manifest @@ -1,2 +1 @@ -DIST qttranslations-everywhere-opensource-src-5.15.7.tar.xz 1634636 BLAKE2B a95b1cb5718f2274f0c85648af8b34490ffc7fda25d9ec75ad01ebcb17749572fcb75412874b9477e173533179c637deb9a338cc9fc24305cc61abed1964cebb SHA512 0a0db22f4035b2f8421c8d0fcc4587e2511c883f90624efae56a7481eb0f9ebde0fd4e678ff95e628ed30335a59a38b47e524e7c3dee9f7751fea7003953b4a3 DIST qttranslations-everywhere-opensource-src-5.15.8.tar.xz 1634516 BLAKE2B af00a2147ff44629e259eb4e93140268a82117c996ea49ef8ab90cce3d7277877ca58ab9e679abaa136f054ec21a75d8c2e86a83729b6df38b95cd06df662fbc SHA512 384767c1726db54935c982452b03002e209f4b090b3374c725617a3f5f3af70e8d895b7826039fa04f537fd4e0491a143190fb580298c74edaad0d72b8545917 diff --git a/dev-qt/qttranslations/qttranslations-5.15.7.ebuild b/dev-qt/qttranslations/qttranslations-5.15.7.ebuild deleted file mode 100644 index c409d273d836..000000000000 --- a/dev-qt/qttranslations/qttranslations-5.15.7.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2022 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}*"