blob: 1553a7cbb60b9c5a7bda65bc9fb89a5f4a3613b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-4.0.ebuild,v 1.4 2007/09/09 16:33:18 armin76 Exp $
inherit eutils
DESCRIPTION="Shoreline Firewall is an iptables-based firewall for Linux."
HOMEPAGE="http://www.shorewall.net/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86"
IUSE=""
RDEPEND=">=net-firewall/shorewall-common-${PV}"
pkg_setup() {
ewarn "Shorewall as such has been removed and split into three packages:"
ewarn "shorewall-common, shorewall-shell and shorewall-perl."
ewarn "From now on you should emerge shorewall-shell and/or shorewall-perl."
ewarn ""
ewarn "As of ${PV} shorewall-shell and shorewall-common are required at"
ewarn "compile time even if you only wish to use shorewall-perl."
ewarn "This will probably change in the future."
}
|