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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B477B1382C5 for ; Sat, 24 Apr 2021 13:47:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52C88E0848; Sat, 24 Apr 2021 13:47:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3654CE0848 for ; Sat, 24 Apr 2021 13:47:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1958C3413BA for ; Sat, 24 Apr 2021 13:47:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2ECCA733 for ; Sat, 24 Apr 2021 13:47:26 +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: <1619271998.13749f1412c372c1ff11445487141508fa1da03e.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-21.04.0.ebuild X-VCS-Directories: kde-apps/kcharselect/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 13749f1412c372c1ff11445487141508fa1da03e X-VCS-Branch: master Date: Sat, 24 Apr 2021 13:47:26 +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: 71b186b3-fb53-427a-a760-26cec69f6ff0 X-Archives-Hash: 16c90143004826c3ed234e11d79d2691 commit: 13749f1412c372c1ff11445487141508fa1da03e Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 24 10:05:10 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Apr 24 13:46:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13749f14 kde-apps/kcharselect: 21.04.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kcharselect/Manifest | 1 + kde-apps/kcharselect/kcharselect-21.04.0.ebuild | 31 +++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/kde-apps/kcharselect/Manifest b/kde-apps/kcharselect/Manifest index a3dae8c515b..60d79ee964f 100644 --- a/kde-apps/kcharselect/Manifest +++ b/kde-apps/kcharselect/Manifest @@ -1 +1,2 @@ DIST kcharselect-20.12.3.tar.xz 366696 BLAKE2B 8154d34a4ca06cfc264542e95bd3b5f379fc9cfbc07acc3a4f9a05002ccd7923285ffe51fd5d1d1089cc75e212ea316ecbb4779a140d2d3e2622f706a16df04e SHA512 327eb664516645df72b671fc6a77c70435e5515506a661a40945a760f9b46f027303f97069e04f1695bd4a79009949fdfda70b213edc2415444a7ca0d05912f2 +DIST kcharselect-21.04.0.tar.xz 366660 BLAKE2B 58948be8f261cbd12a71fc6a789e43ed50c989c71959b9594f2829f52aa5c831dcd10789e8d42919bca0a1f69f91d2a398b2c1333348650d21eb75436cccb827 SHA512 7bd3f3f4b75c0c4f93af2f7daa4c0aaccee13bfd33fafd4b793b7f5a5bee982b01076d7ecff9e916911b050708a997edbe31a06f62969910c178a3d7b8c172c8 diff --git a/kde-apps/kcharselect/kcharselect-21.04.0.ebuild b/kde-apps/kcharselect/kcharselect-21.04.0.ebuild new file mode 100644 index 00000000000..900a18e524e --- /dev/null +++ b/kde-apps/kcharselect/kcharselect-21.04.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_HANDBOOK="forceoptional" +KFMIN=5.80.0 +QTMIN=5.15.2 +inherit ecm kde.org + +DESCRIPTION="KDE character selection utility" +HOMEPAGE="https://apps.kde.org/en/kcharselect +https://utils.kde.org/projects/kcharselect/" + +LICENSE="GPL-2" # TODO: CHECK +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~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/ki18n-${KFMIN}:5 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 + >=kde-frameworks/kxmlgui-${KFMIN}:5 +" +RDEPEND="${DEPEND}"