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 6B544159C9B for ; Thu, 1 Aug 2024 16:23:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3062A2BC077; Thu, 1 Aug 2024 16:23:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 13B4C2BC077 for ; Thu, 1 Aug 2024 16:23:57 +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 1878E33BF29 for ; Thu, 1 Aug 2024 16:23:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CDC011B6 for ; Thu, 1 Aug 2024 16:23:54 +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: <1722526142.f5abea4b6cc79ab56794f34f53432f5fdce93bb5.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.05.1.ebuild X-VCS-Directories: kde-apps/kmplot/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f5abea4b6cc79ab56794f34f53432f5fdce93bb5 X-VCS-Branch: master Date: Thu, 1 Aug 2024 16:23:54 +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: 66e00315-0429-4d2e-a3bb-ec2e540cf208 X-Archives-Hash: dd9e4872ca3a49e930ca68da5d70110e commit: f5abea4b6cc79ab56794f34f53432f5fdce93bb5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Aug 1 14:59:41 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Aug 1 15:29:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5abea4b kde-apps/kmplot: drop 24.05.1 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kmplot/Manifest | 1 - kde-apps/kmplot/kmplot-24.05.1.ebuild | 41 ----------------------------------- 2 files changed, 42 deletions(-) diff --git a/kde-apps/kmplot/Manifest b/kde-apps/kmplot/Manifest index a071e291ab44..77fc8903d12f 100644 --- a/kde-apps/kmplot/Manifest +++ b/kde-apps/kmplot/Manifest @@ -1,2 +1 @@ -DIST kmplot-24.05.1.tar.xz 3004052 BLAKE2B ccee519001e14703ea9a8dc81be0a633824fd3aff9bb9ae865bdb138f144f7f1fecb72c54fbadf9cac72c93120dda75789e9c8fd6d106613edd99f28f375d34f SHA512 b5e96e72d7573c10e9d13067028bf9719aaff6f41f335efead7b081798472f4193941f2a5eb3ee9ccbf193c4434e59d834a9395380ea7c7f35a59a9c263568c4 DIST kmplot-24.05.2.tar.xz 3004088 BLAKE2B 6c3a761df37cd3761b4d5651e330a73216e4c8b4f7c09b0a1b3d4980da8e63886144b36e368a8dd5f7807276cb3a00c153791a4bd52e1aaace1a009d5f43778c SHA512 32ed1ad65d6be7e4ccde6c4f965b9347517998c7c56a46f3e5f323c5294efff55fa19d9f4b982cc4203ef09666985f28763950b6a96585eaa388166ed6d0d158 diff --git a/kde-apps/kmplot/kmplot-24.05.1.ebuild b/kde-apps/kmplot/kmplot-24.05.1.ebuild deleted file mode 100644 index debef2131654..000000000000 --- a/kde-apps/kmplot/kmplot-24.05.1.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}"