Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/
Date: Thu, 04 Nov 2021 16:13:37
Message-Id: 1636042392.df459508336a0eb65736a3c48923337446a18290.sam@gentoo
1 commit: df459508336a0eb65736a3c48923337446a18290
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 4 16:13:12 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 4 16:13:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df459508
7
8 net-firewall/firewalld: drop 0.9.1-r1
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-firewall/firewalld/Manifest | 1 -
13 net-firewall/firewalld/firewalld-0.9.1-r1.ebuild | 117 -----------------------
14 2 files changed, 118 deletions(-)
15
16 diff --git a/net-firewall/firewalld/Manifest b/net-firewall/firewalld/Manifest
17 index 0c189dffd06..45ebd490af7 100644
18 --- a/net-firewall/firewalld/Manifest
19 +++ b/net-firewall/firewalld/Manifest
20 @@ -1,4 +1,3 @@
21 -DIST firewalld-0.9.1.tar.gz 1335885 BLAKE2B 0952039f1f50d6395921bea5ad031c5d21d9be04c5d0b09074f9fce76c29a1ab5acf23f0ee8442ae0c2a4e12e28a42edae40f9b536b007cf747c4eab60e43a04 SHA512 aa29fb8926285d6cc7aff318921cf84cacd7c3e4cecacd9b48bf8b5e16502ceedd8ec6cd78546d2373d084230277e0f43c1e655441eda76fe898960d6f2d46b6
22 DIST firewalld-0.9.3.tar.gz 1309371 BLAKE2B 78a86f9c14ed8cc2497f3b79e4be627a28dcdcd4e8117438cb24142643bd16dc624196a80ce2c9f81c63f745c1b1430b2e8c2f3f1061f98fd4fa58f6227def81 SHA512 6ae45652225a3b983c0f67307208df171cf4794da5873a84b4a827753b8d93736f0538e06d31cd8177446827691886a58a493b6be1dcf6efd1a550f8886522f4
23 DIST firewalld-0.9.5.tar.gz 1317089 BLAKE2B 7c4fbd1f4fcd941247bb474d6436101e8da97805d6eedaa02f957a041abe4d262bd6f2dab0e94fea34ebc8dc4361bc59eb6c7a9c9536553f7fce370fa47defd1 SHA512 5a5f91ff4aaa24ab9e4727b5b3b9f4fa252da28070e3eb62e2880618f6976df0eee626593efedc8c21a615df65f89f34d1a7e9b3aaf970e6290a35b9363bab4b
24 DIST firewalld-1.0.1.tar.gz 1306854 BLAKE2B 6dd68ed4219eb7d266e6bfa4d626dec51dcf28aae84609c9b87afa8e397179b0565bc8144c106c8ae8770293b371552b930679ec8a1204b2c9cb1f75e39c7013 SHA512 875af09caface324f7b5cfb0a87df5d309ff2e9e51d6d3a797f46f951ba95f4e1bc9f9f046f5191fafdef878dc65baf1b77a25a17f5aaf2f32bb1e1f782f1f8c
25
26 diff --git a/net-firewall/firewalld/firewalld-0.9.1-r1.ebuild b/net-firewall/firewalld/firewalld-0.9.1-r1.ebuild
27 deleted file mode 100644
28 index eece123f46f..00000000000
29 --- a/net-firewall/firewalld/firewalld-0.9.1-r1.ebuild
30 +++ /dev/null
31 @@ -1,117 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( python3_{8,9} )
38 -inherit autotools bash-completion-r1 gnome2-utils linux-info plocale python-single-r1 systemd xdg-utils
39 -
40 -DESCRIPTION="A firewall daemon with D-BUS interface providing a dynamic firewall"
41 -HOMEPAGE="http://www.firewalld.org/"
42 -SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="GPL-2+"
45 -SLOT="0"
46 -KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
47 -IUSE="gui +nftables +iptables"
48 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
49 -
50 -RDEPEND="${PYTHON_DEPS}
51 - !!net-firewall/gshield
52 - nftables? ( net-firewall/nftables[python,json] )
53 - iptables? (
54 - net-firewall/iptables[ipv6]
55 - net-firewall/ebtables
56 - net-firewall/ipset
57 - nftables? ( net-firewall/nftables[xtables(+)] )
58 - )
59 - || ( >=sys-apps/openrc-0.11.5 sys-apps/systemd )
60 - $(python_gen_cond_dep '
61 - dev-python/dbus-python[${PYTHON_USEDEP}]
62 - dev-python/decorator[${PYTHON_USEDEP}]
63 - >=dev-python/python-slip-0.2.7[dbus,${PYTHON_USEDEP}]
64 - dev-python/pygobject:3[${PYTHON_USEDEP}]
65 - gui? (
66 - x11-libs/gtk+:3
67 - dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
68 - )
69 - ')"
70 -
71 -DEPEND="${RDEPEND}
72 - dev-libs/glib:2
73 - >=dev-util/intltool-0.35
74 - sys-devel/gettext"
75 -
76 -RESTRICT="test" # bug 650760
77 -
78 -PLOCALES="ar as ast bg bn_IN ca cs da de el en_GB en_US es et eu fa fi fr gl gu hi hu ia id it ja ka kn ko lt ml mr nl or pa pl pt pt_BR ru sk sq sr sr@latin sv ta te tr uk zh_CN zh_TW"
79 -
80 -pkg_setup() {
81 - local CONFIG_CHECK="~NF_CONNTRACK ~NETFILTER_XT_MATCH_CONNTRACK"
82 -
83 - # kernel >= 4.19 has unified a NF_CONNTRACK module, bug 692944
84 - if kernel_is -lt 4 19; then
85 - CONFIG_CHECK="${CONFIG_CHECK} ~NF_CONNTRACK_IPV4 ~NF_CONNTRACK_IPV6"
86 - fi
87 -
88 - linux-info_pkg_setup
89 -}
90 -
91 -src_prepare() {
92 - default
93 - eautoreconf
94 -
95 - plocale_find_changes "po" "" ".po"
96 - plocale_get_locales | sed -e 's/ /\n/g' > po/LINGUAS
97 -}
98 -
99 -src_configure() {
100 - python_setup
101 -
102 - local econf_args=(
103 - --enable-systemd
104 - $(use_with iptables iptables "${EPREFIX}/sbin/iptables")
105 - $(use_with iptables iptables_restore "${EPREFIX}/sbin/iptables-restore")
106 - $(use_with iptables ip6tables "${EPREFIX}/sbin/ip6tables")
107 - $(use_with iptables ip6tables_restore "${EPREFIX}/sbin/ip6tables-restore")
108 - $(use_with iptables ebtables "${EPREFIX}/sbin/ebtables")
109 - $(use_with iptables ebtables_restore "${EPREFIX}/sbin/ebtables-restore")
110 - $(use_with iptables ipset "${EPREFIX}/usr/sbin/ipset")
111 - --with-systemd-unitdir="$(systemd_get_systemunitdir)"
112 - --with-bashcompletiondir="$(get_bashcompdir)"
113 - )
114 - econf "${econf_args[@]}"
115 -}
116 -
117 -src_install() {
118 - default
119 - python_optimize
120 -
121 - # Get rid of junk
122 - rm -rf "${D}/etc/sysconfig/" || die
123 -
124 - # For non-gui installs we need to remove GUI bits
125 - if ! use gui; then
126 - rm -rf "${D}/etc/xdg/autostart" || die
127 - rm -f "${D}/usr/bin/firewall-applet" || die
128 - rm -f "${D}/usr/bin/firewall-config" || die
129 - rm -rf "${D}/usr/share/applications" || die
130 - rm -rf "${D}/usr/share/icons" || die
131 - fi
132 -
133 - newinitd "${FILESDIR}"/firewalld.init firewalld
134 -}
135 -
136 -pkg_preinst() {
137 - gnome2_schemas_savelist
138 -}
139 -
140 -pkg_postinst() {
141 - xdg_icon_cache_update
142 - gnome2_schemas_update
143 -}
144 -
145 -pkg_postrm() {
146 - xdg_icon_cache_update
147 - gnome2_schemas_update
148 -}