summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 14:35:00 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 14:35:00 +0000
commitcaa06d3824362cd5671bccb2d0d5c910a098f52a (patch)
tree5368142065af482c190a2dc4f73f63d06af511b0 /sys-apps/mondo-rescue
parentAdd die following econf for bug 48950 (diff)
downloadhistorical-caa06d3824362cd5671bccb2d0d5c910a098f52a.tar.gz
historical-caa06d3824362cd5671bccb2d0d5c910a098f52a.tar.bz2
historical-caa06d3824362cd5671bccb2d0d5c910a098f52a.zip
Add die following econf for bug 48950
Diffstat (limited to 'sys-apps/mondo-rescue')
-rw-r--r--sys-apps/mondo-rescue/ChangeLog8
-rw-r--r--sys-apps/mondo-rescue/mondo-rescue-1.47.ebuild4
-rw-r--r--sys-apps/mondo-rescue/mondo-rescue-1.61.ebuild4
-rw-r--r--sys-apps/mondo-rescue/mondo-rescue-1.65.ebuild4
4 files changed, 12 insertions, 8 deletions
diff --git a/sys-apps/mondo-rescue/ChangeLog b/sys-apps/mondo-rescue/ChangeLog
index 88319c71f0d9..ebe5f454d7c1 100644
--- a/sys-apps/mondo-rescue/ChangeLog
+++ b/sys-apps/mondo-rescue/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/mondo-rescue
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/mondo-rescue/ChangeLog,v 1.7 2003/06/19 08:37:05 johnm Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/mondo-rescue/ChangeLog,v 1.8 2004/04/26 14:30:44 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> mondo-rescue-1.47.ebuild,
+ mondo-rescue-1.61.ebuild, mondo-rescue-1.65.ebuild:
+ Add die following econf for bug 48950
*mondo-rescue-1.65 (19 Jun 2003)
diff --git a/sys-apps/mondo-rescue/mondo-rescue-1.47.ebuild b/sys-apps/mondo-rescue/mondo-rescue-1.47.ebuild
index 52135b806d31..dd7c3a865ea2 100644
--- a/sys-apps/mondo-rescue/mondo-rescue-1.47.ebuild
+++ b/sys-apps/mondo-rescue/mondo-rescue-1.47.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/mondo-rescue/mondo-rescue-1.47.ebuild,v 1.9 2004/02/23 17:40:54 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/mondo-rescue/mondo-rescue-1.47.ebuild,v 1.10 2004/04/26 14:30:44 agriffis Exp $
DESCRIPTION="a nice backup tool"
SRC_URI="http://www.microwerks.net/~hugo/download/daily/${PN/-rescue/}-${PV}_20021020.tgz"
@@ -24,7 +24,7 @@ DEPEND=">=app-arch/afio-2.4.7
S=${WORKDIR}/${PN/-rescue/}-${PV}_20021020
src_compile() {
- econf
+ econf || die "econf failed"
emake || die "make failed"
}
diff --git a/sys-apps/mondo-rescue/mondo-rescue-1.61.ebuild b/sys-apps/mondo-rescue/mondo-rescue-1.61.ebuild
index 36cc9b632a3b..0b33d9d6dbff 100644
--- a/sys-apps/mondo-rescue/mondo-rescue-1.61.ebuild
+++ b/sys-apps/mondo-rescue/mondo-rescue-1.61.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/mondo-rescue/mondo-rescue-1.61.ebuild,v 1.7 2004/02/23 17:40:54 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/mondo-rescue/mondo-rescue-1.61.ebuild,v 1.8 2004/04/26 14:30:44 agriffis Exp $
DESCRIPTION="a nice backup tool"
SRC_URI="http://www.microwerks.net/~hugo/download/stable/final/${PN/-rescue/}-${PV}.tgz"
@@ -23,7 +23,7 @@ DEPEND=">=app-arch/afio-2.4.7
S=${WORKDIR}/${PN/-rescue/}-${PV}
src_compile() {
- econf
+ econf || die "econf failed"
emake || die "make failed"
}
diff --git a/sys-apps/mondo-rescue/mondo-rescue-1.65.ebuild b/sys-apps/mondo-rescue/mondo-rescue-1.65.ebuild
index 1ff746035aff..961c6ac7f168 100644
--- a/sys-apps/mondo-rescue/mondo-rescue-1.65.ebuild
+++ b/sys-apps/mondo-rescue/mondo-rescue-1.65.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/mondo-rescue/mondo-rescue-1.65.ebuild,v 1.8 2004/02/23 17:40:54 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/mondo-rescue/mondo-rescue-1.65.ebuild,v 1.9 2004/04/26 14:30:44 agriffis Exp $
DESCRIPTION="a nice backup tool"
SRC_URI="http://www.microwerks.net/~hugo/download/stable/final/${PN/-rescue/}-${PV}.tgz"
@@ -23,7 +23,7 @@ DEPEND=">=app-arch/afio-2.4.7
S=${WORKDIR}/${PN/-rescue/}-${PV}
src_compile() {
- econf
+ econf || die "econf failed"
emake || die "make failed"
}