Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-firewall/shorewall: ChangeLog shorewall-4.0-r1.ebuild
Date: Mon, 25 Feb 2008 18:03:28
Message-Id: E1JThfh-0000ua-OS@stork.gentoo.org
1 pva 08/02/25 18:03:25
2
3 Modified: ChangeLog
4 Added: shorewall-4.0-r1.ebuild
5 Log:
6 Don't depend on shorewall-shell by default, bug #211321, thank you Stefan Wimmer for report and Vieri for the fix.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.157 net-firewall/shorewall/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/shorewall/ChangeLog?rev=1.157&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/shorewall/ChangeLog?rev=1.157&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/shorewall/ChangeLog?r1=1.156&r2=1.157
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-firewall/shorewall/ChangeLog,v
19 retrieving revision 1.156
20 retrieving revision 1.157
21 diff -u -r1.156 -r1.157
22 --- ChangeLog 25 Feb 2008 14:56:18 -0000 1.156
23 +++ ChangeLog 25 Feb 2008 18:03:25 -0000 1.157
24 @@ -1,6 +1,12 @@
25 # ChangeLog for net-firewall/shorewall
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/ChangeLog,v 1.156 2008/02/25 14:56:18 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/ChangeLog,v 1.157 2008/02/25 18:03:25 pva Exp $
29 +
30 +*shorewall-4.0-r1 (25 Feb 2008)
31 +
32 + 25 Feb 2008; <pva@g.o> +shorewall-4.0-r1.ebuild:
33 + Don't depend on shorewall-shell by default, bug #211321, thank you Stefan
34 + Wimmer for report and Vieri for the fix.
35
36 25 Feb 2008; Jeroen Roovers <jer@g.o> shorewall-3.4.7.ebuild:
37 Stable for HPPA (bug #210902).
38
39
40
41 1.1 net-firewall/shorewall/shorewall-4.0-r1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/shorewall/shorewall-4.0-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/shorewall/shorewall-4.0-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: shorewall-4.0-r1.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-4.0-r1.ebuild,v 1.1 2008/02/25 18:03:25 pva Exp $
51
52 inherit eutils
53
54 DESCRIPTION="Shoreline Firewall is an iptables-based firewall for Linux."
55 HOMEPAGE="http://www.shorewall.net/"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
60 IUSE=""
61
62 RDEPEND=">=net-firewall/shorewall-common-${PV}"
63
64 pkg_setup() {
65 ewarn "Shorewall as such has been removed and split into three packages:"
66 ewarn "shorewall-common, shorewall-shell and shorewall-perl."
67 ewarn "From now on you should emerge shorewall-shell and/or shorewall-perl."
68 ewarn ""
69 ewarn "If you are upgrading from <${P} and you wish to continue using the"
70 ewarn "shell compiler then you should emerge shorewall-shell. If you decide"
71 ewarn "to move to the perl compiler then you can also emerge shorewall-perl"
72 ewarn "and specify the compiler type in shorewall.conf."
73 ewarn "If this is a new installation then you can emerge shorewall-shell"
74 ewarn "and/or shorewall-perl."
75 }
76
77
78
79 --
80 gentoo-commits@l.g.o mailing list