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 CE526158003 for ; Fri, 9 Dec 2022 20:59:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F6EEE0825; Fri, 9 Dec 2022 20:59:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 06B0AE0825 for ; Fri, 9 Dec 2022 20:59:21 +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 2CE6D340E74 for ; Fri, 9 Dec 2022 20:59:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8037476C for ; Fri, 9 Dec 2022 20:59:19 +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: <1670619289.0bd79a2daed06de00051cec5b6b699d20853d2cf.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-22.12.0.ebuild X-VCS-Directories: kde-apps/poxml/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0bd79a2daed06de00051cec5b6b699d20853d2cf X-VCS-Branch: master Date: Fri, 9 Dec 2022 20:59:19 +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: f105ad2f-9905-4be3-80e9-9d864fd9ffd5 X-Archives-Hash: 81eaa8ea3d0f69ab718efc767ec16643 commit: 0bd79a2daed06de00051cec5b6b699d20853d2cf Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Dec 9 20:19:03 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Dec 9 20:54:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bd79a2d kde-apps/poxml: 22.12.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/poxml/Manifest | 1 + kde-apps/poxml/poxml-22.12.0.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/kde-apps/poxml/Manifest b/kde-apps/poxml/Manifest index db771424cd92..a34fcec4ccc7 100644 --- a/kde-apps/poxml/Manifest +++ b/kde-apps/poxml/Manifest @@ -1 +1,2 @@ DIST poxml-22.08.3.tar.xz 44036 BLAKE2B 0bff7bcdc776d009f5b6ff6f9186d96d2da847f20f1d1044c33a8a33ec6852381db1f65227b197e40eeeab02391dd4a7c68e818a5093d5d3ac729631cf6a928e SHA512 511243c2e2ae6e56e5e9687c33f3dfa7f947a0844cc4347e54ca77801e347374ca114d76078de928588eb9f099cf9fffe5a723722bd2249a7720cf9c3f05dc33 +DIST poxml-22.12.0.tar.xz 44072 BLAKE2B a486d075a20731135809fbeab908cecd1a7e0ae3851bdce56e6e708b19ad4d73d5f29734108b6fa3b409d4e2481a3f8bc4e959560fcc97d7d80a8ba590df92b4 SHA512 1ed2caad9a4526824d07a07beea5f27aac5b9e959c5dfb4a2c0e756da5a7e38aad84a83b326825029c2b23d308c7013981ea8710d5d8180825809d8b771e8637 diff --git a/kde-apps/poxml/poxml-22.12.0.ebuild b/kde-apps/poxml/poxml-22.12.0.ebuild new file mode 100644 index 000000000000..ac82b6a10620 --- /dev/null +++ b/kde-apps/poxml/poxml-22.12.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_HANDBOOK="forceoptional" +QTMIN=5.15.5 +inherit ecm gear.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}"