diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-10 04:58:26 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-10 04:58:26 +0000 |
commit | 980c5cd1e6b6dde14f68be2e6f9f4e825ffe443b (patch) | |
tree | 4abf93a4af44aae9d17fe86fec29e2eeee293029 /net-firewall/iptables | |
parent | repoman: fix leading whitespace (diff) | |
download | historical-980c5cd1e6b6dde14f68be2e6f9f4e825ffe443b.tar.gz historical-980c5cd1e6b6dde14f68be2e6f9f4e825ffe443b.tar.bz2 historical-980c5cd1e6b6dde14f68be2e6f9f4e825ffe443b.zip |
repoman: fix leading whitespace
Diffstat (limited to 'net-firewall/iptables')
-rw-r--r-- | net-firewall/iptables/Manifest | 4 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.2.8-r1.ebuild | 4 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.2.8.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net-firewall/iptables/Manifest b/net-firewall/iptables/Manifest index 729c9cf17525..509d38baa920 100644 --- a/net-firewall/iptables/Manifest +++ b/net-firewall/iptables/Manifest @@ -1,8 +1,8 @@ MD5 9c8b821c78afc5d39814951574a64ff6 ChangeLog 8063 MD5 611eccaed05cd06e19488b1a14d78747 iptables-1.2.7a-r3.ebuild 1993 MD5 ceb03819b44784147104358fa559ba1d iptables-1.2.7a-r4.ebuild 2105 -MD5 70f5b161ee31d32cb6ac547e4eb0f580 iptables-1.2.8.ebuild 2102 -MD5 ab598ccdcf6f9b5d9420f40813f04e7d iptables-1.2.8-r1.ebuild 2566 +MD5 59eb30b46fae4911251ff539850a4d0b iptables-1.2.8.ebuild 2105 +MD5 5bb7903309969e753ba8c1204212f24c iptables-1.2.8-r1.ebuild 2565 MD5 183ec92f9fee7f072d9edb36917b4f9e files/digest-iptables-1.2.7a-r3 68 MD5 183ec92f9fee7f072d9edb36917b4f9e files/digest-iptables-1.2.7a-r4 68 MD5 69d604b3e3317fddf6778f9e1baaa2f0 files/digest-iptables-1.2.8 67 diff --git a/net-firewall/iptables/iptables-1.2.8-r1.ebuild b/net-firewall/iptables/iptables-1.2.8-r1.ebuild index 28af00854c2f..a23a54f7a25f 100644 --- a/net-firewall/iptables/iptables-1.2.8-r1.ebuild +++ b/net-firewall/iptables/iptables-1.2.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.8-r1.ebuild,v 1.5 2003/09/07 00:10:32 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.8-r1.ebuild,v 1.6 2003/09/10 04:57:39 msterret Exp $ inherit eutils flag-o-matic @@ -21,7 +21,7 @@ DEPEND="virtual/os-headers" src_unpack() { if [ -z $( get-flag O ) ]; then append-flags -O2 - fi + fi unpack ${A} cd ${S} diff --git a/net-firewall/iptables/iptables-1.2.8.ebuild b/net-firewall/iptables/iptables-1.2.8.ebuild index 6a86e38e822f..264885fd7d4f 100644 --- a/net-firewall/iptables/iptables-1.2.8.ebuild +++ b/net-firewall/iptables/iptables-1.2.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.8.ebuild,v 1.3 2003/07/13 11:49:05 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.8.ebuild,v 1.4 2003/09/10 04:57:39 msterret Exp $ inherit eutils flag-o-matic @@ -22,7 +22,7 @@ src_unpack() { if [ -z $( get-flag O ) ]; then append-flags -O2 - fi + fi unpack ${A} cd ${S} |