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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EDE2513835C for ; Thu, 13 May 2021 12:33:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4263E087A; Thu, 13 May 2021 12:33:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6F698E087A for ; Thu, 13 May 2021 12:33:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F151D340D85 for ; Thu, 13 May 2021 12:33:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CF6D75B for ; Thu, 13 May 2021 12:33:47 +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: <1620908648.d4b17b146a57c8940dfb110f7f730b6655b53c72.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.0.ebuild X-VCS-Directories: kde-apps/poxml/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d4b17b146a57c8940dfb110f7f730b6655b53c72 X-VCS-Branch: master Date: Thu, 13 May 2021 12:33:47 +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: b1d1e06e-32fd-4e78-8ad5-b1aad512d74b X-Archives-Hash: d98908ed7d6521e2cad117d4b77db31f commit: d4b17b146a57c8940dfb110f7f730b6655b53c72 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu May 13 11:44:31 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 13 12:24:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4b17b14 kde-apps/poxml: drop 21.04.0* Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/poxml/Manifest | 1 - kde-apps/poxml/poxml-21.04.0.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/kde-apps/poxml/Manifest b/kde-apps/poxml/Manifest index 0c2e065d76b..80f9c115a0f 100644 --- a/kde-apps/poxml/Manifest +++ b/kde-apps/poxml/Manifest @@ -1,3 +1,2 @@ DIST poxml-20.12.3.tar.xz 43224 BLAKE2B 348b9a0ac90b2865befb840453448072a78bb661bc33f1d01f593ef50c4895f58db3253a7d8f638bfdd3d23df91a2b03d531c2df3770a54303cb64fda5bd1a0c SHA512 b96c21440018d3adbad0d8acb1a054e147b167398e98238cde90a27337891fa0092304c2cbfce786ba473a7eeaec44c9010911dd55763626ecefdd7377ee9e8f -DIST poxml-21.04.0.tar.xz 43552 BLAKE2B 5fa0afe273580e1d39ba927684aa119a4fd641e893570cd820b662a436f178d278e027c6be91232c6841b18ae965e682def60650e108ade68012cfc40430b572 SHA512 448be68328031fed5b61f8db170ff29681929a7822622acd53934f0c728d9426770ca62c084a94f10f296063f962e00fbd385ad1632c1f991f7b275a88bf4ac3 DIST poxml-21.04.1.tar.xz 43548 BLAKE2B d839707fc689e49f254c0ac03aee0964a257ee8b94f236a04968406e93d1effbe805896653260f760131e876382e49f36b89335e46c204fb49ffbe988ae1f063 SHA512 bd162ddf04b21186cd3c1297efb79cd40131ac41ad027920a8ca52ff6a558ba18e9322714c41728e75e48b88d1f1dbc0eee7fb0085bca131b37e31b92d53912d diff --git a/kde-apps/poxml/poxml-21.04.0.ebuild b/kde-apps/poxml/poxml-21.04.0.ebuild deleted file mode 100644 index 75837ed709a..00000000000 --- a/kde-apps/poxml/poxml-21.04.0.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}"