diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 14:38:09 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 14:38:09 +0000 |
commit | e9b73a00b2fe0adf83a20815309621031368f813 (patch) | |
tree | 7bb0f44196478612b53ed657ad194a18a8e5619b | |
parent | Add die following econf for bug 48950 (Manifest recommit) (diff) | |
download | gentoo-2-e9b73a00b2fe0adf83a20815309621031368f813.tar.gz gentoo-2-e9b73a00b2fe0adf83a20815309621031368f813.tar.bz2 gentoo-2-e9b73a00b2fe0adf83a20815309621031368f813.zip |
Add die following econf for bug 48950
-rw-r--r-- | sys-apps/usbd/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/usbd/usbd-0.1.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/xinetd/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/xinetd/xinetd-2.3.11.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/xinetd/xinetd-2.3.12.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/xinetd/xinetd-2.3.13.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/jfsutils/ChangeLog | 7 | ||||
-rw-r--r-- | sys-fs/jfsutils/jfsutils-1.1.0-r2.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/jfsutils/jfsutils-1.1.1-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/jfsutils/jfsutils-1.1.1.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/jfsutils/jfsutils-1.1.2.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/jfsutils/jfsutils-1.1.4.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/jfsutils/jfsutils-1.1.5.ebuild | 4 |
13 files changed, 38 insertions, 26 deletions
diff --git a/sys-apps/usbd/ChangeLog b/sys-apps/usbd/ChangeLog index a47528f7e1f0..8f4a181cb41c 100644 --- a/sys-apps/usbd/ChangeLog +++ b/sys-apps/usbd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/usbd -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbd/ChangeLog,v 1.2 2003/02/12 09:10:53 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbd/ChangeLog,v 1.3 2004/04/26 14:33:46 agriffis Exp $ + + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> usbd-0.1.ebuild: + Add die following econf for bug 48950 *usbd-0.1 (15 Jan 2003) diff --git a/sys-apps/usbd/usbd-0.1.ebuild b/sys-apps/usbd/usbd-0.1.ebuild index 7aa9104014f2..b04e9e73640d 100644 --- a/sys-apps/usbd/usbd-0.1.ebuild +++ b/sys-apps/usbd/usbd-0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbd/usbd-0.1.ebuild,v 1.3 2003/06/21 21:19:41 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbd/usbd-0.1.ebuild,v 1.4 2004/04/26 14:33:46 agriffis Exp $ DESCRIPTION="USB Daemon" HOMEPAGE="http://usb.cs.tum.edu" @@ -14,7 +14,7 @@ DEPEND="virtual/glibc S=${WORKDIR}/${P} src_compile() { - econf --prefix=/usr --sysconfdir=/etc/usbd + econf --prefix=/usr --sysconfdir=/etc/usbd || die "econf failed" mv Makefile Makefile.orig sed s/example1/''/ Makefile.orig > Makefile emake || die diff --git a/sys-apps/xinetd/ChangeLog b/sys-apps/xinetd/ChangeLog index e6a10e349c75..b534b6770f05 100644 --- a/sys-apps/xinetd/ChangeLog +++ b/sys-apps/xinetd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/xinetd # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/ChangeLog,v 1.29 2004/03/29 05:18:49 randy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/ChangeLog,v 1.30 2004/04/26 14:35:00 agriffis Exp $ + + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> xinetd-2.3.11.ebuild, + xinetd-2.3.12.ebuild, xinetd-2.3.13.ebuild: + Add die following econf for bug 48950 29 Mar 2004; <randy@gentoo.org> xinetd-2.3.13.ebuild: adding s390 keywords diff --git a/sys-apps/xinetd/xinetd-2.3.11.ebuild b/sys-apps/xinetd/xinetd-2.3.11.ebuild index 6d7c6c47887d..b271462d2844 100644 --- a/sys-apps/xinetd/xinetd-2.3.11.ebuild +++ b/sys-apps/xinetd/xinetd-2.3.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.11.ebuild,v 1.8 2004/02/23 00:54:54 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.11.ebuild,v 1.9 2004/04/26 14:35:00 agriffis Exp $ DESCRIPTION="Xinetd is a powerful replacement for inetd, with advanced features" HOMEPAGE="http://www.xinetd.org" @@ -22,7 +22,7 @@ src_compile() { # the --with-inet6 is now obsolete. Services will default to IPv4 unless configured otherwise. - econf --with-loadavg ${myconf} + econf --with-loadavg ${myconf} || die "econf failed" # Fix CFLAGS sed "/^CFLAGS/s/+=/=/" < Makefile > makefile diff --git a/sys-apps/xinetd/xinetd-2.3.12.ebuild b/sys-apps/xinetd/xinetd-2.3.12.ebuild index 94aa8184cd74..4ffd19b8cb46 100644 --- a/sys-apps/xinetd/xinetd-2.3.12.ebuild +++ b/sys-apps/xinetd/xinetd-2.3.12.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/xinetd/xinetd-2.3.12.ebuild,v 1.11 2004/02/23 00:54:54 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.12.ebuild,v 1.12 2004/04/26 14:35:00 agriffis Exp $ DESCRIPTION="Xinetd is a powerful replacement for inetd, with advanced features" HOMEPAGE="http://www.xinetd.org" @@ -22,7 +22,7 @@ src_compile() { # the --with-inet6 is now obsolete. Services will default to IPv4 unless configured otherwise. - econf --with-loadavg ${myconf} + econf --with-loadavg ${myconf} || die "econf failed" # Fix CFLAGS sed "/^CFLAGS/s/+=/=/" < Makefile > makefile diff --git a/sys-apps/xinetd/xinetd-2.3.13.ebuild b/sys-apps/xinetd/xinetd-2.3.13.ebuild index c9d075f82f60..ef107c97fe83 100644 --- a/sys-apps/xinetd/xinetd-2.3.13.ebuild +++ b/sys-apps/xinetd/xinetd-2.3.13.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/xinetd/xinetd-2.3.13.ebuild,v 1.3 2004/03/29 05:18:49 randy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.13.ebuild,v 1.4 2004/04/26 14:35:00 agriffis Exp $ DESCRIPTION="Xinetd is a powerful replacement for inetd, with advanced features" HOMEPAGE="http://www.xinetd.org" @@ -22,7 +22,7 @@ src_compile() { # the --with-inet6 is now obsolete. Services will default to IPv4 unless configured otherwise. - econf --with-loadavg ${myconf} + econf --with-loadavg ${myconf} || die "econf failed" # Fix CFLAGS sed -i -e "/^CFLAGS/s/+=/=/" Makefile diff --git a/sys-fs/jfsutils/ChangeLog b/sys-fs/jfsutils/ChangeLog index 142908a54c0d..aa1e86a798fc 100644 --- a/sys-fs/jfsutils/ChangeLog +++ b/sys-fs/jfsutils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-fs/jfsutils # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/jfsutils/ChangeLog,v 1.10 2004/04/10 01:20:53 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/jfsutils/ChangeLog,v 1.11 2004/04/26 14:38:09 agriffis Exp $ + + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> jfsutils-1.1.0-r2.ebuild, + jfsutils-1.1.1-r1.ebuild, jfsutils-1.1.1.ebuild, jfsutils-1.1.2.ebuild, + jfsutils-1.1.4.ebuild, jfsutils-1.1.5.ebuild: + Add die following econf for bug 48950 09 Apr 2004; Joshua Kinard <kumba@gentoo.org> jfsutils-1.1.4.ebuild: Marked stable on mips. diff --git a/sys-fs/jfsutils/jfsutils-1.1.0-r2.ebuild b/sys-fs/jfsutils/jfsutils-1.1.0-r2.ebuild index 3c22973ec168..1a68b0233a97 100644 --- a/sys-fs/jfsutils/jfsutils-1.1.0-r2.ebuild +++ b/sys-fs/jfsutils/jfsutils-1.1.0-r2.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/jfsutils/jfsutils-1.1.0-r2.ebuild,v 1.2 2004/04/10 01:20:53 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/jfsutils/jfsutils-1.1.0-r2.ebuild,v 1.3 2004/04/26 14:38:09 agriffis Exp $ S=${WORKDIR}/${P} @@ -16,7 +16,7 @@ DEPEND="virtual/glibc" src_compile() { econf \ - --sbindir=/sbin + --sbindir=/sbin || die "econf failed" emake || die } diff --git a/sys-fs/jfsutils/jfsutils-1.1.1-r1.ebuild b/sys-fs/jfsutils/jfsutils-1.1.1-r1.ebuild index 6e14169f2c44..f780695216dc 100644 --- a/sys-fs/jfsutils/jfsutils-1.1.1-r1.ebuild +++ b/sys-fs/jfsutils/jfsutils-1.1.1-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/jfsutils/jfsutils-1.1.1-r1.ebuild,v 1.2 2004/04/10 01:20:53 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/jfsutils/jfsutils-1.1.1-r1.ebuild,v 1.3 2004/04/26 14:38:09 agriffis Exp $ inherit eutils @@ -27,7 +27,7 @@ src_unpack() { src_compile() { econf \ - --sbindir=/sbin + --sbindir=/sbin || die "econf failed" emake || die } diff --git a/sys-fs/jfsutils/jfsutils-1.1.1.ebuild b/sys-fs/jfsutils/jfsutils-1.1.1.ebuild index efcc4277258d..fc1a7c5300a9 100644 --- a/sys-fs/jfsutils/jfsutils-1.1.1.ebuild +++ b/sys-fs/jfsutils/jfsutils-1.1.1.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/jfsutils/jfsutils-1.1.1.ebuild,v 1.2 2004/04/10 01:20:53 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/jfsutils/jfsutils-1.1.1.ebuild,v 1.3 2004/04/26 14:38:09 agriffis Exp $ S=${WORKDIR}/${P} @@ -16,7 +16,7 @@ DEPEND="virtual/glibc" src_compile() { econf \ - --sbindir=/sbin + --sbindir=/sbin || die "econf failed" emake || die } diff --git a/sys-fs/jfsutils/jfsutils-1.1.2.ebuild b/sys-fs/jfsutils/jfsutils-1.1.2.ebuild index 67ae55633174..652fd5048f29 100644 --- a/sys-fs/jfsutils/jfsutils-1.1.2.ebuild +++ b/sys-fs/jfsutils/jfsutils-1.1.2.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/jfsutils/jfsutils-1.1.2.ebuild,v 1.2 2004/04/10 01:20:53 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/jfsutils/jfsutils-1.1.2.ebuild,v 1.3 2004/04/26 14:38:09 agriffis Exp $ S=${WORKDIR}/${P} DESCRIPTION="IBM's Journaling Filesystem (JFS) Utilities" @@ -16,7 +16,7 @@ DEPEND="virtual/glibc" src_compile() { econf \ - --sbindir=/sbin + --sbindir=/sbin || die "econf failed" emake || die } diff --git a/sys-fs/jfsutils/jfsutils-1.1.4.ebuild b/sys-fs/jfsutils/jfsutils-1.1.4.ebuild index 687754e62c0c..5a950072ee9b 100644 --- a/sys-fs/jfsutils/jfsutils-1.1.4.ebuild +++ b/sys-fs/jfsutils/jfsutils-1.1.4.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/jfsutils/jfsutils-1.1.4.ebuild,v 1.3 2004/04/10 01:20:53 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/jfsutils/jfsutils-1.1.4.ebuild,v 1.4 2004/04/26 14:38:09 agriffis Exp $ S=${WORKDIR}/${P} DESCRIPTION="IBM's Journaling Filesystem (JFS) Utilities" @@ -21,7 +21,7 @@ DEPEND="virtual/glibc" src_compile() { econf \ - --sbindir=/sbin + --sbindir=/sbin || die "econf failed" emake || die } diff --git a/sys-fs/jfsutils/jfsutils-1.1.5.ebuild b/sys-fs/jfsutils/jfsutils-1.1.5.ebuild index 655ee8b0a596..c33e1e6cda9f 100644 --- a/sys-fs/jfsutils/jfsutils-1.1.5.ebuild +++ b/sys-fs/jfsutils/jfsutils-1.1.5.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/jfsutils/jfsutils-1.1.5.ebuild,v 1.1 2004/03/08 05:18:09 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/jfsutils/jfsutils-1.1.5.ebuild,v 1.2 2004/04/26 14:38:09 agriffis Exp $ S=${WORKDIR}/${P} DESCRIPTION="IBM's Journaling Filesystem (JFS) Utilities" @@ -15,7 +15,7 @@ DEPEND="virtual/glibc" src_compile() { econf \ - --sbindir=/sbin + --sbindir=/sbin || die "econf failed" emake || die } |