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 0178915800A for ; Wed, 2 Aug 2023 19:33:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9E3CE0C26; Wed, 2 Aug 2023 19:33:50 +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 8A21BE0C26 for ; Wed, 2 Aug 2023 19:33:50 +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 92B47340D01 for ; Wed, 2 Aug 2023 19:33:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 321DCEC4 for ; Wed, 2 Aug 2023 19:33:48 +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: <1691004797.d1ae4f60f2e68607e3da57ea7949fe531344d3f2.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.106.0.ebuild X-VCS-Directories: kde-frameworks/kemoticons/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d1ae4f60f2e68607e3da57ea7949fe531344d3f2 X-VCS-Branch: master Date: Wed, 2 Aug 2023 19:33:48 +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: bf8d34c5-cd3e-4c0b-8b9e-a8b6a866142d X-Archives-Hash: 9c9117f607f5e22615e9e4bc12b15d71 commit: d1ae4f60f2e68607e3da57ea7949fe531344d3f2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Aug 2 19:16:15 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Aug 2 19:33:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1ae4f60 kde-frameworks/kemoticons: drop 5.106.0 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kemoticons/Manifest | 1 - .../kemoticons/kemoticons-5.106.0.ebuild | 28 ---------------------- 2 files changed, 29 deletions(-) diff --git a/kde-frameworks/kemoticons/Manifest b/kde-frameworks/kemoticons/Manifest index 4d7fb31b8276..447c7159e4c7 100644 --- a/kde-frameworks/kemoticons/Manifest +++ b/kde-frameworks/kemoticons/Manifest @@ -1,2 +1 @@ -DIST kemoticons-5.106.0.tar.xz 1700544 BLAKE2B deead083de9e2a5da0217e1d11bac66812299e63eef441dab9fa805f2f148b71737146720df1ff0678248a653708300487ae697e3eac13fa445888f68413d0bc SHA512 86c1b08329909742d524c8706ab901e2a6ddeb0ed7fe462392f4c2db1bfc7bcba606e12974d3f7b97131ecb269b56ba6dcd071faa4d0f56a812adfaf927d924f DIST kemoticons-5.108.0.tar.xz 1700684 BLAKE2B 8cb03f2a49a55d53ccc5eaa04ece656d152e24c8f130cb424fef02ed9272d63885123d8057d2c91de98234248185f09a9f36b5f98b26504cabd7d486caf07bc0 SHA512 b5ba424592675ba128a2ab17afccc54eeead93717bc585e710474a81008cc245a20fcc4144e44c47d29d62881b7f0a880679b16f04d9febd965f61212f98f914 diff --git a/kde-frameworks/kemoticons/kemoticons-5.106.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.106.0.ebuild deleted file mode 100644 index d1d2c32e8cc5..000000000000 --- a/kde-frameworks/kemoticons/kemoticons-5.106.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# 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.5 -VIRTUALX_REQUIRED="test" -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}"