diff options
author | Fabio Erculiani <lxnay@gentoo.org> | 2011-10-09 09:43:47 +0000 |
---|---|---|
committer | Fabio Erculiani <lxnay@gentoo.org> | 2011-10-09 09:43:47 +0000 |
commit | d7b5cc27199f8657822971c08a5c92780c9eda3d (patch) | |
tree | 7688bda828e7b47feced5f7ca79fccf169264710 /gnome-base/librsvg | |
parent | add ewarn in case of gdk-pixbuf-query-loaders failure (diff) | |
download | gentoo-2-d7b5cc27199f8657822971c08a5c92780c9eda3d.tar.gz gentoo-2-d7b5cc27199f8657822971c08a5c92780c9eda3d.tar.bz2 gentoo-2-d7b5cc27199f8657822971c08a5c92780c9eda3d.zip |
add ewarn in case of gdk-pixbuf-query-loaders failure
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'gnome-base/librsvg')
-rw-r--r-- | gnome-base/librsvg/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-base/librsvg/librsvg-2.32.1.ebuild | 6 | ||||
-rw-r--r-- | gnome-base/librsvg/librsvg-2.34.0.ebuild | 6 | ||||
-rw-r--r-- | gnome-base/librsvg/librsvg-2.34.1-r1.ebuild | 6 | ||||
-rw-r--r-- | gnome-base/librsvg/librsvg-2.34.1.ebuild | 6 |
5 files changed, 25 insertions, 5 deletions
diff --git a/gnome-base/librsvg/ChangeLog b/gnome-base/librsvg/ChangeLog index e19e9cb5bc87..09e65ea63c2b 100644 --- a/gnome-base/librsvg/ChangeLog +++ b/gnome-base/librsvg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/librsvg # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.251 2011/10/09 08:54:42 lxnay Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.252 2011/10/09 09:43:47 lxnay Exp $ + + 09 Oct 2011; Fabio Erculiani <lxnay@gentoo.org> librsvg-2.32.1.ebuild, + librsvg-2.34.0.ebuild, librsvg-2.34.1.ebuild, librsvg-2.34.1-r1.ebuild: + add ewarn in case of gdk-pixbuf-query-loaders failure 09 Oct 2011; Fabio Erculiani <lxnay@gentoo.org> librsvg-2.32.1.ebuild, librsvg-2.34.0.ebuild, librsvg-2.34.1.ebuild, librsvg-2.34.1-r1.ebuild: diff --git a/gnome-base/librsvg/librsvg-2.32.1.ebuild b/gnome-base/librsvg/librsvg-2.32.1.ebuild index aa3ed27665a6..651f95a3cc62 100644 --- a/gnome-base/librsvg/librsvg-2.32.1.ebuild +++ b/gnome-base/librsvg/librsvg-2.32.1.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/gnome-base/librsvg/librsvg-2.32.1.ebuild,v 1.10 2011/10/09 08:54:42 lxnay Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.32.1.ebuild,v 1.11 2011/10/09 09:43:47 lxnay Exp $ EAPI="3" GCONF_DEBUG="no" @@ -58,6 +58,8 @@ pkg_postinst() { gdk-pixbuf-query-loaders > "${tmp_file}" if [ "${?}" = "0" ]; then cat "${tmp_file}" > "${EROOT}usr/$(get_libdir)/gdk-pixbuf-2.0/2.10.0/loaders.cache" + else + ewarn "Cannot update loaders.cache, gdk-pixbuf-query-loaders failed to run" fi rm "${tmp_file}" } @@ -71,6 +73,8 @@ pkg_postrm() { gdk-pixbuf-query-loaders > "${tmp_file}" if [ "${?}" = "0" ]; then cat "${tmp_file}" > "${EROOT}usr/$(get_libdir)/gdk-pixbuf-2.0/2.10.0/loaders.cache" + else + ewarn "Cannot update loaders.cache, gdk-pixbuf-query-loaders failed to run" fi rm "${tmp_file}" } diff --git a/gnome-base/librsvg/librsvg-2.34.0.ebuild b/gnome-base/librsvg/librsvg-2.34.0.ebuild index 7bfeca0eb1af..e356a54fb04b 100644 --- a/gnome-base/librsvg/librsvg-2.34.0.ebuild +++ b/gnome-base/librsvg/librsvg-2.34.0.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/gnome-base/librsvg/librsvg-2.34.0.ebuild,v 1.10 2011/10/09 08:54:42 lxnay Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.34.0.ebuild,v 1.11 2011/10/09 09:43:47 lxnay Exp $ EAPI="4" GNOME2_LA_PUNT="yes" @@ -62,6 +62,8 @@ pkg_postinst() { gdk-pixbuf-query-loaders > "${tmp_file}" if [ "${?}" = "0" ]; then cat "${tmp_file}" > "${EROOT}usr/$(get_libdir)/gdk-pixbuf-2.0/2.10.0/loaders.cache" + else + ewarn "Cannot update loaders.cache, gdk-pixbuf-query-loaders failed to run" fi rm "${tmp_file}" } @@ -75,6 +77,8 @@ pkg_postrm() { gdk-pixbuf-query-loaders > "${tmp_file}" if [ "${?}" = "0" ]; then cat "${tmp_file}" > "${EROOT}usr/$(get_libdir)/gdk-pixbuf-2.0/2.10.0/loaders.cache" + else + ewarn "Cannot update loaders.cache, gdk-pixbuf-query-loaders failed to run" fi rm "${tmp_file}" } diff --git a/gnome-base/librsvg/librsvg-2.34.1-r1.ebuild b/gnome-base/librsvg/librsvg-2.34.1-r1.ebuild index 82ca5bb4172f..96b3e5c7bad7 100644 --- a/gnome-base/librsvg/librsvg-2.34.1-r1.ebuild +++ b/gnome-base/librsvg/librsvg-2.34.1-r1.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/gnome-base/librsvg/librsvg-2.34.1-r1.ebuild,v 1.2 2011/10/09 08:54:42 lxnay Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.34.1-r1.ebuild,v 1.3 2011/10/09 09:43:47 lxnay Exp $ EAPI="4" GNOME2_LA_PUNT="yes" @@ -65,6 +65,8 @@ pkg_postinst() { gdk-pixbuf-query-loaders > "${tmp_file}" if [ "${?}" = "0" ]; then cat "${tmp_file}" > "${EROOT}usr/$(get_libdir)/gdk-pixbuf-2.0/2.10.0/loaders.cache" + else + ewarn "Cannot update loaders.cache, gdk-pixbuf-query-loaders failed to run" fi rm "${tmp_file}" } @@ -78,6 +80,8 @@ pkg_postrm() { gdk-pixbuf-query-loaders > "${tmp_file}" if [ "${?}" = "0" ]; then cat "${tmp_file}" > "${EROOT}usr/$(get_libdir)/gdk-pixbuf-2.0/2.10.0/loaders.cache" + else + ewarn "Cannot update loaders.cache, gdk-pixbuf-query-loaders failed to run" fi rm "${tmp_file}" } diff --git a/gnome-base/librsvg/librsvg-2.34.1.ebuild b/gnome-base/librsvg/librsvg-2.34.1.ebuild index 6c1bc1bf573d..d3db6c3d5c7f 100644 --- a/gnome-base/librsvg/librsvg-2.34.1.ebuild +++ b/gnome-base/librsvg/librsvg-2.34.1.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/gnome-base/librsvg/librsvg-2.34.1.ebuild,v 1.6 2011/10/09 08:54:42 lxnay Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.34.1.ebuild,v 1.7 2011/10/09 09:43:47 lxnay Exp $ EAPI="4" GNOME2_LA_PUNT="yes" @@ -61,6 +61,8 @@ pkg_postinst() { gdk-pixbuf-query-loaders > "${tmp_file}" if [ "${?}" = "0" ]; then cat "${tmp_file}" > "${EROOT}usr/$(get_libdir)/gdk-pixbuf-2.0/2.10.0/loaders.cache" + else + ewarn "Cannot update loaders.cache, gdk-pixbuf-query-loaders failed to run" fi rm "${tmp_file}" } @@ -74,6 +76,8 @@ pkg_postrm() { gdk-pixbuf-query-loaders > "${tmp_file}" if [ "${?}" = "0" ]; then cat "${tmp_file}" > "${EROOT}usr/$(get_libdir)/gdk-pixbuf-2.0/2.10.0/loaders.cache" + else + ewarn "Cannot update loaders.cache, gdk-pixbuf-query-loaders failed to run" fi rm "${tmp_file}" } |