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/kmyfirewall: ChangeLog kmyfirewall-1.1.1.ebuild
Date: Tue, 06 May 2008 07:19:09
Message-Id: E1JtHS6-0002Cx-Gc@stork.gentoo.org
1 pva 08/05/06 07:19:06
2
3 Modified: ChangeLog
4 Added: kmyfirewall-1.1.1.ebuild
5 Log:
6 Version bump, thank Vincent-Xavier JUMEL for bug #211288; thank Matteo Azzali for fixing crash, and Tiziano Müller for homepage change notice.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.35 net-firewall/kmyfirewall/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/kmyfirewall/ChangeLog?rev=1.35&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/kmyfirewall/ChangeLog?rev=1.35&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/kmyfirewall/ChangeLog?r1=1.34&r2=1.35
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-firewall/kmyfirewall/ChangeLog,v
19 retrieving revision 1.34
20 retrieving revision 1.35
21 diff -u -r1.34 -r1.35
22 --- ChangeLog 26 Jul 2007 19:06:53 -0000 1.34
23 +++ ChangeLog 6 May 2008 07:19:06 -0000 1.35
24 @@ -1,6 +1,14 @@
25 # ChangeLog for net-firewall/kmyfirewall
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/kmyfirewall/ChangeLog,v 1.34 2007/07/26 19:06:53 armin76 Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/kmyfirewall/ChangeLog,v 1.35 2008/05/06 07:19:06 pva Exp $
30 +
31 +*kmyfirewall-1.1.1 (06 May 2008)
32 +
33 + 06 May 2008; Peter Volkov <pva@g.o>
34 + +files/kmyfirewall-1.1.1-interfaces-crash.patch,
35 + +kmyfirewall-1.1.1.ebuild:
36 + Version bump, thank Vincent-Xavier JUMEL for bug #211288; thank Matteo
37 + Azzali for fixing crash, and Tiziano Müller for homepage change notice.
38
39 26 Jul 2007; Raúl Porcel <armin76@g.o>
40 kmyfirewall-1.0.1-r1.ebuild:
41
42
43
44 1.1 net-firewall/kmyfirewall/kmyfirewall-1.1.1.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/kmyfirewall/kmyfirewall-1.1.1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/kmyfirewall/kmyfirewall-1.1.1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: kmyfirewall-1.1.1.ebuild
50 ===================================================================
51 # Copyright 1999-2008 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/net-firewall/kmyfirewall/kmyfirewall-1.1.1.ebuild,v 1.1 2008/05/06 07:19:06 pva Exp $
54
55 inherit kde eutils
56
57 MY_P="${P/_/}"
58 DESCRIPTION="Graphical KDE iptables configuration tool"
59 HOMEPAGE="http://www.kmyfirewall.org/"
60 SRC_URI="mirror://sourceforge/kmyfirewall/${MY_P}.tar.bz2"
61
62 SLOT="0"
63 LICENSE="GPL-2"
64 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
65 IUSE=""
66
67 RDEPEND="net-firewall/iptables"
68
69 S=${WORKDIR}/${MY_P}
70
71 need-kde 3
72
73 src_unpack() {
74 kde_src_unpack
75 cat > "${S}"/kmyfirewall/kmyfirewallrc <<-EOF
76 [PATHS]
77 Distribution=gentoo
78 IPTPath=/sbin/iptables
79 ModprobePath=/sbin/modprobe
80 rcDefaultPath=/etc/runlevels/default/
81 EOF
82
83 epatch "${FILESDIR}"/${P}-interfaces-crash.patch
84 }
85
86 src_install() {
87 kde_src_install
88
89 # search path is broken in the app, help it temporarily
90 dosym {kpartplugins,/usr/share/apps/kmyfirewall}/kmfinstallerpluginui.rc
91 dosym {kpartplugins,/usr/share/apps/kmyfirewall}/kmfinstallerpluginui.rc
92 }
93
94 pkg_postinst() {
95 elog
96 elog "Only run-as-user menuentry provided. If you want to directly"
97 elog "run kmyfirewall as root (inside kdesu), just check:"
98 elog "run-as-other-user inside the menu edit,leving blank the field"
99 elog
100 ewarn "Use this version if you want to use the new generic interface"
101 ewarn "For iptables interface using 0.9 series is heavily recommended"
102 ewarn "See Bug #165429 for details"
103 }
104
105
106
107 --
108 gentoo-commits@l.g.o mailing list