diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 14:43:52 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 14:43:52 +0000 |
commit | c88477d1d022855f3527a231d98d1e9dce7333de (patch) | |
tree | 66f1c24bf15a56fe9c5104dc6e7da915b50f8296 /sys-fs | |
parent | Stable on x86. (Manifest recommit) (diff) | |
download | gentoo-2-c88477d1d022855f3527a231d98d1e9dce7333de.tar.gz gentoo-2-c88477d1d022855f3527a231d98d1e9dce7333de.tar.bz2 gentoo-2-c88477d1d022855f3527a231d98d1e9dce7333de.zip |
Add die following econf for bug 48950
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/lvm2/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/lvm2/lvm2-2.00.08.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/lvm2/lvm2-2.00.15.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/mtools/ChangeLog | 8 | ||||
-rw-r--r-- | sys-fs/mtools/mtools-3.9.8-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/mtools/mtools-3.9.9.ebuild | 4 |
6 files changed, 19 insertions, 11 deletions
diff --git a/sys-fs/lvm2/ChangeLog b/sys-fs/lvm2/ChangeLog index dd7bc69ec7b6..563eacc162fb 100644 --- a/sys-fs/lvm2/ChangeLog +++ b/sys-fs/lvm2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/lvm2 # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v 1.12 2004/04/24 17:05:14 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v 1.13 2004/04/26 14:39:05 agriffis Exp $ + + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> lvm2-2.00.08.ebuild, + lvm2-2.00.15.ebuild: + Add die following econf for bug 48950 *lvm2-2.00.15 (24 Apr 2004) diff --git a/sys-fs/lvm2/lvm2-2.00.08.ebuild b/sys-fs/lvm2/lvm2-2.00.08.ebuild index 4afd1310e4fb..0055e4996895 100644 --- a/sys-fs/lvm2/lvm2-2.00.08.ebuild +++ b/sys-fs/lvm2/lvm2-2.00.08.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-fs/lvm2/lvm2-2.00.08.ebuild,v 1.8 2004/03/10 04:32:22 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.00.08.ebuild,v 1.9 2004/04/26 14:39:05 agriffis Exp $ DESCRIPTION="User-land utilities for LVM2 (device-mapper) software." HOMEPAGE="http://sources.redhat.com/lvm2/" @@ -17,7 +17,7 @@ RDEPEND="${DEPEND} S="${WORKDIR}/${PN/lvm/LVM}.${PV}" src_compile() { - econf + econf || die "econf failed" # Parallel build doesn't work. emake -j1 || die "compile problem" diff --git a/sys-fs/lvm2/lvm2-2.00.15.ebuild b/sys-fs/lvm2/lvm2-2.00.15.ebuild index 11aa424c5bc5..c49d3ca64e3e 100644 --- a/sys-fs/lvm2/lvm2-2.00.15.ebuild +++ b/sys-fs/lvm2/lvm2-2.00.15.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-fs/lvm2/lvm2-2.00.15.ebuild,v 1.2 2004/04/24 17:19:06 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.00.15.ebuild,v 1.3 2004/04/26 14:39:05 agriffis Exp $ DESCRIPTION="User-land utilities for LVM2 (device-mapper) software." HOMEPAGE="http://sources.redhat.com/lvm2/" @@ -17,7 +17,7 @@ RDEPEND="${DEPEND} S="${WORKDIR}/${PN/lvm/LVM}.${PV}" src_compile() { - econf + econf || die "econf failed" # Parallel build doesn't work. emake -j1 || die "compile problem" diff --git a/sys-fs/mtools/ChangeLog b/sys-fs/mtools/ChangeLog index a56bd01cc2a6..f7f4f971ac64 100644 --- a/sys-fs/mtools/ChangeLog +++ b/sys-fs/mtools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/mtools -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/ChangeLog,v 1.3 2004/01/03 14:27:30 mholzer Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/ChangeLog,v 1.4 2004/04/26 14:39:57 agriffis Exp $ + + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> mtools-3.9.8-r1.ebuild, + mtools-3.9.9.ebuild: + Add die following econf for bug 48950 *mtools-3.9.9 (03 Jan 2004) diff --git a/sys-fs/mtools/mtools-3.9.8-r1.ebuild b/sys-fs/mtools/mtools-3.9.8-r1.ebuild index 24b1e55381b0..d35290262f68 100644 --- a/sys-fs/mtools/mtools-3.9.8-r1.ebuild +++ b/sys-fs/mtools/mtools-3.9.8-r1.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-fs/mtools/mtools-3.9.8-r1.ebuild,v 1.4 2004/03/07 19:16:45 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/mtools-3.9.8-r1.ebuild,v 1.5 2004/04/26 14:39:57 agriffis Exp $ DESCRIPTION="utilities to access MS-DOS disks from Unix without mounting them" SRC_URI="http://mtools.linux.lu/${P}.tar.gz" @@ -13,7 +13,7 @@ KEYWORDS="x86 ppc sparc alpha ~amd64" DEPEND="sys-apps/texinfo" src_compile() { - econf --sysconfdir=/etc/mtools + econf --sysconfdir=/etc/mtools || die "econf failed" make || die } diff --git a/sys-fs/mtools/mtools-3.9.9.ebuild b/sys-fs/mtools/mtools-3.9.9.ebuild index 8ee566eb7c51..49095d90b29e 100644 --- a/sys-fs/mtools/mtools-3.9.9.ebuild +++ b/sys-fs/mtools/mtools-3.9.9.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-fs/mtools/mtools-3.9.9.ebuild,v 1.2 2004/03/07 19:16:45 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/mtools-3.9.9.ebuild,v 1.3 2004/04/26 14:39:57 agriffis Exp $ DESCRIPTION="utilities to access MS-DOS disks from Unix without mounting them" SRC_URI="http://mtools.linux.lu/${P}.tar.gz" @@ -13,7 +13,7 @@ KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64" DEPEND="sys-apps/texinfo" src_compile() { - econf --sysconfdir=/etc/mtools + econf --sysconfdir=/etc/mtools || die "econf failed" make || die } |