summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2004-12-11 17:38:07 +0000
committerNed Ludd <solar@gentoo.org>2004-12-11 17:38:07 +0000
commite2ddc9ab8955b1323fef0e40ba8e3246cdb47411 (patch)
treeeb23fba130e175376bde04c680415a57e5ca0437 /net-firewall
parentInitial import. ebuild by Fernando Serboncini in bug 31998. (diff)
downloadhistorical-e2ddc9ab8955b1323fef0e40ba8e3246cdb47411.tar.gz
historical-e2ddc9ab8955b1323fef0e40ba8e3246cdb47411.tar.bz2
historical-e2ddc9ab8955b1323fef0e40ba8e3246cdb47411.zip
- stable on x86
Diffstat (limited to 'net-firewall')
-rw-r--r--net-firewall/ebtables/ChangeLog5
-rw-r--r--net-firewall/ebtables/Manifest16
-rw-r--r--net-firewall/ebtables/ebtables-2.0.6.ebuild8
3 files changed, 22 insertions, 7 deletions
diff --git a/net-firewall/ebtables/ChangeLog b/net-firewall/ebtables/ChangeLog
index 1ab262638961..5eccf06705a1 100644
--- a/net-firewall/ebtables/ChangeLog
+++ b/net-firewall/ebtables/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-firewall/ebtables
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/ebtables/ChangeLog,v 1.6 2004/07/24 12:09:47 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ebtables/ChangeLog,v 1.7 2004/12/11 17:38:07 solar Exp $
+
+ 11 Dec 2004; <solar@gentoo.org> ebtables-2.0.6.ebuild:
+ stable on x86
24 Jul 2004; <solar@gentoo.org> ebtables-2.0.6.ebuild:
update for ebtables -p support. bug 58116. Reported by Andrej Kacian
diff --git a/net-firewall/ebtables/Manifest b/net-firewall/ebtables/Manifest
index bdd2366a7139..7ed0a4f8692a 100644
--- a/net-firewall/ebtables/Manifest
+++ b/net-firewall/ebtables/Manifest
@@ -1,5 +1,17 @@
-MD5 1b923b964d8a46e5addf881f88dde859 ebtables-2.0.6.ebuild 1027
-MD5 a764a48090fd3b8aded081bdabe84b4c ChangeLog 968
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 e17eaba2ec8dce1be11738fcb5d86df0 ebtables-2.0.6.ebuild 1013
+MD5 2d929aadd3fa504e136971cd28426093 ChangeLog 1042
MD5 3eaf375e87551d0b332db3a82109c9d7 metadata.xml 221
MD5 0488ef6b4eb8aa41352527597cb5d2ad files/ebtables-2.0.6-gcc34.patch 272
MD5 72232fd4c734d316f9f588216d3228f2 files/digest-ebtables-2.0.6 66
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.4 (GNU/Linux)
+
+iQCVAwUBQbswX54WFLgrx1GWAQItWgP+P4zczYqRJbLyPVHuqibKcjIlYWAObFpt
+AIQbA5OXCa8N0YrNuT30t8pbxrk4uk6w1GXtpG822yZr74+7kqm3w+qYJ73LY0MO
+ug3SS2lqqwBoibtKlGmrjSgiMd5VHjig2Bc0G41et0khSDVg154W0+6330qg5bCa
+fBb7zLzLPMY=
+=aGHP
+-----END PGP SIGNATURE-----
diff --git a/net-firewall/ebtables/ebtables-2.0.6.ebuild b/net-firewall/ebtables/ebtables-2.0.6.ebuild
index d2af088e201e..0c0b55551593 100644
--- a/net-firewall/ebtables/ebtables-2.0.6.ebuild
+++ b/net-firewall/ebtables/ebtables-2.0.6.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/ebtables/ebtables-2.0.6.ebuild,v 1.8 2004/07/24 12:09:47 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ebtables/ebtables-2.0.6.ebuild,v 1.9 2004/12/11 17:38:07 solar Exp $
DESCRIPTION="Utility that enables basic Ethernet frame filtering on a Linux bridge, MAC NAT and brouting."
SRC_URI="mirror://sourceforge/${PN}/${PN}-v${PV}.tar.gz"
HOMEPAGE="http://${PN}.sourceforge.net/"
-KEYWORDS="~x86 ~ppc ~amd64"
+KEYWORDS="x86 ~ppc ~amd64"
IUSE=""
LICENSE="GPL-2"
SLOT="0"
@@ -26,8 +26,8 @@ src_unpack() {
unpack ${A}
cd ${S}
- # fix a silly little "label at end of compound statement" error that
- # prevents ebtables from being compilable with gcc 3.4
+ # fix "label at end of compound statement" error that
+ # prevents ebtables from being compilable with >=gcc-3.4
epatch ${FILESDIR}/ebtables-2.0.6-gcc34.patch
}