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 15A99158099 for ; Tue, 28 Nov 2023 09:46:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C312B2BC019; Tue, 28 Nov 2023 09:46:12 +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 6B88A2BC019 for ; Tue, 28 Nov 2023 09:46:12 +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 707F7342F63 for ; Tue, 28 Nov 2023 09:46:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D39F913F5 for ; Tue, 28 Nov 2023 09:46:09 +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: <1701164716.eaa0c4319415756dfc0d2d8f5730f5ab819e7820.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/knewstuff/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/knewstuff/Manifest kde-frameworks/knewstuff/knewstuff-5.110.0.ebuild X-VCS-Directories: kde-frameworks/knewstuff/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: eaa0c4319415756dfc0d2d8f5730f5ab819e7820 X-VCS-Branch: master Date: Tue, 28 Nov 2023 09:46:09 +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: 55b9f82a-6828-4f2b-ad0f-43f923ff2f55 X-Archives-Hash: 5a64744698fb8a1c17384739f854d177 commit: eaa0c4319415756dfc0d2d8f5730f5ab819e7820 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Nov 24 12:46:39 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Nov 28 09:45:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaa0c431 kde-frameworks/knewstuff: drop 5.110.0 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/knewstuff/Manifest | 1 - kde-frameworks/knewstuff/knewstuff-5.110.0.ebuild | 49 ----------------------- 2 files changed, 50 deletions(-) diff --git a/kde-frameworks/knewstuff/Manifest b/kde-frameworks/knewstuff/Manifest index 895b3a45546e..5c504074c03e 100644 --- a/kde-frameworks/knewstuff/Manifest +++ b/kde-frameworks/knewstuff/Manifest @@ -1,2 +1 @@ -DIST knewstuff-5.110.0.tar.xz 3386288 BLAKE2B 4f92e8f3016e51245ab4c8e8980aa5f70fdb0b7774a3bde3724bb7334c6b901c989db642648c9163fc4749e061a29a854f48868718cc891cac2da7f3f439bbcc SHA512 7a7ae97bb3db41f684f4de41f35347f8ef5e2f08322c4d3a7b7f1c70ff78ace3d6648db17c3977ca14c59f0756dc34cfd5020e54ea7f95a70163cd6e14084e13 DIST knewstuff-5.112.0.tar.xz 3387644 BLAKE2B 03b2f88571de5ab07abbe8d3bd681519ef4ed79cbbaec1f17c6e676b54d09330af37370dae81c742fbdf6e2e03edf3f0318200b01acb17b04aaf331d4a8729a5 SHA512 b858ee4004fd0a85243206db0a413732f06434cd8fcbf4aa676367ed54259f5f5295e026641784b43969de046711ec5d3a442141a8fc2a5c170041dd588aa4e1 diff --git a/kde-frameworks/knewstuff/knewstuff-5.110.0.ebuild b/kde-frameworks/knewstuff/knewstuff-5.110.0.ebuild deleted file mode 100644 index 5267ff4fc941..000000000000 --- a/kde-frameworks/knewstuff/knewstuff-5.110.0.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_DESIGNERPLUGIN="true" -ECM_TEST="false" -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.9 -inherit ecm frameworks.kde.org - -DESCRIPTION="Framework for downloading and sharing additional application data" - -LICENSE="LGPL-2+" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" -IUSE="opds" - -DEPEND=" - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=dev-qt/qtxml-${QTMIN}:5 - =kde-frameworks/attica-${PVCUT}*:5 - =kde-frameworks/karchive-${PVCUT}*:5 - =kde-frameworks/kcompletion-${PVCUT}*:5 - =kde-frameworks/kconfig-${PVCUT}*:5 - =kde-frameworks/kcoreaddons-${PVCUT}*:5 - =kde-frameworks/ki18n-${PVCUT}*:5 - =kde-frameworks/kiconthemes-${PVCUT}*:5 - =kde-frameworks/kio-${PVCUT}*:5 - =kde-frameworks/kitemviews-${PVCUT}*:5 - =kde-frameworks/kpackage-${PVCUT}*:5 - =kde-frameworks/kservice-${PVCUT}*:5 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 - =kde-frameworks/kxmlgui-${PVCUT}*:5 - opds? ( =kde-frameworks/syndication-${PVCUT}*:5 ) -" -RDEPEND="${DEPEND} - >=kde-frameworks/kirigami-${PVCUT}:5 -" - -src_configure() { - local mycmakeargs=( - $(cmake_use_find_package opds KF5Syndication) - ) - - ecm_src_configure -}