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 4B0FF158086 for ; Mon, 29 Nov 2021 13:52:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 759B22BC061; Mon, 29 Nov 2021 13:52:51 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 560E32BC061 for ; Mon, 29 Nov 2021 13:52:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2DC64342C62 for ; Mon, 29 Nov 2021 13:52:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5EE21F5 for ; Mon, 29 Nov 2021 13:52:48 +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: <1638193925.1889cd3fb9715dea8fcb24f35b6d5311e83e8bed.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-21.04.3.ebuild X-VCS-Directories: kde-apps/poxml/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1889cd3fb9715dea8fcb24f35b6d5311e83e8bed X-VCS-Branch: master Date: Mon, 29 Nov 2021 13:52:48 +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: 8bf4f40c-010e-4fc9-a189-42b2959e68bc X-Archives-Hash: aa2ad01f2870e7c2b18d2ea662ae3276 commit: 1889cd3fb9715dea8fcb24f35b6d5311e83e8bed Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 28 13:09:07 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Nov 29 13:52:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1889cd3f kde-apps/poxml: drop 21.04.3* Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/poxml/Manifest | 1 - kde-apps/poxml/poxml-21.04.3.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/kde-apps/poxml/Manifest b/kde-apps/poxml/Manifest index b0978bc07230..68b7214b598c 100644 --- a/kde-apps/poxml/Manifest +++ b/kde-apps/poxml/Manifest @@ -1,2 +1 @@ -DIST poxml-21.04.3.tar.xz 43540 BLAKE2B 97c42e772625c82d1d2f6f994228eb8159130875450580d8e292fedd2f1b048d8672987929c256e07b5ae3d6735f602930917993d3c21738d32936cd4c8558df SHA512 52647f1574790e7f0c444e4a0ade0789da6034db0e68f8a9b92606c8511ca06c7f317ead23b4cb72db5330cf1e41e58646b98eb2c3bec47c6b8c813c60969df8 DIST poxml-21.08.3.tar.xz 43504 BLAKE2B 7719438eee9c9dab8bf0ff2acea6259ac97f095cdd1c90a069ed9a95a2650e0e5033386bebad93d1a9206a5c9dc7977fd931537d8675e653c96670ee6afb27c2 SHA512 1b86376b408a38947f426f44f45f0a3b5f8df19b389e309ba80500ccf50efbac05f3e8d724786b480a43e49ab31f71412d41d9b581405d8fd8b65e3e29449a91 diff --git a/kde-apps/poxml/poxml-21.04.3.ebuild b/kde-apps/poxml/poxml-21.04.3.ebuild deleted file mode 100644 index 53f8c5bfce65..000000000000 --- a/kde-apps/poxml/poxml-21.04.3.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ECM_HANDBOOK="forceoptional" -QTMIN=5.15.2 -inherit ecm kde.org - -DESCRIPTION="KDE utility to translate DocBook XML files using gettext po files" - -LICENSE="GPL-2" # TODO: CHECK -SLOT="5" -KEYWORDS="amd64 arm64 x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtxml-${QTMIN}:5 - sys-devel/gettext -" -RDEPEND="${DEPEND}"