From 0ed40271acbbfc648b9897a22533b2a17eb12dc7 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Wed, 25 Apr 2012 16:43:11 +0000 Subject: Drop unnessecary die (Portage version: 2.2.0_alpha101/cvs/Linux x86_64) --- sys-cluster/torque/ChangeLog | 6 +++++- sys-cluster/torque/torque-2.3.13.ebuild | 5 ++--- sys-cluster/torque/torque-2.4.16.ebuild | 5 ++--- sys-cluster/torque/torque-3.0.3.ebuild | 4 ++-- sys-cluster/torque/torque-3.0.4.ebuild | 4 ++-- 5 files changed, 13 insertions(+), 11 deletions(-) (limited to 'sys-cluster') 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 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 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() { -- cgit v1.2.3-65-gdbad