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 4FA6615800C for ; Tue, 4 Apr 2023 22:28:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84024E0856; Tue, 4 Apr 2023 22:28:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 703CCE0856 for ; Tue, 4 Apr 2023 22:28:23 +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 7C162340952 for ; Tue, 4 Apr 2023 22:28:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01305A1C for ; Tue, 4 Apr 2023 22:28:21 +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: <1680647263.778307746376db5ea04c5150872448774e386f7c.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-22.08.3.ebuild X-VCS-Directories: kde-apps/poxml/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 778307746376db5ea04c5150872448774e386f7c X-VCS-Branch: master Date: Tue, 4 Apr 2023 22:28:21 +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: 45deacd7-eab4-46f8-82bb-76caa8957c8a X-Archives-Hash: 3eef55c9d0d5a577236763db5621196c commit: 778307746376db5ea04c5150872448774e386f7c Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Apr 4 19:37:34 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Apr 4 22:27:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77830774 kde-apps/poxml: drop 22.08.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/poxml/Manifest | 1 - kde-apps/poxml/poxml-22.08.3.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/kde-apps/poxml/Manifest b/kde-apps/poxml/Manifest index d5ca33715805..e0e5c6758e73 100644 --- a/kde-apps/poxml/Manifest +++ b/kde-apps/poxml/Manifest @@ -1,2 +1 @@ -DIST poxml-22.08.3.tar.xz 44036 BLAKE2B 0bff7bcdc776d009f5b6ff6f9186d96d2da847f20f1d1044c33a8a33ec6852381db1f65227b197e40eeeab02391dd4a7c68e818a5093d5d3ac729631cf6a928e SHA512 511243c2e2ae6e56e5e9687c33f3dfa7f947a0844cc4347e54ca77801e347374ca114d76078de928588eb9f099cf9fffe5a723722bd2249a7720cf9c3f05dc33 DIST poxml-22.12.3.tar.xz 44100 BLAKE2B 369ea93dc45bf40f57463a152a9116fa9e97170225844d2d6b16470afc89cd2fb33701a75a79a2b002f2590b7ec2383cca45a4b49a130a34c23ff389c4c07d6d SHA512 c1b6a4b9add6a91d8619dcd9398b7c24097b0a1e2c65717cf205174c87b2417d0c3e356e4f68f8170d9e84355497833938f73dc4d63b02bbf48fd4574d5cd18e diff --git a/kde-apps/poxml/poxml-22.08.3.ebuild b/kde-apps/poxml/poxml-22.08.3.ebuild deleted file mode 100644 index 3e7c00f35299..000000000000 --- a/kde-apps/poxml/poxml-22.08.3.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_HANDBOOK="forceoptional" -QTMIN=5.15.5 -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}"