Сравнение firewalld-2.4.4 с firewalld-2.5.1
| /usr/portage/net-firewall/firewalld/firewalld-2.5.1.ebuild 2026-08-20 20:03:04.822013456 +0300 | ||
|---|---|---|
| 4 | 4 |
EAPI=8 |
| 5 | 5 | |
| 6 | 6 |
PYTHON_COMPAT=( python3_{12..14} )
|
| 7 |
inherit gnome2-utils linux-info optfeature plocale python-single-r1 |
|
| 7 |
inherit autotools gnome2-utils linux-info optfeature plocale python-single-r1 |
|
| 8 | 8 |
inherit shell-completion systemd xdg-utils |
| 9 | 9 | |
| 10 | 10 |
DESCRIPTION="Firewall daemon with D-Bus interface providing a dynamic firewall" |
| ... | ... | |
| 13 | 13 | |
| 14 | 14 |
LICENSE="GPL-2+" |
| 15 | 15 |
SLOT="0" |
| 16 |
KEYWORDS="amd64 arm ~arm64 ~loong ppc64 ~riscv x86" |
|
| 16 |
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" |
|
| 17 | 17 |
IUSE="gui selinux test" |
| 18 | 18 |
# Tests are too unreliable in sandbox environment |
| 19 | 19 |
RESTRICT="!test? ( test ) test" |
| ... | ... | |
| 51 | 51 |
# Needs more investigation: https://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/autom4te-Invocation.html |
| 52 | 52 |
QA_AM_MAINTAINER_MODE=".*--run autom4te --language=autotest.*" |
| 53 | 53 | |
| 54 |
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 hr hu ia id it ja ka kn ko lt ml mr nl or pa pl pt pt_BR ro ru si sk sl sq sr sr@latin sv ta te tr uk zh_CN zh_TW" |
|
| 54 |
PLOCALES="ar as ast bg bn_IN ca cs da de el en_GB en_US es et eu fa fi fr gl gu he hi hr hu ia id it ja ka kk kn ko lt ml mr nl or pa pl pt_BR pt ro ru si sk sl sq sr@latin sr sv ta te tr uk zh_CN zh_TW" |
|
| 55 | 55 | |
| 56 | 56 |
PATCHES=( |
| 57 | 57 |
"${FILESDIR}"/${PN}-2.4.2-systemd-service.patch
|
| 58 |
"${FILESDIR}"/${PN}-2.5.1-autoconf.patch
|
|
| 58 | 59 |
) |
| 59 | 60 | |
| 60 | 61 |
pkg_setup() {
|
| ... | ... | |
| 174 | 175 |
EOF |
| 175 | 176 |
chmod +x config/xmlschema/check.sh || die |
| 176 | 177 | |
| 178 |
# for autotools patch |
|
| 179 |
eautoreconf |
|
| 180 | ||
| 177 | 181 |
plocale_find_changes "po" "" ".po" || die |
| 178 | 182 |
plocale_get_locales | sed -e 's/ /\n/g' > po/LINGUAS |
| 179 | 183 |
} |