diff options
Diffstat (limited to 'net-misc/ferm/ferm-1.1.ebuild')
-rw-r--r-- | net-misc/ferm/ferm-1.1.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/net-misc/ferm/ferm-1.1.ebuild b/net-misc/ferm/ferm-1.1.ebuild deleted file mode 100644 index 7b268bec3eed..000000000000 --- a/net-misc/ferm/ferm-1.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ferm/ferm-1.1.ebuild,v 1.6 2005/11/02 18:13:59 carlo Exp $ - -DESCRIPTION="Command line util for managing firewall rules" -HOMEPAGE="http://ferm.foo-projects.org/" -LICENSE="GPL-2" -KEYWORDS="x86 sparc ppc" -IUSE="" -SLOT="0" -DEPEND="" -RDEPEND="dev-lang/perl - || ( net-firewall/iptables net-firewall/ipchains )" -SRC_URI="http://ferm.foo-projects.org/download/${P}.tar.gz" - -src_install () { - make PREFIX=${D}/usr DOCDIR="${D}/usr/share/doc/${PF}" install -} - -pkg_postinst() { - einfo "See /usr/share/doc/${PF}/examples for sample configs" -} |