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 70AF9158089 for ; Tue, 26 Sep 2023 19:09:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9FE52BC038; Tue, 26 Sep 2023 19:09:30 +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 95AE32BC038 for ; Tue, 26 Sep 2023 19:09:30 +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 4841B335D1E for ; Tue, 26 Sep 2023 19:09:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4F711274 for ; Tue, 26 Sep 2023 19:09:26 +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: <1695755217.c897f85df729653671d851e63c8307cecedd63f3.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ktextwidgets/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/ktextwidgets/Manifest kde-frameworks/ktextwidgets/ktextwidgets-5.108.0.ebuild X-VCS-Directories: kde-frameworks/ktextwidgets/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c897f85df729653671d851e63c8307cecedd63f3 X-VCS-Branch: master Date: Tue, 26 Sep 2023 19:09:26 +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: 831a6ee7-6f12-46a9-9b30-ee09d6c5ee79 X-Archives-Hash: 1281751053fd35af87de398bbdb18805 commit: c897f85df729653671d851e63c8307cecedd63f3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Sep 26 18:40:53 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Sep 26 19:06:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c897f85d kde-frameworks/ktextwidgets: drop 5.108.0 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/ktextwidgets/Manifest | 1 - .../ktextwidgets/ktextwidgets-5.108.0.ebuild | 37 ---------------------- 2 files changed, 38 deletions(-) diff --git a/kde-frameworks/ktextwidgets/Manifest b/kde-frameworks/ktextwidgets/Manifest index 14c2cad59604..de8e06d64900 100644 --- a/kde-frameworks/ktextwidgets/Manifest +++ b/kde-frameworks/ktextwidgets/Manifest @@ -1,2 +1 @@ -DIST ktextwidgets-5.108.0.tar.xz 2552588 BLAKE2B 518315bec5c13650ca335ec05189a082c344308b9b821fd2fcc91bbfddd713bedefcb10a081ffe6821147a1a706eba8a3a662572e8a1899ea75b716e53cab6a2 SHA512 9a90a530d790afcd31aac763a56d564e4b3cf22949acf8a9b6e4aace7112c7742596708ff533c0c1d3504640c04604b14f305c6a4de30a7c388ccab6215d30e3 DIST ktextwidgets-5.110.0.tar.xz 2552540 BLAKE2B 38b559f9c6984d86c09d20d4a8bf74f0e7bceae396b986265021804c48e5db2b99b0bbcc0cfb848873e4aee523f25e9baac807d173285ec4a48c27f80eb3bc16 SHA512 ff5b02fd481db418d3843dfba118ecd52f0d15f2e4182531cbb291d7f7628a779fd260269cd24c3a624815d36b64ff776c446ff393c903e97eda4192c6babc5c diff --git a/kde-frameworks/ktextwidgets/ktextwidgets-5.108.0.ebuild b/kde-frameworks/ktextwidgets/ktextwidgets-5.108.0.ebuild deleted file mode 100644 index 932fe783a278..000000000000 --- a/kde-frameworks/ktextwidgets/ktextwidgets-5.108.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_DESIGNERPLUGIN="true" -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.9 -inherit ecm frameworks.kde.org - -DESCRIPTION="Framework providing an assortment of widgets for displaying and editing text" -LICENSE="LGPL-2+ LGPL-2.1+" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" -IUSE="speech" - -DEPEND=" - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - =kde-frameworks/kcompletion-${PVCUT}*:5 - =kde-frameworks/kconfig-${PVCUT}*:5 - =kde-frameworks/kconfigwidgets-${PVCUT}*:5 - =kde-frameworks/kcoreaddons-${PVCUT}*:5 - =kde-frameworks/ki18n-${PVCUT}*:5 - =kde-frameworks/kservice-${PVCUT}*:5 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 - =kde-frameworks/sonnet-${PVCUT}*:5 - speech? ( >=dev-qt/qtspeech-${QTMIN}:5 ) -" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - $(cmake_use_find_package speech Qt5TextToSpeech) - ) - - ecm_src_configure -}