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 1B5DE159C9C for ; Thu, 1 Aug 2024 16:24:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A920F2BC088; Thu, 1 Aug 2024 16:23:58 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8262F2BC088 for ; Thu, 1 Aug 2024 16:23:58 +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 9F83D33BF29 for ; Thu, 1 Aug 2024 16:23:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B954E1E98 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: <1722526144.fc003409f57d627312ba3f7b5c72f9c50a013229.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/minuet/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/minuet/Manifest kde-apps/minuet/minuet-24.05.1.ebuild X-VCS-Directories: kde-apps/minuet/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: fc003409f57d627312ba3f7b5c72f9c50a013229 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: 009c4a2c-47f8-4db8-9db1-2602a0a9c019 X-Archives-Hash: 7a6c99e96bf93426018bddfaf0f468de commit: fc003409f57d627312ba3f7b5c72f9c50a013229 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Aug 1 15:01:09 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Aug 1 15:29:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc003409 kde-apps/minuet: drop 24.05.1 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/minuet/Manifest | 1 - kde-apps/minuet/minuet-24.05.1.ebuild | 32 -------------------------------- 2 files changed, 33 deletions(-) diff --git a/kde-apps/minuet/Manifest b/kde-apps/minuet/Manifest index f14e3c7e8909..6e84f189f0da 100644 --- a/kde-apps/minuet/Manifest +++ b/kde-apps/minuet/Manifest @@ -1,2 +1 @@ -DIST minuet-24.05.1.tar.xz 27695308 BLAKE2B 23eafd8795075250062eeaec21dfb6dafb6c07d5e43858cdd8d61501af894089fa0776e7c5b85b97045e6bf33ed222270640ccb1ad5495196b9a66c1eeb0de46 SHA512 95a33264f2ebe5e3b39bb0f6361dfa05e653db9fff80492923764ff50d90d00957f3c90fff11360f897fba3d006ee68dccad22a4b95a22a3b6baff93358b06b3 DIST minuet-24.05.2.tar.xz 27687144 BLAKE2B 7a4e58b9ebd8281b711b80883467e9aaa024227dcf93d04b7b8581bbc7924fbf8a39b07137b13d8abc5028efca19c57c0e9f10d3b975d0b49298e1681f5bb6a5 SHA512 c363aa18aa280d84cb49196629e614bcf48a2da7d3d492fa5916547329cc901f87bcabcf133abb0bf65518640c7a65c39828706a3d513d897bf65e6e07ba4126 diff --git a/kde-apps/minuet/minuet-24.05.1.ebuild b/kde-apps/minuet/minuet-24.05.1.ebuild deleted file mode 100644 index 4d625b00cfbb..000000000000 --- a/kde-apps/minuet/minuet-24.05.1.ebuild +++ /dev/null @@ -1,32 +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="Music Education software by KDE" -HOMEPAGE="https://minuet.kde.org/" - -LICENSE="GPL-2" # TODO: CHECK -SLOT="5" -KEYWORDS="amd64 arm64 ~riscv x86" -IUSE="" - -BDEPEND=" - virtual/pkgconfig -" -DEPEND=" - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtquickcontrols2-${QTMIN}:5 - >=dev-qt/qtsvg-${QTMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/kcrash-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - media-sound/fluidsynth:= -" -RDEPEND="${DEPEND}"