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 8A9D3158003 for ; Thu, 22 Jun 2023 07:59:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D11BFE0899; Thu, 22 Jun 2023 07:59:52 +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 B9413E0899 for ; Thu, 22 Jun 2023 07:59:52 +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 C83DD335DCA for ; Thu, 22 Jun 2023 07:59:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D83B9990 for ; Thu, 22 Jun 2023 07:59:49 +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: <1687420776.e8271757fd2d902a8aa3355bcffbce11c470edaa.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.6.7.ebuild X-VCS-Directories: media-sound/qmidiarp/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: e8271757fd2d902a8aa3355bcffbce11c470edaa X-VCS-Branch: master Date: Thu, 22 Jun 2023 07:59:49 +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: f2867df8-36cb-44ce-9bed-4098f203a755 X-Archives-Hash: 4d4b512b402675bda0893ba51ab6224e commit: e8271757fd2d902a8aa3355bcffbce11c470edaa Author: Miroslav Šulc gentoo org> AuthorDate: Thu Jun 22 07:59:36 2023 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Thu Jun 22 07:59:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8271757 media-sound/qmidiarp: dropped obsolete 0.6.7 Bug: https://bugs.gentoo.org/908935 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/qmidiarp/Manifest | 1 - media-sound/qmidiarp/qmidiarp-0.6.7.ebuild | 39 ------------------------------ 2 files changed, 40 deletions(-) diff --git a/media-sound/qmidiarp/Manifest b/media-sound/qmidiarp/Manifest index f57cf692c499..3b48a0281a9e 100644 --- a/media-sound/qmidiarp/Manifest +++ b/media-sound/qmidiarp/Manifest @@ -1,2 +1 @@ -DIST qmidiarp-0.6.7.tar.bz2 579039 BLAKE2B 18cfc92a2fa5f2e183549caab3dbe4d95f3086f515614ccb4c9ef511d635526605fd4d3c97da2479288776cce0a1cbf4c545f21a1f4d6c3744dec239bd9425ca SHA512 db495223dc27ca46a009e662543ba189dbe56370e276272ea7cba6177471a2e46c5ce7960b2cc7f6be97ade059714f352373d06aa3382fe31ed208575323586c DIST qmidiarp-0.7.0.tar.bz2 718430 BLAKE2B 43b558d8185f2e798dc17dc58c966daf244f35b11abf5c96220f81210b39dc619daa260ff384a16da35c74584c90e86330597ec6e170bb071cebf977374c5efa SHA512 f1dcb9c817bfc9c39a9b120f5716518c3ef825652258d5852f9e228cbc3018202427a19d4b47858c16d43e5d8bbf3712cced68d95f300cc6b98ad76c608b68fd diff --git a/media-sound/qmidiarp/qmidiarp-0.6.7.ebuild b/media-sound/qmidiarp/qmidiarp-0.6.7.ebuild deleted file mode 100644 index b691fe7ecab5..000000000000 --- a/media-sound/qmidiarp/qmidiarp-0.6.7.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2023 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="http://qmidiarp.sourceforge.net/" -SRC_URI="mirror://sourceforge/${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[@]}" -}