diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-06-08 17:47:44 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-06-08 17:47:44 +0000 |
commit | 01a3f31fc1d5049f0ba002f9a565af489106554c (patch) | |
tree | db9032900bd8e2909ac315ae16e2c159772ad44d /dev-libs | |
parent | Stable on amd64 wrt bug #370627 (diff) | |
download | gentoo-2-01a3f31fc1d5049f0ba002f9a565af489106554c.tar.gz gentoo-2-01a3f31fc1d5049f0ba002f9a565af489106554c.tar.bz2 gentoo-2-01a3f31fc1d5049f0ba002f9a565af489106554c.zip |
Notify people about some tests will be skipped in certain situations and intruct them about how to run all of them. Thanks a lot to Gilles for explaining me the possible problems could appear if people ignores this situation.
(Portage version: 2.1.9.50/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/glib/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/glib/glib-2.28.8.ebuild | 6 |
2 files changed, 12 insertions, 2 deletions
diff --git a/dev-libs/glib/ChangeLog b/dev-libs/glib/ChangeLog index fe370af046a6..28275bbe378e 100644 --- a/dev-libs/glib/ChangeLog +++ b/dev-libs/glib/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/glib # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.468 2011/06/06 16:00:07 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.469 2011/06/08 17:47:44 pacho Exp $ + + 08 Jun 2011; Pacho Ramos <pacho@gentoo.org> glib-2.28.8.ebuild: + Notify people about some tests will be skipped in certain situations and + intruct them about how to run all of them. Thanks a lot to Gilles for + explaining me the possible problems could appear if people ignores this + situation. *glib-2.28.8 (06 Jun 2011) diff --git a/dev-libs/glib/glib-2.28.8.ebuild b/dev-libs/glib/glib-2.28.8.ebuild index 5ddac7bfa891..39c51aaaf3f6 100644 --- a/dev-libs/glib/glib-2.28.8.ebuild +++ b/dev-libs/glib/glib-2.28.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.28.8.ebuild,v 1.1 2011/06/06 16:00:07 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.28.8.ebuild,v 1.2 2011/06/08 17:47:44 pacho Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -76,6 +76,8 @@ src_prepare() { # Disable tests requiring dev-util/desktop-file-utils when not installed, bug #286629 if ! has_version dev-util/desktop-file-utils ; then + ewarn "Some tests will be skipped due dev-util/desktop-file-utils not being present on your system," + ewarn "think on installing it to get these tests run." sed -i -e "/appinfo\/associations/d" gio/tests/appinfo.c || die sed -i -e "/desktop-app-info\/default/d" gio/tests/desktop-app-info.c || die sed -i -e "/desktop-app-info\/fallback/d" gio/tests/desktop-app-info.c || die @@ -84,6 +86,8 @@ src_prepare() { # Disable tests requiring dev-python/dbus-python, bug #349236 if ! has_version dev-python/dbus-python ; then + ewarn "Some tests will be skipped due dev-python/dbus-python not being present on your system," + ewarn "think on installing it to get these tests run." sed -i -e "/connection\/filter/d" gio/tests/gdbus-connection.c || die sed -i -e "/connection\/large_message/d" gio/tests/gdbus-connection-slow.c || die sed -i -e "/gdbus\/proxy/d" gio/tests/gdbus-proxy.c || die |