Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 428622 Details for
Bug 561664
sys-fs/xfsprogs and sys-fs/xfsdump LINGUAS support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
sys-fs/xfsdump: Add support for LINGUAS
0001-sys-fs-xfsdump-Add-support-for-linguas.patch (text/plain), 1.42 KB, created by
Jan Vesely
on 2016-03-20 00:49:42 UTC
(
hide
)
Description:
sys-fs/xfsdump: Add support for LINGUAS
Filename:
MIME Type:
Creator:
Jan Vesely
Created:
2016-03-20 00:49:42 UTC
Size:
1.42 KB
patch
obsolete
>From b644828a911bf36b59dd48e8c5c209956a1fc949 Mon Sep 17 00:00:00 2001 >From: Jan Vesely <jano.vesely@gmail.com> >Date: Sat, 19 Mar 2016 20:40:49 -0400 >Subject: [PATCH] sys-fs/xfsdump: Add support for linguas > >Signed-off-by: Jan Vesely <jano.vesely@gmail.com> >--- > sys-fs/xfsdump/xfsdump-3.1.6.ebuild | 16 +++++++++++++++- > 1 file changed, 15 insertions(+), 1 deletion(-) > >diff --git a/sys-fs/xfsdump/xfsdump-3.1.6.ebuild b/sys-fs/xfsdump/xfsdump-3.1.6.ebuild >index d0342e1..707e27a 100644 >--- a/sys-fs/xfsdump/xfsdump-3.1.6.ebuild >+++ b/sys-fs/xfsdump/xfsdump-3.1.6.ebuild >@@ -4,7 +4,6 @@ > > EAPI="5" > >-inherit multilib eutils flag-o-matic > > DESCRIPTION="xfs dump/restore utilities" > HOMEPAGE="http://oss.sgi.com/projects/xfs" >@@ -15,6 +14,9 @@ LICENSE="LGPL-2.1" > SLOT="0" > KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 -sparc ~x86" > IUSE="nls" >+PLOCALES="de pl" >+ >+inherit multilib eutils flag-o-matic l10n > > RDEPEND="sys-fs/e2fsprogs > >=sys-fs/xfsprogs-3.2.0 >@@ -46,3 +48,15 @@ src_configure() { > --libexecdir="${EPREFIX}/usr/$(get_libdir)" \ > --sbindir="${EPREFIX}/sbin" > } >+ >+src_install() { >+ emake DIST_ROOT="${ED}" install >+ >+ # remove disabled locales >+ # Removing these in src_prepare requires editing ${WORKDIR}/po/Makefile >+ rm_loc() { >+ rm -r "${ED}"/usr/share/locale/$1 || die >+ ls "${ED}"/usr/share/locale/* &> /dev/null || rmdir "${ED}"/usr/share/locale || die >+ } >+ l10n_for_each_disabled_locale_do rm_loc >+} >-- >2.7.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 561664
:
413092
|
413094
| 428622