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 EF7041581F0 for ; Thu, 25 Apr 2024 20:41:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 248ADE2A10; Thu, 25 Apr 2024 20:41:18 +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 D4A14E2A10 for ; Thu, 25 Apr 2024 20:41:17 +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 B61FE34316B for ; Thu, 25 Apr 2024 20:41:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6443D176A for ; Thu, 25 Apr 2024 20:41:13 +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: <1714077647.d2f1d38ce83498fa68e92d2faeb5434a42a9db84.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-23.08.5.ebuild X-VCS-Directories: kde-apps/minuet/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d2f1d38ce83498fa68e92d2faeb5434a42a9db84 X-VCS-Branch: master Date: Thu, 25 Apr 2024 20:41:13 +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: cc967c4a-f893-4e81-8ead-adc6cf2b096d X-Archives-Hash: 7de80025dd4e6629eaf498cf87a6181c commit: d2f1d38ce83498fa68e92d2faeb5434a42a9db84 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Apr 23 19:17:32 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Apr 25 20:40:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2f1d38c kde-apps/minuet: drop 23.08.5 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/minuet/Manifest | 1 - kde-apps/minuet/minuet-23.08.5.ebuild | 32 -------------------------------- 2 files changed, 33 deletions(-) diff --git a/kde-apps/minuet/Manifest b/kde-apps/minuet/Manifest index 0ae6462f5503..f1c2e2e6a3bc 100644 --- a/kde-apps/minuet/Manifest +++ b/kde-apps/minuet/Manifest @@ -1,2 +1 @@ -DIST minuet-23.08.5.tar.xz 27683728 BLAKE2B 7e30811bd04561a08bbcbc04f9696ff3ed2dcdb5148b617f3156d4979364c5fd16a7a0eacf8511696706eeb73640741424e0f06fbdab05b52c4817d91e6b5e18 SHA512 4ff9b1b71915b98b88a10895de7b01e10a729d416098fa28bb535183805cc7f71a1f3e77563e71d470502afe794f5eb7ec6ab9717265c9c2e2bdf9d0c321ffca DIST minuet-24.02.2.tar.xz 27696308 BLAKE2B 38ff1c5bd66c698af3b8f31dbf15b3ef2a112f4e4706eaf20ede140a8856889f19fe5265a5cb09fdedd7e210dcba90b3df050cd555c145b3dfb53f57c86ccd63 SHA512 548ff005ce377a1aa89d4dba1435a2678dcae63d6f27cf3751f5cb57de1f80e28e825fcd7b7c0b957881364fe586d265ed57b656a7407cdd32411fabbce3aeee diff --git a/kde-apps/minuet/minuet-23.08.5.ebuild b/kde-apps/minuet/minuet-23.08.5.ebuild deleted file mode 100644 index 53d25a82d0f2..000000000000 --- a/kde-apps/minuet/minuet-23.08.5.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.106.0 -QTMIN=5.15.9 -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}"