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 AC96E15800A for ; Thu, 13 Jul 2023 08:42:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3866E08B1; Thu, 13 Jul 2023 08:42:29 +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 A7E85E08B1 for ; Thu, 13 Jul 2023 08:42:29 +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 48D08340CB6 for ; Thu, 13 Jul 2023 08:42:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD0A3B07 for ; Thu, 13 Jul 2023 08:42:25 +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: <1689237729.f7671d8b12d8c76b27f9c6490605f7fa09df31de.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: f7671d8b12d8c76b27f9c6490605f7fa09df31de X-VCS-Branch: master Date: Thu, 13 Jul 2023 08:42:25 +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: c76fbff8-7d36-4c44-b416-194a33e8eea1 X-Archives-Hash: b3c8554a70146ffe8d19625a966182bd commit: f7671d8b12d8c76b27f9c6490605f7fa09df31de Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jul 13 07:36:03 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jul 13 08:42:09 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7671d8b dev-qt/qttranslations: drop 5.15.9 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 deletions(-) diff --git a/dev-qt/qttranslations/Manifest b/dev-qt/qttranslations/Manifest index 1c915565997d..58f2a6d5c936 100644 --- a/dev-qt/qttranslations/Manifest +++ b/dev-qt/qttranslations/Manifest @@ -1,2 +1 @@ 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.9.ebuild b/dev-qt/qttranslations/qttranslations-5.15.9.ebuild deleted file mode 100644 index 8fbbdc860827..000000000000 --- a/dev-qt/qttranslations/qttranslations-5.15.9.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}*"