summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-01-20 11:21:03 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-01-20 11:21:03 +0000
commite476530e7819f6efe958d6041fadb689ecbd61f3 (patch)
tree3292944db30b10769856b225b067e8bbd53eaa84 /sys-apps/dbus
parentRemove the pypy unmask for old profiles. It is unmasked in the new EAPI=5 pro... (diff)
downloadgentoo-2-e476530e7819f6efe958d6041fadb689ecbd61f3.tar.gz
gentoo-2-e476530e7819f6efe958d6041fadb689ecbd61f3.tar.bz2
gentoo-2-e476530e7819f6efe958d6041fadb689ecbd61f3.zip
Make build.log verbose, wrt bug #453086
(Portage version: 2.2.0_alpha152/cvs/Linux x86_64, RepoMan options: --force, unsigned Manifest commit)
Diffstat (limited to 'sys-apps/dbus')
-rw-r--r--sys-apps/dbus/ChangeLog8
-rw-r--r--sys-apps/dbus/dbus-1.4.20.ebuild5
-rw-r--r--sys-apps/dbus/dbus-1.6.2.ebuild5
-rw-r--r--sys-apps/dbus/dbus-1.6.8.ebuild5
4 files changed, 15 insertions, 8 deletions
diff --git a/sys-apps/dbus/ChangeLog b/sys-apps/dbus/ChangeLog
index e8515f612bb5..30e63cf29950 100644
--- a/sys-apps/dbus/ChangeLog
+++ b/sys-apps/dbus/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/dbus
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/ChangeLog,v 1.363 2012/11/17 13:21:01 pacho Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/ChangeLog,v 1.364 2013/01/20 11:21:03 pinkbyte Exp $
+
+ 20 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> dbus-1.4.20.ebuild,
+ dbus-1.6.2.ebuild, dbus-1.6.8.ebuild:
+ Make build.log verbose, wrt bug #453086
17 Nov 2012; Pacho Ramos <pacho@gentoo.org> dbus-1.6.8-r1.ebuild:
Show elog messages only when needed (#440526 by poletti.marco), disable silent
diff --git a/sys-apps/dbus/dbus-1.4.20.ebuild b/sys-apps/dbus/dbus-1.4.20.ebuild
index 4eb8c41caef3..f270c97b2f8a 100644
--- a/sys-apps/dbus/dbus-1.4.20.ebuild
+++ b/sys-apps/dbus/dbus-1.4.20.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.4.20.ebuild,v 1.13 2012/07/15 18:08:37 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.4.20.ebuild,v 1.14 2013/01/20 11:21:03 pinkbyte Exp $
EAPI=4
inherit autotools eutils multilib flag-o-matic python systemd virtualx user
@@ -76,6 +76,7 @@ src_configure() {
# libaudit is *only* used in DBus wrt SELinux support, so disable it, if
# not on an SELinux profile.
myconf=(
+ --disable-silent-rules
--disable-asserts
--disable-checks
--disable-embedded-tests
diff --git a/sys-apps/dbus/dbus-1.6.2.ebuild b/sys-apps/dbus/dbus-1.6.2.ebuild
index 2ca7745e4d7c..1223f7bb5eb9 100644
--- a/sys-apps/dbus/dbus-1.6.2.ebuild
+++ b/sys-apps/dbus/dbus-1.6.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.6.2.ebuild,v 1.5 2012/07/25 21:06:45 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.6.2.ebuild,v 1.6 2013/01/20 11:21:03 pinkbyte Exp $
EAPI=4
inherit autotools eutils linux-info flag-o-matic python systemd virtualx user
@@ -82,6 +82,7 @@ src_configure() {
# libaudit is *only* used in DBus wrt SELinux support, so disable it, if
# not on an SELinux profile.
myconf+=(
+ --disable-silent-rules
--localstatedir=/var
--docdir=/usr/share/doc/${PF}
--htmldir=/usr/share/doc/${PF}/html
diff --git a/sys-apps/dbus/dbus-1.6.8.ebuild b/sys-apps/dbus/dbus-1.6.8.ebuild
index 2f12470e31cb..b854a4b8e9e6 100644
--- a/sys-apps/dbus/dbus-1.6.8.ebuild
+++ b/sys-apps/dbus/dbus-1.6.8.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.6.8.ebuild,v 1.9 2012/10/14 14:38:52 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.6.8.ebuild,v 1.10 2013/01/20 11:21:03 pinkbyte Exp $
EAPI=4
inherit autotools eutils linux-info flag-o-matic python virtualx user
@@ -78,6 +78,7 @@ src_configure() {
# libaudit is *only* used in DBus wrt SELinux support, so disable it, if
# not on an SELinux profile.
myconf=(
+ --disable-silent-rules
--localstatedir="${EPREFIX}/var"
--docdir="${EPREFIX}/usr/share/doc/${PF}"
--htmldir="${EPREFIX}/usr/share/doc/${PF}/html"