Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 340847 | Differences between
and this patch

Collapse All | Expand All

(-)shorewall-4.4.10.ebuild (-5 / +1 lines)
Lines 12-18 Link Here
12
MY_PV_BASE=$(get_version_component_range 1-3)
12
MY_PV_BASE=$(get_version_component_range 1-3)
13
13
14
MY_P="${PN}-${MY_PV_BASE}${MY_P_BETA}"
14
MY_P="${PN}-${MY_PV_BASE}${MY_P_BETA}"
15
MY_P_DOCS="${MY_P/${PN}/${PN}-docs-html}"
15
MY_P_DOCS="${P/${PN}/${PN}-docs-html}"
16
16
17
DESCRIPTION="Shoreline Firewall is an iptables-based firewall for Linux."
17
DESCRIPTION="Shoreline Firewall is an iptables-based firewall for Linux."
18
HOMEPAGE="http://www.shorewall.net/"
18
HOMEPAGE="http://www.shorewall.net/"
Lines 32-41 Link Here
32
	!net-firewall/shorewall-perl"
32
	!net-firewall/shorewall-perl"
33
RDEPEND="${DEPEND}"
33
RDEPEND="${DEPEND}"
34
34
35
src_prepare() {
36
	epatch "${FILESDIR}/${PV}-underscore-not-dash.patch"
37
}
38
39
src_compile() {
35
src_compile() {
40
	einfo "Nothing to compile."
36
	einfo "Nothing to compile."
41
}
37
}

Return to bug 340847