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 9B30315800A for ; Fri, 25 Aug 2023 08:30:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D7DC2BC01F; Fri, 25 Aug 2023 08:30:08 +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 F2A722BC01F for ; Fri, 25 Aug 2023 08:30:07 +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 18815340BBE for ; Fri, 25 Aug 2023 08:30:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49538108E for ; Fri, 25 Aug 2023 08:30:04 +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: <1692952135.8094a956fc00ad61ba8286c17a3c16ccc38d0c73.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-23.08.0.ebuild X-VCS-Directories: kde-apps/kcharselect/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8094a956fc00ad61ba8286c17a3c16ccc38d0c73 X-VCS-Branch: master Date: Fri, 25 Aug 2023 08:30:04 +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: ce8770a5-75c8-45cb-b14b-cf37ddeaa2b8 X-Archives-Hash: e9e0ba452bfaf17c9c44118086e91479 commit: 8094a956fc00ad61ba8286c17a3c16ccc38d0c73 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Aug 25 08:17:18 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Aug 25 08:28:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8094a956 kde-apps/kcharselect: 23.08.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kcharselect/Manifest | 1 + kde-apps/kcharselect/kcharselect-23.08.0.ebuild | 31 +++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/kde-apps/kcharselect/Manifest b/kde-apps/kcharselect/Manifest index d024c26c3cf7..4df8a3f0e3cd 100644 --- a/kde-apps/kcharselect/Manifest +++ b/kde-apps/kcharselect/Manifest @@ -1 +1,2 @@ DIST kcharselect-23.04.3.tar.xz 382916 BLAKE2B 2fffa435a0cc58e8daf95ab941820fd214f49b9cd831e1fa04207e6e63b3cee55253d066433ff7ccc54138d404fbe7561b58c744cf62874dd8b3459d709a0e65 SHA512 ef372d02a54872d1ec34f85e6dd246d991d833d3abac2fe6292f249a5981433dba76eba63eac1c41585372324531995bba2e7fa388d13a02ea0f5670a9f82c8c +DIST kcharselect-23.08.0.tar.xz 383324 BLAKE2B 7f52f9477fbc166351d9827375503c63eb6275d94d491ce663661874a13568d35c3eac4de5605e38173d622b843f882241cce9a69d0c71e0c1ca50651c476629 SHA512 b9555a9ecf664f70b00a39e19173f63d38977e3f62d87891698480ff6ed0547647664919d5597dbcfce3dff5c52a3b55b8815dad1f51b556af155b9eb41bc254 diff --git a/kde-apps/kcharselect/kcharselect-23.08.0.ebuild b/kde-apps/kcharselect/kcharselect-23.08.0.ebuild new file mode 100644 index 000000000000..e7a37b14b0ea --- /dev/null +++ b/kde-apps/kcharselect/kcharselect-23.08.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_HANDBOOK="optional" +KFMIN=5.106.0 +QTMIN=5.15.9 +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}"