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 91A211582ED for ; Mon, 17 Jun 2024 18:50:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2915E2B10; Mon, 17 Jun 2024 18:50:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3DEFFE2B0F for ; Mon, 17 Jun 2024 18:50:01 +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 1D115335D6E for ; Mon, 17 Jun 2024 18:50:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64C961D32 for ; Mon, 17 Jun 2024 18:49:57 +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: <1718650185.e5f3cf18321574e2872e9f6c5627a6f8be625c7d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kqtquickcharts/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kqtquickcharts/Manifest kde-apps/kqtquickcharts/kqtquickcharts-24.02.2.ebuild X-VCS-Directories: kde-apps/kqtquickcharts/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e5f3cf18321574e2872e9f6c5627a6f8be625c7d X-VCS-Branch: master Date: Mon, 17 Jun 2024 18:49:57 +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: e36c728a-a6c3-41b2-93e8-7effdfa67495 X-Archives-Hash: 2bcdb90c7ad65c449a93b49ec6ba401c commit: e5f3cf18321574e2872e9f6c5627a6f8be625c7d Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jun 17 18:13:14 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jun 17 18:49:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5f3cf18 kde-apps/kqtquickcharts: drop 24.02.2 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kqtquickcharts/Manifest | 1 - .../kqtquickcharts/kqtquickcharts-24.02.2.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/kde-apps/kqtquickcharts/Manifest b/kde-apps/kqtquickcharts/Manifest index cf361c2f0e0e..684e34f21f58 100644 --- a/kde-apps/kqtquickcharts/Manifest +++ b/kde-apps/kqtquickcharts/Manifest @@ -1,2 +1 @@ -DIST kqtquickcharts-24.02.2.tar.xz 30860 BLAKE2B 122acf5cf31364ba8897c9ea45c087cd059ac9a3b8d5fd459be28995c331800fb1e9eec72a6a3dfaaecd6d7b4b458f4249ede103781703c1f36c29e8136c4870 SHA512 39beb448f5f900a55f4e499356c6fda072eee83002ff3fa9b41b323ff46faf57c166c124d08bc0346a71d53ebcc43c80d09c7459b199ee87ae4008c931ed172a DIST kqtquickcharts-24.05.1.tar.xz 30852 BLAKE2B 6f1cd004513ab1a66cbda453785ff7268b73cf5fd229652b26c47235b8c7cf5707517b01b5efdf4c45803b7f1700b85b729bfa98a8d3000d6dc079e50c14a990 SHA512 ae9ed2f1210e5fa10734730854d33f755b7ba6c02ba3181c8916da2a94b64638869f94a363d9594a43b220e1ba2c428b06b953ffcb703ca3a6a6b333fd6d745e diff --git a/kde-apps/kqtquickcharts/kqtquickcharts-24.02.2.ebuild b/kde-apps/kqtquickcharts/kqtquickcharts-24.02.2.ebuild deleted file mode 100644 index 534e8ac98352..000000000000 --- a/kde-apps/kqtquickcharts/kqtquickcharts-24.02.2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -QTMIN=5.15.9 -inherit ecm gear.kde.org - -DESCRIPTION="Qt Quick plugin for beautiful and interactive charts" - -LICENSE="GPL-2" # TODO: CHECK -SLOT="5" -KEYWORDS="amd64 arm64 ~riscv x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 -" -RDEPEND="${DEPEND}"