Gentoo Archives: gentoo-commits

From: "Fabio Erculiani (lxnay)" <lxnay@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-firewall/ufw: ufw-0.31.1-r2.ebuild ChangeLog ufw-0.33-r2.ebuild ufw-0.34_pre805.ebuild
Date: Mon, 20 May 2013 09:05:54
Message-Id: 20130520090550.E57072171D@flycatcher.gentoo.org
1 lxnay 13/05/20 09:05:50
2
3 Modified: ufw-0.31.1-r2.ebuild ChangeLog ufw-0.33-r2.ebuild
4 ufw-0.34_pre805.ebuild
5 Log:
6 add systemd unit on behalf of the systemd team, fix bug #466562
7
8 (Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key ADC916E5)
9
10 Revision Changes Path
11 1.2 net-firewall/ufw/ufw-0.31.1-r2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ufw/ufw-0.31.1-r2.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ufw/ufw-0.31.1-r2.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ufw/ufw-0.31.1-r2.ebuild?r1=1.1&r2=1.2
16
17 Index: ufw-0.31.1-r2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-firewall/ufw/ufw-0.31.1-r2.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ufw-0.31.1-r2.ebuild 6 Dec 2012 09:00:53 -0000 1.1
24 +++ ufw-0.31.1-r2.ebuild 20 May 2013 09:05:50 -0000 1.2
25 @@ -1,13 +1,13 @@
26 -# Copyright 1999-2012 Gentoo Foundation
27 +# Copyright 1999-2013 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/ufw/ufw-0.31.1-r2.ebuild,v 1.1 2012/12/06 09:00:53 thev00d00 Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ufw/ufw-0.31.1-r2.ebuild,v 1.2 2013/05/20 09:05:50 lxnay Exp $
31
32 EAPI=4
33 PYTHON_DEPEND="2:2.5"
34 SUPPORT_PYTHON_ABIS="1"
35 RESTRICT_PYTHON_ABIS="3.* *-jython"
36
37 -inherit versionator bash-completion-r1 eutils linux-info distutils
38 +inherit versionator bash-completion-r1 eutils linux-info distutils systemd
39
40 MY_PV_12=$(get_version_component_range 1-2)
41 DESCRIPTION="A program used to manage a netfilter firewall"
42 @@ -125,6 +125,7 @@
43 src_install() {
44 newconfd "${FILESDIR}"/ufw.confd ufw
45 newinitd "${FILESDIR}"/ufw-2.initd ufw
46 + systemd_dounit "${FILESDIR}/ufw.service"
47
48 exeinto /usr/share/${PN}
49 doexe tests/check-requirements
50
51
52
53 1.13 net-firewall/ufw/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ufw/ChangeLog?rev=1.13&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ufw/ChangeLog?rev=1.13&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ufw/ChangeLog?r1=1.12&r2=1.13
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/net-firewall/ufw/ChangeLog,v
62 retrieving revision 1.12
63 retrieving revision 1.13
64 diff -u -r1.12 -r1.13
65 --- ChangeLog 17 Dec 2012 19:20:54 -0000 1.12
66 +++ ChangeLog 20 May 2013 09:05:50 -0000 1.13
67 @@ -1,6 +1,10 @@
68 # ChangeLog for net-firewall/ufw
69 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/ufw/ChangeLog,v 1.12 2012/12/17 19:20:54 hwoarang Exp $
71 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
72 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ufw/ChangeLog,v 1.13 2013/05/20 09:05:50 lxnay Exp $
73 +
74 + 20 May 2013; Fabio Erculiani <lxnay@g.o> ufw-0.31.1-r2.ebuild,
75 + ufw-0.33-r2.ebuild, ufw-0.34_pre805.ebuild, +files/ufw.service:
76 + add systemd unit on behalf of the systemd team, fix bug #466562
77
78 *ufw-0.34_pre805 (17 Dec 2012)
79
80
81
82
83 1.2 net-firewall/ufw/ufw-0.33-r2.ebuild
84
85 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ufw/ufw-0.33-r2.ebuild?rev=1.2&view=markup
86 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ufw/ufw-0.33-r2.ebuild?rev=1.2&content-type=text/plain
87 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ufw/ufw-0.33-r2.ebuild?r1=1.1&r2=1.2
88
89 Index: ufw-0.33-r2.ebuild
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/net-firewall/ufw/ufw-0.33-r2.ebuild,v
92 retrieving revision 1.1
93 retrieving revision 1.2
94 diff -u -r1.1 -r1.2
95 --- ufw-0.33-r2.ebuild 6 Dec 2012 09:00:53 -0000 1.1
96 +++ ufw-0.33-r2.ebuild 20 May 2013 09:05:50 -0000 1.2
97 @@ -1,13 +1,13 @@
98 -# Copyright 1999-2012 Gentoo Foundation
99 +# Copyright 1999-2013 Gentoo Foundation
100 # Distributed under the terms of the GNU General Public License v2
101 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/ufw/ufw-0.33-r2.ebuild,v 1.1 2012/12/06 09:00:53 thev00d00 Exp $
102 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ufw/ufw-0.33-r2.ebuild,v 1.2 2013/05/20 09:05:50 lxnay Exp $
103
104 EAPI=4
105 PYTHON_DEPEND="2:2.6 3:3.1"
106 SUPPORT_PYTHON_ABIS="1"
107 RESTRICT_PYTHON_ABIS="2.5 *-jython"
108
109 -inherit versionator bash-completion-r1 eutils linux-info distutils
110 +inherit versionator bash-completion-r1 eutils linux-info distutils systemd
111
112 MY_PV_12=$(get_version_component_range 1-2)
113 DESCRIPTION="A program used to manage a netfilter firewall"
114 @@ -133,6 +133,7 @@
115 src_install() {
116 newconfd "${FILESDIR}"/ufw.confd ufw
117 newinitd "${FILESDIR}"/ufw-2.initd ufw
118 + systemd_dounit "${FILESDIR}/ufw.service"
119
120 exeinto /usr/share/${PN}
121 doexe tests/check-requirements
122
123
124
125 1.2 net-firewall/ufw/ufw-0.34_pre805.ebuild
126
127 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ufw/ufw-0.34_pre805.ebuild?rev=1.2&view=markup
128 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ufw/ufw-0.34_pre805.ebuild?rev=1.2&content-type=text/plain
129 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ufw/ufw-0.34_pre805.ebuild?r1=1.1&r2=1.2
130
131 Index: ufw-0.34_pre805.ebuild
132 ===================================================================
133 RCS file: /var/cvsroot/gentoo-x86/net-firewall/ufw/ufw-0.34_pre805.ebuild,v
134 retrieving revision 1.1
135 retrieving revision 1.2
136 diff -u -r1.1 -r1.2
137 --- ufw-0.34_pre805.ebuild 17 Dec 2012 19:20:54 -0000 1.1
138 +++ ufw-0.34_pre805.ebuild 20 May 2013 09:05:50 -0000 1.2
139 @@ -1,13 +1,13 @@
140 -# Copyright 1999-2012 Gentoo Foundation
141 +# Copyright 1999-2013 Gentoo Foundation
142 # Distributed under the terms of the GNU General Public License v2
143 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/ufw/ufw-0.34_pre805.ebuild,v 1.1 2012/12/17 19:20:54 hwoarang Exp $
144 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ufw/ufw-0.34_pre805.ebuild,v 1.2 2013/05/20 09:05:50 lxnay Exp $
145
146 EAPI=4
147 PYTHON_DEPEND="2:2.6 3:3.1"
148 SUPPORT_PYTHON_ABIS="1"
149 RESTRICT_PYTHON_ABIS="2.5 *-jython"
150
151 -inherit bash-completion-r1 eutils linux-info distutils
152 +inherit bash-completion-r1 eutils linux-info distutils systemd
153
154 DESCRIPTION="A program used to manage a netfilter firewall"
155 HOMEPAGE="http://launchpad.net/ufw"
156 @@ -133,6 +133,7 @@
157 src_install() {
158 newconfd "${FILESDIR}"/ufw.confd ufw
159 newinitd "${FILESDIR}"/ufw-2.initd ufw
160 + systemd_dounit "${FILESDIR}/ufw.service"
161
162 exeinto /usr/share/${PN}
163 doexe tests/check-requirements