summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2008-10-05 10:58:18 +0000
committerPeter Volkov <pva@gentoo.org>2008-10-05 10:58:18 +0000
commit84f3e23ed7b14bdaecfffdde12cbf9e9499c3ac2 (patch)
tree5d6c8d6b13b5a5c478709a4eb83b9f432dab4c83 /net-firewall/shorewall-perl
parentCleaning old versions, bug #239354, thank Vieri for maintainance. (diff)
downloadgentoo-2-84f3e23ed7b14bdaecfffdde12cbf9e9499c3ac2.tar.gz
gentoo-2-84f3e23ed7b14bdaecfffdde12cbf9e9499c3ac2.tar.bz2
gentoo-2-84f3e23ed7b14bdaecfffdde12cbf9e9499c3ac2.zip
Cleaning old versions, bug #239354, thank Vieri for maintainance.
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 i686)
Diffstat (limited to 'net-firewall/shorewall-perl')
-rw-r--r--net-firewall/shorewall-perl/ChangeLog8
-rw-r--r--net-firewall/shorewall-perl/shorewall-perl-4.0.10.1.ebuild56
-rw-r--r--net-firewall/shorewall-perl/shorewall-perl-4.0.10.ebuild56
-rw-r--r--net-firewall/shorewall-perl/shorewall-perl-4.0.11.ebuild56
-rw-r--r--net-firewall/shorewall-perl/shorewall-perl-4.0.3.ebuild53
-rw-r--r--net-firewall/shorewall-perl/shorewall-perl-4.0.8.ebuild53
-rw-r--r--net-firewall/shorewall-perl/shorewall-perl-4.0.9-r1.ebuild53
-rw-r--r--net-firewall/shorewall-perl/shorewall-perl-4.0.9.ebuild53
8 files changed, 7 insertions, 381 deletions
diff --git a/net-firewall/shorewall-perl/ChangeLog b/net-firewall/shorewall-perl/ChangeLog
index 53bef891a12f..909079549061 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-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-perl/ChangeLog,v 1.18 2008/08/07 00:33:21 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-perl/ChangeLog,v 1.19 2008/10/05 10:58:18 pva Exp $
+
+ 05 Oct 2008; Peter Volkov <pva@gentoo.org> -shorewall-perl-4.0.3.ebuild,
+ -shorewall-perl-4.0.8.ebuild, -shorewall-perl-4.0.9.ebuild,
+ -shorewall-perl-4.0.9-r1.ebuild, -shorewall-perl-4.0.10.ebuild,
+ -shorewall-perl-4.0.10.1.ebuild, -shorewall-perl-4.0.11.ebuild:
+ Cleaning old versions, bug #239354, thank Vieri for maintainance.
*shorewall-perl-4.0.13 (07 Aug 2008)
diff --git a/net-firewall/shorewall-perl/shorewall-perl-4.0.10.1.ebuild b/net-firewall/shorewall-perl/shorewall-perl-4.0.10.1.ebuild
deleted file mode 100644
index 24581b19f98d..000000000000
--- a/net-firewall/shorewall-perl/shorewall-perl-4.0.10.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.10.1.ebuild,v 1.1 2008/05/04 13:07:28 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.10.ebuild b/net-firewall/shorewall-perl/shorewall-perl-4.0.10.ebuild
deleted file mode 100644
index dc7fc16e28d9..000000000000
--- a/net-firewall/shorewall-perl/shorewall-perl-4.0.10.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.10.ebuild,v 1.1 2008/04/01 05:10:09 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.11.ebuild b/net-firewall/shorewall-perl/shorewall-perl-4.0.11.ebuild
deleted file mode 100644
index 4ab4301ee1c9..000000000000
--- a/net-firewall/shorewall-perl/shorewall-perl-4.0.11.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.11.ebuild,v 1.1 2008/05/21 18:04:54 jokey 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.3.ebuild b/net-firewall/shorewall-perl/shorewall-perl-4.0.3.ebuild
deleted file mode 100644
index 07d5dc00f3a3..000000000000
--- a/net-firewall/shorewall-perl/shorewall-perl-4.0.3.ebuild
+++ /dev/null
@@ -1,53 +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-4.0.3.ebuild,v 1.6 2007/09/14 12:07:53 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="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 ~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-${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
-}
diff --git a/net-firewall/shorewall-perl/shorewall-perl-4.0.8.ebuild b/net-firewall/shorewall-perl/shorewall-perl-4.0.8.ebuild
deleted file mode 100644
index a8f4c258c41e..000000000000
--- a/net-firewall/shorewall-perl/shorewall-perl-4.0.8.ebuild
+++ /dev/null
@@ -1,53 +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.8.ebuild,v 1.1 2008/01/27 19:21:00 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 ~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-${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
-}
diff --git a/net-firewall/shorewall-perl/shorewall-perl-4.0.9-r1.ebuild b/net-firewall/shorewall-perl/shorewall-perl-4.0.9-r1.ebuild
deleted file mode 100644
index 2557ef7339f1..000000000000
--- a/net-firewall/shorewall-perl/shorewall-perl-4.0.9-r1.ebuild
+++ /dev/null
@@ -1,53 +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.9-r1.ebuild,v 1.1 2008/02/27 15:40:07 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=".1" # upstream patch (eg. ".2")
-
-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_PATCH}${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-${PV}"
-
-src_compile() {
- einfo "Nothing to compile."
-}
-
-src_install() {
- cd "${WORKDIR}/${P}${MY_P_PATCH}${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/shorewall/${MY_P_TREE}/${MY_P}${MY_P_BETA}/known_problems.txt"
- einfo
-}
diff --git a/net-firewall/shorewall-perl/shorewall-perl-4.0.9.ebuild b/net-firewall/shorewall-perl/shorewall-perl-4.0.9.ebuild
deleted file mode 100644
index 055f044a8b32..000000000000
--- a/net-firewall/shorewall-perl/shorewall-perl-4.0.9.ebuild
+++ /dev/null
@@ -1,53 +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.9.ebuild,v 1.2 2008/02/25 18:10:27 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="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_PATCH}${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-${PV}"
-
-src_compile() {
- einfo "Nothing to compile."
-}
-
-src_install() {
- cd "${WORKDIR}/${P}${MY_P_PATCH}${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/shorewall/${MY_P_TREE}/${MY_P}${MY_P_BETA}/known_problems.txt"
- einfo
-}