Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 670932

Summary: net-firewall/firewalld-0.6.3: some LINGUAS are missing
Product: Gentoo Linux Reporter: Hajo <h-j.nadolny>
Component: Current packagesAssignee: Virtualization Team <virtualization>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Hajo 2018-11-11 16:45:44 UTC
net-firewall/firewalld-0.6.3: LINGUAS are missing

Thank you for the current ebuild.
Firewalld comes with native language support for the GUI since version 0.5.3
Ebuild 0.6.3 still lacks the language files "po". Obviously this line is missing:

  ls po/*.po | sed -e 's/.po//' | sed -e 's/po\///' > po/LINGUAS

Thanks again for your work

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2020-03-17 21:07:54 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18bfd37decfb73f79f113fdb70b010f263625843

commit 18bfd37decfb73f79f113fdb70b010f263625843
Author:     Matthias Maier <tamiko@gentoo.org>
AuthorDate: 2020-03-17 18:44:53 +0000
Commit:     Matthias Maier <tamiko@gentoo.org>
CommitDate: 2020-03-17 21:07:31 +0000

    net-firewall/firewalld: version bump to 0.73
    
    Also fix dependencies and add USE=+nftables
    
     - The iptables (ip6tables, ebtables, ipset) backend for firewalld is
       nowadays entirely optional. Thus add a use flags to control which
       backend is used and configured at compile time.
    
       This allows to drop iptables from the set of installed packages
       alltogether.
    
     - In case both, xtables and nftables are set also depend on
       nftables[xtables].
    
     - install locales
    
    Closes: https://bugs.gentoo.org/670932
    Closes: https://bugs.gentoo.org/709856
    Bug: https://bugs.gentoo.org/703322
    Package-Manager: Portage-2.3.94, Repoman-2.3.21
    Signed-off-by: Matthias Maier <tamiko@gentoo.org>

 net-firewall/firewalld/Manifest               |   1 +
 net-firewall/firewalld/firewalld-0.7.3.ebuild | 111 ++++++++++++++++++++++++++
 net-firewall/firewalld/metadata.xml           |   4 +
 3 files changed, 116 insertions(+)