public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Davide Pesavento" <pesa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtchooser/
Date: Thu, 13 Nov 2014 02:49:37 +0000 (UTC)	[thread overview]
Message-ID: <1415846939.99ab5bf98cf3d54061f7f46d7ad27e00f22af9ce.pesa@gentoo> (raw)

commit:     99ab5bf98cf3d54061f7f46d7ad27e00f22af9ce
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 13 02:48:59 2014 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Thu Nov 13 02:48:59 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=99ab5bf9

[dev-qt/qtchooser] Tests seem to require qt5.

Package-Manager: portage-2.2.14

---
 dev-qt/qtchooser/qtchooser-0_p20140613.ebuild | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/dev-qt/qtchooser/qtchooser-0_p20140613.ebuild b/dev-qt/qtchooser/qtchooser-0_p20140613.ebuild
index ec25b71..88daa6b 100644
--- a/dev-qt/qtchooser/qtchooser-0_p20140613.ebuild
+++ b/dev-qt/qtchooser/qtchooser-0_p20140613.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-inherit toolchain-funcs
+inherit qmake-utils toolchain-funcs
 
 DESCRIPTION="Qt4/Qt5 version chooser"
 HOMEPAGE="https://qt.gitorious.org/qt/qtchooser"
@@ -13,9 +13,12 @@ SRC_URI="http://dev.gentoo.org/~pesa/distfiles/${P}.tar.xz"
 LICENSE="|| ( LGPL-2.1 GPL-3 )"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="test"
+IUSE="qt5 test"
 
-DEPEND="test? ( dev-qt/qttest )"
+DEPEND="qt5? ( test? (
+		dev-qt/qtcore:5
+		dev-qt/qttest:5
+	) )"
 RDEPEND="!<dev-qt/qtcore-4.8.6:4"
 
 qtchooser_make() {
@@ -31,6 +34,12 @@ src_compile() {
 }
 
 src_test() {
+	use qt5 || return
+
+	pushd tests/auto >/dev/null || die
+	eqmake5
+	popd >/dev/null || die
+
 	qtchooser_make check
 }
 


             reply	other threads:[~2014-11-13  2:49 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-13  2:49 Davide Pesavento [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-11-05 16:47 [gentoo-commits] proj/qt:master commit in: dev-qt/qtchooser/ Andreas Sturmlechner
2021-09-22 17:41 Andreas Sturmlechner
2020-12-28  9:49 Andreas Sturmlechner
2019-12-25 19:10 Andreas Sturmlechner
2019-01-07 19:28 Davide Pesavento
2017-09-03  0:29 Davide Pesavento
2017-09-03  0:15 Davide Pesavento
2017-06-18  9:03 Michael Palimaka
2016-10-28 16:12 Michael Palimaka
2015-03-30 19:38 Davide Pesavento
2014-11-16  1:27 Davide Pesavento
2014-11-13  3:35 Davide Pesavento
2014-07-07  0:29 Davide Pesavento
2014-07-07  0:22 Davide Pesavento
2014-05-19 17:10 Davide Pesavento
2013-12-19 23:02 Davide Pesavento
2013-05-27  3:42 Davide Pesavento
2013-03-06  6:57 Davide Pesavento

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=1415846939.99ab5bf98cf3d54061f7f46d7ad27e00f22af9ce.pesa@gentoo \
    --to=pesa@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