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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0ED081581F0 for ; Thu, 12 Dec 2024 21:49:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BCEFE09D6; Thu, 12 Dec 2024 21:49:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 0325EE09D8 for ; Thu, 12 Dec 2024 21:49:13 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1B2E0342F8C for ; Thu, 12 Dec 2024 21:49:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BFD7214E for ; Thu, 12 Dec 2024 21:49:08 +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: <1734039880.21c4f521e02900671fbcc909db95b62b8ededf29.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-24.12.0.ebuild X-VCS-Directories: kde-apps/poxml/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 21c4f521e02900671fbcc909db95b62b8ededf29 X-VCS-Branch: master Date: Thu, 12 Dec 2024 21:49:08 +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: e6d78b8e-dc82-4f36-9f76-04d9118d6936 X-Archives-Hash: 4459d6ffaa5054d2fbb90c4c0d21ab46 commit: 21c4f521e02900671fbcc909db95b62b8ededf29 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Dec 10 23:16:20 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Dec 12 21:44:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21c4f521 kde-apps/poxml: 24.12.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/poxml/Manifest | 1 + kde-apps/poxml/poxml-24.12.0.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/kde-apps/poxml/Manifest b/kde-apps/poxml/Manifest index 6e765a319b75..b82ef865253a 100644 --- a/kde-apps/poxml/Manifest +++ b/kde-apps/poxml/Manifest @@ -1 +1,2 @@ DIST poxml-24.08.3.tar.xz 45212 BLAKE2B 31afd069987d0c5a5a3317a1015dd9f184b2c073dc0b9a5b90dd918e90c5d7c267d232e468c453ee6736f36d387c34acdb8ef998dfd8838c05f14a23203cb9d8 SHA512 b87832a291a8282f557837e5bf2042be6bdff6c8fceb314cf64082008aa344d7ff47925e24b79e6a574aeaedb7ab0757dcbcf87cf44611b9904da05bdaa05a16 +DIST poxml-24.12.0.tar.xz 45188 BLAKE2B 904256d6cda1439cd909d2a0365f9e95fbc1103b11624a28aca3b813dae7670fa69f66614a48d7a0c14681e3701cf3a380d88cd9ddbd1542bb84342805f59245 SHA512 3d86d3a812c48ffcbebf9542ed5a71e9a57c6910a0ca1e3a43b320d5cd3993f015eafc3cf9f452d3d2a2d0b85323cf7c5ce16353cabf5e12266f8ecdf6b59b28 diff --git a/kde-apps/poxml/poxml-24.12.0.ebuild b/kde-apps/poxml/poxml-24.12.0.ebuild new file mode 100644 index 000000000000..84b513673108 --- /dev/null +++ b/kde-apps/poxml/poxml-24.12.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_HANDBOOK="forceoptional" +KFMIN=6.5.0 +QTMIN=6.7.2 +inherit ecm gear.kde.org + +DESCRIPTION="KDE utility to translate DocBook XML files using gettext po files" + +LICENSE="GPL-2" # TODO: CHECK +SLOT="6" +KEYWORDS="~amd64 ~arm64 ~riscv ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[xml] + sys-devel/gettext +" +RDEPEND="${DEPEND}"