summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-06-29 09:57:42 +0000
committerTorsten Veller <tove@gentoo.org>2008-06-29 09:57:42 +0000
commit7ef3c93ce747becb993b557d8c3ec13a451063a5 (patch)
tree13163a1fb1b443b3f7acc02534f2a1ae0ea4fb60 /net-nds/luma
parentAdd missing die: || "..." -> || die "..." (diff)
downloadgentoo-2-7ef3c93ce747becb993b557d8c3ec13a451063a5.tar.gz
gentoo-2-7ef3c93ce747becb993b557d8c3ec13a451063a5.tar.bz2
gentoo-2-7ef3c93ce747becb993b557d8c3ec13a451063a5.zip
Add missing die: || "..." -> || die "..."
(Portage version: 2.2_rc1/cvs/Linux 2.6.24-tuxonice-r9 i686)
Diffstat (limited to 'net-nds/luma')
-rw-r--r--net-nds/luma/ChangeLog6
-rw-r--r--net-nds/luma/luma-2.3.ebuild4
-rw-r--r--net-nds/luma/luma-2.4.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/net-nds/luma/ChangeLog b/net-nds/luma/ChangeLog
index 04b1ca4cc43b..ac720bc16de8 100644
--- a/net-nds/luma/ChangeLog
+++ b/net-nds/luma/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-nds/luma
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/luma/ChangeLog,v 1.33 2008/05/31 11:31:36 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/luma/ChangeLog,v 1.34 2008/06/29 09:57:42 tove Exp $
+
+ 29 Jun 2008; Torsten Veller <tove@gentoo.org> luma-2.3.ebuild,
+ luma-2.4.ebuild:
+ Add missing die: || "..." -> || die "..."
31 May 2008; Ali Polatel <hawking@gentoo.org> luma-2.4.ebuild:
Fix sed to catch all occurences of doCompile to fix collisions. Thanks to
diff --git a/net-nds/luma/luma-2.3.ebuild b/net-nds/luma/luma-2.3.ebuild
index 2a3496b6ecaf..c6e46db860ca 100644
--- a/net-nds/luma/luma-2.3.ebuild
+++ b/net-nds/luma/luma-2.3.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/net-nds/luma/luma-2.3.ebuild,v 1.6 2008/05/29 17:46:17 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/luma/luma-2.3.ebuild,v 1.7 2008/06/29 09:57:42 tove Exp $
NEED_PYTHON=2.3
@@ -28,7 +28,7 @@ src_unpack() {
# We do the optimization seperately
sed -i \
-e '/^doCompile/d' \
- install.py || "sed failed"
+ install.py || die "sed failed"
}
src_install() {
diff --git a/net-nds/luma/luma-2.4.ebuild b/net-nds/luma/luma-2.4.ebuild
index fa908ef7bbe2..2a4219ce04b7 100644
--- a/net-nds/luma/luma-2.4.ebuild
+++ b/net-nds/luma/luma-2.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/net-nds/luma/luma-2.4.ebuild,v 1.2 2008/05/31 11:31:36 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/luma/luma-2.4.ebuild,v 1.3 2008/06/29 09:57:42 tove Exp $
NEED_PYTHON=2.3
@@ -28,7 +28,7 @@ src_unpack() {
# We do the optimization seperately
sed -i \
-e '/^[[:space:]]*doCompile/d' \
- install.py || "sed failed"
+ install.py || die "sed failed"
}
src_install() {