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 8D3661381F3 for ; Thu, 5 Nov 2020 17:59:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D16E2E08DD; Thu, 5 Nov 2020 17:59: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 B4BE6E08ED for ; Thu, 5 Nov 2020 17:59: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 85EE0340C6C for ; Thu, 5 Nov 2020 17:59:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 513CE456 for ; Thu, 5 Nov 2020 17:59:42 +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: <1604580538.c239d867fa35b6292c9532336e8e819a3fb4b1de.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/poxml/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/poxml/poxml-20.08.49.9999.ebuild X-VCS-Directories: kde-apps/poxml/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c239d867fa35b6292c9532336e8e819a3fb4b1de X-VCS-Branch: master Date: Thu, 5 Nov 2020 17:59:42 +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: 4f8c5ebd-61d0-4f77-aa4f-17c9c3eca6ec X-Archives-Hash: 3d82287bd5cee8352aededbc12b86dea commit: c239d867fa35b6292c9532336e8e819a3fb4b1de Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Nov 5 12:43:37 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 5 12:48:58 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c239d867 kde-apps/poxml: drop 20.08.49.9999* Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/poxml/poxml-20.08.49.9999.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/kde-apps/poxml/poxml-20.08.49.9999.ebuild b/kde-apps/poxml/poxml-20.08.49.9999.ebuild deleted file mode 100644 index 5f4d74da76..0000000000 --- a/kde-apps/poxml/poxml-20.08.49.9999.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ECM_HANDBOOK="forceoptional" -QTMIN=5.15.1 -inherit ecm kde.org - -DESCRIPTION="KDE utility to translate DocBook XML files using gettext po files" - -LICENSE="GPL-2" # TODO: CHECK -SLOT="5" -KEYWORDS="" -IUSE="" - -DEPEND=" - >=dev-qt/qtxml-${QTMIN}:5 - sys-devel/gettext -" -RDEPEND="${DEPEND}"