summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2008-02-25 18:11:55 +0000
committerPeter Volkov <pva@gentoo.org>2008-02-25 18:11:55 +0000
commit1a4f59acfe6cbaa7065403b3cdf02b06b0f47077 (patch)
tree88e7d5b500eefc5adddd83110cf3b4410a8b7d25 /net-firewall/shorewall-lite/shorewall-lite-4.0.9.ebuild
parentRemove, bug #192741 (diff)
downloadhistorical-1a4f59acfe6cbaa7065403b3cdf02b06b0f47077.tar.gz
historical-1a4f59acfe6cbaa7065403b3cdf02b06b0f47077.tar.bz2
historical-1a4f59acfe6cbaa7065403b3cdf02b06b0f47077.zip
Don't depend on shorewall-shell by default, bug #211321, thank you Stefan Wimmer for report and Vieri for the fix.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'net-firewall/shorewall-lite/shorewall-lite-4.0.9.ebuild')
-rw-r--r--net-firewall/shorewall-lite/shorewall-lite-4.0.9.ebuild15
1 files changed, 7 insertions, 8 deletions
diff --git a/net-firewall/shorewall-lite/shorewall-lite-4.0.9.ebuild b/net-firewall/shorewall-lite/shorewall-lite-4.0.9.ebuild
index 762b6da26475..2e4a1ce70c65 100644
--- a/net-firewall/shorewall-lite/shorewall-lite-4.0.9.ebuild
+++ b/net-firewall/shorewall-lite/shorewall-lite-4.0.9.ebuild
@@ -1,12 +1,11 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-lite/shorewall-lite-4.0.9.ebuild,v 1.1 2008/02/24 18:52:27 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-lite/shorewall-lite-4.0.9.ebuild,v 1.2 2008/02/25 18:08:46 pva Exp $
-# Choose between experimental, stable and beta:
-#MY_P_TREE="development/4.0" # experimental and beta
-MY_P_TREE="4.0" # stable
-#MY_P_BETA="-Beta7" # only beta
-MY_P_BETA="" # stable or experimental
+# Select version (stable, RC, Beta, upstream patched):
+MY_P_TREE="4.0" # stable/devel (eg. "4.0" or "development/4.0")
+MY_P_BETA="" # stable or experimental (eg. "-RC1" or "-Beta4")
+MY_P_PATCH="" # upstream patch (eg. ".2")
MY_P_DOCS="${P/${PN}/shorewall-docs-html}"
@@ -14,7 +13,7 @@ MY_P="shorewall-${PV}"
DESCRIPTION="An iptables-based firewall whose config is handled by a normal Shorewall."
HOMEPAGE="http://www.shorewall.net/"
-SRC_URI="http://www1.shorewall.net/pub/shorewall/${MY_P_TREE}/${MY_P}${MY_P_BETA}/${P}${MY_P_BETA}.tar.bz2
+SRC_URI="http://www1.shorewall.net/pub/shorewall/${MY_P_TREE}/${MY_P}${MY_P_BETA}/${P}${MY_P_PATCH}${MY_P_BETA}.tar.bz2
doc? ( http://www1.shorewall.net/pub/shorewall/${MY_P_TREE}/${MY_P}${MY_P_BETA}/${MY_P_DOCS}${MY_P_BETA}.tar.bz2 )"
LICENSE="GPL-2"
@@ -32,7 +31,7 @@ src_compile() {
src_install() {
keepdir /var/lib/shorewall-lite
- cd "${WORKDIR}/${P}${MY_P_BETA}"
+ cd "${WORKDIR}/${P}${MY_P_PATCH}${MY_P_BETA}"
PREFIX="${D}" ./install.sh || die "install.sh failed"
newinitd "${FILESDIR}/shorewall-lite" shorewall-lite