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 74D201581E7 for ; Thu, 25 Apr 2024 20:41:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3327EE2A04; Thu, 25 Apr 2024 20:41:17 +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 8D050E2A04 for ; Thu, 25 Apr 2024 20:41:16 +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 4735A343165 for ; Thu, 25 Apr 2024 20:41:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D23821763 for ; Thu, 25 Apr 2024 20:41:12 +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: <1714077645.c9cd8bf2b81a5f091f334a47d2fe64b52a005271.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-23.08.5.ebuild X-VCS-Directories: kde-apps/kqtquickcharts/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c9cd8bf2b81a5f091f334a47d2fe64b52a005271 X-VCS-Branch: master Date: Thu, 25 Apr 2024 20:41:12 +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: ad099334-b444-4079-ac72-d979fa1f8fbf X-Archives-Hash: f68fec98d8c41d7ab81905c7a9a43398 commit: c9cd8bf2b81a5f091f334a47d2fe64b52a005271 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Apr 23 19:17:07 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Apr 25 20:40:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9cd8bf2 kde-apps/kqtquickcharts: drop 23.08.5 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kqtquickcharts/Manifest | 1 - .../kqtquickcharts/kqtquickcharts-23.08.5.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/kde-apps/kqtquickcharts/Manifest b/kde-apps/kqtquickcharts/Manifest index 0c3406680603..0c13281764b0 100644 --- a/kde-apps/kqtquickcharts/Manifest +++ b/kde-apps/kqtquickcharts/Manifest @@ -1,2 +1 @@ -DIST kqtquickcharts-23.08.5.tar.xz 30868 BLAKE2B 59356c623b285cec9a30924b1fcb23b7c4aa5ad542f1c8cd70b2bc2bbc95b0191c673a0cee412e1dcb6219eea46e7db7a6717780110818ade52e71aa7deef456 SHA512 374655f3752973da75f50cdb322bae0b2b31f02bb5d0d309ad626ea7ea431c9d001bbaf679c3665f53e7d954539b4d8ca3ebe81919619c957892d056bc2461e1 DIST kqtquickcharts-24.02.2.tar.xz 30860 BLAKE2B 122acf5cf31364ba8897c9ea45c087cd059ac9a3b8d5fd459be28995c331800fb1e9eec72a6a3dfaaecd6d7b4b458f4249ede103781703c1f36c29e8136c4870 SHA512 39beb448f5f900a55f4e499356c6fda072eee83002ff3fa9b41b323ff46faf57c166c124d08bc0346a71d53ebcc43c80d09c7459b199ee87ae4008c931ed172a diff --git a/kde-apps/kqtquickcharts/kqtquickcharts-23.08.5.ebuild b/kde-apps/kqtquickcharts/kqtquickcharts-23.08.5.ebuild deleted file mode 100644 index 534e8ac98352..000000000000 --- a/kde-apps/kqtquickcharts/kqtquickcharts-23.08.5.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}"