public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qmidiarp/
Date: Wed, 20 May 2020 13:19:30 +0000 (UTC)	[thread overview]
Message-ID: <1589980755.c925faa04363e88b75db36a6ca39ddf9226c7fc6.asturm@gentoo> (raw)

commit:     c925faa04363e88b75db36a6ca39ddf9226c7fc6
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May 20 12:56:41 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 20 13:19:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c925faa0

media-sound/qmidiarp: EAPI-7 bump, fix BDEPENDs

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-sound/qmidiarp/qmidiarp-0.6.4-r1.ebuild | 23 +++++++++++++----------
 1 file changed, 13 insertions(+), 10 deletions(-)

diff --git a/media-sound/qmidiarp/qmidiarp-0.6.4-r1.ebuild b/media-sound/qmidiarp/qmidiarp-0.6.4-r1.ebuild
index 14029ae8b0b..3e2094065a0 100644
--- a/media-sound/qmidiarp/qmidiarp-0.6.4-r1.ebuild
+++ b/media-sound/qmidiarp/qmidiarp-0.6.4-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit flag-o-matic qmake-utils
 
-DESCRIPTION="An arpeggiator, sequencer and MIDI LFO for ALSA"
+DESCRIPTION="Arpeggiator, sequencer and MIDI LFO for ALSA"
 HOMEPAGE="http://qmidiarp.sourceforge.net/"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
@@ -14,6 +14,9 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="nls lv2 osc"
 
+BDEPEND="
+	nls? ( dev-qt/linguist-tools:5 )
+	virtual/pkgconfig"
 RDEPEND="
 	dev-qt/qtcore:5
 	dev-qt/qtgui:5
@@ -22,18 +25,18 @@ RDEPEND="
 	virtual/jack
 	lv2? ( media-libs/lv2 )
 	osc? ( media-libs/liblo )"
-DEPEND="${RDEPEND}
-	nls? ( dev-qt/qttranslations:5 )
-	virtual/pkgconfig"
+DEPEND="${RDEPEND}"
 
 src_configure() {
 	export PATH="$(qt5_get_bindir):${PATH}"
 
 	append-cxxflags -std=c++11
 
-	econf \
-		--enable-qt5 \
-		$(use_enable lv2 lv2plugins) \
-		$(use_enable nls translations) \
+	local myeconfargs=(
+		--enable-qt5
+		$(use_enable lv2 lv2plugins)
+		$(use_enable nls translations)
 		$(use_enable osc nsm)
+	)
+	econf "${myeconfargs[@]}"
 }


             reply	other threads:[~2020-05-20 13:19 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-20 13:19 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-30  7:41 [gentoo-commits] repo/gentoo:master commit in: media-sound/qmidiarp/ Miroslav Šulc
2024-09-29 10:59 Arthur Zamarin
2024-08-29 11:29 Miroslav Šulc
2023-06-22  7:59 Miroslav Šulc
2023-06-21  8:15 Arthur Zamarin
2023-05-22  6:20 Miroslav Šulc
2023-05-17  7:09 Miroslav Šulc
2023-05-16  6:10 Sam James
2023-04-15  8:30 Miroslav Šulc
2023-04-10  8:48 Sam James
2023-04-10  7:27 Miroslav Šulc
2020-08-22 16:06 Andreas Sturmlechner
2020-08-22 16:06 Andreas Sturmlechner
2020-05-20 13:19 Andreas Sturmlechner
2017-06-18 16:42 Alexis Ballier
2017-02-09 13:15 Alexis Ballier
2016-10-22  9:38 David Seifert
2015-08-30 13:41 Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1589980755.c925faa04363e88b75db36a6ca39ddf9226c7fc6.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox