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 8F67215817D 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 3C238E2B0E; 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 1DDE0E2B0E 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 0199E335D64 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 3DBB21D30 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: <1718650184.2988065753a789312f9bdf8a3334c2580a5d1988.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmplot/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kmplot/Manifest kde-apps/kmplot/kmplot-24.02.2.ebuild X-VCS-Directories: kde-apps/kmplot/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2988065753a789312f9bdf8a3334c2580a5d1988 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: 37de5469-d521-48a8-b8bf-a44dcada13a4 X-Archives-Hash: e03059ca5ac19eb395ddac413899c109 commit: 2988065753a789312f9bdf8a3334c2580a5d1988 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jun 17 18:13:06 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jun 17 18:49:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29880657 kde-apps/kmplot: drop 24.02.2 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kmplot/Manifest | 1 - kde-apps/kmplot/kmplot-24.02.2.ebuild | 41 ----------------------------------- 2 files changed, 42 deletions(-) diff --git a/kde-apps/kmplot/Manifest b/kde-apps/kmplot/Manifest index 3d23a865fbb9..2ccfcd7c79a5 100644 --- a/kde-apps/kmplot/Manifest +++ b/kde-apps/kmplot/Manifest @@ -1,2 +1 @@ -DIST kmplot-24.02.2.tar.xz 3100292 BLAKE2B a2aafd3eab819134d685e4b356efeac03a8dec10b0b9b19d98b6f9f79313e0f61c2ece5e8e9da6e40c5e6068db5516ee72060d061b14be87f8ad3448622724ba SHA512 9b91da18f32c9c41bc77bd6ff60ffd87b7f4cb9a279198f3c0348931a73ff0bb06a6e25684222d04fc0210e3a47483a5680c0765770a521cee0a0fc59ff80d97 DIST kmplot-24.05.1.tar.xz 3004052 BLAKE2B ccee519001e14703ea9a8dc81be0a633824fd3aff9bb9ae865bdb138f144f7f1fecb72c54fbadf9cac72c93120dda75789e9c8fd6d106613edd99f28f375d34f SHA512 b5e96e72d7573c10e9d13067028bf9719aaff6f41f335efead7b081798472f4193941f2a5eb3ee9ccbf193c4434e59d834a9395380ea7c7f35a59a9c263568c4 diff --git a/kde-apps/kmplot/kmplot-24.02.2.ebuild b/kde-apps/kmplot/kmplot-24.02.2.ebuild deleted file mode 100644 index debef2131654..000000000000 --- a/kde-apps/kmplot/kmplot-24.02.2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_HANDBOOK="forceoptional" -KFMIN=5.115.0 -QTMIN=5.15.12 -inherit ecm gear.kde.org - -DESCRIPTION="Mathematical function plotter" -HOMEPAGE="https://apps.kde.org/kmplot/ https://edu.kde.org/kmplot/" - -LICENSE="GPL-2" # TODO: CHECK -SLOT="5" -KEYWORDS="amd64 arm64 ~riscv x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtprintsupport-${QTMIN}:5 - >=dev-qt/qtsvg-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=dev-qt/qtxml-${QTMIN}:5 - >=kde-frameworks/kcompletion-${KFMIN}:5 - >=kde-frameworks/kconfig-${KFMIN}:5 - >=kde-frameworks/kconfigwidgets-${KFMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/kcrash-${KFMIN}:5 - >=kde-frameworks/kdbusaddons-${KFMIN}:5 - >=kde-frameworks/kguiaddons-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kjobwidgets-${KFMIN}:5 - >=kde-frameworks/kparts-${KFMIN}:5 - >=kde-frameworks/kservice-${KFMIN}:5 - >=kde-frameworks/ktextwidgets-${KFMIN}:5 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 - >=kde-frameworks/kxmlgui-${KFMIN}:5 -" -RDEPEND="${DEPEND}"