diff options
author | Torsten Veller <tove@gentoo.org> | 2008-06-29 08:04:44 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-06-29 08:04:44 +0000 |
commit | e4376a55b52fe618c8421164d38d65bf54344e55 (patch) | |
tree | dac5eb18e62d4121acf716853dbda08a8de75857 /sci-mathematics/gretl | |
parent | Add missing die: || "..." -> || die "..." (diff) | |
download | gentoo-2-e4376a55b52fe618c8421164d38d65bf54344e55.tar.gz gentoo-2-e4376a55b52fe618c8421164d38d65bf54344e55.tar.bz2 gentoo-2-e4376a55b52fe618c8421164d38d65bf54344e55.zip |
Add missing die: || "..." -> || die "..."
(Portage version: 2.2_rc1/cvs/Linux 2.6.24-tuxonice-r9 i686)
Diffstat (limited to 'sci-mathematics/gretl')
-rw-r--r-- | sci-mathematics/gretl/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/gretl/gretl-1.7.1.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/gretl/gretl-1.7.2.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/gretl/gretl-1.7.4.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/sci-mathematics/gretl/ChangeLog b/sci-mathematics/gretl/ChangeLog index e6d8d6b79e8c..4f406834fa45 100644 --- a/sci-mathematics/gretl/ChangeLog +++ b/sci-mathematics/gretl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/gretl # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/ChangeLog,v 1.9 2008/05/20 13:46:51 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/ChangeLog,v 1.10 2008/06/29 08:04:44 tove Exp $ + + 29 Jun 2008; Torsten Veller <tove@gentoo.org> gretl-1.7.1.ebuild, + gretl-1.7.2.ebuild, gretl-1.7.4.ebuild: + Add missing die: || "..." -> || die "..." *gretl-1.7.4 (20 May 2008) diff --git a/sci-mathematics/gretl/gretl-1.7.1.ebuild b/sci-mathematics/gretl/gretl-1.7.1.ebuild index 503e283b6b8d..35a9aca11cec 100644 --- a/sci-mathematics/gretl/gretl-1.7.1.ebuild +++ b/sci-mathematics/gretl/gretl-1.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.7.1.ebuild,v 1.1 2008/01/12 19:54:36 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.7.1.ebuild,v 1.2 2008/06/29 08:04:44 tove Exp $ USE_EINSTALL=true @@ -85,7 +85,7 @@ src_install() { if use gnome; then gnome2_src_install gnome_prefix="${D}"/usr else - einstall || "die einstall failed" + einstall || die "einstall failed" fi if use gtk && ! use gnome; then doicon gnome/gretl.png diff --git a/sci-mathematics/gretl/gretl-1.7.2.ebuild b/sci-mathematics/gretl/gretl-1.7.2.ebuild index d0b749e7348e..2488d899f50c 100644 --- a/sci-mathematics/gretl/gretl-1.7.2.ebuild +++ b/sci-mathematics/gretl/gretl-1.7.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.7.2.ebuild,v 1.1 2008/02/26 09:49:14 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.7.2.ebuild,v 1.2 2008/06/29 08:04:44 tove Exp $ USE_EINSTALL=true @@ -85,7 +85,7 @@ src_install() { if use gnome; then gnome2_src_install gnome_prefix="${D}"/usr else - einstall || "die einstall failed" + einstall || die "einstall failed" fi if use gtk && ! use gnome; then doicon gnome/gretl.png diff --git a/sci-mathematics/gretl/gretl-1.7.4.ebuild b/sci-mathematics/gretl/gretl-1.7.4.ebuild index c403fb07d9f9..e9fa2cdb93a4 100644 --- a/sci-mathematics/gretl/gretl-1.7.4.ebuild +++ b/sci-mathematics/gretl/gretl-1.7.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.7.4.ebuild,v 1.1 2008/05/20 13:46:51 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.7.4.ebuild,v 1.2 2008/06/29 08:04:44 tove Exp $ USE_EINSTALL=true @@ -85,7 +85,7 @@ src_install() { if use gnome; then gnome2_src_install gnome_prefix="${D}"/usr else - einstall || "die einstall failed" + einstall || die "einstall failed" fi if use gtk && ! use gnome; then doicon gnome/gretl.png |