diff options
author | Torsten Veller <tove@gentoo.org> | 2009-06-13 10:21:59 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-06-13 10:21:59 +0000 |
commit | 7dfbda28e71108d8b1d0d9dad1c382a4a0b3c9ce (patch) | |
tree | f4b1f793ae2cef6cf4de96ced16190a7734e470b /www-plugins | |
parent | Add missing die: || "..." -> || die "..." (diff) | |
download | gentoo-2-7dfbda28e71108d8b1d0d9dad1c382a4a0b3c9ce.tar.gz gentoo-2-7dfbda28e71108d8b1d0d9dad1c382a4a0b3c9ce.tar.bz2 gentoo-2-7dfbda28e71108d8b1d0d9dad1c382a4a0b3c9ce.zip |
Add missing die: || "..." -> || die "..."
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'www-plugins')
4 files changed, 12 insertions, 7 deletions
diff --git a/www-plugins/mozilla-weave/ChangeLog b/www-plugins/mozilla-weave/ChangeLog index c25a74fc68e7..999351192d44 100644 --- a/www-plugins/mozilla-weave/ChangeLog +++ b/www-plugins/mozilla-weave/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-plugins/mozilla-weave # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/mozilla-weave/ChangeLog,v 1.4 2009/05/16 14:01:31 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/mozilla-weave/ChangeLog,v 1.5 2009/06/13 10:21:59 tove Exp $ + + 13 Jun 2009; Torsten Veller <tove@gentoo.org> + mozilla-weave-0.2.104.ebuild, mozilla-weave-0.3.0.ebuild, + mozilla-weave-0.3.2.ebuild: + Add missing die: "..." -> die "..." *mozilla-weave-0.3.2 (16 May 2009) diff --git a/www-plugins/mozilla-weave/mozilla-weave-0.2.104.ebuild b/www-plugins/mozilla-weave/mozilla-weave-0.2.104.ebuild index 9d5e57942cf0..d9448977e1ed 100644 --- a/www-plugins/mozilla-weave/mozilla-weave-0.2.104.ebuild +++ b/www-plugins/mozilla-weave/mozilla-weave-0.2.104.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/mozilla-weave/mozilla-weave-0.2.104.ebuild,v 1.2 2009/05/16 13:14:17 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/mozilla-weave/mozilla-weave-0.2.104.ebuild,v 1.3 2009/06/13 10:21:59 tove Exp $ EAPI="2" @@ -55,7 +55,7 @@ src_compile() { export WEAVE_BUILDID=${PV} export MOZSDKDIR=/usr/$(get_libdir)/xulrunner-1.9 - emake release_build=1 xpi || "emake failed" + emake release_build=1 xpi || die "emake failed" } src_install() { diff --git a/www-plugins/mozilla-weave/mozilla-weave-0.3.0.ebuild b/www-plugins/mozilla-weave/mozilla-weave-0.3.0.ebuild index 70dc30243b7e..26c977e1702a 100644 --- a/www-plugins/mozilla-weave/mozilla-weave-0.3.0.ebuild +++ b/www-plugins/mozilla-weave/mozilla-weave-0.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/mozilla-weave/mozilla-weave-0.3.0.ebuild,v 1.3 2009/05/16 14:01:31 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/mozilla-weave/mozilla-weave-0.3.0.ebuild,v 1.4 2009/06/13 10:21:59 tove Exp $ EAPI="2" @@ -53,7 +53,7 @@ src_compile() { export WEAVE_BUILDID=${PV} export MOZSDKDIR=/usr/$(get_libdir)/xulrunner-1.9 - emake release_build=1 xpi || "emake failed" + emake release_build=1 xpi || die "emake failed" } src_install() { diff --git a/www-plugins/mozilla-weave/mozilla-weave-0.3.2.ebuild b/www-plugins/mozilla-weave/mozilla-weave-0.3.2.ebuild index 0c1e64aaa845..7959d6c1b892 100644 --- a/www-plugins/mozilla-weave/mozilla-weave-0.3.2.ebuild +++ b/www-plugins/mozilla-weave/mozilla-weave-0.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/mozilla-weave/mozilla-weave-0.3.2.ebuild,v 1.1 2009/05/16 14:01:31 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/mozilla-weave/mozilla-weave-0.3.2.ebuild,v 1.2 2009/06/13 10:21:59 tove Exp $ EAPI="2" @@ -60,7 +60,7 @@ src_compile() { export WEAVE_BUILDID=${PV} export MOZSDKDIR=/usr/$(get_libdir)/xulrunner-1.9 - emake release_build=1 xpi || "emake failed" + emake release_build=1 xpi || die "emake failed" } src_install() { |