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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E92E01382C5 for ; Wed, 20 May 2020 13:19:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A239E096E; Wed, 20 May 2020 13:19:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0E82FE0924 for ; Wed, 20 May 2020 13:19:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0107F34F25D for ; Wed, 20 May 2020 13:19:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A4ED254 for ; Wed, 20 May 2020 13:19:30 +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: <1589980755.6c4bc524fd59200e94152b2a7a2e7497d953283c.asturm@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.3-r1.ebuild X-VCS-Directories: media-sound/qmidiarp/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6c4bc524fd59200e94152b2a7a2e7497d953283c X-VCS-Branch: master Date: Wed, 20 May 2020 13:19:30 +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: eb9eda65-b50a-4419-bd64-69e8c0e27472 X-Archives-Hash: 8b01422ec1633fdedfec5e7bc1597f94 commit: 6c4bc524fd59200e94152b2a7a2e7497d953283c Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 20 12:57:05 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 20 13:19:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c4bc524 media-sound/qmidiarp: Drop 0.6.3-r1 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/qmidiarp/Manifest | 1 - media-sound/qmidiarp/qmidiarp-0.6.3-r1.ebuild | 39 --------------------------- 2 files changed, 40 deletions(-) diff --git a/media-sound/qmidiarp/Manifest b/media-sound/qmidiarp/Manifest index 5c7bee60f6c..955fa802db9 100644 --- a/media-sound/qmidiarp/Manifest +++ b/media-sound/qmidiarp/Manifest @@ -1,2 +1 @@ -DIST qmidiarp-0.6.3.tar.bz2 541646 BLAKE2B 3c857e66ae0e60bc2d3164abc077ecf30e255984f94a6aeb8bdfc5105958486c72738496a28a21dc8a076b273eb79226b59582fe9dba721b31295d883ffe2472 SHA512 0dbb916e4d27cf03924ce5c76928d01afe677331ec9b2a1ea7ca0c06725ead012458956d254e811908f9c351b00bf309bdf806b0ff68cdd40d129d73dab683c9 DIST qmidiarp-0.6.4.tar.bz2 537804 BLAKE2B 6cb1ed8e2abd1289b65d9a2a1a2762caec673fc5df5d3a847d7d872ae9b2fad5b1dadfdf94ab79f762ddb769ae65d7b919a8ed8cf93835b4a6a2e21ef974aa82 SHA512 06f3dc52c6673f452af4d5c5f4d2efc50fbe16b8fe792cb9d115f9efa124224e0131e763d31ee60cee68b78d952061e69976a09fa3118b23362ea3cea76260d0 diff --git a/media-sound/qmidiarp/qmidiarp-0.6.3-r1.ebuild b/media-sound/qmidiarp/qmidiarp-0.6.3-r1.ebuild deleted file mode 100644 index e203c96ce9c..00000000000 --- a/media-sound/qmidiarp/qmidiarp-0.6.3-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit flag-o-matic qmake-utils - -DESCRIPTION="An 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="nls lv2 osc" - -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} - nls? ( dev-qt/qttranslations:5 ) - virtual/pkgconfig" - -src_configure() { - export PATH="$(qt5_get_bindir):${PATH}" - - append-cxxflags -std=c++11 - - econf \ - --enable-qt5 \ - $(use_enable lv2 lv2plugins) \ - $(use_enable nls translations) \ - $(use_enable osc nsm) -}