public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Nirbheek Chauhan" <nirbheek@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-power-manager/
Date: Tue, 22 Feb 2011 19:44:32 +0000 (UTC)	[thread overview]
Message-ID: <307d4773805b742e7fc5fd405e1976e65844d0b5.nirbheek@gentoo> (raw)

commit:     307d4773805b742e7fc5fd405e1976e65844d0b5
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 22 18:48:49 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Tue Feb 22 19:32:15 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=307d4773

gnome-extra/gnome-power-manager: fix src_test Xemake call

* dbus will be launched automatically, we just need X

---
 .../gnome-power-manager-2.91.90.ebuild             |    5 +++--
 .../gnome-power-manager-9999.ebuild                |    5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnome-extra/gnome-power-manager/gnome-power-manager-2.91.90.ebuild b/gnome-extra/gnome-power-manager/gnome-power-manager-2.91.90.ebuild
index 35a5704..83184d9 100644
--- a/gnome-extra/gnome-power-manager/gnome-power-manager-2.91.90.ebuild
+++ b/gnome-extra/gnome-power-manager/gnome-power-manager-2.91.90.ebuild
@@ -55,7 +55,8 @@ DEPEND="${COMMON_DEPEND}
 		app-text/docbook-sgml-utils
 		app-text/docbook-xml-dtd:4.4
 		app-text/docbook-sgml-dtd:4.1
-		app-text/docbook-xml-dtd:4.1.2 )"
+		app-text/docbook-xml-dtd:4.1.2 )
+	test? ( sys-apps/dbus )"
 
 # docbook-sgml-utils and docbook-sgml-dtd-4.1 used for creating man pages
 # (files under ${S}/man).
@@ -89,5 +90,5 @@ src_prepare() {
 
 src_test() {
 	unset DBUS_SESSION_BUS_ADDRESS
-	dbus-launch Xemake check || die "Test phase failed"
+	Xemake check || die "Test phase failed"
 }

diff --git a/gnome-extra/gnome-power-manager/gnome-power-manager-9999.ebuild b/gnome-extra/gnome-power-manager/gnome-power-manager-9999.ebuild
index 35a5704..83184d9 100644
--- a/gnome-extra/gnome-power-manager/gnome-power-manager-9999.ebuild
+++ b/gnome-extra/gnome-power-manager/gnome-power-manager-9999.ebuild
@@ -55,7 +55,8 @@ DEPEND="${COMMON_DEPEND}
 		app-text/docbook-sgml-utils
 		app-text/docbook-xml-dtd:4.4
 		app-text/docbook-sgml-dtd:4.1
-		app-text/docbook-xml-dtd:4.1.2 )"
+		app-text/docbook-xml-dtd:4.1.2 )
+	test? ( sys-apps/dbus )"
 
 # docbook-sgml-utils and docbook-sgml-dtd-4.1 used for creating man pages
 # (files under ${S}/man).
@@ -89,5 +90,5 @@ src_prepare() {
 
 src_test() {
 	unset DBUS_SESSION_BUS_ADDRESS
-	dbus-launch Xemake check || die "Test phase failed"
+	Xemake check || die "Test phase failed"
 }



             reply	other threads:[~2011-02-22 19:45 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-22 19:44 Nirbheek Chauhan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-03-22  1:18 [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-power-manager/ Nirbheek Chauhan
2011-03-29 19:33 Nirbheek Chauhan
2011-04-05  0:57 Nirbheek Chauhan
2011-04-10 18:04 Gilles Dartiguelongue
2011-06-02 16:37 Nirbheek Chauhan
2011-10-18  7:37 Alexandre Restovtsev
2012-07-02 22:12 Alexandre Restovtsev
2012-09-10  6:22 Nirbheek Chauhan
2012-10-28 17:29 Gilles Dartiguelongue
2012-11-05  7:55 Gilles Dartiguelongue
2012-12-25 22:07 Gilles Dartiguelongue
2013-11-15 23:38 Gilles Dartiguelongue
2014-02-12 20:58 Gilles Dartiguelongue
2014-04-06 21:32 Gilles Dartiguelongue
2014-04-15 22:05 Gilles Dartiguelongue
2014-12-22 23:50 Gilles Dartiguelongue
2015-05-02 18:41 Gilles Dartiguelongue
2015-05-13  7:24 Gilles Dartiguelongue
2016-03-30 20:08 Ole Reifschneider
2018-01-12 13:27 Dennis Lamm
2018-06-24 19:17 Gilles Dartiguelongue
2018-06-24 19:17 Gilles Dartiguelongue
2018-12-11 13:13 Gilles Dartiguelongue
2018-12-11 13:13 Gilles Dartiguelongue

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=307d4773805b742e7fc5fd405e1976e65844d0b5.nirbheek@gentoo \
    --to=nirbheek@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