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 48682158089 for ; Thu, 19 Oct 2023 15:12:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31A6F2BC1A0; Thu, 19 Oct 2023 15:12:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 138452BC19C for ; Thu, 19 Oct 2023 15:12:18 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 56DD8335D27 for ; Thu, 19 Oct 2023 15:12:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C93621290 for ; Thu, 19 Oct 2023 15:12:15 +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: <1697728255.8d37e8aa8ee7d586c5047979985bdf41d41b9c6f.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.111.0.ebuild X-VCS-Directories: kde-frameworks/kemoticons/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8d37e8aa8ee7d586c5047979985bdf41d41b9c6f X-VCS-Branch: master Date: Thu, 19 Oct 2023 15:12:15 +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: af8a4c1d-5613-4167-a457-d9b4a9575c8b X-Archives-Hash: 02c71cb7ebe2e8773e247a115c97af57 commit: 8d37e8aa8ee7d586c5047979985bdf41d41b9c6f Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Oct 19 14:33:45 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Oct 19 15:10:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d37e8aa kde-frameworks/kemoticons: 5.111.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kemoticons/Manifest | 1 + .../kemoticons/kemoticons-5.111.0.ebuild | 27 ++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/kde-frameworks/kemoticons/Manifest b/kde-frameworks/kemoticons/Manifest index e2707e427432..81fc0db2e5ae 100644 --- a/kde-frameworks/kemoticons/Manifest +++ b/kde-frameworks/kemoticons/Manifest @@ -1 +1,2 @@ DIST kemoticons-5.110.0.tar.xz 1700720 BLAKE2B 757d71df45b32cea096cd71c764423ac3d0779e39d11d4fd787dde66a0392e2a42b24e543f9cce6cdaf638ff3032215006a344a568d2c8b3bbf2f8a8ac6b1b3b SHA512 9cfd090336a8045d9ce6768696fbaa549353e878c7a9af848335e19010c35bcb1851d13049d4a51347419c7f1bb345024d9faa392b6235ac9fa7a2773d13cec4 +DIST kemoticons-5.111.0.tar.xz 1700724 BLAKE2B 6d3a6be13c910e2e4e08382f770ad40680f53f10311136f949eb82d7c1e06967753d62731f31d03517b00f2f42544d9f23d0ce8fa841739c7d150dce9d4f8b95 SHA512 e84c49a554bff11eecc13c93d2c6b3401c7ac7b37aae58425616e027447ccfe9f9e92ac8d6ab356d7121f52f51431b698645c03437810f8c9a92ce66ed5ac8a9 diff --git a/kde-frameworks/kemoticons/kemoticons-5.111.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.111.0.ebuild new file mode 100644 index 000000000000..252b4cc5a473 --- /dev/null +++ b/kde-frameworks/kemoticons/kemoticons-5.111.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}"