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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2AC93158042 for ; Sat, 9 Nov 2024 15:46:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B7E7E08DA; Sat, 9 Nov 2024 15:46:44 +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 017FFE08DA for ; Sat, 9 Nov 2024 15:46:44 +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 C45CB335D6F for ; Sat, 9 Nov 2024 15:46:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1CBD197F for ; Sat, 9 Nov 2024 15:46:40 +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: <1731166088.389ef5da08c82e2b28f5f0359ec2be7d1264549f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/kmidimon/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/kmidimon/Manifest media-sound/kmidimon/kmidimon-1.3.0-r1.ebuild X-VCS-Directories: media-sound/kmidimon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 389ef5da08c82e2b28f5f0359ec2be7d1264549f X-VCS-Branch: master Date: Sat, 9 Nov 2024 15:46:40 +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: fd729d9d-dca8-4915-b04f-35a302c7bf29 X-Archives-Hash: a778ce8e7833238d75feaf5147006ae6 commit: 389ef5da08c82e2b28f5f0359ec2be7d1264549f Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Nov 9 15:28:08 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Nov 9 15:28:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=389ef5da media-sound/kmidimon: drop 1.3.0-r1 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/kmidimon/Manifest | 1 - media-sound/kmidimon/kmidimon-1.3.0-r1.ebuild | 39 --------------------------- 2 files changed, 40 deletions(-) diff --git a/media-sound/kmidimon/Manifest b/media-sound/kmidimon/Manifest index 57583c6fe35d..f976eed6614f 100644 --- a/media-sound/kmidimon/Manifest +++ b/media-sound/kmidimon/Manifest @@ -1,2 +1 @@ -DIST kmidimon-1.3.0.tar.bz2 698412 BLAKE2B 185125fda809042a064b225f14ef5c04c69f07bda77d2291d2719256ccbee122bc181d9ea602cb43335f764ae9576daf79966a681637d080f5e3533bd856715d SHA512 02085e6d6768fe5d35649446ec5db2eadcf34b4c727fb250bdbc33d79c86a16d6dc3993ddd9fe08e93e08e1400fb3f56bb71913020ffa410f56ad7168bf08b97 DIST kmidimon-1.4.0.tar.bz2 309675 BLAKE2B 83a466b63256d082e257af797c501cd4a405409a31c20f26bd38cb7afbfe84566550589feceb201563572352b9ae90f20e255d6c75e21340bd43316ea392e5a2 SHA512 83f3ff86b02d91bd20c81c4dc8dc036b3c8483c246c65b1dc4fe2d084f98c792cf1e9dcaad3b0984f0f294bc0b7f4d6d090bd44b88efa3738fc9ada63cf613ba diff --git a/media-sound/kmidimon/kmidimon-1.3.0-r1.ebuild b/media-sound/kmidimon/kmidimon-1.3.0-r1.ebuild deleted file mode 100644 index 56cf505bd5fc..000000000000 --- a/media-sound/kmidimon/kmidimon-1.3.0-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake xdg - -DESCRIPTION="MIDI monitor for ALSA sequencer" -HOMEPAGE="https://kmidimon.sourceforge.io/" -SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug" - -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - media-libs/alsa-lib -