diff options
author | Peter Volkov <pva@gentoo.org> | 2009-02-28 18:46:12 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2009-02-28 18:46:12 +0000 |
commit | 9b6a737dd9a8f48ddade770158e86652f77cd7cd (patch) | |
tree | dcafb3648c1c0c8fad96aac64ec2363c33b2d314 /net-firewall | |
parent | IUSE default for xpm, SLOT dependency for gtk+; change EAPI to 2. (diff) | |
download | historical-9b6a737dd9a8f48ddade770158e86652f77cd7cd.tar.gz historical-9b6a737dd9a8f48ddade770158e86652f77cd7cd.tar.bz2 historical-9b6a737dd9a8f48ddade770158e86652f77cd7cd.zip |
Removed old, bug #256064. Fixed RDEPEND repoman warning.
Package-Manager: portage-2.2_rc23/cvs/Linux i686
Diffstat (limited to 'net-firewall')
34 files changed, 43 insertions, 1598 deletions
diff --git a/net-firewall/shorewall-common/ChangeLog b/net-firewall/shorewall-common/ChangeLog index 227c7d3b4f25..a39d79e98531 100644 --- a/net-firewall/shorewall-common/ChangeLog +++ b/net-firewall/shorewall-common/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-firewall/shorewall-common # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-common/ChangeLog,v 1.22 2009/02/22 13:38:27 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-common/ChangeLog,v 1.23 2009/02/28 18:46:12 pva Exp $ + + 28 Feb 2009; Peter Volkov <pva@gentoo.org> + -shorewall-common-4.0.12.ebuild, -shorewall-common-4.0.13.ebuild, + -shorewall-common-4.0.14.2.ebuild, shorewall-common-4.0.15.ebuild, + -shorewall-common-4.2.0.ebuild, -shorewall-common-4.2.1.ebuild: + Removed old, bug #256064. Fixed RDEPEND repoman warning. *shorewall-common-4.2.6 (22 Feb 2009) diff --git a/net-firewall/shorewall-common/shorewall-common-4.0.12.ebuild b/net-firewall/shorewall-common/shorewall-common-4.0.12.ebuild deleted file mode 100644 index e7bbcc252908..000000000000 --- a/net-firewall/shorewall-common/shorewall-common-4.0.12.ebuild +++ /dev/null @@ -1,97 +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-common/shorewall-common-4.0.12.ebuild,v 1.1 2008/07/05 20:28:09 pva Exp $ - -inherit eutils 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/-common/}" -MY_P="${MY_PN}-${MY_PV_BASE}${MY_P_BETA}" -MY_P_DOCS="${MY_P/${MY_PN}/${MY_PN}-docs-html}" - -DESCRIPTION="Shoreline Firewall is an iptables-based firewall for Linux." -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="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="doc" - -DEPEND=">=net-firewall/iptables-1.2.4 - sys-apps/iproute2 - !<net-firewall/shorewall-4.0" - -pkg_setup() { - if built_with_use sys-apps/iproute2 minimal; then - die "Shorewall requires sys-apps/iproute2 to be built without the \"minimal\" USE flag." - fi -} - -src_compile() { - einfo "Nothing to compile." -} - -src_install() { - keepdir /var/lib/shorewall - - cd "${WORKDIR}/${P}${MY_P_BETA}" - PREFIX="${D}" ./install.sh || die "install.sh failed" - newinitd "${FILESDIR}"/shorewall.initd shorewall || die "doinitd failed" - - dodoc changelog.txt releasenotes.txt - if use doc; then - cd "${WORKDIR}/${MY_P_DOCS}" - # install documentation - dohtml -r * - ## dosym Documentation_Index.html "/usr/share/doc/${PF}/html/index.htm" - # install samples - cp -pR "${S}${MY_P_BETA}/Samples" "${D}/usr/share/doc/${PF}" - fi -} - -pkg_postinst() { - elog - if use doc ; then - elog "Documentation is available at /usr/share/doc/${PF}/html." - elog "Please read the Release Notes in /usr/share/doc/${PF}." - elog "Samples are available at /usr/share/doc/${PF}/Samples." - else - elog "Documentation is available at http://www.shorewall.net" - fi - elog "There are man pages for shorewall(8) and for each configuration file." - elog - elog "Bridging configuration has changed with kernel 2.6.20+." - elog "Check the documentation." - elog - elog "Do not blindly start shorewall, edit the files in /etc/shorewall first" - elog "At the very least, you must change 'STARTUP_ENABLED' in shorewall.conf" - elog - elog "Be aware that version ${MY_PV_TREE} differs substantially from previous releases." - elog "Information on upgrading is available at:" - elog "http://www.shorewall.net/upgrade_issues.htm" - elog - elog "There is a 'shorewall compile' command to generate scripts to run" - elog "on systems with Shorewall Lite installed." - elog "Please refer to http://www.shorewall.net/CompiledPrograms.html" - elog "It is advised to copy the /usr/share/shorewall/configfiles dir to your" - elog "own 'export directories'. However, whenever you upgrade Shorewall you" - elog "should check for changes in configfiles and manually update your exports." - elog "Alternatively, if you only have one Shorewall-Lite system in your network" - elog "then you can use the configfiles dir but set CONFIG_PROTECT appropriately" - elog "in /etc/make.conf (man make.conf)." - elog - elog "Known problems:" - elog "http://shorewall.net/pub/${MY_PN}/${MY_PV_TREE}/${MY_P}/known_problems.txt" - elog - elog "Whether upgrading or installing you should run shorewall check," - elog "correct any errors found and run shorewall restart|start." - elog - elog "${PN} requires a compiler." - elog "You can choose to emerge shorewall-shell and/or shorewall-perl." -} diff --git a/net-firewall/shorewall-common/shorewall-common-4.0.13.ebuild b/net-firewall/shorewall-common/shorewall-common-4.0.13.ebuild deleted file mode 100644 index b30253b9f0b3..000000000000 --- a/net-firewall/shorewall-common/shorewall-common-4.0.13.ebuild +++ /dev/null @@ -1,97 +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-common/shorewall-common-4.0.13.ebuild,v 1.1 2008/08/07 00:32:07 jer Exp $ - -inherit eutils 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/-common/}" -MY_P="${MY_PN}-${MY_PV_BASE}${MY_P_BETA}" -MY_P_DOCS="${MY_P/${MY_PN}/${MY_PN}-docs-html}" - -DESCRIPTION="Shoreline Firewall is an iptables-based firewall for Linux." -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="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="doc" - -DEPEND=">=net-firewall/iptables-1.2.4 - sys-apps/iproute2 - !<net-firewall/shorewall-4.0" - -pkg_setup() { - if built_with_use sys-apps/iproute2 minimal; then - die "Shorewall requires sys-apps/iproute2 to be built without the \"minimal\" USE flag." - fi -} - -src_compile() { - einfo "Nothing to compile." -} - -src_install() { - keepdir /var/lib/shorewall - - cd "${WORKDIR}/${P}${MY_P_BETA}" - PREFIX="${D}" ./install.sh || die "install.sh failed" - newinitd "${FILESDIR}"/shorewall.initd shorewall || die "doinitd failed" - - dodoc changelog.txt releasenotes.txt - if use doc; then - cd "${WORKDIR}/${MY_P_DOCS}" - # install documentation - dohtml -r * - ## dosym Documentation_Index.html "/usr/share/doc/${PF}/html/index.htm" - # install samples - cp -pR "${S}${MY_P_BETA}/Samples" "${D}/usr/share/doc/${PF}" - fi -} - -pkg_postinst() { - elog - if use doc ; then - elog "Documentation is available at /usr/share/doc/${PF}/html." - elog "Please read the Release Notes in /usr/share/doc/${PF}." - elog "Samples are available at /usr/share/doc/${PF}/Samples." - else - elog "Documentation is available at http://www.shorewall.net" - fi - elog "There are man pages for shorewall(8) and for each configuration file." - elog - elog "Bridging configuration has changed with kernel 2.6.20+." - elog "Check the documentation." - elog - elog "Do not blindly start shorewall, edit the files in /etc/shorewall first" - elog "At the very least, you must change 'STARTUP_ENABLED' in shorewall.conf" - elog - elog "Be aware that version ${MY_PV_TREE} differs substantially from previous releases." - elog "Information on upgrading is available at:" - elog "http://www.shorewall.net/upgrade_issues.htm" - elog - elog "There is a 'shorewall compile' command to generate scripts to run" - elog "on systems with Shorewall Lite installed." - elog "Please refer to http://www.shorewall.net/CompiledPrograms.html" - elog "It is advised to copy the /usr/share/shorewall/configfiles dir to your" - elog "own 'export directories'. However, whenever you upgrade Shorewall you" - elog "should check for changes in configfiles and manually update your exports." - elog "Alternatively, if you only have one Shorewall-Lite system in your network" - elog "then you can use the configfiles dir but set CONFIG_PROTECT appropriately" - elog "in /etc/make.conf (man make.conf)." - elog - elog "Known problems:" - elog "http://shorewall.net/pub/${MY_PN}/${MY_PV_TREE}/${MY_P}/known_problems.txt" - elog - elog "Whether upgrading or installing you should run shorewall check," - elog "correct any errors found and run shorewall restart|start." - elog - elog "${PN} requires a compiler." - elog "You can choose to emerge shorewall-shell and/or shorewall-perl." -} diff --git a/net-firewall/shorewall-common/shorewall-common-4.0.14.2.ebuild b/net-firewall/shorewall-common/shorewall-common-4.0.14.2.ebuild deleted file mode 100644 index 54612d0eaaa8..000000000000 --- a/net-firewall/shorewall-common/shorewall-common-4.0.14.2.ebuild +++ /dev/null @@ -1,97 +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-common/shorewall-common-4.0.14.2.ebuild,v 1.1 2008/11/21 11:27:33 pva Exp $ - -inherit eutils 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/-common/}" -MY_P="${MY_PN}-${MY_PV_BASE}${MY_P_BETA}" -MY_P_DOCS="${MY_P/${MY_PN}/${MY_PN}-docs-html}" - -DESCRIPTION="Shoreline Firewall is an iptables-based firewall for Linux." -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="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="doc" - -DEPEND=">=net-firewall/iptables-1.2.4 - sys-apps/iproute2 - !<net-firewall/shorewall-4.0" - -pkg_setup() { - if built_with_use sys-apps/iproute2 minimal; then - die "Shorewall requires sys-apps/iproute2 to be built without the \"minimal\" USE flag." - fi -} - -src_compile() { - einfo "Nothing to compile." -} - -src_install() { - keepdir /var/lib/shorewall - - cd "${WORKDIR}/${P}${MY_P_BETA}" - PREFIX="${D}" ./install.sh || die "install.sh failed" - newinitd "${FILESDIR}"/shorewall.initd shorewall || die "doinitd failed" - - dodoc changelog.txt releasenotes.txt - if use doc; then - cd "${WORKDIR}/${MY_P_DOCS}" - # install documentation - dohtml -r * - ## dosym Documentation_Index.html "/usr/share/doc/${PF}/html/index.htm" - # install samples - cp -pR "${S}${MY_P_BETA}/Samples" "${D}/usr/share/doc/${PF}" - fi -} - -pkg_postinst() { - elog - if use doc ; then - elog "Documentation is available at /usr/share/doc/${PF}/html." - elog "Please read the Release Notes in /usr/share/doc/${PF}." - elog "Samples are available at /usr/share/doc/${PF}/Samples." - else - elog "Documentation is available at http://www.shorewall.net" - fi - elog "There are man pages for shorewall(8) and for each configuration file." - elog - elog "Bridging configuration has changed with kernel 2.6.20+." - elog "Check the documentation." - elog - elog "Do not blindly start shorewall, edit the files in /etc/shorewall first" - elog "At the very least, you must change 'STARTUP_ENABLED' in shorewall.conf" - elog - elog "Be aware that version ${MY_PV_TREE} differs substantially from previous releases." - elog "Information on upgrading is available at:" - elog "http://www.shorewall.net/upgrade_issues.htm" - elog - elog "There is a 'shorewall compile' command to generate scripts to run" - elog "on systems with Shorewall Lite installed." - elog "Please refer to http://www.shorewall.net/CompiledPrograms.html" - elog "It is advised to copy the /usr/share/shorewall/configfiles dir to your" - elog "own 'export directories'. However, whenever you upgrade Shorewall you" - elog "should check for changes in configfiles and manually update your exports." - elog "Alternatively, if you only have one Shorewall-Lite system in your network" - elog "then you can use the configfiles dir but set CONFIG_PROTECT appropriately" - elog "in /etc/make.conf (man make.conf)." - elog - elog "Known problems:" - elog "http://shorewall.net/pub/${MY_PN}/${MY_PV_TREE}/${MY_P}/known_problems.txt" - elog - elog "Whether upgrading or installing you should run shorewall check," - elog "correct any errors found and run shorewall restart|start." - elog - elog "${PN} requires a compiler." - elog "You can choose to emerge shorewall-shell and/or shorewall-perl." -} diff --git a/net-firewall/shorewall-common/shorewall-common-4.0.15.ebuild b/net-firewall/shorewall-common/shorewall-common-4.0.15.ebuild index b88527f485d5..cde51d79bdb3 100644 --- a/net-firewall/shorewall-common/shorewall-common-4.0.15.ebuild +++ b/net-firewall/shorewall-common/shorewall-common-4.0.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-common/shorewall-common-4.0.15.ebuild,v 1.1 2009/01/22 08:17:45 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-common/shorewall-common-4.0.15.ebuild,v 1.2 2009/02/28 18:46:12 pva Exp $ inherit eutils versionator @@ -26,6 +26,7 @@ IUSE="doc" DEPEND=">=net-firewall/iptables-1.2.4 sys-apps/iproute2 !<net-firewall/shorewall-4.0" +RDEPEND="${DEPEND}" pkg_setup() { if built_with_use sys-apps/iproute2 minimal; then diff --git a/net-firewall/shorewall-common/shorewall-common-4.2.0.ebuild b/net-firewall/shorewall-common/shorewall-common-4.2.0.ebuild deleted file mode 100644 index 718c9f50f2b3..000000000000 --- a/net-firewall/shorewall-common/shorewall-common-4.2.0.ebuild +++ /dev/null @@ -1,97 +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-common/shorewall-common-4.2.0.ebuild,v 1.1 2008/10/30 19:44:33 pva Exp $ - -inherit eutils 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/-common/}" -MY_P="${MY_PN}-${MY_PV_BASE}${MY_P_BETA}" -MY_P_DOCS="${MY_P/${MY_PN}/${MY_PN}-docs-html}" - -DESCRIPTION="Shoreline Firewall is an iptables-based firewall for Linux." -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="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="doc" - -DEPEND=">=net-firewall/iptables-1.2.4 - sys-apps/iproute2 - !<net-firewall/shorewall-4.0" - -pkg_setup() { - if built_with_use sys-apps/iproute2 minimal; then - die "Shorewall requires sys-apps/iproute2 to be built without the \"minimal\" USE flag." - fi -} - -src_compile() { - einfo "Nothing to compile." -} - -src_install() { - keepdir /var/lib/shorewall - - cd "${WORKDIR}/${P}${MY_P_BETA}" - PREFIX="${D}" ./install.sh || die "install.sh failed" - newinitd "${FILESDIR}"/shorewall.initd shorewall || die "doinitd failed" - - dodoc changelog.txt releasenotes.txt - if use doc; then - cd "${WORKDIR}/${MY_P_DOCS}" - # install documentation - dohtml -r * - ## dosym Documentation_Index.html "/usr/share/doc/${PF}/html/index.htm" - # install samples - cp -pR "${S}${MY_P_BETA}/Samples" "${D}/usr/share/doc/${PF}" - fi -} - -pkg_postinst() { - elog - if use doc ; then - elog "Documentation is available at /usr/share/doc/${PF}/html." - elog "Please read the Release Notes in /usr/share/doc/${PF}." - elog "Samples are available at /usr/share/doc/${PF}/Samples." - else - elog "Documentation is available at http://www.shorewall.net" - fi - elog "There are man pages for shorewall(8) and for each configuration file." - elog - elog "Bridging configuration has changed with kernel 2.6.20+." - elog "Check the documentation." - elog - elog "Do not blindly start shorewall, edit the files in /etc/shorewall first" - elog "At the very least, you must change 'STARTUP_ENABLED' in shorewall.conf" - elog - elog "Be aware that version ${MY_PV_TREE} differs substantially from previous releases." - elog "Information on upgrading is available at:" - elog "http://www.shorewall.net/upgrade_issues.htm" - elog - elog "There is a 'shorewall compile' command to generate scripts to run" - elog "on systems with Shorewall Lite installed." - elog "Please refer to http://www.shorewall.net/CompiledPrograms.html" - elog "It is advised to copy the /usr/share/shorewall/configfiles dir to your" - elog "own 'export directories'. However, whenever you upgrade Shorewall you" - elog "should check for changes in configfiles and manually update your exports." - elog "Alternatively, if you only have one Shorewall-Lite system in your network" - elog "then you can use the configfiles dir but set CONFIG_PROTECT appropriately" - elog "in /etc/make.conf (man make.conf)." - elog - elog "Known problems:" - elog "http://shorewall.net/pub/${MY_PN}/${MY_PV_TREE}/${MY_P}/known_problems.txt" - elog - elog "Whether upgrading or installing you should run shorewall check," - elog "correct any errors found and run shorewall restart|start." - elog - elog "${PN} requires a compiler." - elog "You can choose to emerge shorewall-shell and/or shorewall-perl." -} diff --git a/net-firewall/shorewall-common/shorewall-common-4.2.1.ebuild b/net-firewall/shorewall-common/shorewall-common-4.2.1.ebuild deleted file mode 100644 index 95aaba4bf151..000000000000 --- a/net-firewall/shorewall-common/shorewall-common-4.2.1.ebuild +++ /dev/null @@ -1,97 +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-common/shorewall-common-4.2.1.ebuild,v 1.1 2008/11/21 11:27:33 pva Exp $ - -inherit eutils 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/-common/}" -MY_P="${MY_PN}-${MY_PV_BASE}${MY_P_BETA}" -MY_P_DOCS="${MY_P/${MY_PN}/${MY_PN}-docs-html}" - -DESCRIPTION="Shoreline Firewall is an iptables-based firewall for Linux." -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="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="doc" - -DEPEND=">=net-firewall/iptables-1.2.4 - sys-apps/iproute2 - !<net-firewall/shorewall-4.0" - -pkg_setup() { - if built_with_use sys-apps/iproute2 minimal; then - die "Shorewall requires sys-apps/iproute2 to be built without the \"minimal\" USE flag." - fi -} - -src_compile() { - einfo "Nothing to compile." -} - -src_install() { - keepdir /var/lib/shorewall - - cd "${WORKDIR}/${P}${MY_P_BETA}" - PREFIX="${D}" ./install.sh || die "install.sh failed" - newinitd "${FILESDIR}"/shorewall.initd shorewall || die "doinitd failed" - - dodoc changelog.txt releasenotes.txt - if use doc; then - cd "${WORKDIR}/${MY_P_DOCS}" - # install documentation - dohtml -r * - ## dosym Documentation_Index.html "/usr/share/doc/${PF}/html/index.htm" - # install samples - cp -pR "${S}${MY_P_BETA}/Samples" "${D}/usr/share/doc/${PF}" - fi -} - -pkg_postinst() { - elog - if use doc ; then - elog "Documentation is available at /usr/share/doc/${PF}/html." - elog "Please read the Release Notes in /usr/share/doc/${PF}." - elog "Samples are available at /usr/share/doc/${PF}/Samples." - else - elog "Documentation is available at http://www.shorewall.net" - fi - elog "There are man pages for shorewall(8) and for each configuration file." - elog - elog "Bridging configuration has changed with kernel 2.6.20+." - elog "Check the documentation." - elog - elog "Do not blindly start shorewall, edit the files in /etc/shorewall first" - elog "At the very least, you must change 'STARTUP_ENABLED' in shorewall.conf" - elog - elog "Be aware that version ${MY_PV_TREE} differs substantially from previous releases." - elog "Information on upgrading is available at:" - elog "http://www.shorewall.net/upgrade_issues.htm" - elog - elog "There is a 'shorewall compile' command to generate scripts to run" - elog "on systems with Shorewall Lite installed." - elog "Please refer to http://www.shorewall.net/CompiledPrograms.html" - elog "It is advised to copy the /usr/share/shorewall/configfiles dir to your" - elog "own 'export directories'. However, whenever you upgrade Shorewall you" - elog "should check for changes in configfiles and manually update your exports." - elog "Alternatively, if you only have one Shorewall-Lite system in your network" - elog "then you can use the configfiles dir but set CONFIG_PROTECT appropriately" - elog "in /etc/make.conf (man make.conf)." - elog - elog "Known problems:" - elog "http://shorewall.net/pub/${MY_PN}/${MY_PV_TREE}/${MY_P}/known_problems.txt" - elog - elog "Whether upgrading or installing you should run shorewall check," - elog "correct any errors found and run shorewall restart|start." - elog - elog "${PN} requires a compiler." - elog "You can choose to emerge shorewall-shell and/or shorewall-perl." -} diff --git a/net-firewall/shorewall-lite/ChangeLog b/net-firewall/shorewall-lite/ChangeLog index 4404b2a3d036..580a30111524 100644 --- a/net-firewall/shorewall-lite/ChangeLog +++ b/net-firewall/shorewall-lite/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for net-firewall/shorewall-lite # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-lite/ChangeLog,v 1.47 2009/02/22 13:53:13 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-lite/ChangeLog,v 1.48 2009/02/28 18:41:32 pva Exp $ + + 28 Feb 2009; Peter Volkov <pva@gentoo.org> -shorewall-lite-3.2.9.ebuild, + -shorewall-lite-3.4.6.ebuild, -shorewall-lite-3.4.7.ebuild, + shorewall-lite-3.4.8.ebuild, -shorewall-lite-4.0.12.ebuild, + -shorewall-lite-4.0.13.ebuild, -shorewall-lite-4.0.14.ebuild, + shorewall-lite-4.0.15.ebuild, -shorewall-lite-4.2.0.ebuild, + -shorewall-lite-4.2.1.ebuild: + Removed old, bug #256064. Fixed RDEPEND repoman warning. *shorewall-lite-4.2.6 (22 Feb 2009) diff --git a/net-firewall/shorewall-lite/shorewall-lite-3.2.9.ebuild b/net-firewall/shorewall-lite/shorewall-lite-3.2.9.ebuild deleted file mode 100644 index 39f6cfe5a654..000000000000 --- a/net-firewall/shorewall-lite/shorewall-lite-3.2.9.ebuild +++ /dev/null @@ -1,50 +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-3.2.9.ebuild,v 1.5 2007/04/13 14:20:23 gustavoz Exp $ - -MY_P="shorewall-${PV}" -MY_P_DOCS="${P/${PN}/shorewall-docs-html}" - -DESCRIPTION="An iptables-based firewall whose config is handled by a normal Shorewall." -HOMEPAGE="http://www.shorewall.net/" -SRC_URI="http://shorewall.net/pub/shorewall/3.2/${MY_P}/${P}.tgz - doc? ( http://shorewall.net/pub/shorewall/3.2/${MY_P}/${MY_P_DOCS}.tgz )" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 hppa sparc x86" -IUSE="doc" - -DEPEND="net-firewall/iptables - sys-apps/iproute2" - -src_compile() { - einfo "Nothing to compile." -} - -src_install() { - keepdir /var/lib/shorewall-lite - - 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 - 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 "Known problems:" - einfo "http://shorewall.net/pub/shorewall/3.2/${MY_P}/known_problems.txt" -} diff --git a/net-firewall/shorewall-lite/shorewall-lite-3.4.6.ebuild b/net-firewall/shorewall-lite/shorewall-lite-3.4.6.ebuild deleted file mode 100644 index 5041da68d721..000000000000 --- a/net-firewall/shorewall-lite/shorewall-lite-3.4.6.ebuild +++ /dev/null @@ -1,57 +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-3.4.6.ebuild,v 1.4 2007/11/14 05:59:49 welp Exp $ - -#MY_P_TREE="development/3.9" -MY_P_TREE="3.4" -MY_P="shorewall-${PV}" -MY_P_DOCS="${P/${PN}/shorewall-docs-html}" - -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}/${P}.tgz - doc? ( http://www1.shorewall.net/pub/shorewall/${MY_P_TREE}/${MY_P}/${MY_P_DOCS}.tgz )" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~hppa sparc x86" -IUSE="doc" - -DEPEND="net-firewall/iptables - sys-apps/iproute2" - -src_compile() { - einfo "Nothing to compile." -} - -src_install() { - keepdir /var/lib/shorewall-lite - - PREFIX="${D}" ./install.sh || die "install.sh failed" - newinitd "${FILESDIR}/shorewall-lite" shorewall-lite - - dodoc changelog.txt releasenotes.txt -} - -pkg_postinst() { - elog - elog "Documentation is available at http://www.shorewall.net" - elog "There are man pages for shorewall-lite(8) and for each" - elog "configuration file." - elog - elog "You should have already generated a firewall script with" - elog "'shorewall compile' on the administrative Shorewall." - elog "Please refer to" - elog "http://www.shorewall.net/CompiledPrograms.html" - elog - elog "If you intend to use the 2.6 IPSEC Support, you must retrieve the" - elog "kernel patches from http://shorewall.net/pub/shorewall/contrib/IPSEC/" - elog "or install kernel 2.6.16+ as well as a recent Netfilter iptables" - elog "and compile it with support for policy match." - elog - elog "Note that /etc/shorewall-lite/shorewall.conf has been renamed" - elog "to /etc/shorewall-lite/shorewall-lite.conf" - elog - elog "Known problems:" - elog "http://shorewall.net/pub/shorewall/${MY_P_TREE}/${MY_P}/known_problems.txt" -} diff --git a/net-firewall/shorewall-lite/shorewall-lite-3.4.7.ebuild b/net-firewall/shorewall-lite/shorewall-lite-3.4.7.ebuild deleted file mode 100644 index 2ac96a8313ea..000000000000 --- a/net-firewall/shorewall-lite/shorewall-lite-3.4.7.ebuild +++ /dev/null @@ -1,57 +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-3.4.7.ebuild,v 1.4 2008/02/27 15:21:49 armin76 Exp $ - -#MY_P_TREE="development/3.9" -MY_P_TREE="3.4" -MY_P="shorewall-${PV}" -MY_P_DOCS="${P/${PN}/shorewall-docs-html}" - -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}/${P}.tgz - doc? ( http://www1.shorewall.net/pub/shorewall/${MY_P_TREE}/${MY_P}/${MY_P_DOCS}.tgz )" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 hppa sparc x86" -IUSE="doc" - -DEPEND="net-firewall/iptables - sys-apps/iproute2" - -src_compile() { - einfo "Nothing to compile." -} - -src_install() { - keepdir /var/lib/shorewall-lite - - PREFIX="${D}" ./install.sh || die "install.sh failed" - newinitd "${FILESDIR}/shorewall-lite" shorewall-lite - - dodoc changelog.txt releasenotes.txt -} - -pkg_postinst() { - elog - elog "Documentation is available at http://www.shorewall.net" - elog "There are man pages for shorewall-lite(8) and for each" - elog "configuration file." - elog - elog "You should have already generated a firewall script with" - elog "'shorewall compile' on the administrative Shorewall." - elog "Please refer to" - elog "http://www.shorewall.net/CompiledPrograms.html" - elog - elog "If you intend to use the 2.6 IPSEC Support, you must retrieve the" - elog "kernel patches from http://shorewall.net/pub/shorewall/contrib/IPSEC/" - elog "or install kernel 2.6.16+ as well as a recent Netfilter iptables" - elog "and compile it with support for policy match." - elog - elog "Note that /etc/shorewall-lite/shorewall.conf has been renamed" - elog "to /etc/shorewall-lite/shorewall-lite.conf" - elog - elog "Known problems:" - elog "http://shorewall.net/pub/shorewall/${MY_P_TREE}/${MY_P}/known_problems.txt" -} diff --git a/net-firewall/shorewall-lite/shorewall-lite-3.4.8.ebuild b/net-firewall/shorewall-lite/shorewall-lite-3.4.8.ebuild index 2fbed15393d8..b86d0f12fb59 100644 --- a/net-firewall/shorewall-lite/shorewall-lite-3.4.8.ebuild +++ b/net-firewall/shorewall-lite/shorewall-lite-3.4.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-lite/shorewall-lite-3.4.8.ebuild,v 1.6 2008/05/16 13:44:39 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-lite/shorewall-lite-3.4.8.ebuild,v 1.7 2009/02/28 18:41:32 pva Exp $ #MY_P_TREE="development/3.9" MY_P_TREE="3.4" @@ -19,6 +19,7 @@ IUSE="doc" DEPEND="net-firewall/iptables sys-apps/iproute2" +RDEPEND="${DEPEND}" src_compile() { einfo "Nothing to compile." diff --git a/net-firewall/shorewall-lite/shorewall-lite-4.0.12.ebuild b/net-firewall/shorewall-lite/shorewall-lite-4.0.12.ebuild deleted file mode 100644 index 7e975b9181eb..000000000000 --- a/net-firewall/shorewall-lite/shorewall-lite-4.0.12.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.12.ebuild,v 1.1 2008/07/05 20:31:15 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.13.ebuild b/net-firewall/shorewall-lite/shorewall-lite-4.0.13.ebuild deleted file mode 100644 index 31ce8fe4397a..000000000000 --- a/net-firewall/shorewall-lite/shorewall-lite-4.0.13.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.13.ebuild,v 1.1 2008/08/07 00:32:48 jer 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.14.ebuild b/net-firewall/shorewall-lite/shorewall-lite-4.0.14.ebuild deleted file mode 100644 index f95732c4629c..000000000000 --- a/net-firewall/shorewall-lite/shorewall-lite-4.0.14.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.14.ebuild,v 1.1 2008/11/21 11:44:30 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.15.ebuild b/net-firewall/shorewall-lite/shorewall-lite-4.0.15.ebuild index e074421df76f..feb8289b30b0 100644 --- a/net-firewall/shorewall-lite/shorewall-lite-4.0.15.ebuild +++ b/net-firewall/shorewall-lite/shorewall-lite-4.0.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.15.ebuild,v 1.1 2009/01/22 08:25:51 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-lite/shorewall-lite-4.0.15.ebuild,v 1.2 2009/02/28 18:41:32 pva Exp $ inherit versionator @@ -25,6 +25,7 @@ IUSE="doc" DEPEND="net-firewall/iptables sys-apps/iproute2" +RDEPEND="${DEPEND}" src_compile() { einfo "Nothing to compile." diff --git a/net-firewall/shorewall-lite/shorewall-lite-4.2.0.ebuild b/net-firewall/shorewall-lite/shorewall-lite-4.2.0.ebuild deleted file mode 100644 index f5af42b3d7a1..000000000000 --- a/net-firewall/shorewall-lite/shorewall-lite-4.2.0.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.2.0.ebuild,v 1.1 2008/10/30 19:56:46 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.2.1.ebuild b/net-firewall/shorewall-lite/shorewall-lite-4.2.1.ebuild deleted file mode 100644 index 75a07afade91..000000000000 --- a/net-firewall/shorewall-lite/shorewall-lite-4.2.1.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.2.1.ebuild,v 1.1 2008/11/21 11:44:30 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-perl/ChangeLog b/net-firewall/shorewall-perl/ChangeLog index eac204f75b14..bb715429d0aa 100644 --- a/net-firewall/shorewall-perl/ChangeLog +++ b/net-firewall/shorewall-perl/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-firewall/shorewall-perl # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-perl/ChangeLog,v 1.24 2009/02/22 13:48:38 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-perl/ChangeLog,v 1.25 2009/02/28 18:43:29 pva Exp $ + + 28 Feb 2009; Peter Volkov <pva@gentoo.org> + -shorewall-perl-4.0.12.1.ebuild, -shorewall-perl-4.0.13.ebuild, + -shorewall-perl-4.0.14.2.ebuild, shorewall-perl-4.0.15.ebuild, + -shorewall-perl-4.2.0.ebuild, -shorewall-perl-4.2.1.1.ebuild: + Removed old, bug #256064. Fixed RDEPEND repoman warning. *shorewall-perl-4.2.6 (22 Feb 2009) diff --git a/net-firewall/shorewall-perl/shorewall-perl-4.0.12.1.ebuild b/net-firewall/shorewall-perl/shorewall-perl-4.0.12.1.ebuild deleted file mode 100644 index d5e56b719c71..000000000000 --- a/net-firewall/shorewall-perl/shorewall-perl-4.0.12.1.ebuild +++ /dev/null @@ -1,56 +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-perl/shorewall-perl-4.0.12.1.ebuild,v 1.1 2008/07/05 20:34:19 pva Exp $ - -inherit versionator - -# Select version (stable, RC, Beta, upstream patched): -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) # which shorewall-common to use - -MY_PN="${PN/-perl/}" -MY_P="${MY_PN}-${MY_PV_BASE}${MY_P_BETA}" - -DESCRIPTION="Shoreline Firewall Perl-based compiler that allows faster compilation and execution." -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" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" - -IUSE="" - -DEPEND="net-firewall/iptables - sys-apps/iproute2 - dev-lang/perl - !<net-firewall/shorewall-4.0" - -PDEPEND="=net-firewall/shorewall-common-${MY_PV_BASE}*" - -src_compile() { - einfo "Nothing to compile." -} - -src_install() { - cd "${WORKDIR}/${P}${MY_P_BETA}" - PREFIX="${D}" ./install.sh || die "install.sh failed" - - dodoc releasenotes.txt -} - -pkg_postinst() { - einfo - einfo "Documentation is available at http://www.shorewall.net" - einfo - elog "In order to use the Perl compiler you need to add" - elog "SHOREWALL_COMPILER=perl" - elog "to shorewall.conf unless you did not install the Shell compiler." - einfo - einfo "Please read the included release notes for more information." - einfo - einfo "Known problems:" - einfo "http://www1.shorewall.net/pub/${MY_PN}/${MY_PV_TREE}/${MY_P}/known_problems.txt" - einfo -} diff --git a/net-firewall/shorewall-perl/shorewall-perl-4.0.13.ebuild b/net-firewall/shorewall-perl/shorewall-perl-4.0.13.ebuild deleted file mode 100644 index 412b10faaf5f..000000000000 --- a/net-firewall/shorewall-perl/shorewall-perl-4.0.13.ebuild +++ /dev/null @@ -1,56 +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-perl/shorewall-perl-4.0.13.ebuild,v 1.1 2008/08/07 00:33:21 jer Exp $ - -inherit versionator - -# Select version (stable, RC, Beta, upstream patched): -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) # which shorewall-common to use - -MY_PN="${PN/-perl/}" -MY_P="${MY_PN}-${MY_PV_BASE}${MY_P_BETA}" - -DESCRIPTION="Shoreline Firewall Perl-based compiler that allows faster compilation and execution." -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" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" - -IUSE="" - -DEPEND="net-firewall/iptables - sys-apps/iproute2 - dev-lang/perl - !<net-firewall/shorewall-4.0" - -PDEPEND="=net-firewall/shorewall-common-${MY_PV_BASE}*" - -src_compile() { - einfo "Nothing to compile." -} - -src_install() { - cd "${WORKDIR}/${P}${MY_P_BETA}" - PREFIX="${D}" ./install.sh || die "install.sh failed" - - dodoc releasenotes.txt -} - -pkg_postinst() { - einfo - einfo "Documentation is available at http://www.shorewall.net" - einfo - elog "In order to use the Perl compiler you need to add" - elog "SHOREWALL_COMPILER=perl" - elog "to shorewall.conf unless you did not install the Shell compiler." - einfo - einfo "Please read the included release notes for more information." - einfo - einfo "Known problems:" - einfo "http://www1.shorewall.net/pub/${MY_PN}/${MY_PV_TREE}/${MY_P}/known_problems.txt" - einfo -} diff --git a/net-firewall/shorewall-perl/shorewall-perl-4.0.14.2.ebuild b/net-firewall/shorewall-perl/shorewall-perl-4.0.14.2.ebuild deleted file mode 100644 index 4276e6fc1cd7..000000000000 --- a/net-firewall/shorewall-perl/shorewall-perl-4.0.14.2.ebuild +++ /dev/null @@ -1,56 +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-perl/shorewall-perl-4.0.14.2.ebuild,v 1.1 2008/11/21 11:37:20 pva Exp $ - -inherit versionator - -# Select version (stable, RC, Beta, upstream patched): -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) # which shorewall-common to use - -MY_PN="${PN/-perl/}" -MY_P="${MY_PN}-${MY_PV_BASE}${MY_P_BETA}" - -DESCRIPTION="Shoreline Firewall Perl-based compiler that allows faster compilation and execution." -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" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" - -IUSE="" - -DEPEND="net-firewall/iptables - sys-apps/iproute2 - dev-lang/perl - !<net-firewall/shorewall-4.0" - -PDEPEND="=net-firewall/shorewall-common-${MY_PV_BASE}*" - -src_compile() { - einfo "Nothing to compile." -} - -src_install() { - cd "${WORKDIR}/${P}${MY_P_BETA}" - PREFIX="${D}" ./install.sh || die "install.sh failed" - - dodoc releasenotes.txt -} - -pkg_postinst() { - einfo - einfo "Documentation is available at http://www.shorewall.net" - einfo - elog "In order to use the Perl compiler you need to add" - elog "SHOREWALL_COMPILER=perl" - elog "to shorewall.conf unless you did not install the Shell compiler." - einfo - einfo "Please read the included release notes for more information." - einfo - einfo "Known problems:" - einfo "http://www1.shorewall.net/pub/${MY_PN}/${MY_PV_TREE}/${MY_P}/known_problems.txt" - einfo -} diff --git a/net-firewall/shorewall-perl/shorewall-perl-4.0.15.ebuild b/net-firewall/shorewall-perl/shorewall-perl-4.0.15.ebuild index e199f3362363..3acff9fda06b 100644 --- a/net-firewall/shorewall-perl/shorewall-perl-4.0.15.ebuild +++ b/net-firewall/shorewall-perl/shorewall-perl-4.0.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-perl/shorewall-perl-4.0.15.ebuild,v 1.1 2009/01/22 08:22:05 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-perl/shorewall-perl-4.0.15.ebuild,v 1.2 2009/02/28 18:43:29 pva Exp $ inherit versionator @@ -26,6 +26,7 @@ DEPEND="net-firewall/iptables sys-apps/iproute2 dev-lang/perl !<net-firewall/shorewall-4.0" +RDEPEND="${DEPEND}" PDEPEND="=net-firewall/shorewall-common-${MY_PV_BASE}*" diff --git a/net-firewall/shorewall-perl/shorewall-perl-4.2.0.ebuild b/net-firewall/shorewall-perl/shorewall-perl-4.2.0.ebuild deleted file mode 100644 index 6497f00494ef..000000000000 --- a/net-firewall/shorewall-perl/shorewall-perl-4.2.0.ebuild +++ /dev/null @@ -1,56 +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-perl/shorewall-perl-4.2.0.ebuild,v 1.1 2008/10/30 19:53:01 pva Exp $ - -inherit versionator - -# Select version (stable, RC, Beta, upstream patched): -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) # which shorewall-common to use - -MY_PN="${PN/-perl/}" -MY_P="${MY_PN}-${MY_PV_BASE}${MY_P_BETA}" - -DESCRIPTION="Shoreline Firewall Perl-based compiler that allows faster compilation and execution." -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" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" - -IUSE="" - -DEPEND="net-firewall/iptables - sys-apps/iproute2 - dev-lang/perl - !<net-firewall/shorewall-4.0" - -PDEPEND="=net-firewall/shorewall-common-${MY_PV_BASE}*" - -src_compile() { - einfo "Nothing to compile." -} - -src_install() { - cd "${WORKDIR}/${P}${MY_P_BETA}" - PREFIX="${D}" ./install.sh || die "install.sh failed" - - dodoc releasenotes.txt -} - -pkg_postinst() { - einfo - einfo "Documentation is available at http://www.shorewall.net" - einfo - elog "In order to use the Perl compiler you need to add" - elog "SHOREWALL_COMPILER=perl" - elog "to shorewall.conf unless you did not install the Shell compiler." - einfo - einfo "Please read the included release notes for more information." - einfo - einfo "Known problems:" - einfo "http://www1.shorewall.net/pub/${MY_PN}/${MY_PV_TREE}/${MY_P}/known_problems.txt" - einfo -} diff --git a/net-firewall/shorewall-perl/shorewall-perl-4.2.1.1.ebuild b/net-firewall/shorewall-perl/shorewall-perl-4.2.1.1.ebuild deleted file mode 100644 index cb642dfda659..000000000000 --- a/net-firewall/shorewall-perl/shorewall-perl-4.2.1.1.ebuild +++ /dev/null @@ -1,56 +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-perl/shorewall-perl-4.2.1.1.ebuild,v 1.1 2008/11/21 11:37:20 pva Exp $ - -inherit versionator - -# Select version (stable, RC, Beta, upstream patched): -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) # which shorewall-common to use - -MY_PN="${PN/-perl/}" -MY_P="${MY_PN}-${MY_PV_BASE}${MY_P_BETA}" - -DESCRIPTION="Shoreline Firewall Perl-based compiler that allows faster compilation and execution." -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" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" - -IUSE="" - -DEPEND="net-firewall/iptables - sys-apps/iproute2 - dev-lang/perl - !<net-firewall/shorewall-4.0" - -PDEPEND="=net-firewall/shorewall-common-${MY_PV_BASE}*" - -src_compile() { - einfo "Nothing to compile." -} - -src_install() { - cd "${WORKDIR}/${P}${MY_P_BETA}" - PREFIX="${D}" ./install.sh || die "install.sh failed" - - dodoc releasenotes.txt -} - -pkg_postinst() { - einfo - einfo "Documentation is available at http://www.shorewall.net" - einfo - elog "In order to use the Perl compiler you need to add" - elog "SHOREWALL_COMPILER=perl" - elog "to shorewall.conf unless you did not install the Shell compiler." - einfo - einfo "Please read the included release notes for more information." - einfo - einfo "Known problems:" - einfo "http://www1.shorewall.net/pub/${MY_PN}/${MY_PV_TREE}/${MY_P}/known_problems.txt" - einfo -} diff --git a/net-firewall/shorewall-shell/ChangeLog b/net-firewall/shorewall-shell/ChangeLog index e50313ff35af..58d1ce10fa59 100644 --- a/net-firewall/shorewall-shell/ChangeLog +++ b/net-firewall/shorewall-shell/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-firewall/shorewall-shell # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-shell/ChangeLog,v 1.22 2009/02/22 13:51:31 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-shell/ChangeLog,v 1.23 2009/02/28 18:44:45 pva Exp $ + + 28 Feb 2009; Peter Volkov <pva@gentoo.org> -shorewall-shell-4.0.12.ebuild, + -shorewall-shell-4.0.13.ebuild, -shorewall-shell-4.0.13.1.ebuild, + -shorewall-shell-4.0.14.1.ebuild, shorewall-shell-4.0.15.ebuild, + -shorewall-shell-4.2.0.ebuild, -shorewall-shell-4.2.1.ebuild: + Removed old, bug #256064. Fixed RDEPEND repoman warning. *shorewall-shell-4.2.6 (22 Feb 2009) diff --git a/net-firewall/shorewall-shell/shorewall-shell-4.0.12.ebuild b/net-firewall/shorewall-shell/shorewall-shell-4.0.12.ebuild deleted file mode 100644 index 6177078019c0..000000000000 --- a/net-firewall/shorewall-shell/shorewall-shell-4.0.12.ebuild +++ /dev/null @@ -1,54 +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-shell/shorewall-shell-4.0.12.ebuild,v 1.1 2008/07/05 20:37:14 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) # shorewall-common version to use (ignoring upstream "compatibility matrix" for now as it is not always updated at the same time as the software is released) - -MY_PN="${PN/-shell/}" -MY_P="${MY_PN}-${MY_PV_BASE}${MY_P_BETA}" - -DESCRIPTION="Shoreline Firewall shell-based compiler." -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" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -DEPEND="net-firewall/iptables - sys-apps/iproute2 - !<net-firewall/shorewall-4.0" - -PDEPEND="=net-firewall/shorewall-common-${MY_PV_BASE}*" - -src_compile() { - einfo "Nothing to compile." -} - -src_install() { - cd "${WORKDIR}/${P}${MY_P_BETA}" - PREFIX="${D}" ./install.sh || die "install.sh failed" - - dodoc releasenotes.txt -} - -pkg_postinst() { - einfo - einfo "Documentation is available at http://www.shorewall.net" - einfo - elog "In order to use the shell compiler you need to add" - elog "SHOREWALL_COMPILER=shell" - elog "to shorewall.conf unless you do not have the Perl compiler." - einfo - einfo "Please read the included release notes for more information." - einfo - einfo "Known problems:" - einfo "http://www1.shorewall.net/pub/${MY_PN}/${MY_PV_TREE}/${MY_P}/known_problems.txt" - einfo -} diff --git a/net-firewall/shorewall-shell/shorewall-shell-4.0.13.1.ebuild b/net-firewall/shorewall-shell/shorewall-shell-4.0.13.1.ebuild deleted file mode 100644 index e50977e04e6f..000000000000 --- a/net-firewall/shorewall-shell/shorewall-shell-4.0.13.1.ebuild +++ /dev/null @@ -1,54 +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-shell/shorewall-shell-4.0.13.1.ebuild,v 1.1 2008/09/15 13:22:09 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) # shorewall-common version to use (ignoring upstream "compatibility matrix" for now as it is not always updated at the same time as the software is released) - -MY_PN="${PN/-shell/}" -MY_P="${MY_PN}-${MY_PV_BASE}${MY_P_BETA}" - -DESCRIPTION="Shoreline Firewall shell-based compiler." -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" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -DEPEND="net-firewall/iptables - sys-apps/iproute2 - !<net-firewall/shorewall-4.0" - -PDEPEND="=net-firewall/shorewall-common-${MY_PV_BASE}*" - -src_compile() { - einfo "Nothing to compile." -} - -src_install() { - cd "${WORKDIR}/${P}${MY_P_BETA}" - PREFIX="${D}" ./install.sh || die "install.sh failed" - - dodoc releasenotes.txt -} - -pkg_postinst() { - einfo - einfo "Documentation is available at http://www.shorewall.net" - einfo - elog "In order to use the shell compiler you need to add" - elog "SHOREWALL_COMPILER=shell" - elog "to shorewall.conf unless you do not have the Perl compiler." - einfo - einfo "Please read the included release notes for more information." - einfo - einfo "Known problems:" - einfo "http://www1.shorewall.net/pub/${MY_PN}/${MY_PV_TREE}/${MY_P}/known_problems.txt" - einfo -} diff --git a/net-firewall/shorewall-shell/shorewall-shell-4.0.13.ebuild b/net-firewall/shorewall-shell/shorewall-shell-4.0.13.ebuild deleted file mode 100644 index d3ee7f374ea9..000000000000 --- a/net-firewall/shorewall-shell/shorewall-shell-4.0.13.ebuild +++ /dev/null @@ -1,54 +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-shell/shorewall-shell-4.0.13.ebuild,v 1.1 2008/08/07 00:33:51 jer 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) # shorewall-common version to use (ignoring upstream "compatibility matrix" for now as it is not always updated at the same time as the software is released) - -MY_PN="${PN/-shell/}" -MY_P="${MY_PN}-${MY_PV_BASE}${MY_P_BETA}" - -DESCRIPTION="Shoreline Firewall shell-based compiler." -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" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -DEPEND="net-firewall/iptables - sys-apps/iproute2 - !<net-firewall/shorewall-4.0" - -PDEPEND="=net-firewall/shorewall-common-${MY_PV_BASE}*" - -src_compile() { - einfo "Nothing to compile." -} - -src_install() { - cd "${WORKDIR}/${P}${MY_P_BETA}" - PREFIX="${D}" ./install.sh || die "install.sh failed" - - dodoc releasenotes.txt -} - -pkg_postinst() { - einfo - einfo "Documentation is available at http://www.shorewall.net" - einfo - elog "In order to use the shell compiler you need to add" - elog "SHOREWALL_COMPILER=shell" - elog "to shorewall.conf unless you do not have the Perl compiler." - einfo - einfo "Please read the included release notes for more information." - einfo - einfo "Known problems:" - einfo "http://www1.shorewall.net/pub/${MY_PN}/${MY_PV_TREE}/${MY_P}/known_problems.txt" - einfo -} diff --git a/net-firewall/shorewall-shell/shorewall-shell-4.0.14.1.ebuild b/net-firewall/shorewall-shell/shorewall-shell-4.0.14.1.ebuild deleted file mode 100644 index 49abb9c62b38..000000000000 --- a/net-firewall/shorewall-shell/shorewall-shell-4.0.14.1.ebuild +++ /dev/null @@ -1,54 +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-shell/shorewall-shell-4.0.14.1.ebuild,v 1.1 2008/11/21 11:33:37 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) # shorewall-common version to use (ignoring upstream "compatibility matrix" for now as it is not always updated at the same time as the software is released) - -MY_PN="${PN/-shell/}" -MY_P="${MY_PN}-${MY_PV_BASE}${MY_P_BETA}" - -DESCRIPTION="Shoreline Firewall shell-based compiler." -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" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -DEPEND="net-firewall/iptables - sys-apps/iproute2 - !<net-firewall/shorewall-4.0" - -PDEPEND="=net-firewall/shorewall-common-${MY_PV_BASE}*" - -src_compile() { - einfo "Nothing to compile." -} - -src_install() { - cd "${WORKDIR}/${P}${MY_P_BETA}" - PREFIX="${D}" ./install.sh || die "install.sh failed" - - dodoc releasenotes.txt -} - -pkg_postinst() { - einfo - einfo "Documentation is available at http://www.shorewall.net" - einfo - elog "In order to use the shell compiler you need to add" - elog "SHOREWALL_COMPILER=shell" - elog "to shorewall.conf unless you do not have the Perl compiler." - einfo - einfo "Please read the included release notes for more information." - einfo - einfo "Known problems:" - einfo "http://www1.shorewall.net/pub/${MY_PN}/${MY_PV_TREE}/${MY_P}/known_problems.txt" - einfo -} diff --git a/net-firewall/shorewall-shell/shorewall-shell-4.0.15.ebuild b/net-firewall/shorewall-shell/shorewall-shell-4.0.15.ebuild index c22ec1ecb31c..5dadfb550c80 100644 --- a/net-firewall/shorewall-shell/shorewall-shell-4.0.15.ebuild +++ b/net-firewall/shorewall-shell/shorewall-shell-4.0.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-shell/shorewall-shell-4.0.15.ebuild,v 1.1 2009/01/22 08:24:52 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-shell/shorewall-shell-4.0.15.ebuild,v 1.2 2009/02/28 18:44:45 pva Exp $ inherit versionator @@ -24,6 +24,7 @@ IUSE="" DEPEND="net-firewall/iptables sys-apps/iproute2 !<net-firewall/shorewall-4.0" +RDEPEND="${DEPEND}" PDEPEND="=net-firewall/shorewall-common-${MY_PV_BASE}*" diff --git a/net-firewall/shorewall-shell/shorewall-shell-4.2.0.ebuild b/net-firewall/shorewall-shell/shorewall-shell-4.2.0.ebuild deleted file mode 100644 index c77c4234e396..000000000000 --- a/net-firewall/shorewall-shell/shorewall-shell-4.2.0.ebuild +++ /dev/null @@ -1,54 +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-shell/shorewall-shell-4.2.0.ebuild,v 1.1 2008/10/30 19:48:14 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) # shorewall-common version to use (ignoring upstream "compatibility matrix" for now as it is not always updated at the same time as the software is released) - -MY_PN="${PN/-shell/}" -MY_P="${MY_PN}-${MY_PV_BASE}${MY_P_BETA}" - -DESCRIPTION="Shoreline Firewall shell-based compiler." -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" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -DEPEND="net-firewall/iptables - sys-apps/iproute2 - !<net-firewall/shorewall-4.0" - -PDEPEND="=net-firewall/shorewall-common-${MY_PV_BASE}*" - -src_compile() { - einfo "Nothing to compile." -} - -src_install() { - cd "${WORKDIR}/${P}${MY_P_BETA}" - PREFIX="${D}" ./install.sh || die "install.sh failed" - - dodoc releasenotes.txt -} - -pkg_postinst() { - einfo - einfo "Documentation is available at http://www.shorewall.net" - einfo - elog "In order to use the shell compiler you need to add" - elog "SHOREWALL_COMPILER=shell" - elog "to shorewall.conf unless you do not have the Perl compiler." - einfo - einfo "Please read the included release notes for more information." - einfo - einfo "Known problems:" - einfo "http://www1.shorewall.net/pub/${MY_PN}/${MY_PV_TREE}/${MY_P}/known_problems.txt" - einfo -} diff --git a/net-firewall/shorewall-shell/shorewall-shell-4.2.1.ebuild b/net-firewall/shorewall-shell/shorewall-shell-4.2.1.ebuild deleted file mode 100644 index 98563d34144c..000000000000 --- a/net-firewall/shorewall-shell/shorewall-shell-4.2.1.ebuild +++ /dev/null @@ -1,54 +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-shell/shorewall-shell-4.2.1.ebuild,v 1.1 2008/11/21 11:33:37 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) # shorewall-common version to use (ignoring upstream "compatibility matrix" for now as it is not always updated at the same time as the software is released) - -MY_PN="${PN/-shell/}" -MY_P="${MY_PN}-${MY_PV_BASE}${MY_P_BETA}" - -DESCRIPTION="Shoreline Firewall shell-based compiler." -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" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -DEPEND="net-firewall/iptables - sys-apps/iproute2 - !<net-firewall/shorewall-4.0" - -PDEPEND="=net-firewall/shorewall-common-${MY_PV_BASE}*" - -src_compile() { - einfo "Nothing to compile." -} - -src_install() { - cd "${WORKDIR}/${P}${MY_P_BETA}" - PREFIX="${D}" ./install.sh || die "install.sh failed" - - dodoc releasenotes.txt -} - -pkg_postinst() { - einfo - einfo "Documentation is available at http://www.shorewall.net" - einfo - elog "In order to use the shell compiler you need to add" - elog "SHOREWALL_COMPILER=shell" - elog "to shorewall.conf unless you do not have the Perl compiler." - einfo - einfo "Please read the included release notes for more information." - einfo - einfo "Known problems:" - einfo "http://www1.shorewall.net/pub/${MY_PN}/${MY_PV_TREE}/${MY_P}/known_problems.txt" - einfo -} diff --git a/net-firewall/shorewall/Manifest b/net-firewall/shorewall/Manifest index 503252d91bb1..89f5f4ae7e3a 100644 --- a/net-firewall/shorewall/Manifest +++ b/net-firewall/shorewall/Manifest @@ -1,21 +1,8 @@ AUX shorewall-r1 1147 RMD160 897f5f7630755747cc751f51661f9f8495e44a79 SHA1 064982a33904df1280522332e937b388b599a9f7 SHA256 3669df99e1d9dee5633195befa423e32415a5c893cac80a3ca749e97b57dfcc3 AUX shorewall-r2 1812 RMD160 73672d6c34a14277b68e882f86158d09daa4a282 SHA1 929b2b6256a9776a6a88b613b50ea9879f98e938 SHA256 2936b7fcf96c5411d7cd5c0aa951664b840dfecd1bb8d369e10621a0d89a320e -DIST shorewall-3.0.8.tgz 205265 RMD160 0da7fce8a09fb4d8a420f456488fc2789b9d9e57 SHA1 ba5ebca6be6a115d1c7eafd7126a046198c7291b SHA256 5750f7e972b2633809dd4d999a9964fd3d50e5ec8a9116e45d0b017be2ca2b1b -DIST shorewall-3.2.9.tgz 238364 RMD160 86dedcf04fc2fa7939932de14e4b1bb9e7c216e0 SHA1 91fbce71da77a2898ddf99be20abc6e88868a05e SHA256 13b5a6b88c0bf8e995d5ea8faef010921b40d36f339e7e192e14746db8428d3a -DIST shorewall-3.4.6.tgz 227918 RMD160 4e02b7294e543c1e381dd717431c35a720188e56 SHA1 8fb4b0a78fa5bdbc13627fdaa0b9c5ccb2113f2a SHA256 c652bd3d4c4287c5d2b1379148f9c9d18544092843c359c45ab9d7e0ad5361c1 -DIST shorewall-3.4.7.tgz 231457 RMD160 9814c6e7f304d7dfaee9d482f8bba8203d79a2ec SHA1 b48f04ddfa99d37d2fc540ebe89e7e4c64316508 SHA256 51c895b04c6599dbd615d5e9b27233d5192448096835a82a8bcd93b43da1c64a DIST shorewall-3.4.8.tgz 233145 RMD160 e4909d0c212b2f2ea0afad32c0e7443e12162f42 SHA1 988a9894c9bda6f6ade8970ec6a0c8143109e9c5 SHA256 1ee8b828ae1fb128fe45042feea82f6075bafbec926c3594e40bd0973e6a803a -DIST shorewall-docs-html-3.0.8.tgz 3695934 RMD160 fbe28701867e890fb0cfc516657da90b12ec26f6 SHA1 558ea13243bd91db26c75df277c26f47d3fb80f6 SHA256 a6520eb2ae61baf80dfe98cade90de11f90525c76c0e63baa6ec5644499fd3df -DIST shorewall-docs-html-3.2.9.tgz 2102819 RMD160 43aeb4503a82bd3e7d5dc383fd4fd6ae37307a44 SHA1 8634390084d9aba6cc56c29edec2f2af4a18e818 SHA256 e68fe721b018b73091fd3a9eab8d14088461164929105b39476015853feac054 -DIST shorewall-docs-html-3.4.6.tgz 2329108 RMD160 ffc685d26978c2b9120a93297435a0879fa9dd0d SHA1 f65641e3f720cd0d9ff707a0f7093f7b201f198f SHA256 16ddf51915b2e1f200cf03ffdf7353af9c0065bcc8d7b9dad68ee37b8c4ade8d -DIST shorewall-docs-html-3.4.7.tgz 2329818 RMD160 3378c0b1506cdfe22fd73619ecaf38a0b397f572 SHA1 e9801fc520b1c979fe071cf553e3f3d767f176f8 SHA256 a45f02804cb4b352217896eb8292c94b31ae82f201fcfb1d006d950e127b3e47 DIST shorewall-docs-html-3.4.8.tgz 2329594 RMD160 d76528bad1e6d5b3d90d323a48eaa966040d4712 SHA1 520ed50705d28d11048e070fe692727effc793d1 SHA256 df4a704e10948a004e5c9a0a456935c746dbf992aadae0f16ebb7044170668d5 -EBUILD shorewall-3.0.8.ebuild 2206 RMD160 41c46a3dd10a3852d8c28101f037bcaf8d460da4 SHA1 d063f76cf0d86186baebbe2579a2808b4d92e6d1 SHA256 bc7cc68b2b49a7fcaf56ef484cbfd01bd0c5113ba585d6747ce97207c833dfd6 -EBUILD shorewall-3.2.9.ebuild 3558 RMD160 6cf0d0cc5e7cb587be6a13d8a7fc4e1199faa512 SHA1 5431ce62bb00a0c84c6d3cbf5a3896af79a5550c SHA256 e9a4dbd0563b861fa999a2fc0980fd1abca539b30c2fba06f5b48d79326dc436 -EBUILD shorewall-3.4.6.ebuild 4223 RMD160 d422b731620cd1f5dfdd36eee5df7536db2065e3 SHA1 becbf947d0aa2a389303ad550a0cc9585b22e1f2 SHA256 401d539462e68bc97458fc5b9c8dad87b6870348c4ff1fde88fe310009dfec7b -EBUILD shorewall-3.4.7.ebuild 4225 RMD160 bb00cc40f1004a57afa111e79999831edb0019ef SHA1 a4bee60a1481169ecd3ad877a96df3167272109c SHA256 2e024e5c2d163b88be5641fab7a9bc1ec438cb5dc61a4243c05011311fcf46da -EBUILD shorewall-3.4.8.ebuild 4226 RMD160 e22e539a49249694a80c26fabbdfee2a2c6e80be SHA1 229e5d6c2e202c6e779731497858458715567cba SHA256 bc5e00f2967997d5ec4a34f50dde108eae5efec8a22e3eaeeff45552f9dd9928 +EBUILD shorewall-3.4.8.ebuild 4242 RMD160 07d4e9a6803356f6883c535bbdb7133ee3465c3a SHA1 dc4137ba09bc57d92385211d71a1025df3eb73c9 SHA256 5867d519b6a2b23063a3f08bdba7ee67c736474020fe52a6099454e96386fd84 EBUILD shorewall-4.0-r1.ebuild 1131 RMD160 62c212c2ac9c3f156dcbed812c88bf77bcd111cf SHA1 be9971b39ed79603e6504a8dc3a672230fbdc947 SHA256 4623eee8425cc6f80814a97930023ea01d8943e875cbb5622408504c7d2de1fe -EBUILD shorewall-4.0.ebuild 925 RMD160 d3092c2cfa7c6aa5e137576f12f6909ddcc8d4b4 SHA1 b3c98f32a52472fa8f84b5f9ec820cd5c4db1145 SHA256 d27b5dc37b12ee4029f4ff54d2f69e9af770e450274428abfa2115ecbcf9f64b -MISC ChangeLog 23003 RMD160 37ae37a5337246bb188b555e17828b5753a41a30 SHA1 b37c3e19fbd302b7c2aafc21f10494c5389db385 SHA256 61518975415e7fae93da462aeb720fcf38afcd3041e5f8685aa8fc06948ce693 +MISC ChangeLog 23242 RMD160 f8bbae43dc87576c702eb8889c83953460b34794 SHA1 4fc2db263415b06c13547e01c61d4db61f707c3d SHA256 ea127ef9ecc8d61751758909a9d8bd2b49a9a6da3af09b8dc80fe3f8bac84bf6 MISC metadata.xml 306 RMD160 90a3e8c5e062df3f9292505b62d82b831bcaa1bd SHA1 47b37ae73a7a7bbf2f99307edaa7fed6fe77a799 SHA256 7f2b854d54b12215f518f9d8101dbe766e69976639f42caa2bd16e95739ae0e9 |