summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2009-02-28 18:44:45 +0000
committerPeter Volkov <pva@gentoo.org>2009-02-28 18:44:45 +0000
commit66e11f0e3aa8652c4a1812686b278069cd28a6c6 (patch)
treef3fdc91d2890c15672feff94ba674e577c94374a /net-firewall
parentRemoved old, bug #256064. Fixed RDEPEND repoman warning. (diff)
downloadgentoo-2-66e11f0e3aa8652c4a1812686b278069cd28a6c6.tar.gz
gentoo-2-66e11f0e3aa8652c4a1812686b278069cd28a6c6.tar.bz2
gentoo-2-66e11f0e3aa8652c4a1812686b278069cd28a6c6.zip
Removed old, bug #256064. Fixed RDEPEND repoman warning.
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'net-firewall')
-rw-r--r--net-firewall/shorewall-shell/ChangeLog8
-rw-r--r--net-firewall/shorewall-shell/shorewall-shell-4.0.12.ebuild54
-rw-r--r--net-firewall/shorewall-shell/shorewall-shell-4.0.13.1.ebuild54
-rw-r--r--net-firewall/shorewall-shell/shorewall-shell-4.0.13.ebuild54
-rw-r--r--net-firewall/shorewall-shell/shorewall-shell-4.0.14.1.ebuild54
-rw-r--r--net-firewall/shorewall-shell/shorewall-shell-4.0.15.ebuild3
-rw-r--r--net-firewall/shorewall-shell/shorewall-shell-4.2.0.ebuild54
-rw-r--r--net-firewall/shorewall-shell/shorewall-shell-4.2.1.ebuild54
8 files changed, 9 insertions, 326 deletions
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
-}