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-shell: ChangeLog shorewall-shell-4.0.9.ebuild
Date: Sun, 24 Feb 2008 18:45:40
Message-Id: E1JTLqz-0007B4-Bw@stork.gentoo.org
1 pva 08/02/24 18:45:37
2
3 Modified: ChangeLog
4 Added: shorewall-shell-4.0.9.ebuild
5 Log:
6 Version bump, bug 211191. Thank Vieri <rentorbuy AT yahoo.com> for all work!
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.9 net-firewall/shorewall-shell/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/shorewall-shell/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/shorewall-shell/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/shorewall-shell/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-firewall/shorewall-shell/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 27 Jan 2008 19:21:29 -0000 1.8
23 +++ ChangeLog 24 Feb 2008 18:45:36 -0000 1.9
24 @@ -1,6 +1,11 @@
25 # ChangeLog for net-firewall/shorewall-shell
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-shell/ChangeLog,v 1.8 2008/01/27 19:21:29 jokey Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-shell/ChangeLog,v 1.9 2008/02/24 18:45:36 pva Exp $
29 +
30 +*shorewall-shell-4.0.9 (24 Feb 2008)
31 +
32 + 24 Feb 2008; <pva@g.o> +shorewall-shell-4.0.9.ebuild:
33 + Version bump, bug 211191. Thank Vieri <rentorbuy AT yahoo.com> for all work!
34
35 *shorewall-shell-4.0.8 (27 Jan 2008)
36
37
38
39
40 1.1 net-firewall/shorewall-shell/shorewall-shell-4.0.9.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/shorewall-shell/shorewall-shell-4.0.9.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/shorewall-shell/shorewall-shell-4.0.9.ebuild?rev=1.1&content-type=text/plain
44
45 Index: shorewall-shell-4.0.9.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-shell/shorewall-shell-4.0.9.ebuild,v 1.1 2008/02/24 18:45:36 pva Exp $
50
51 # Choose between experimental, stable and beta:
52 #MY_P_TREE="development/4.0" # experimental and beta
53 MY_P_TREE="4.0" # stable
54 #MY_P_BETA="-Beta7" # only beta
55 MY_P_BETA="" # stable or experimental
56
57 MY_P="shorewall-${PV}"
58
59 DESCRIPTION="Shoreline Firewall shell-based compiler."
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_BETA}.tar.bz2"
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
66 IUSE=""
67
68 DEPEND="net-firewall/iptables
69 sys-apps/iproute2
70 !<net-firewall/shorewall-4.0"
71
72 PDEPEND="~net-firewall/shorewall-common-${PV}"
73
74 src_compile() {
75 einfo "Nothing to compile."
76 }
77
78 src_install() {
79 cd "${WORKDIR}/${P}${MY_P_BETA}"
80 PREFIX="${D}" ./install.sh || die "install.sh failed"
81
82 dodoc releasenotes.txt
83 }
84
85 pkg_postinst() {
86 einfo
87 einfo "Documentation is available at http://www.shorewall.net"
88 einfo
89 einfo "In order to use the shell compiler you need to add"
90 einfo "SHOREWALL_COMPILER=shell"
91 einfo "to shorewall.conf"
92 einfo
93 einfo "Please read the included release notes for more information."
94 einfo
95 einfo "Known problems:"
96 einfo "http://www1.shorewall.net/pub/shorewall/${MY_P_TREE}/${MY_P}${MY_P_BETA}/known_problems.txt"
97 einfo
98 }
99
100
101
102 --
103 gentoo-commits@l.g.o mailing list