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 2993A13946D for ; Thu, 12 Aug 2021 10:43:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F235EE099E; Thu, 12 Aug 2021 10:43:35 +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 D9C01E099E for ; Thu, 12 Aug 2021 10:43:35 +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 7ECC1342A9D for ; Thu, 12 Aug 2021 10:43:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1C39898 for ; Thu, 12 Aug 2021 10:43: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: <1628763529.30ffb3d33a0360d9800ab8a09f0a28fbc8092a88.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.08.0.ebuild X-VCS-Directories: kde-apps/poxml/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 30ffb3d33a0360d9800ab8a09f0a28fbc8092a88 X-VCS-Branch: master Date: Thu, 12 Aug 2021 10:43: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: 82f0aeb8-338b-420e-a9d7-0a77f6c03b22 X-Archives-Hash: a3ce5eac6f5be25b1b1518abff84c5e9 commit: 30ffb3d33a0360d9800ab8a09f0a28fbc8092a88 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Aug 12 09:48:49 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Aug 12 10:18:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30ffb3d3 kde-apps/poxml: 21.08.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/poxml/Manifest | 1 + kde-apps/poxml/poxml-21.08.0.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/kde-apps/poxml/Manifest b/kde-apps/poxml/Manifest index f866cf9d9b1..16175ba1538 100644 --- a/kde-apps/poxml/Manifest +++ b/kde-apps/poxml/Manifest @@ -1 +1,2 @@ DIST poxml-21.04.3.tar.xz 43540 BLAKE2B 97c42e772625c82d1d2f6f994228eb8159130875450580d8e292fedd2f1b048d8672987929c256e07b5ae3d6735f602930917993d3c21738d32936cd4c8558df SHA512 52647f1574790e7f0c444e4a0ade0789da6034db0e68f8a9b92606c8511ca06c7f317ead23b4cb72db5330cf1e41e58646b98eb2c3bec47c6b8c813c60969df8 +DIST poxml-21.08.0.tar.xz 43528 BLAKE2B 408251148b504adbb611596c7d81eb57004483686c9be5b5dfa949336f0eac9787043b2026021161ff6f22ab769ec4dc4ab56d1e163a511660c914fe9ea16b29 SHA512 c63414821c916a07b4f19333318c99d8787cbf0c123ffbd4f07fb49763c0c41656270535920ed0bab2cce82eca716430079c98ac11e83117d877b9e3f556c79d diff --git a/kde-apps/poxml/poxml-21.08.0.ebuild b/kde-apps/poxml/poxml-21.08.0.ebuild new file mode 100644 index 00000000000..75837ed709a --- /dev/null +++ b/kde-apps/poxml/poxml-21.08.0.ebuild @@ -0,0 +1,21 @@ +# 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}"