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-perl: ChangeLog shorewall-perl-4.0.9-r1.ebuild
Date: Wed, 27 Feb 2008 15:40:11
Message-Id: E1JUOO8-0002ND-9x@stork.gentoo.org
1 pva 08/02/27 15:40:08
2
3 Modified: ChangeLog
4 Added: shorewall-perl-4.0.9-r1.ebuild
5 Log:
6 Updating patch level to fix bridging issues, bug #211585, reported Stefan Wimmer, fixed by Vieri.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.13 net-firewall/shorewall-perl/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/shorewall-perl/ChangeLog?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/shorewall-perl/ChangeLog?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/shorewall-perl/ChangeLog?r1=1.12&r2=1.13
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-firewall/shorewall-perl/ChangeLog,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- ChangeLog 25 Feb 2008 18:10:27 -0000 1.12
23 +++ ChangeLog 27 Feb 2008 15:40:07 -0000 1.13
24 @@ -1,6 +1,12 @@
25 # ChangeLog for net-firewall/shorewall-perl
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-perl/ChangeLog,v 1.12 2008/02/25 18:10:27 pva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-perl/ChangeLog,v 1.13 2008/02/27 15:40:07 pva Exp $
29 +
30 +*shorewall-perl-4.0.9-r1 (27 Feb 2008)
31 +
32 + 27 Feb 2008; <pva@g.o> +shorewall-perl-4.0.9-r1.ebuild:
33 + Updating patch level to fix bridging issues, bug #211585, reported Stefan
34 + Wimmer, fixed by Vieri.
35
36 25 Feb 2008; <pva@g.o> shorewall-perl-4.0.9.ebuild:
37 Don't depend on shorewall-shell by default, bug #211321, thank you Stefan
38
39
40
41 1.1 net-firewall/shorewall-perl/shorewall-perl-4.0.9-r1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/shorewall-perl/shorewall-perl-4.0.9-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/shorewall-perl/shorewall-perl-4.0.9-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: shorewall-perl-4.0.9-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-perl/shorewall-perl-4.0.9-r1.ebuild,v 1.1 2008/02/27 15:40:07 pva Exp $
51
52 # Select version (stable, RC, Beta, upstream patched):
53 MY_P_TREE="4.0" # stable/devel (eg. "4.0" or "development/4.0")
54 MY_P_BETA="" # stable or experimental (eg. "-RC1" or "-Beta4")
55 MY_P_PATCH=".1" # upstream patch (eg. ".2")
56
57 MY_P="shorewall-${PV}"
58
59 DESCRIPTION="Shoreline Firewall Perl-based compiler that allows faster compilation and execution."
60 HOMEPAGE="http://www.shorewall.net/"
61 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"
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
66
67 IUSE=""
68
69 DEPEND="net-firewall/iptables
70 sys-apps/iproute2
71 dev-lang/perl
72 !<net-firewall/shorewall-4.0"
73
74 PDEPEND="~net-firewall/shorewall-common-${PV}"
75
76 src_compile() {
77 einfo "Nothing to compile."
78 }
79
80 src_install() {
81 cd "${WORKDIR}/${P}${MY_P_PATCH}${MY_P_BETA}"
82 PREFIX="${D}" ./install.sh || die "install.sh failed"
83
84 dodoc releasenotes.txt
85 }
86
87 pkg_postinst() {
88 einfo
89 einfo "Documentation is available at http://www.shorewall.net"
90 einfo
91 elog "In order to use the Perl compiler you need to add"
92 elog "SHOREWALL_COMPILER=perl"
93 elog "to shorewall.conf unless you did not install the Shell compiler."
94 einfo
95 einfo "Please read the included release notes for more information."
96 einfo
97 einfo "Known problems:"
98 einfo "http://www1.shorewall.net/pub/shorewall/${MY_P_TREE}/${MY_P}${MY_P_BETA}/known_problems.txt"
99 einfo
100 }
101
102
103
104 --
105 gentoo-commits@l.g.o mailing list