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 3BC3415808B for ; Thu, 10 Feb 2022 09:13:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B340E096D; Thu, 10 Feb 2022 09:13:26 +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 B67A7E08F4 for ; Thu, 10 Feb 2022 09:13:24 +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 767633430CF for ; Thu, 10 Feb 2022 09:13:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FF972D3 for ; Thu, 10 Feb 2022 09:13:22 +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: <1644484256.2450d10eeddac24efeb84e97d08b72445dc01479.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.88.0.ebuild X-VCS-Directories: kde-frameworks/kemoticons/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2450d10eeddac24efeb84e97d08b72445dc01479 X-VCS-Branch: master Date: Thu, 10 Feb 2022 09:13:22 +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: d66bfb72-20c8-49f7-931e-c21052423407 X-Archives-Hash: 8e03169f5e2bac07c6e0f43a0f583c12 commit: 2450d10eeddac24efeb84e97d08b72445dc01479 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Feb 10 08:20:41 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Feb 10 09:10:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2450d10e kde-frameworks/kemoticons: drop 5.88.0* Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kemoticons/Manifest | 1 - kde-frameworks/kemoticons/kemoticons-5.88.0.ebuild | 28 ---------------------- 2 files changed, 29 deletions(-) diff --git a/kde-frameworks/kemoticons/Manifest b/kde-frameworks/kemoticons/Manifest index a20677a9e671..9ed1b39487a2 100644 --- a/kde-frameworks/kemoticons/Manifest +++ b/kde-frameworks/kemoticons/Manifest @@ -1,2 +1 @@ -DIST kemoticons-5.88.0.tar.xz 1698716 BLAKE2B 8e4d737611f5d2b43d17a754245bb47cfce6ca95847d9556e386b699197640f7a8282b6e6ff1d99317a209bbaa8252497d56ae5dc97dbb9e3d20e79edb4bfae4 SHA512 1983324edfb26f1b96cdd961215743cac22cd94225bf7a782d4d67f8772d0c70b93e8854d1f756187ef3a0aad5f642e8a37a1fbf1be64e6007f1542e0e48869f DIST kemoticons-5.90.0.tar.xz 1700548 BLAKE2B d1d868892860c0adaa8e2401ad1b3737be650716aae75a4b043bfff954c790939182ad068f404474932ca66a9f9847789382a3a700ecc866c1636da74c8d99db SHA512 dfe75a697fd08ab5235ea8fb019c3eff0776cd631b5e51ec1c74aa732d527f97897e0574a9b84e3113d23803f6c6b7755d9c5d55a1a853563757c4062e00b6dd diff --git a/kde-frameworks/kemoticons/kemoticons-5.88.0.ebuild b/kde-frameworks/kemoticons/kemoticons-5.88.0.ebuild deleted file mode 100644 index e116c3f78689..000000000000 --- a/kde-frameworks/kemoticons/kemoticons-5.88.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.2 -VIRTUALX_REQUIRED="test" -inherit ecm kde.org - -DESCRIPTION="Framework for converting text emoticons to graphical representations" -LICENSE="LGPL-2.1+" -KEYWORDS="amd64 ~arm arm64 ~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}"