diff options
author | 2007-09-06 11:08:44 +0000 | |
---|---|---|
committer | 2007-09-06 11:08:44 +0000 | |
commit | 142c2798f9b42d1e3624ea64c631bbbb09a3b2f0 (patch) | |
tree | 0b09ac9e949db9dad2ea68245a9349859b42cd53 /net-firewall | |
parent | gawk isn't always in /bin (diff) | |
download | gentoo-2-142c2798f9b42d1e3624ea64c631bbbb09a3b2f0.tar.gz gentoo-2-142c2798f9b42d1e3624ea64c631bbbb09a3b2f0.tar.bz2 gentoo-2-142c2798f9b42d1e3624ea64c631bbbb09a3b2f0.zip |
Initial import of shorewall 4.x series wrt bug #174588 thanks to Vieri
(Portage version: 2.1.3.7)
Diffstat (limited to 'net-firewall')
5 files changed, 63 insertions, 45 deletions
diff --git a/net-firewall/shorewall-perl/ChangeLog b/net-firewall/shorewall-perl/ChangeLog index 1cc1e72c1a74..c6026d8c787a 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-perl/ChangeLog,v 1.2 2007/05/06 10:02:55 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-perl/ChangeLog,v 1.3 2007/09/06 11:08:44 jokey Exp $ + +*shorewall-perl-4.0.3 (06 Sep 2007) + + 06 Sep 2007; Markus Ullmann <jokey@gentoo.org> + -shorewall-perl-3.9.0.ebuild, +shorewall-perl-4.0.3.ebuild: + Initial import of shorewall 4.x series wrt bug #174588 thanks to Vieri 06 May 2007; Marius Mauch <genone@gentoo.org> shorewall-perl-3.9.0.ebuild: Replacing einfo with elog diff --git a/net-firewall/shorewall-perl/files/digest-shorewall-perl-3.9.0 b/net-firewall/shorewall-perl/files/digest-shorewall-perl-3.9.0 deleted file mode 100644 index b2afe685d621..000000000000 --- a/net-firewall/shorewall-perl/files/digest-shorewall-perl-3.9.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 85e97b80633126481f71e4c436cf73ae shorewall-perl-3.9.0.tgz 74386 -RMD160 8eee82d3095f3e02475b651f9b2db5065716d889 shorewall-perl-3.9.0.tgz 74386 -SHA256 b88ae8d577d7050f4518710c7ed61ad7435deee9d167f2ecdff36370a771f65c shorewall-perl-3.9.0.tgz 74386 diff --git a/net-firewall/shorewall-perl/files/digest-shorewall-perl-4.0.3 b/net-firewall/shorewall-perl/files/digest-shorewall-perl-4.0.3 new file mode 100644 index 000000000000..53196a5ef581 --- /dev/null +++ b/net-firewall/shorewall-perl/files/digest-shorewall-perl-4.0.3 @@ -0,0 +1,3 @@ +MD5 b747981a41ec361e5d90a018e7ebf8c3 shorewall-perl-4.0.3.tar.bz2 99921 +RMD160 ed31806ece9e0112720b7e6aa89b92425d1ae4c9 shorewall-perl-4.0.3.tar.bz2 99921 +SHA256 47b8f8ed39d6654504c6ac5220d17347f64b0496a0e18acfb7a3a5967802127c shorewall-perl-4.0.3.tar.bz2 99921 diff --git a/net-firewall/shorewall-perl/shorewall-perl-3.9.0.ebuild b/net-firewall/shorewall-perl/shorewall-perl-3.9.0.ebuild deleted file mode 100644 index 6684dade8390..000000000000 --- a/net-firewall/shorewall-perl/shorewall-perl-3.9.0.ebuild +++ /dev/null @@ -1,41 +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-perl/shorewall-perl-3.9.0.ebuild,v 1.2 2007/05/06 10:02:55 genone Exp $ - -DESCRIPTION="Shoreline Firewall Perl-based compiler that allows faster compilation and execution." -HOMEPAGE="http://www.shorewall.net/" -SRC_URI="http://www1.shorewall.net/pub/shorewall/development/3.9/${P}/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="net-firewall/iptables - sys-apps/iproute2 - dev-lang/perl - >=net-firewall/shorewall-3.4.2" - -src_compile() { - einfo "Nothing to compile." -} - -src_install() { - PREFIX="${D}" ./install.sh || die "install.sh failed" - - dodoc releasenotes.txt -} - -pkg_postinst() { - elog - elog "Documentation is available at http://www.shorewall.net" - elog - elog "In order to use the Perl compiler you need to add" - elog "SHOREWALL_COMPILER=perl" - elog "to shorewall.conf" - elog - elog "Please read the included release notes for more information." - elog - elog "Known problems:" - elog "http://www1.shorewall.net/pub/shorewall/development/3.9/${P}/known_problems.txt" -} diff --git a/net-firewall/shorewall-perl/shorewall-perl-4.0.3.ebuild b/net-firewall/shorewall-perl/shorewall-perl-4.0.3.ebuild new file mode 100644 index 000000000000..d5a8b6def7d0 --- /dev/null +++ b/net-firewall/shorewall-perl/shorewall-perl-4.0.3.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2007 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.3.ebuild,v 1.1 2007/09/06 11:08:44 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="shorewall-${PV}" + +DESCRIPTION="Shoreline Firewall Perl-based compiler that allows faster compilation and execution." +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" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="net-firewall/iptables + sys-apps/iproute2 + dev-lang/perl + !<net-firewall/shorewall-4.0.0" + +PDEPEND="~net-firewall/shorewall-common-${PV}" + +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 + einfo "In order to use the Perl compiler you need to add" + einfo "SHOREWALL_COMPILER=perl" + einfo "to shorewall.conf" + einfo + einfo "Please read the included release notes for more information." + einfo + einfo "Known problems:" + einfo "http://www1.shorewall.net/pub/shorewall/${MY_P_TREE}/${MY_P}${MY_P_BETA}/known_problems.txt" + einfo +} |