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 F1F3115801B for ; Fri, 18 Aug 2023 09:45:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D1022BC02F; Fri, 18 Aug 2023 09:45:05 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E69492BC02F for ; Fri, 18 Aug 2023 09:45:04 +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 9BD4D335DB1 for ; Fri, 18 Aug 2023 08:26:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20EBDFCD for ; Fri, 18 Aug 2023 08:26:03 +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: <1692347139.f2a1fee76cbe8325b19a8a77239bc157e4e0edf7.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kemoticons/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kemoticons/Manifest kde-frameworks/kemoticons/kemoticons-5.109.0.ebuild X-VCS-Directories: kde-frameworks/kemoticons/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f2a1fee76cbe8325b19a8a77239bc157e4e0edf7 X-VCS-Branch: master Date: Fri, 18 Aug 2023 08:26:03 +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: 7e842112-d5cd-496e-a20e-7e51c1abaa3f X-Archives-Hash: 50f21cdb8f0ed6160e511276511337ce commit: f2a1fee76cbe8325b19a8a77239bc157e4e0edf7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Aug 16 08:53:24 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Aug 18 08:25:39 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2a1fee7 kde-frameworks/kemoticons: 5.109.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kemoticons/Manifest | 1 + .../kemoticons/kemoticons-5.109.0.ebuild | 27 ++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/kde-frameworks/kemoticons/Manifest b/kde-frameworks/kemoticons/Manifest index 447c7159e4c7..dab4312fc83c 100644 --- a/kde-frameworks/kemoticons/Manifest +++ b/kde-frameworks/kemoticons/Manifest @@ -1 +1,2 @@ DIST kemoticons-5.108.0.tar.xz 1700684 BLAKE2B 8cb03f2a49a55d53ccc5eaa04ece656d152e24c8f130cb424fef02ed9272d63885123d8057d2c91de98234248185f09a9f36b5f98b26504cabd7d486caf07bc0 SHA512 b5ba424592675ba128a2ab17afccc54eeead93717bc585e710474a81008cc245a20fcc4144e44c47d29d62881b7f0a880679b16f04d9febd965f61212f98f914 +DIST kemoticons-5.109.0.tar.xz 1700800 BLAKE2B f61a9370e78ba717db33d98bb1e357ee3df1104b3803e2deb997ba7809ffb275e2d306f8fcd8fbe4121f0425f674045e0792816f94290562d9610613f9d298fc SHA512 82210b029ba1ab85bd6f356299f8c89dae3ac1f10545ee4cbeaf613f0f964c765a4e9f1b57278b9fda131941177a9d3dc9b276b411d25138c5aa7b2dd8db1d2b diff --git a/kde-frameworks/kemoticons/kemoticons-5.109.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.109.0.ebuild new file mode 100644 index 000000000000..7639fabe66af --- /dev/null +++ b/kde-frameworks/kemoticons/kemoticons-5.109.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.9 +inherit ecm frameworks.kde.org + +DESCRIPTION="Framework for converting text emoticons to graphical representations" +LICENSE="LGPL-2.1+" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv" +IUSE="" + +# requires running kde environment +RESTRICT="test" + +DEPEND=" + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtxml-${QTMIN}:5 + =kde-frameworks/karchive-${PVCUT}*:5 + =kde-frameworks/kconfig-${PVCUT}*:5 + =kde-frameworks/kcoreaddons-${PVCUT}*:5 + =kde-frameworks/kservice-${PVCUT}*:5 +" +RDEPEND="${DEPEND}"