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 36C96158090 for ; Fri, 4 Oct 2024 22:35:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 821CDE29E0; Fri, 4 Oct 2024 22:35:15 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6B7A2E29E0 for ; Fri, 4 Oct 2024 22:35:15 +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 B58C3340BE2 for ; Fri, 4 Oct 2024 22:35:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24B8827FC for ; Fri, 4 Oct 2024 22:35:12 +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: <1728081300.859f37220b559245b1980ef6087c61d5b32f8e05.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.2.ebuild X-VCS-Directories: kde-apps/poxml/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 859f37220b559245b1980ef6087c61d5b32f8e05 X-VCS-Branch: master Date: Fri, 4 Oct 2024 22:35:12 +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: c4e78730-d664-4a58-8302-0caf7c09982c X-Archives-Hash: 2f115030c9db2c270d0b6cdab8a81ee5 commit: 859f37220b559245b1980ef6087c61d5b32f8e05 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Oct 4 22:33:12 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Oct 4 22:35:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=859f3722 kde-apps/poxml: drop 24.05.2 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/poxml/Manifest | 1 - kde-apps/poxml/poxml-24.05.2.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/kde-apps/poxml/Manifest b/kde-apps/poxml/Manifest index 7fb397b22034..86c87237a9fe 100644 --- a/kde-apps/poxml/Manifest +++ b/kde-apps/poxml/Manifest @@ -1,2 +1 @@ -DIST poxml-24.05.2.tar.xz 45140 BLAKE2B 95f873201d8229a90e1366fada52d94ba5f26b283bd76c85281fbfdf4454aea09ba9d93ec5d02f958e55513a58887ac3b2bf531f8d3483ba419455adea4ea720 SHA512 5ba73188b791dd04f7747e64a97617c7f60de449885a0521253ef42c8ec3dd4441524e4ea7ef5786dfb6fd864a7e0dd8de931f9023da59b8d35fd1e9705f2096 DIST poxml-24.08.1.tar.xz 44404 BLAKE2B 591fbf927a4adb407613c90e5e6ae16f43244c18a60a55d6e1c55a507c91fb88e38187a23d0c390bc17a76e60eaacd47d4fece6bae97950b202bb2562124a1a0 SHA512 143196e8c25226f5f86194be47b0c88bc1375fa934f53cadd30915d8ddd8bcbcf96e92d9a3796147e28500de722e05ea221756fd7c68546fc7bf6da558378a1d diff --git a/kde-apps/poxml/poxml-24.05.2.ebuild b/kde-apps/poxml/poxml-24.05.2.ebuild deleted file mode 100644 index b060aa93898f..000000000000 --- a/kde-apps/poxml/poxml-24.05.2.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}"