summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-09-22 03:03:35 +0000
committerMike Frysinger <vapier@gentoo.org>2005-09-22 03:03:35 +0000
commit1f2e17c86484926f4d2e64fe66618fe27e1fbb8f (patch)
treed7e4fe2ee898a11d708d3620069b9af67b5fcfa7 /net-firewall/arptables
parentinitial import (diff)
downloadhistorical-1f2e17c86484926f4d2e64fe66618fe27e1fbb8f.tar.gz
historical-1f2e17c86484926f4d2e64fe66618fe27e1fbb8f.tar.bz2
historical-1f2e17c86484926f4d2e64fe66618fe27e1fbb8f.zip
cleanup
Package-Manager: portage-2.0.52-r1 http://ronaldmcnightrider.ytmnd.com/
Diffstat (limited to 'net-firewall/arptables')
-rw-r--r--net-firewall/arptables/Manifest14
-rw-r--r--net-firewall/arptables/arptables-0.0.3.ebuild21
2 files changed, 21 insertions, 14 deletions
diff --git a/net-firewall/arptables/Manifest b/net-firewall/arptables/Manifest
index 479bd894fd9b..e20c234d3913 100644
--- a/net-firewall/arptables/Manifest
+++ b/net-firewall/arptables/Manifest
@@ -1,4 +1,14 @@
-MD5 148c0f15f1fd05cfb4b80da55dbb26a4 ChangeLog 786
-MD5 628af8a64e8af0f3f2ea8141a30dbc1d arptables-0.0.3.ebuild 776
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 3eaf375e87551d0b332db3a82109c9d7 metadata.xml 221
+MD5 4a98111de235efe619eacbf3fbdf7a75 arptables-0.0.3.ebuild 650
+MD5 148c0f15f1fd05cfb4b80da55dbb26a4 ChangeLog 786
MD5 dab844f5d0908181fa638560485b5cc2 files/digest-arptables-0.0.3 69
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2 (GNU/Linux)
+
+iD8DBQFDMh8qgIKl8Uu19MoRAnc2AJ9dq4vuz1y2p05AY6SV19ULYBvX/wCfYpKN
+6WQbs5PiyhHkWsZhbxExWiY=
+=PQrI
+-----END PGP SIGNATURE-----
diff --git a/net-firewall/arptables/arptables-0.0.3.ebuild b/net-firewall/arptables/arptables-0.0.3.ebuild
index 8fb3d4dae99c..cca36151523d 100644
--- a/net-firewall/arptables/arptables-0.0.3.ebuild
+++ b/net-firewall/arptables/arptables-0.0.3.ebuild
@@ -1,27 +1,24 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/arptables/arptables-0.0.3.ebuild,v 1.7 2005/07/26 11:24:57 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/arptables/arptables-0.0.3.ebuild,v 1.8 2005/09/22 03:03:35 vapier Exp $
EXT=-2
-DESCRIPTION="Arptables is used to set up, maintain, and inspect the tables of ARP rules in the Linux kernel. It is analogous to iptables, but operates at the ARP layer rather than the IP layer."
+DESCRIPTION="set up, maintain, and inspect the tables of ARP rules in the Linux kernel"
+HOMEPAGE="http://ebtables.sourceforge.net/"
SRC_URI="mirror://sourceforge/ebtables/${PN}-v${PV}${EXT}.tar.gz"
-HOMEPAGE="http://ebtables.sourceforge.net/"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
LICENSE="GPL-2"
SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
-S=${WORKDIR}/${PN}-v${PV}${EXT}/
-
-DEPEND="virtual/libc"
+S=${WORKDIR}/${PN}-v${PV}${EXT}
src_compile() {
- cd ${S}
- emake
+ emake || die
}
src_install() {
- dodir /sbin/
- einstall PREFIX=${D}/ MANDIR=${D}/usr/share/man/
+ dodir /sbin
+ einstall PREFIX=${D}/ MANDIR=${D}/usr/share/man/ || die
}