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 524E6158020 for ; Sat, 3 Dec 2022 10:29:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23381E0D46; Sat, 3 Dec 2022 10:29:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 0B35EE0D46 for ; Sat, 3 Dec 2022 10:29:54 +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 257893413FC for ; Sat, 3 Dec 2022 10:29:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 883CC76C for ; Sat, 3 Dec 2022 10:29:52 +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: <1670063294.b7c6a78794d5addb2633396109f4e004df0aaf7f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/lokalize/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/lokalize/Manifest kde-apps/lokalize/lokalize-22.04.3.ebuild X-VCS-Directories: kde-apps/lokalize/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b7c6a78794d5addb2633396109f4e004df0aaf7f X-VCS-Branch: master Date: Sat, 3 Dec 2022 10:29:52 +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: 8efae4c1-e941-4eef-ae8c-ddcee0987ffe X-Archives-Hash: 25fa30a0b531b350d49e0e7148b5f3e0 commit: b7c6a78794d5addb2633396109f4e004df0aaf7f Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Dec 3 08:07:14 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Dec 3 10:28:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7c6a787 kde-apps/lokalize: drop 22.04.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/lokalize/Manifest | 1 - kde-apps/lokalize/lokalize-22.04.3.ebuild | 69 ------------------------------- 2 files changed, 70 deletions(-) diff --git a/kde-apps/lokalize/Manifest b/kde-apps/lokalize/Manifest index ab359cbd11ae..286070c367f2 100644 --- a/kde-apps/lokalize/Manifest +++ b/kde-apps/lokalize/Manifest @@ -1,2 +1 @@ -DIST lokalize-22.04.3.tar.xz 2070640 BLAKE2B 82c37cac87740190cddb0ee1a7878c31daa268e7470c5ce67809274d0b594aaafa507a428d5b119b52b2e103347a27afbea36d7711ed9b27d210b631a65fd16e SHA512 06ba8d440a17b2ab1c64d3bb07f5ba7f7b9f5abc8aa29b0925b4356b20ffbb08271f6b00d35e04b3566d808607c6469fb6af32f4950066620af20c7313e6230b DIST lokalize-22.08.3.tar.xz 2070908 BLAKE2B 74ba6cb6c8f7ba739fa8da54b29017988b28844dc0fb798fa894a32b19e4d402bae2e61192aa721024a0d09224ba46a0fa7cbf49ccf69651f5ecf93e32b94865 SHA512 6b27064b493f5117df8fffdad7e306758f9b7eb2c3000c9247107b299f69d1e43a8d765eb18c97afaeb486d694cf563a1b9c6da8f6df3899b7a69087756709ad diff --git a/kde-apps/lokalize/lokalize-22.04.3.ebuild b/kde-apps/lokalize/lokalize-22.04.3.ebuild deleted file mode 100644 index ebc9d7ca2bc2..000000000000 --- a/kde-apps/lokalize/lokalize-22.04.3.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_HANDBOOK="forceoptional" -PYTHON_COMPAT=( python3_{8..10} ) -KFMIN=5.92.0 -QTMIN=5.15.4 -inherit python-single-r1 ecm gear.kde.org optfeature - -DESCRIPTION="Localization tool for KDE software and other free and open source software" -HOMEPAGE="https://apps.kde.org/lokalize/ https://l10n.kde.org/tools/" - -LICENSE="GPL-2" # TODO: CHECK -SLOT="5" -KEYWORDS="amd64 arm64 x86" -IUSE="" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RESTRICT="test" # tests are broken, bug 739734 - -DEPEND="${PYTHON_DEPS} - >=app-text/hunspell-1.2.8:= - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtsql-${QTMIN}:5[sqlite] - >=dev-qt/qtwidgets-${QTMIN}:5 - >=dev-qt/qtxml-${QTMIN}:5 - >=kde-frameworks/kcompletion-${KFMIN}:5 - >=kde-frameworks/kconfig-${KFMIN}:5 - >=kde-frameworks/kconfigwidgets-${KFMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/kcrash-${KFMIN}:5 - >=kde-frameworks/kdbusaddons-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kio-${KFMIN}:5 - >=kde-frameworks/kitemviews-${KFMIN}:5 - >=kde-frameworks/knotifications-${KFMIN}:5 - >=kde-frameworks/kparts-${KFMIN}:5 - >=kde-frameworks/ktextwidgets-${KFMIN}:5 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 - >=kde-frameworks/kxmlgui-${KFMIN}:5 - >=kde-frameworks/sonnet-${KFMIN}:5 -" -RDEPEND="${DEPEND} - $(python_gen_cond_dep ' - dev-python/translate-toolkit[${PYTHON_USEDEP}] - ') -" - -pkg_setup() { - python-single-r1_pkg_setup - ecm_pkg_setup -} - -src_install() { - ecm_src_install - rm "${ED}"/usr/share/lokalize/scripts/msgmerge.{py,rc} || die - python_fix_shebang "${ED}"/usr/share/${PN} -} - -pkg_postinst() { - if [[ -z "${REPLACING_VERSIONS}" ]]; then - optfeature "autofetch kde.org translations in new project wizard" dev-vcs/subversion - optfeature "spell and grammar checking" app-text/languagetool - fi - ecm_pkg_postinst -}