summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2008-10-05 11:02:13 +0000
committerPeter Volkov <pva@gentoo.org>2008-10-05 11:02:13 +0000
commit7715d4af24da76819a44ea023844d5dbbf529977 (patch)
tree537d89a1122cdcee35bba9a236d5c3e5938bbf40 /net-firewall/shorewall-shell
parentForgot to update ChangeLog, now doing that. (diff)
downloadgentoo-2-7715d4af24da76819a44ea023844d5dbbf529977.tar.gz
gentoo-2-7715d4af24da76819a44ea023844d5dbbf529977.tar.bz2
gentoo-2-7715d4af24da76819a44ea023844d5dbbf529977.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-shell')
-rw-r--r--net-firewall/shorewall-shell/ChangeLog8
-rw-r--r--net-firewall/shorewall-shell/shorewall-shell-4.0.10.ebuild54
-rw-r--r--net-firewall/shorewall-shell/shorewall-shell-4.0.11.ebuild54
-rw-r--r--net-firewall/shorewall-shell/shorewall-shell-4.0.3.ebuild52
-rw-r--r--net-firewall/shorewall-shell/shorewall-shell-4.0.8.ebuild52
-rw-r--r--net-firewall/shorewall-shell/shorewall-shell-4.0.9.1.ebuild53
-rw-r--r--net-firewall/shorewall-shell/shorewall-shell-4.0.9.ebuild51
7 files changed, 7 insertions, 317 deletions
diff --git a/net-firewall/shorewall-shell/ChangeLog b/net-firewall/shorewall-shell/ChangeLog
index 65308218a1d8..51710a679be4 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-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-shell/ChangeLog,v 1.17 2008/09/15 13:22:09 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-shell/ChangeLog,v 1.18 2008/10/05 11:02:12 pva Exp $
+
+ 05 Oct 2008; Peter Volkov <pva@gentoo.org> -shorewall-shell-4.0.3.ebuild,
+ -shorewall-shell-4.0.8.ebuild, -shorewall-shell-4.0.9.ebuild,
+ -shorewall-shell-4.0.9.1.ebuild, -shorewall-shell-4.0.10.ebuild,
+ -shorewall-shell-4.0.11.ebuild:
+ Cleaning old versions, bug #239354, thank Vieri for maintainance.
*shorewall-shell-4.0.13.1 (15 Sep 2008)
diff --git a/net-firewall/shorewall-shell/shorewall-shell-4.0.10.ebuild b/net-firewall/shorewall-shell/shorewall-shell-4.0.10.ebuild
deleted file mode 100644
index b3d92abf2657..000000000000
--- a/net-firewall/shorewall-shell/shorewall-shell-4.0.10.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.10.ebuild,v 1.2 2008/05/04 13:10:12 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.11.ebuild b/net-firewall/shorewall-shell/shorewall-shell-4.0.11.ebuild
deleted file mode 100644
index 171c21411653..000000000000
--- a/net-firewall/shorewall-shell/shorewall-shell-4.0.11.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.11.ebuild,v 1.1 2008/05/21 18:05:25 jokey Exp $
-
-inherit versionator
-
-# Select version (stable, RC, Beta):
-MY_PV_TREE=$(get_version_component_range 1-2) # for devel versions use "development/$(get_version_component_range 1-2)"
-MY_P_BETA="" # stable or experimental (eg. "-RC1" or "-Beta4")
-MY_PV_BASE=$(get_version_component_range 1-3) # 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.3.ebuild b/net-firewall/shorewall-shell/shorewall-shell-4.0.3.ebuild
deleted file mode 100644
index a0e78a2c679e..000000000000
--- a/net-firewall/shorewall-shell/shorewall-shell-4.0.3.ebuild
+++ /dev/null
@@ -1,52 +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-shell/shorewall-shell-4.0.3.ebuild,v 1.6 2007/09/14 11:44:04 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 shell-based compiler."
-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="~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-${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 shell compiler you need to add"
- einfo "SHOREWALL_COMPILER=shell"
- 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-shell/shorewall-shell-4.0.8.ebuild b/net-firewall/shorewall-shell/shorewall-shell-4.0.8.ebuild
deleted file mode 100644
index 5aaa89ebb89b..000000000000
--- a/net-firewall/shorewall-shell/shorewall-shell-4.0.8.ebuild
+++ /dev/null
@@ -1,52 +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.8.ebuild,v 1.1 2008/01/27 19:21:29 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 shell-based compiler."
-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="~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-${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 shell compiler you need to add"
- einfo "SHOREWALL_COMPILER=shell"
- 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-shell/shorewall-shell-4.0.9.1.ebuild b/net-firewall/shorewall-shell/shorewall-shell-4.0.9.1.ebuild
deleted file mode 100644
index a127215be5dc..000000000000
--- a/net-firewall/shorewall-shell/shorewall-shell-4.0.9.1.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-shell/shorewall-shell-4.0.9.1.ebuild,v 1.1 2008/03/04 16:26:48 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_P="shorewall-${MY_PV_BASE}"
-
-DESCRIPTION="Shoreline Firewall shell-based compiler."
-HOMEPAGE="http://www.shorewall.net/"
-SRC_URI="http://www1.shorewall.net/pub/shorewall/${MY_PV_TREE}/${MY_P}${MY_P_BETA}/${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/shorewall/${MY_PV_TREE}/${MY_P}${MY_P_BETA}/known_problems.txt"
- einfo
-}
diff --git a/net-firewall/shorewall-shell/shorewall-shell-4.0.9.ebuild b/net-firewall/shorewall-shell/shorewall-shell-4.0.9.ebuild
deleted file mode 100644
index 6742056d13de..000000000000
--- a/net-firewall/shorewall-shell/shorewall-shell-4.0.9.ebuild
+++ /dev/null
@@ -1,51 +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.9.ebuild,v 1.2 2008/02/25 18:11:55 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 shell-based compiler."
-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="~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-${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 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/shorewall/${MY_P_TREE}/${MY_P}${MY_P_BETA}/known_problems.txt"
- einfo
-}