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: net-libs/qmf/
Date: Mon, 12 Aug 2013 00:05:46 +0000 (UTC)	[thread overview]
Message-ID: <1376265967.11542e9b42ea55715c27ebf8dc24af85e030cbb9.pesa@gentoo> (raw)

commit:     11542e9b42ea55715c27ebf8dc24af85e030cbb9
Author:     Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Mon Aug 12 00:06:07 2013 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Mon Aug 12 00:06:07 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=11542e9b

[net-libs/qmf] Sync with portage.

Package-Manager: portage-2.2.0_alpha196

---
 net-libs/qmf/qmf-9999.ebuild | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

diff --git a/net-libs/qmf/qmf-9999.ebuild b/net-libs/qmf/qmf-9999.ebuild
index 527c949..6499b18 100644
--- a/net-libs/qmf/qmf-9999.ebuild
+++ b/net-libs/qmf/qmf-9999.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/qmf/qmf-4.0.3.ebuild,v 1.1 2013/08/11 23:35:41 pesa Exp $
 
 EAPI=5
 
@@ -45,12 +45,13 @@ PATCHES=(
 src_prepare() {
 	qt4-r2_src_prepare
 
-	sed -i	-e '/benchmarks/d' \
-		-e '/tests/d' \
-		messagingframework.pro || die
+	sed -i -e '/SUBDIRS.*=/s/benchmarks//' messagingframework.pro || die
 
 	if ! use examples; then
-		sed -i -e '/examples/d' messagingframework.pro || die
+		sed -i -e '/SUBDIRS.*=/s/examples//' messagingframework.pro || die
+	fi
+	if ! use test; then
+		sed -i -e '/SUBDIRS.*=/s/tests//' messagingframework.pro || die
 	fi
 
 	# disable automagic deps
@@ -78,11 +79,6 @@ src_test() {
 	echo ">>> Test phase [QTest]: ${CATEGORY}/${PF}"
 	cd "${S}"/tests
 
-	einfo "Building tests"
-	eqmake4 QMF_INSTALL_ROOT="${EPREFIX}/usr"
-	emake
-
-	einfo "Running tests"
 	export QMF_DATA=${T}
 	local fail=false test=
 	for test in tst_*; do
@@ -95,6 +91,7 @@ src_test() {
 		fi
 		echo
 	done
+
 	${fail} && die "some tests have failed!"
 }
 


             reply	other threads:[~2013-08-12  0:05 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-12  0:05 Davide Pesavento [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-08-25  2:44 [gentoo-commits] proj/qt:master commit in: net-libs/qmf/ Davide Pesavento
2015-03-30 15:37 Davide Pesavento
2013-01-03 16:02 Michael Palimaka
2012-05-03  7:24 Johannes Huber

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=1376265967.11542e9b42ea55715c27ebf8dc24af85e030cbb9.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