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 20E7D15808B for ; Mon, 30 Sep 2024 07:41:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40B0EE29A6; Mon, 30 Sep 2024 07:41:19 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B160DE29A6 for ; Mon, 30 Sep 2024 07:41:18 +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 B4D7134318E for ; Mon, 30 Sep 2024 07:41:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6D7314CA for ; Mon, 30 Sep 2024 07:41:15 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1727682063.02137e78252cd625211ea7d4f52907ef971be5d6.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qmidiarp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/qmidiarp/Manifest media-sound/qmidiarp/qmidiarp-0.7.0.ebuild X-VCS-Directories: media-sound/qmidiarp/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 02137e78252cd625211ea7d4f52907ef971be5d6 X-VCS-Branch: master Date: Mon, 30 Sep 2024 07:41:15 +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: 30285fe5-a408-47bb-aace-6e49573a8e3f X-Archives-Hash: 72ce27c6c0b8c163433ba746833cda66 commit: 02137e78252cd625211ea7d4f52907ef971be5d6 Author: Miroslav Šulc gentoo org> AuthorDate: Mon Sep 30 07:41:03 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Mon Sep 30 07:41:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02137e78 media-sound/qmidiarp: dropped obsolete 0.7.0 Bug: https://bugs.gentoo.org/940475 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/qmidiarp/Manifest | 1 - media-sound/qmidiarp/qmidiarp-0.7.0.ebuild | 39 ------------------------------ 2 files changed, 40 deletions(-) diff --git a/media-sound/qmidiarp/Manifest b/media-sound/qmidiarp/Manifest index f69b613d4def..8ee50b6192dc 100644 --- a/media-sound/qmidiarp/Manifest +++ b/media-sound/qmidiarp/Manifest @@ -1,2 +1 @@ -DIST qmidiarp-0.7.0.tar.bz2 718430 BLAKE2B 43b558d8185f2e798dc17dc58c966daf244f35b11abf5c96220f81210b39dc619daa260ff384a16da35c74584c90e86330597ec6e170bb071cebf977374c5efa SHA512 f1dcb9c817bfc9c39a9b120f5716518c3ef825652258d5852f9e228cbc3018202427a19d4b47858c16d43e5d8bbf3712cced68d95f300cc6b98ad76c608b68fd DIST qmidiarp-0.7.1.tar.bz2 718810 BLAKE2B 3f8283e19964084961e991531e973793b07aa4e8f08d4d55bfb2f302314338c8aba2da50bd6aad58bcd7fc07d7f259a9c2bc90fdb824fe2ddc8ef733fb076265 SHA512 50f73deb2bd7c609df1211b3ce03d3253ecfeae4c26736e3ca4c8062fcc08f5b00de47fc0c3e50215f00c3bf4bf67519b85c5f3fa793501146413e396d0eabcf diff --git a/media-sound/qmidiarp/qmidiarp-0.7.0.ebuild b/media-sound/qmidiarp/qmidiarp-0.7.0.ebuild deleted file mode 100644 index d1676a8a296b..000000000000 --- a/media-sound/qmidiarp/qmidiarp-0.7.0.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 qmake-utils xdg - -DESCRIPTION="Arpeggiator, sequencer and MIDI LFO for ALSA" -HOMEPAGE="https://qmidiarp.sourceforge.net/" -SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ~x86" -IUSE="lv2 nls osc" - -BDEPEND=" - nls? ( dev-qt/linguist-tools:5 ) - virtual/pkgconfig" -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - media-libs/alsa-lib - virtual/jack - lv2? ( media-libs/lv2 ) - osc? ( media-libs/liblo )" -DEPEND="${RDEPEND}" - -src_configure() { - export PATH="$(qt5_get_bindir):${PATH}" - - local myeconfargs=( - $(use_enable lv2 lv2plugins) - $(use_enable nls translations) - $(use_enable osc nsm) - ) - econf "${myeconfargs[@]}" -}