summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2010-04-21 16:45:55 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2010-04-21 16:45:55 +0000
commit0cb13c38a02b5a8157ae96f69280fa594cae59cd (patch)
tree9bf69b5a6683c66cbc4af847c667388365080f9d /net-firewall
parentRemove mask for dev-java/openjms-bin as it's been removed from the tree. (diff)
downloadgentoo-2-0cb13c38a02b5a8157ae96f69280fa594cae59cd.tar.gz
gentoo-2-0cb13c38a02b5a8157ae96f69280fa594cae59cd.tar.bz2
gentoo-2-0cb13c38a02b5a8157ae96f69280fa594cae59cd.zip
Bug #316369: install iptables-apply util as well.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-firewall')
-rw-r--r--net-firewall/iptables/ChangeLog5
-rw-r--r--net-firewall/iptables/iptables-1.4.7.ebuild5
2 files changed, 8 insertions, 2 deletions
diff --git a/net-firewall/iptables/ChangeLog b/net-firewall/iptables/ChangeLog
index fef4c5931657..33bc9b02058f 100644
--- a/net-firewall/iptables/ChangeLog
+++ b/net-firewall/iptables/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-firewall/iptables
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.209 2010/03/11 06:15:37 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.210 2010/04/21 16:45:55 robbat2 Exp $
+
+ 21 Apr 2010; Robin H. Johnson <robbat2@gentoo.org> iptables-1.4.7.ebuild:
+ Bug #316369: install iptables-apply util as well.
*iptables-1.4.7 (11 Mar 2010)
diff --git a/net-firewall/iptables/iptables-1.4.7.ebuild b/net-firewall/iptables/iptables-1.4.7.ebuild
index 493fc62697f2..849d1483f93b 100644
--- a/net-firewall/iptables/iptables-1.4.7.ebuild
+++ b/net-firewall/iptables/iptables-1.4.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.7.ebuild,v 1.1 2010/03/11 06:15:37 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.7.ebuild,v 1.2 2010/04/21 16:45:55 robbat2 Exp $
EAPI="2"
inherit eutils toolchain-funcs
@@ -38,6 +38,9 @@ src_compile() {
src_install() {
emake install DESTDIR="${D}" || die
+ dosbin iptables-apply
+ doman iptables-apply.8
+ dodoc COMMIT_NOTES INCOMPATIBILITIES iptables.xslt
insinto /usr/include
doins include/iptables.h $(use ipv6 && echo include/ip6tables.h) || die