summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-07-02 10:31:32 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-07-02 10:31:32 +0000
commit92bafee842a58b41416709595fc25f3d2466de9e (patch)
tree66f8fe527f3be6cab4ae8f871c52429ad0e43f9d /net-firewall
parentresurrect cyrus-sasl-2.1.17.ebuild and patch; re-keyword cyrus-sasl-2.1.18.eb... (diff)
downloadgentoo-2-92bafee842a58b41416709595fc25f3d2466de9e.tar.gz
gentoo-2-92bafee842a58b41416709595fc25f3d2466de9e.tar.bz2
gentoo-2-92bafee842a58b41416709595fc25f3d2466de9e.zip
|| die's to make install to avoid problems like we see in bug #55489.
Diffstat (limited to 'net-firewall')
-rw-r--r--net-firewall/iptables/ChangeLog7
-rw-r--r--net-firewall/iptables/iptables-1.2.11-r1.ebuild6
-rw-r--r--net-firewall/iptables/iptables-1.2.7a-r3.ebuild4
-rw-r--r--net-firewall/iptables/iptables-1.2.9-r1.ebuild6
-rw-r--r--net-firewall/iptables/iptables-1.2.9-r3.ebuild6
-rw-r--r--net-firewall/iptables/iptables-1.2.9.ebuild6
6 files changed, 20 insertions, 15 deletions
diff --git a/net-firewall/iptables/ChangeLog b/net-firewall/iptables/ChangeLog
index fe837d1eb0d3..a482e4b6a15e 100644
--- a/net-firewall/iptables/ChangeLog
+++ b/net-firewall/iptables/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-firewall/iptables
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.33 2004/07/02 09:41:49 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.34 2004/07/02 10:31:32 eradicator Exp $
+
+ 02 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
+ iptables-1.2.11-r1.ebuild, iptables-1.2.7a-r3.ebuild,
+ iptables-1.2.9-r1.ebuild, iptables-1.2.9-r3.ebuild, iptables-1.2.9.ebuild:
+ || die's to make install to avoid problems like we see in bug #55489.
02 Jul 2004; Lars Weiler <pylon@gentoo.org> iptables-1.2.9-r3.ebuild:
Stable on ppc as iptables-1.2.7a-r3 does not compile any more.
diff --git a/net-firewall/iptables/iptables-1.2.11-r1.ebuild b/net-firewall/iptables/iptables-1.2.11-r1.ebuild
index 1a74cfe8fbcb..dcc54d2d13b8 100644
--- a/net-firewall/iptables/iptables-1.2.11-r1.ebuild
+++ b/net-firewall/iptables/iptables-1.2.11-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.11-r1.ebuild,v 1.1 2004/06/28 20:36:52 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.11-r1.ebuild,v 1.2 2004/07/02 10:31:32 eradicator Exp $
inherit eutils flag-o-matic
@@ -102,14 +102,14 @@ src_install() {
PREFIX= \
DESTDIR=${D} \
MANDIR=/usr/share/man \
- install
+ install || die
make COPT_FLAGS="${CFLAGS}" ${myconf} \
DESTDIR=${D} \
PREFIX= \
LIBDIR=/usr/lib \
MANDIR=/usr/share/man \
INCDIR=/usr/include \
- install-devel
+ install-devel || die
dodoc COPYING
dodir /var/lib/iptables ; keepdir /var/lib/iptables
diff --git a/net-firewall/iptables/iptables-1.2.7a-r3.ebuild b/net-firewall/iptables/iptables-1.2.7a-r3.ebuild
index ec77c69bd6b3..52d6e5830483 100644
--- a/net-firewall/iptables/iptables-1.2.7a-r3.ebuild
+++ b/net-firewall/iptables/iptables-1.2.7a-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.7a-r3.ebuild,v 1.8 2004/06/28 19:00:50 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.7a-r3.ebuild,v 1.9 2004/07/02 10:31:32 eradicator Exp $
inherit eutils
@@ -48,7 +48,7 @@ src_compile() {
src_install() {
# dodir /usr/{lib,share/man/man8,sbin}
- make DESTDIR=${D} MANDIR=/usr/share/man install
+ make DESTDIR=${D} MANDIR=/usr/share/man install || die
dodoc COPYING KNOWN_BUGS
dodir /var/lib/iptables ; keepdir /var/lib/iptables
diff --git a/net-firewall/iptables/iptables-1.2.9-r1.ebuild b/net-firewall/iptables/iptables-1.2.9-r1.ebuild
index a4ee2ede9a82..5ca875dbe328 100644
--- a/net-firewall/iptables/iptables-1.2.9-r1.ebuild
+++ b/net-firewall/iptables/iptables-1.2.9-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.9-r1.ebuild,v 1.7 2004/06/28 19:00:50 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.9-r1.ebuild,v 1.8 2004/07/02 10:31:32 eradicator Exp $
inherit eutils flag-o-matic
@@ -65,12 +65,12 @@ src_compile() {
}
src_install() {
- make DESTDIR=${D} MANDIR=/usr/share/man ${myconf} install
+ make DESTDIR=${D} MANDIR=/usr/share/man ${myconf} install || die
make DESTDIR=${D} ${myconf} \
LIBDIR=/usr/lib \
MANDIR=/usr/share/man \
INCDIR=/usr/include \
- install-devel
+ install-devel || die
dodoc COPYING
dodir /var/lib/iptables ; keepdir /var/lib/iptables
diff --git a/net-firewall/iptables/iptables-1.2.9-r3.ebuild b/net-firewall/iptables/iptables-1.2.9-r3.ebuild
index a0fecfccdf98..e604c7ad7b03 100644
--- a/net-firewall/iptables/iptables-1.2.9-r3.ebuild
+++ b/net-firewall/iptables/iptables-1.2.9-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.9-r3.ebuild,v 1.2 2004/07/02 09:41:49 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.9-r3.ebuild,v 1.3 2004/07/02 10:31:32 eradicator Exp $
inherit eutils flag-o-matic
@@ -95,12 +95,12 @@ src_compile() {
}
src_install() {
- make DESTDIR=${D} MANDIR=/usr/share/man ${myconf} install
+ make DESTDIR=${D} MANDIR=/usr/share/man ${myconf} install || die
make DESTDIR=${D} ${myconf} \
LIBDIR=/usr/lib \
MANDIR=/usr/share/man \
INCDIR=/usr/include \
- install-devel
+ install-devel || die
dodoc COPYING
dodir /var/lib/iptables ; keepdir /var/lib/iptables
diff --git a/net-firewall/iptables/iptables-1.2.9.ebuild b/net-firewall/iptables/iptables-1.2.9.ebuild
index c90538953e24..0f5fe877962f 100644
--- a/net-firewall/iptables/iptables-1.2.9.ebuild
+++ b/net-firewall/iptables/iptables-1.2.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.9.ebuild,v 1.14 2004/06/28 19:00:50 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.9.ebuild,v 1.15 2004/07/02 10:31:32 eradicator Exp $
inherit eutils flag-o-matic
@@ -57,12 +57,12 @@ src_compile() {
}
src_install() {
- make DESTDIR=${D} MANDIR=/usr/share/man ${myconf} install
+ make DESTDIR=${D} MANDIR=/usr/share/man ${myconf} install || die
make DESTDIR=${D} ${myconf} \
LIBDIR=/usr/lib \
MANDIR=/usr/share/man \
INCDIR=/usr/include \
- install-devel
+ install-devel || die
dodoc COPYING
dodir /var/lib/iptables ; keepdir /var/lib/iptables