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 E9AFC158083 for ; Sun, 1 Sep 2024 13:27:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A7CFE29E4; Sun, 1 Sep 2024 13:27:14 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F2D1DE29E4 for ; Sun, 1 Sep 2024 13:27:13 +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 EDF1D343120 for ; Sun, 1 Sep 2024 13:27:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C3231F33 for ; Sun, 1 Sep 2024 13:27:11 +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: <1725197162.1ff39dfa00cfcc40da164f6dbd37ae4407743aee.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kquickcharts/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kquickcharts/kquickcharts-5.116.0.ebuild X-VCS-Directories: kde-frameworks/kquickcharts/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1ff39dfa00cfcc40da164f6dbd37ae4407743aee X-VCS-Branch: master Date: Sun, 1 Sep 2024 13:27:11 +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: 2dfeca64-57b5-439a-87eb-0a9f851f8467 X-Archives-Hash: 2970b5afb16ea1cfd02fd470829a577c commit: 1ff39dfa00cfcc40da164f6dbd37ae4407743aee Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Sep 1 13:26:02 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Sep 1 13:26:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ff39dfa kde-frameworks/kquickcharts: drop 5.116.0 Signed-off-by: Andreas Sturmlechner gentoo.org> .../kquickcharts/kquickcharts-5.116.0.ebuild | 39 ---------------------- 1 file changed, 39 deletions(-) diff --git a/kde-frameworks/kquickcharts/kquickcharts-5.116.0.ebuild b/kde-frameworks/kquickcharts/kquickcharts-5.116.0.ebuild deleted file mode 100644 index 248d9a26c981..000000000000 --- a/kde-frameworks/kquickcharts/kquickcharts-5.116.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_EXAMPLES="true" -ECM_QTHELP="false" -ECM_TEST="true" -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.9 -VIRTUALX_REQUIRED="test" # bug 910062 (tests fail) -inherit ecm frameworks.kde.org - -DESCRIPTION="QtQuick plugin providing high-performance charts" -HOMEPAGE="https://invent.kde.org/frameworks/kquickcharts" - -LICENSE="LGPL-2+" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtquickcontrols2-${QTMIN}:5 - examples? ( - >=dev-qt/qtwidgets-${QTMIN}:5 - =kde-frameworks/kdeclarative-${PVCUT}*:5 - =kde-frameworks/kirigami-${PVCUT}*:5 - ) -" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - -DBUILD_EXAMPLES=$(usex examples) - ) - - ecm_src_configure -}