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 B857C158013 for ; Fri, 15 Dec 2023 16:22:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D59452BC04B; Fri, 15 Dec 2023 16:22: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 AC1502BC04B for ; Fri, 15 Dec 2023 16:22:08 +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 C3C3433D3C2 for ; Fri, 15 Dec 2023 16:22:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 633521441 for ; Fri, 15 Dec 2023 16:22:06 +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: <1702657290.3adb1c4851c0645e4c99b9ed84858de257dca99b.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.113.0.ebuild X-VCS-Directories: kde-frameworks/kemoticons/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3adb1c4851c0645e4c99b9ed84858de257dca99b X-VCS-Branch: master Date: Fri, 15 Dec 2023 16:22:06 +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: 1d8bde32-396f-4c36-94d4-8d8c7993e2e2 X-Archives-Hash: e07a25c6f332a77a6c4c80f9cce1d228 commit: 3adb1c4851c0645e4c99b9ed84858de257dca99b Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Dec 15 11:58:29 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Dec 15 16:21:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3adb1c48 kde-frameworks/kemoticons: 5.113.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kemoticons/Manifest | 1 + .../kemoticons/kemoticons-5.113.0.ebuild | 27 ++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/kde-frameworks/kemoticons/Manifest b/kde-frameworks/kemoticons/Manifest index 167a0675366e..ac030143f9c6 100644 --- a/kde-frameworks/kemoticons/Manifest +++ b/kde-frameworks/kemoticons/Manifest @@ -1 +1,2 @@ DIST kemoticons-5.112.0.tar.xz 1700716 BLAKE2B 876c72857c34c73db6e357d2fecfc4fa55a397e0347756455f24418586008118d7f282b42791c0d8fdef86a605b2d09c8973fef62caabf09ae831d4c87f70f97 SHA512 95193facf5faeb9767e1784f4a8f3f069a2bfa98e84b2d201556c4db78295ed906fb3b5b3477c1cf973f3ea78c85c017d9ab98bcc66db910d290b2cb53eb00eb +DIST kemoticons-5.113.0.tar.xz 1700804 BLAKE2B 5b560594a8335b416ad21d128a7845c2b5e023a23e539d9f8373b504bc73a49039ba148fa363cad61efdd55fe347c81571ed70b79e3c7b26907dd2208182835b SHA512 03572fedcd8b4eca95435118889837b97caef9ec20b9596ae8eebb5983aa98eda0f0da8de439152de29bb591c11285033eafe9990746c2234a9cca760d3f65cf diff --git a/kde-frameworks/kemoticons/kemoticons-5.113.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.113.0.ebuild new file mode 100644 index 000000000000..252b4cc5a473 --- /dev/null +++ b/kde-frameworks/kemoticons/kemoticons-5.113.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 ~ppc64 ~riscv ~x86" +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}"