diff options
author | 2008-10-05 11:03:58 +0000 | |
---|---|---|
committer | 2008-10-05 11:03:58 +0000 | |
commit | 5a3032c68673e7bc35cc0e1649a55d32281bd142 (patch) | |
tree | fac52822be20b3644df56bf2e6f747bf9a396d34 /net-firewall/shorewall-lite | |
parent | Forgot to update ChangeLog, now doing that. (diff) | |
download | historical-5a3032c68673e7bc35cc0e1649a55d32281bd142.tar.gz historical-5a3032c68673e7bc35cc0e1649a55d32281bd142.tar.bz2 historical-5a3032c68673e7bc35cc0e1649a55d32281bd142.zip |
Cleaning old versions, bug #239354, thank Vieri for maintainance.
Package-Manager: portage-2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 i686
Diffstat (limited to 'net-firewall/shorewall-lite')
6 files changed, 1 insertions, 317 deletions
diff --git a/net-firewall/shorewall-lite/Manifest b/net-firewall/shorewall-lite/Manifest index 44680520e7c4..31c02dd3f7eb 100644 --- a/net-firewall/shorewall-lite/Manifest +++ b/net-firewall/shorewall-lite/Manifest @@ -17,5 +17,5 @@ EBUILD shorewall-lite-3.4.7.ebuild 1930 RMD160 2f5bf2aea8294fc352dc23c6947b6a9da EBUILD shorewall-lite-3.4.8.ebuild 1935 RMD160 8727677b7add871b527d17fc5457c925347a4a71 SHA1 f4424a56355b7a13297aba688b5adcea017d3ca7 SHA256 2406d75326ccc122393392adb10cc30ff47aac6dd2051c7b00601fac6b488ca9 EBUILD shorewall-lite-4.0.12.ebuild 2350 RMD160 c52efcc3f82bf436c304d364b3f9733bde1509fa SHA1 7a8e064696e786e84c47517312829c59184f2c69 SHA256 5b6aafe7c25bd7d891d061a3fcf448178d1097b04fb96557f8836b6f11a8b20d EBUILD shorewall-lite-4.0.13.ebuild 2350 RMD160 f5b7e5a8287f5c30292233816f74ef0b6060400c SHA1 5ca1b2def83e0071a423bc87d63e12983016bb3a SHA256 eadaf391b5fec81d5ad9055dddd8166201cd20b1be494c17c0913c19304671b8 -MISC ChangeLog 6276 RMD160 1ab5ad2ea088d7495de3fd083acf8af482461f4d SHA1 36172ba90f3d6fef533cb19c7e0c8e960d827943 SHA256 e59450e681bc5ae459960de6b8e5eb7ea33f4b80aa03d83e47fec89f51598eea +MISC ChangeLog 6006 RMD160 00025d2c7aa2377327dd167b491d6ab3e510620f SHA1 814b4b0e2f9b68cb17fa0d572593a97db5b5cb1c SHA256 0cda886f445074d2f13745406c481eaf3fe5406e227a278efbd665a4533615df MISC metadata.xml 306 RMD160 90a3e8c5e062df3f9292505b62d82b831bcaa1bd SHA1 47b37ae73a7a7bbf2f99307edaa7fed6fe77a799 SHA256 7f2b854d54b12215f518f9d8101dbe766e69976639f42caa2bd16e95739ae0e9 diff --git a/net-firewall/shorewall-lite/shorewall-lite-4.0.10.ebuild b/net-firewall/shorewall-lite/shorewall-lite-4.0.10.ebuild deleted file mode 100644 index 07132a5b28a8..000000000000 --- a/net-firewall/shorewall-lite/shorewall-lite-4.0.10.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# 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.10.ebuild,v 1.1 2008/04/01 05:16:21 pva Exp $ - -inherit versionator - -# Select version (stable, RC, Beta): -MY_PV_TREE=$(get_version_component_range 1-2) # for devel versions use "development/$(get_version_component_range 1-2)" -MY_P_BETA="" # stable or experimental (eg. "-RC1" or "-Beta4") -MY_PV_BASE=$(get_version_component_range 1-3) - -MY_PN="${PN/-lite/}" -MY_P="${MY_PN}-${MY_PV_BASE}${MY_P_BETA}" -MY_P_DOCS="${MY_PN}-docs-html-${MY_PV_BASE}${MY_P_BETA}" - -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/${MY_PN}/${MY_PV_TREE}/${MY_P}/${P}${MY_P_BETA}.tar.bz2 - doc? ( http://www1.shorewall.net/pub/${MY_PN}/${MY_PV_TREE}/${MY_P}/${MY_P_DOCS}.tar.bz2 )" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="doc" - -DEPEND="net-firewall/iptables - sys-apps/iproute2" - -src_compile() { - einfo "Nothing to compile." -} - -src_install() { - keepdir /var/lib/shorewall-lite - - cd "${WORKDIR}/${P}${MY_P_BETA}" - PREFIX="${D}" ./install.sh || die "install.sh failed" - newinitd "${FILESDIR}/shorewall-lite" shorewall-lite - - dodoc changelog.txt releasenotes.txt -} - -pkg_postinst() { - einfo - einfo "Documentation is available at http://www.shorewall.net" - einfo "There are man pages for shorewall-lite(8) and for each" - einfo "configuration file." - einfo - einfo "You should have already generated a firewall script with" - einfo "'shorewall compile' on the administrative Shorewall." - einfo "Please refer to" - einfo "http://www.shorewall.net/CompiledPrograms.html" - einfo - einfo "If you intend to use the 2.6 IPSEC Support, you must retrieve the" - einfo "kernel patches from http://shorewall.net/pub/shorewall/contrib/IPSEC/" - einfo "or install kernel 2.6.16+ as well as a recent Netfilter iptables" - einfo "and compile it with support for policy match." - einfo - einfo "Note that /etc/shorewall-lite/shorewall.conf has been renamed" - einfo "to /etc/shorewall-lite/shorewall-lite.conf" - einfo - einfo "Known problems:" - einfo "http://shorewall.net/pub/${MY_PN}/${MY_PV_TREE}/${MY_P}/known_problems.txt" -} diff --git a/net-firewall/shorewall-lite/shorewall-lite-4.0.11.ebuild b/net-firewall/shorewall-lite/shorewall-lite-4.0.11.ebuild deleted file mode 100644 index 51389553f962..000000000000 --- a/net-firewall/shorewall-lite/shorewall-lite-4.0.11.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# 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.11.ebuild,v 1.1 2008/05/21 18:08:12 jokey Exp $ - -inherit versionator - -# Select version (stable, RC, Beta): -MY_PV_TREE=$(get_version_component_range 1-2) # for devel versions use "development/$(get_version_component_range 1-2)" -MY_P_BETA="" # stable or experimental (eg. "-RC1" or "-Beta4") -MY_PV_BASE=$(get_version_component_range 1-3) - -MY_PN="${PN/-lite/}" -MY_P="${MY_PN}-${MY_PV_BASE}${MY_P_BETA}" -MY_P_DOCS="${MY_PN}-docs-html-${MY_PV_BASE}${MY_P_BETA}" - -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/${MY_PN}/${MY_PV_TREE}/${MY_P}/${P}${MY_P_BETA}.tar.bz2 - doc? ( http://www1.shorewall.net/pub/${MY_PN}/${MY_PV_TREE}/${MY_P}/${MY_P_DOCS}.tar.bz2 )" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="doc" - -DEPEND="net-firewall/iptables - sys-apps/iproute2" - -src_compile() { - einfo "Nothing to compile." -} - -src_install() { - keepdir /var/lib/shorewall-lite - - cd "${WORKDIR}/${P}${MY_P_BETA}" - PREFIX="${D}" ./install.sh || die "install.sh failed" - newinitd "${FILESDIR}/shorewall-lite" shorewall-lite - - dodoc changelog.txt releasenotes.txt -} - -pkg_postinst() { - einfo - einfo "Documentation is available at http://www.shorewall.net" - einfo "There are man pages for shorewall-lite(8) and for each" - einfo "configuration file." - einfo - einfo "You should have already generated a firewall script with" - einfo "'shorewall compile' on the administrative Shorewall." - einfo "Please refer to" - einfo "http://www.shorewall.net/CompiledPrograms.html" - einfo - einfo "If you intend to use the 2.6 IPSEC Support, you must retrieve the" - einfo "kernel patches from http://shorewall.net/pub/shorewall/contrib/IPSEC/" - einfo "or install kernel 2.6.16+ as well as a recent Netfilter iptables" - einfo "and compile it with support for policy match." - einfo - einfo "Note that /etc/shorewall-lite/shorewall.conf has been renamed" - einfo "to /etc/shorewall-lite/shorewall-lite.conf" - einfo - einfo "Known problems:" - einfo "http://shorewall.net/pub/${MY_PN}/${MY_PV_TREE}/${MY_P}/known_problems.txt" -} diff --git a/net-firewall/shorewall-lite/shorewall-lite-4.0.3.ebuild b/net-firewall/shorewall-lite/shorewall-lite-4.0.3.ebuild deleted file mode 100644 index b0f9a2bf0a54..000000000000 --- a/net-firewall/shorewall-lite/shorewall-lite-4.0.3.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2007 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.3.ebuild,v 1.4 2007/09/14 11:49:41 fmccor 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 - -MY_P_DOCS="${P/${PN}/shorewall-docs-html}" - -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 - 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" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="doc" - -DEPEND="net-firewall/iptables - sys-apps/iproute2" - -src_compile() { - einfo "Nothing to compile." -} - -src_install() { - keepdir /var/lib/shorewall-lite - - cd "${WORKDIR}/${P}${MY_P_BETA}" - PREFIX="${D}" ./install.sh || die "install.sh failed" - newinitd "${FILESDIR}/shorewall-lite" shorewall-lite - - dodoc changelog.txt releasenotes.txt -} - -pkg_postinst() { - einfo - einfo "Documentation is available at http://www.shorewall.net" - einfo "There are man pages for shorewall-lite(8) and for each" - einfo "configuration file." - einfo - einfo "You should have already generated a firewall script with" - einfo "'shorewall compile' on the administrative Shorewall." - einfo "Please refer to" - einfo "http://www.shorewall.net/CompiledPrograms.html" - einfo - einfo "If you intend to use the 2.6 IPSEC Support, you must retrieve the" - einfo "kernel patches from http://shorewall.net/pub/shorewall/contrib/IPSEC/" - einfo "or install kernel 2.6.16+ as well as a recent Netfilter iptables" - einfo "and compile it with support for policy match." - einfo - einfo "Note that /etc/shorewall-lite/shorewall.conf has been renamed" - einfo "to /etc/shorewall-lite/shorewall-lite.conf" - einfo - einfo "Known problems:" - einfo "http://shorewall.net/pub/shorewall/${MY_P_TREE}/${MY_P}${MY_P_BETA}/known_problems.txt" -} diff --git a/net-firewall/shorewall-lite/shorewall-lite-4.0.8.ebuild b/net-firewall/shorewall-lite/shorewall-lite-4.0.8.ebuild deleted file mode 100644 index e4b3bbe46b2b..000000000000 --- a/net-firewall/shorewall-lite/shorewall-lite-4.0.8.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# 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.8.ebuild,v 1.1 2008/01/27 19:20:28 jokey 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 - -MY_P_DOCS="${P/${PN}/shorewall-docs-html}" - -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 - 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" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="doc" - -DEPEND="net-firewall/iptables - sys-apps/iproute2" - -src_compile() { - einfo "Nothing to compile." -} - -src_install() { - keepdir /var/lib/shorewall-lite - - cd "${WORKDIR}/${P}${MY_P_BETA}" - PREFIX="${D}" ./install.sh || die "install.sh failed" - newinitd "${FILESDIR}/shorewall-lite" shorewall-lite - - dodoc changelog.txt releasenotes.txt -} - -pkg_postinst() { - einfo - einfo "Documentation is available at http://www.shorewall.net" - einfo "There are man pages for shorewall-lite(8) and for each" - einfo "configuration file." - einfo - einfo "You should have already generated a firewall script with" - einfo "'shorewall compile' on the administrative Shorewall." - einfo "Please refer to" - einfo "http://www.shorewall.net/CompiledPrograms.html" - einfo - einfo "If you intend to use the 2.6 IPSEC Support, you must retrieve the" - einfo "kernel patches from http://shorewall.net/pub/shorewall/contrib/IPSEC/" - einfo "or install kernel 2.6.16+ as well as a recent Netfilter iptables" - einfo "and compile it with support for policy match." - einfo - einfo "Note that /etc/shorewall-lite/shorewall.conf has been renamed" - einfo "to /etc/shorewall-lite/shorewall-lite.conf" - einfo - einfo "Known problems:" - einfo "http://shorewall.net/pub/shorewall/${MY_P_TREE}/${MY_P}${MY_P_BETA}/known_problems.txt" -} diff --git a/net-firewall/shorewall-lite/shorewall-lite-4.0.9.ebuild b/net-firewall/shorewall-lite/shorewall-lite-4.0.9.ebuild deleted file mode 100644 index 2e4a1ce70c65..000000000000 --- a/net-firewall/shorewall-lite/shorewall-lite-4.0.9.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# 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.2 2008/02/25 18:08:46 pva Exp $ - -# 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}" - -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_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" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="doc" - -DEPEND="net-firewall/iptables - sys-apps/iproute2" - -src_compile() { - einfo "Nothing to compile." -} - -src_install() { - keepdir /var/lib/shorewall-lite - - cd "${WORKDIR}/${P}${MY_P_PATCH}${MY_P_BETA}" - PREFIX="${D}" ./install.sh || die "install.sh failed" - newinitd "${FILESDIR}/shorewall-lite" shorewall-lite - - dodoc changelog.txt releasenotes.txt -} - -pkg_postinst() { - einfo - einfo "Documentation is available at http://www.shorewall.net" - einfo "There are man pages for shorewall-lite(8) and for each" - einfo "configuration file." - einfo - einfo "You should have already generated a firewall script with" - einfo "'shorewall compile' on the administrative Shorewall." - einfo "Please refer to" - einfo "http://www.shorewall.net/CompiledPrograms.html" - einfo - einfo "If you intend to use the 2.6 IPSEC Support, you must retrieve the" - einfo "kernel patches from http://shorewall.net/pub/shorewall/contrib/IPSEC/" - einfo "or install kernel 2.6.16+ as well as a recent Netfilter iptables" - einfo "and compile it with support for policy match." - einfo - einfo "Note that /etc/shorewall-lite/shorewall.conf has been renamed" - einfo "to /etc/shorewall-lite/shorewall-lite.conf" - einfo - einfo "Known problems:" - einfo "http://shorewall.net/pub/shorewall/${MY_P_TREE}/${MY_P}${MY_P_BETA}/known_problems.txt" -} |