Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/
Date: Sun, 28 Jul 2019 19:39:12
Message-Id: 1564342680.3e4b9b6680b970cf56332db7564a50188060c43c.tamiko@gentoo
1 commit: 3e4b9b6680b970cf56332db7564a50188060c43c
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 28 19:16:49 2019 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 28 19:38:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e4b9b66
7
8 net-firewall/firewalld: drop old
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
12
13 net-firewall/firewalld/Manifest | 1 -
14 net-firewall/firewalld/firewalld-0.5.1-r2.ebuild | 107 -----------------------
15 2 files changed, 108 deletions(-)
16
17 diff --git a/net-firewall/firewalld/Manifest b/net-firewall/firewalld/Manifest
18 index e3eec6989bf..7d22e200d99 100644
19 --- a/net-firewall/firewalld/Manifest
20 +++ b/net-firewall/firewalld/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST firewalld-0.5.1.tar.gz 1155989 BLAKE2B 8e5f67dc74738cec178715b0e3713afa7296be61b376a8d545b1ae1c01c0f0df78ec48222b6926bdce1d93c58f7d02fad14bc46c1ddd24840e8853e5e76b73ff SHA512 8c8ea1a07fc81b12f53fbc84112d18c65c4332e8f7b7d575dc1ccba8a12418c874f8503b0062b49990f8bcfdf5fdaa7c0e4e3ddc0e9b1d0a91f49eff284b22be
23 DIST firewalld-0.6.3.tar.gz 2294470 BLAKE2B 09bb971d8142e5d28b6a085527e7f5275090f15e5dc4ccf2b16b6ed837049ed75443b09a54db76e37c6f0c5db6524ba85cf34c5117c1139bba0e3b223f289d57 SHA512 ea9e8bad34d3608257ef2a38851855974eff97b21dbab93ca3d8cfad90339734a8124447ed531a978b41546ab4040135bb61c8fdc9677ba0df9188d7ee4422ee
24 DIST firewalld-0.7.1.tar.gz 2326020 BLAKE2B 1ab435bfd97608ce246657a24daebe6ca83f72560a627c702e940de64bf4fb34f26ebe9abf62468972fd8cd9394c5e885acd6882ec3cad112dfe62bca3905c7a SHA512 6be842d4c2849f56fc0e6c13219aed7d767635a3b190ef41f1516cecf51de71ad9af77ccc96b699d11bed56407abf9837cdbd0cfbf93ab716b5de5e4c2f94c68
25
26 diff --git a/net-firewall/firewalld/firewalld-0.5.1-r2.ebuild b/net-firewall/firewalld/firewalld-0.5.1-r2.ebuild
27 deleted file mode 100644
28 index 7f2c39160ee..00000000000
29 --- a/net-firewall/firewalld/firewalld-0.5.1-r2.ebuild
30 +++ /dev/null
31 @@ -1,107 +0,0 @@
32 -# Copyright 1999-2019 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -PYTHON_COMPAT=( python{2_7,3_5,3_6} )
37 -
38 -inherit autotools gnome2-utils python-r1 systemd bash-completion-r1
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 ~arm64 x86"
47 -IUSE="gui"
48 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
49 -
50 -RDEPEND="${PYTHON_DEPS}
51 - !!net-firewall/gshield
52 - dev-python/dbus-python[${PYTHON_USEDEP}]
53 - dev-python/decorator[${PYTHON_USEDEP}]
54 - >=dev-python/python-slip-0.2.7[dbus,${PYTHON_USEDEP}]
55 - dev-python/pygobject:3[${PYTHON_USEDEP}]
56 - net-firewall/ebtables
57 - net-firewall/iptables[ipv6]
58 - net-firewall/ipset
59 - || ( >=sys-apps/openrc-0.11.5 sys-apps/systemd )
60 - gui? (
61 - x11-libs/gtk+:3
62 - dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
63 - )"
64 -DEPEND="${RDEPEND}
65 - dev-libs/glib:2
66 - >=dev-util/intltool-0.35
67 - sys-devel/gettext"
68 -
69 -RESTRICT="test" # bug 650760
70 -
71 -PATCHES=( "${FILESDIR}"/${P}-errorcodes{1,2}.patch )
72 -
73 -src_prepare() {
74 - default
75 - eautoreconf
76 -}
77 -
78 -src_configure() {
79 - python_setup
80 -
81 - econf \
82 - --enable-systemd \
83 - --with-iptables="${EPREFIX}/sbin/iptables" \
84 - --with-ip6tables="${EPREFIX}/sbin/ip6tables" \
85 - --with-iptables_restore="${EPREFIX}/sbin/iptables-restore" \
86 - --with-ip6tables_restore="${EPREFIX}/sbin/ip6tables-restore" \
87 - --with-ebtables="${EPREFIX}/sbin/ebtables" \
88 - --with-ebtables_restore="${EPREFIX}/sbin/ebtables-restore" \
89 - --with-systemd-unitdir="$(systemd_get_systemunitdir)" \
90 - --with-bashcompletiondir="$(get_bashcompdir)"
91 -}
92 -
93 -src_install() {
94 - # manually split up the installation to avoid "file already exists" errors
95 - emake -C config DESTDIR="${D}" install
96 - emake -C po DESTDIR="${D}" install
97 - emake -C shell-completion DESTDIR="${D}" install
98 - emake -C doc DESTDIR="${D}" install
99 -
100 - install_python() {
101 - emake -C src DESTDIR="${D}" pythondir="$(python_get_sitedir)" install
102 - python_optimize
103 - }
104 - python_foreach_impl install_python
105 -
106 - python_replicate_script "${D}"/usr/bin/firewall-{offline-cmd,cmd,applet,config}
107 - python_replicate_script "${D}/usr/sbin/firewalld"
108 -
109 - # Get rid of junk
110 - rm -rf "${D}/etc/rc.d/" || die
111 - rm -rf "${D}/etc/sysconfig/" || die
112 -
113 - # For non-gui installs we need to remove GUI bits
114 - if ! use gui; then
115 - rm -rf "${D}/etc/xdg/autostart" || die
116 - rm -f "${D}/usr/bin/firewall-applet" || die
117 - rm -f "${D}/usr/bin/firewall-config" || die
118 - rm -rf "${D}/usr/share/applications" || die
119 - rm -rf "${D}/usr/share/icons" || die
120 - fi
121 -
122 - newinitd "${FILESDIR}"/firewalld.init firewalld
123 -}
124 -
125 -pkg_preinst() {
126 - gnome2_icon_savelist
127 - gnome2_schemas_savelist
128 -}
129 -
130 -pkg_postinst() {
131 - gnome2_icon_cache_update
132 - gnome2_schemas_update
133 -}
134 -
135 -pkg_postrm() {
136 - gnome2_icon_cache_update
137 - gnome2_schemas_update
138 -}