summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-04-25 16:43:11 +0000
committerJustin Lecher <jlec@gentoo.org>2012-04-25 16:43:11 +0000
commitbd3791d51e126abe131dabede5c4d904fa6187b9 (patch)
tree410295dc90d81141d970907943663730d91a5754 /sys-cluster
parentDrop unnessecary die (diff)
downloadhistorical-bd3791d51e126abe131dabede5c4d904fa6187b9.tar.gz
historical-bd3791d51e126abe131dabede5c4d904fa6187b9.tar.bz2
historical-bd3791d51e126abe131dabede5c4d904fa6187b9.zip
Drop unnessecary die
Package-Manager: portage-2.2.0_alpha101/cvs/Linux x86_64
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/mpich2/ChangeLog6
-rw-r--r--sys-cluster/mpich2/mpich2-1.4.1_p1.ebuild4
-rw-r--r--sys-cluster/mpich2/mpich2-1.4_rc2-r1.ebuild7
-rw-r--r--sys-cluster/torque/ChangeLog6
-rw-r--r--sys-cluster/torque/torque-2.3.13.ebuild5
-rw-r--r--sys-cluster/torque/torque-2.4.16.ebuild5
-rw-r--r--sys-cluster/torque/torque-3.0.3.ebuild4
-rw-r--r--sys-cluster/torque/torque-3.0.4.ebuild4
8 files changed, 23 insertions, 18 deletions
diff --git a/sys-cluster/mpich2/ChangeLog b/sys-cluster/mpich2/ChangeLog
index 133433027163..af4989b0dfaf 100644
--- a/sys-cluster/mpich2/ChangeLog
+++ b/sys-cluster/mpich2/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-cluster/mpich2
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.76 2012/04/16 14:48:24 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.77 2012/04/25 16:41:01 jlec Exp $
+
+ 25 Apr 2012; Justin Lecher <jlec@gentoo.org> mpich2-1.4_rc2-r1.ebuild,
+ mpich2-1.4.1_p1.ebuild:
+ Drop unnessecary die
16 Apr 2012; Kacper Kowalik <xarthisius@gentoo.org> mpich2-1.4.1_p1.ebuild:
Fix docdir for prefix, reported by sebastian_ on irc
diff --git a/sys-cluster/mpich2/mpich2-1.4.1_p1.ebuild b/sys-cluster/mpich2/mpich2-1.4.1_p1.ebuild
index 2f42330e0345..403abbcbe0e0 100644
--- a/sys-cluster/mpich2/mpich2-1.4.1_p1.ebuild
+++ b/sys-cluster/mpich2/mpich2-1.4.1_p1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.4.1_p1.ebuild,v 1.2 2012/04/16 14:48:24 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.4.1_p1.ebuild,v 1.3 2012/04/25 16:41:01 jlec Exp $
EAPI=4
@@ -76,7 +76,7 @@ src_prepare() {
# 393361, backport of r8809 upstream.
epatch "${FILESDIR}"/mpich2-hvector.patch
- AT_M4DIR="${S}"/confdb eautoreconf || die
+ AT_M4DIR="${S}"/confdb eautoreconf
}
src_configure() {
diff --git a/sys-cluster/mpich2/mpich2-1.4_rc2-r1.ebuild b/sys-cluster/mpich2/mpich2-1.4_rc2-r1.ebuild
index c4e0cfde55b5..c33abad73922 100644
--- a/sys-cluster/mpich2/mpich2-1.4_rc2-r1.ebuild
+++ b/sys-cluster/mpich2/mpich2-1.4_rc2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.4_rc2-r1.ebuild,v 1.5 2012/01/12 02:11:50 jsbronder Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.4_rc2-r1.ebuild,v 1.6 2012/04/25 16:41:01 jlec Exp $
EAPI=2
@@ -55,7 +55,7 @@ src_prepare() {
# 369263 and 1044, 1500 upstream.
epatch "${FILESDIR}"/mpich2-1.4_rc2-fix-pkg-config-files.patch
- AT_M4DIR="${S}"/confdb eautoreconf || die
+ AT_M4DIR="${S}"/confdb eautoreconf
}
src_configure() {
@@ -98,8 +98,7 @@ src_configure() {
--disable-fast \
--enable-smpcoll \
$(use_enable romio) \
- $(use_enable cxx) \
- || die
+ $(use_enable cxx)
}
src_compile() {
diff --git a/sys-cluster/torque/ChangeLog b/sys-cluster/torque/ChangeLog
index 50812881eaa9..bc1596ab416d 100644
--- a/sys-cluster/torque/ChangeLog
+++ b/sys-cluster/torque/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-cluster/torque
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/ChangeLog,v 1.140 2012/03/08 22:58:29 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/ChangeLog,v 1.141 2012/04/25 16:43:11 jlec Exp $
+
+ 25 Apr 2012; Justin Lecher <jlec@gentoo.org> torque-2.3.13.ebuild,
+ torque-2.4.16.ebuild, torque-3.0.3.ebuild, torque-3.0.4.ebuild:
+ Drop unnessecary die
08 Mar 2012; Brent Baude <ranger@gentoo.org> torque-2.4.16.ebuild:
Marking torque-2.4.16 ppc64 for bug 397831
diff --git a/sys-cluster/torque/torque-2.3.13.ebuild b/sys-cluster/torque/torque-2.3.13.ebuild
index 713fc48b91a8..ebb0df75b1c4 100644
--- a/sys-cluster/torque/torque-2.3.13.ebuild
+++ b/sys-cluster/torque/torque-2.3.13.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-2.3.13.ebuild,v 1.11 2012/03/07 02:21:39 jsbronder Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-2.3.13.ebuild,v 1.12 2012/04/25 16:43:11 jlec Exp $
EAPI=2
inherit flag-o-matic eutils linux-info autotools
@@ -105,8 +105,7 @@ src_configure() {
--with-default-server=${PBS_SERVER_NAME} \
--disable-gcc-warnings \
${USE_CPUSETS} \
- ${myconf} \
- || die "econf failed"
+ ${myconf}
}
# WARNING
diff --git a/sys-cluster/torque/torque-2.4.16.ebuild b/sys-cluster/torque/torque-2.4.16.ebuild
index c80e1070ecce..3c6b81d1d4c1 100644
--- a/sys-cluster/torque/torque-2.4.16.ebuild
+++ b/sys-cluster/torque/torque-2.4.16.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-2.4.16.ebuild,v 1.9 2012/03/08 22:58:29 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-2.4.16.ebuild,v 1.10 2012/04/25 16:43:11 jlec Exp $
EAPI=2
inherit flag-o-matic eutils linux-info autotools
@@ -104,8 +104,7 @@ src_configure() {
--with-default-server=${PBS_SERVER_NAME} \
--disable-gcc-warnings \
${USE_CPUSETS} \
- ${myconf} \
- || die "econf failed"
+ ${myconf}
}
# WARNING
diff --git a/sys-cluster/torque/torque-3.0.3.ebuild b/sys-cluster/torque/torque-3.0.3.ebuild
index 8458a17b597a..f2262e0e8ea8 100644
--- a/sys-cluster/torque/torque-3.0.3.ebuild
+++ b/sys-cluster/torque/torque-3.0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-3.0.3.ebuild,v 1.4 2012/03/07 02:21:39 jsbronder Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-3.0.3.ebuild,v 1.5 2012/04/25 16:43:11 jlec Exp $
EAPI=2
inherit flag-o-matic eutils linux-info autotools
@@ -72,7 +72,7 @@ src_prepare() {
# as-needed fix, libutils.a needs librt.
sed -i 's,^\(LDADD = .*\)$(MOMLIBS) $(PBS_LIBS),\1$(PBS_LIBS) $(MOMLIBS),' \
src/resmom/Makefile.am || die
- eautoreconf || die
+ eautoreconf
}
src_configure() {
diff --git a/sys-cluster/torque/torque-3.0.4.ebuild b/sys-cluster/torque/torque-3.0.4.ebuild
index c69b1a0a4ed0..8015c7148ee3 100644
--- a/sys-cluster/torque/torque-3.0.4.ebuild
+++ b/sys-cluster/torque/torque-3.0.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-3.0.4.ebuild,v 1.2 2012/03/07 03:03:17 jsbronder Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-3.0.4.ebuild,v 1.3 2012/04/25 16:43:11 jlec Exp $
EAPI=2
inherit flag-o-matic eutils linux-info autotools
@@ -73,7 +73,7 @@ src_prepare() {
# as-needed fix, libutils.a needs librt.
sed -i 's,^\(LDADD = .*\)$(MOMLIBS) $(PBS_LIBS),\1$(PBS_LIBS) $(MOMLIBS),' \
src/resmom/Makefile.am || die
- eautoreconf || die
+ eautoreconf
}
src_configure() {