diff options
author | Peter Volkov <pva@gentoo.org> | 2007-10-28 11:27:04 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2007-10-28 11:27:04 +0000 |
commit | 510293fd5d04e9a733f9a87bf9a318948c39a654 (patch) | |
tree | 27e7c8a8bcc5042b5efb0154618e3b21e1e29d4b /net-firewall | |
parent | Add a dep to otr 3.0 for bug #195862 and add a check for ssl/gloox useflags t... (diff) | |
download | gentoo-2-510293fd5d04e9a733f9a87bf9a318948c39a654.tar.gz gentoo-2-510293fd5d04e9a733f9a87bf9a318948c39a654.tar.bz2 gentoo-2-510293fd5d04e9a733f9a87bf9a318948c39a654.zip |
Fix path to arptables in arptables-{save,restore}. Thank Tyler Montbriand <tsm AT accesscomm.ca> for report and fix.
(Portage version: 2.1.3.16)
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/arptables/ChangeLog | 9 | ||||
-rw-r--r-- | net-firewall/arptables/arptables-0.0.3.3-r1.ebuild | 30 | ||||
-rw-r--r-- | net-firewall/arptables/arptables-0.0.3.3.ebuild | 4 | ||||
-rw-r--r-- | net-firewall/arptables/files/digest-arptables-0.0.3.3-r1 | 3 |
4 files changed, 43 insertions, 3 deletions
diff --git a/net-firewall/arptables/ChangeLog b/net-firewall/arptables/ChangeLog index d250c9d42d1a..e851481e6f59 100644 --- a/net-firewall/arptables/ChangeLog +++ b/net-firewall/arptables/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-firewall/arptables # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/arptables/ChangeLog,v 1.8 2007/08/29 11:25:02 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/arptables/ChangeLog,v 1.9 2007/10/28 11:27:03 pva Exp $ + +*arptables-0.0.3.3-r1 (28 Oct 2007) + + 28 Oct 2007; <pva@gentoo.org> arptables-0.0.3.3.ebuild, + +arptables-0.0.3.3-r1.ebuild: + Fix path to arptables in arptables-{save,restore}. Thank Tyler Montbriand + <tsm AT accesscomm.ca> for report and fix. *arptables-0.0.3.3 (29 Aug 2007) diff --git a/net-firewall/arptables/arptables-0.0.3.3-r1.ebuild b/net-firewall/arptables/arptables-0.0.3.3-r1.ebuild new file mode 100644 index 000000000000..f1fb1a8490ee --- /dev/null +++ b/net-firewall/arptables/arptables-0.0.3.3-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2007 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.3-r1.ebuild,v 1.1 2007/10/28 11:27:03 pva Exp $ + +inherit versionator eutils + +MY_P=${PN}-v$(replace_version_separator 3 - ) + +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/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +S=${WORKDIR}/${MY_P} + +src_compile() { + emake CC="$(tc-getCC)" COPT_FLAGS="${CFLAGS}" || die "make failed" + sed -ie 's:__EXEC_PATH__:/sbin:g' arptables-save arptables-restore \ + || die "sed failed" +} + +src_install() { + into / + dosbin arptables arptables-restore arptables-save + doman arptables.8 +} diff --git a/net-firewall/arptables/arptables-0.0.3.3.ebuild b/net-firewall/arptables/arptables-0.0.3.3.ebuild index fdb1d9805a56..513b2f7ef6d4 100644 --- a/net-firewall/arptables/arptables-0.0.3.3.ebuild +++ b/net-firewall/arptables/arptables-0.0.3.3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2007 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.3.ebuild,v 1.1 2007/08/29 11:25:02 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/arptables/arptables-0.0.3.3.ebuild,v 1.2 2007/10/28 11:27:03 pva Exp $ -inherit versionator eutils +inherit versionator toolchain-funcs MY_P=${PN}-v$(replace_version_separator 3 - ) diff --git a/net-firewall/arptables/files/digest-arptables-0.0.3.3-r1 b/net-firewall/arptables/files/digest-arptables-0.0.3.3-r1 new file mode 100644 index 000000000000..c19d255e6938 --- /dev/null +++ b/net-firewall/arptables/files/digest-arptables-0.0.3.3-r1 @@ -0,0 +1,3 @@ +MD5 3f4a8b62920a46d746ab892be7de088f arptables-v0.0.3-3.tar.gz 43903 +RMD160 227712bd8b6aa7baa6059b4bd7aa11692f101dec arptables-v0.0.3-3.tar.gz 43903 +SHA256 5fe63803a843f8c3d0c7047d8a7d78cb66fed278832090c0f2a42b97de33940f arptables-v0.0.3-3.tar.gz 43903 |