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 446E1159C9B for ; Thu, 1 Aug 2024 16:24:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4BEE2BC08B; Thu, 1 Aug 2024 16:23:58 +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 86E662BC08B for ; Thu, 1 Aug 2024 16:23:58 +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 A1D4833DF47 for ; Thu, 1 Aug 2024 16:23:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CCDF11E99 for ; Thu, 1 Aug 2024 16:23:54 +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: <1722526144.06a8d3c07eea85e5848f0fc773c1d9afe16ea64d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/poxml/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/poxml/Manifest kde-apps/poxml/poxml-24.05.1.ebuild X-VCS-Directories: kde-apps/poxml/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 06a8d3c07eea85e5848f0fc773c1d9afe16ea64d X-VCS-Branch: master Date: Thu, 1 Aug 2024 16:23:54 +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: 826f3605-9668-4b8a-b5b3-5899df92a9b2 X-Archives-Hash: b8adc191b38ef8699f42985f0253caf0 commit: 06a8d3c07eea85e5848f0fc773c1d9afe16ea64d Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Aug 1 15:01:15 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Aug 1 15:29:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06a8d3c0 kde-apps/poxml: drop 24.05.1 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/poxml/Manifest | 1 - kde-apps/poxml/poxml-24.05.1.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/kde-apps/poxml/Manifest b/kde-apps/poxml/Manifest index 4e9704abd554..939214c7e933 100644 --- a/kde-apps/poxml/Manifest +++ b/kde-apps/poxml/Manifest @@ -1,2 +1 @@ -DIST poxml-24.05.1.tar.xz 44316 BLAKE2B 241da43281b459df31c2b91eb1ee69324a203d9a7d0cfe7d450274a64bf96129b4d0e1bc964150111b1bce3002704dbf18380ac42d2f9a826a4c1906d4de7332 SHA512 2318b80024824e4499a8a896f850108addd5cb73a925b43ec4adc39a765eec7c5527f778c269cbfefae206fde377da64e0505914640f29782ac12379d98b0c8a DIST poxml-24.05.2.tar.xz 45140 BLAKE2B 95f873201d8229a90e1366fada52d94ba5f26b283bd76c85281fbfdf4454aea09ba9d93ec5d02f958e55513a58887ac3b2bf531f8d3483ba419455adea4ea720 SHA512 5ba73188b791dd04f7747e64a97617c7f60de449885a0521253ef42c8ec3dd4441524e4ea7ef5786dfb6fd864a7e0dd8de931f9023da59b8d35fd1e9705f2096 diff --git a/kde-apps/poxml/poxml-24.05.1.ebuild b/kde-apps/poxml/poxml-24.05.1.ebuild deleted file mode 100644 index b060aa93898f..000000000000 --- a/kde-apps/poxml/poxml-24.05.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_HANDBOOK="forceoptional" -QTMIN=5.15.12 -inherit ecm gear.kde.org - -DESCRIPTION="KDE utility to translate DocBook XML files using gettext po files" - -LICENSE="GPL-2" # TODO: CHECK -SLOT="5" -KEYWORDS="amd64 arm64 ~riscv x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtxml-${QTMIN}:5 - sys-devel/gettext -" -RDEPEND="${DEPEND}"