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 77D6A158094 for ; Mon, 25 Jul 2022 09:22:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7433FE0E8D; Mon, 25 Jul 2022 09:22:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 27113E0E84 for ; Mon, 25 Jul 2022 09:22:35 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3ABC433FA71 for ; Mon, 25 Jul 2022 09:22:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7361354F for ; Mon, 25 Jul 2022 09:22:32 +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: <1658740919.f9bad566a479da334901ea12f76a266f5ca83305.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.12.3.ebuild X-VCS-Directories: kde-apps/poxml/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f9bad566a479da334901ea12f76a266f5ca83305 X-VCS-Branch: master Date: Mon, 25 Jul 2022 09:22:32 +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: f133d3b6-166c-492d-8968-c9b187ab19cb X-Archives-Hash: 00c67c08a5d6621ab9e448f4eddb3764 commit: f9bad566a479da334901ea12f76a266f5ca83305 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jul 20 08:33:26 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jul 25 09:21:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9bad566 kde-apps/poxml: drop 21.12.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/poxml/Manifest | 1 - kde-apps/poxml/poxml-21.12.3.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/kde-apps/poxml/Manifest b/kde-apps/poxml/Manifest index a3986c3127b7..62a141379f73 100644 --- a/kde-apps/poxml/Manifest +++ b/kde-apps/poxml/Manifest @@ -1,2 +1 @@ -DIST poxml-21.12.3.tar.xz 43532 BLAKE2B 9364f3f7082e5d64dcf84fd3051bf54a585fd9459fc8341a170aee4106a33a75d442e5b183f98eaa98097874baa108669b08de7f3746d9c1bc0c927c5ad8a1c7 SHA512 626980344a383bd4377eee0db23d15e109b305f222dd88154fbfe227fd76fe1778ace7d50f640c0ee8e044accf50ff84709a25f5fb4c7853874c93f9fa51f8bd DIST poxml-22.04.3.tar.xz 44084 BLAKE2B 7c28e460b301ea34f6a3470ed0f548058fd46659644b14d4955ae326d20c31b87c8a4a7c8d7d08920423b467e3dea730e9328de599a650fc64bc243da02158f9 SHA512 1efe9913cd0337eb47b85dfd64b2ce43cd8a0b9c32b8ba99c43d94aa68dda028255fbbac4f83a7af393f7a0b2f653d7287c5376b1a3beafe36fa56fbb28ce56b diff --git a/kde-apps/poxml/poxml-21.12.3.ebuild b/kde-apps/poxml/poxml-21.12.3.ebuild deleted file mode 100644 index 174d8e4cd3b7..000000000000 --- a/kde-apps/poxml/poxml-21.12.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.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 ~riscv x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtxml-${QTMIN}:5 - sys-devel/gettext -" -RDEPEND="${DEPEND}"