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 42B3015800C for ; Tue, 4 Apr 2023 22:28:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29A66E0876; Tue, 4 Apr 2023 22:28:25 +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 131E2E0876 for ; Tue, 4 Apr 2023 22:28:25 +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 1D8FB34097F for ; Tue, 4 Apr 2023 22:28:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 834C7A23 for ; Tue, 4 Apr 2023 22:28:21 +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: <1680647264.a04fa54c39b31b8371f221540115aa93fc1c019f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kcharselect/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kcharselect/Manifest kde-apps/kcharselect/kcharselect-22.08.3.ebuild X-VCS-Directories: kde-apps/kcharselect/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a04fa54c39b31b8371f221540115aa93fc1c019f X-VCS-Branch: master Date: Tue, 4 Apr 2023 22:28:21 +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: 4cde2a75-160d-4874-b697-e3c96f0a3d7a X-Archives-Hash: 7aecc8687df71043d4c86a16aefc4265 commit: a04fa54c39b31b8371f221540115aa93fc1c019f Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Apr 4 19:37:48 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Apr 4 22:27:44 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a04fa54c kde-apps/kcharselect: drop 22.08.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kcharselect/Manifest | 1 - kde-apps/kcharselect/kcharselect-22.08.3.ebuild | 31 ------------------------- 2 files changed, 32 deletions(-) diff --git a/kde-apps/kcharselect/Manifest b/kde-apps/kcharselect/Manifest index 21096fc5eae7..795816fd3715 100644 --- a/kde-apps/kcharselect/Manifest +++ b/kde-apps/kcharselect/Manifest @@ -1,2 +1 @@ -DIST kcharselect-22.08.3.tar.xz 375128 BLAKE2B ccd554a08870ec24fe6c48ff591a9e2b4213e6473eff8c3650c5ad6c635b885ee2ebe4451f0756101e02b8a59a989f47c2f6a4893e2019000b5d3728797fe7a5 SHA512 6a9232a7d2e5f161fb42e3735a6855fe1e8845212df180ac58f20f114ea34c7e5b5fa3ceb226ced515e22222b331fcd9050e6e6fceb88b4735c3cfbb3d50c1ba DIST kcharselect-22.12.3.tar.xz 381308 BLAKE2B 9775eade193141c3061934ea17a297c97959b04c69b6350168706edc0bdbe74c8dbc9908f482e22b247bcb5b7cabfa3c7bed4b7f689d1dd70df5cd916ec7d410 SHA512 04d67eb1926dd5efb1b30d8b1fe137546ca7eadcc5cc768d072876aa84d28dd04375cd51bfa85c6378c9190768f0ab7955893df1d0f8daff7bdf6079b236679a diff --git a/kde-apps/kcharselect/kcharselect-22.08.3.ebuild b/kde-apps/kcharselect/kcharselect-22.08.3.ebuild deleted file mode 100644 index 01f304428370..000000000000 --- a/kde-apps/kcharselect/kcharselect-22.08.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_HANDBOOK="optional" -KFMIN=5.96.0 -QTMIN=5.15.5 -inherit ecm gear.kde.org - -DESCRIPTION="KDE character selection utility" -HOMEPAGE="https://apps.kde.org/kcharselect/" - -LICENSE="GPL-2" # TODO: CHECK -SLOT="5" -KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=kde-frameworks/kbookmarks-${KFMIN}:5 - >=kde-frameworks/kconfig-${KFMIN}:5 - >=kde-frameworks/kconfigwidgets-${KFMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/kcrash-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 - >=kde-frameworks/kxmlgui-${KFMIN}:5 -" -RDEPEND="${DEPEND}"