Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 65019 Details for
Bug 101255
Russian unicode ebuild improovments
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
man rus utf patch
man-1.6-r2.ebuild.patch (text/plain), 696 bytes, created by
Oleg German
on 2005-08-03 14:57:59 UTC
(
hide
)
Description:
man rus utf patch
Filename:
MIME Type:
Creator:
Oleg German
Created:
2005-08-03 14:57:59 UTC
Size:
696 bytes
patch
obsolete
>--- man-1.6-r1.ebuild 2005-08-04 01:27:27.566055696 +0400 >+++ man-1.6-r2.ebuild 2005-08-01 03:27:26.187555576 +0400 >@@ -11,7 +11,7 @@ > LICENSE="GPL-2" > SLOT="0" > KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" >-IUSE="nls" >+IUSE="nls unicode" > > DEPEND="" > RDEPEND="sys-process/cronbase >@@ -46,6 +46,15 @@ > -e "/^LDFLAGS = -s/s:=.*:=${LDFLAGS}:" \ > src/Makefile.in \ > || die "failed to edit default LDLFAGS" >+ >+ if use unicode >+ then >+ einfo "Converting russian lang file to utf8" >+ iconv -f koi8-r -t utf8 ${S}/msgs/mess.ru > tempfile >+ mv tempfile ${S}/msgs/mess.ru >+ echo "$ codeset=utf8" > ${S}/msgs/mess.ru.codeset >+ fi >+ > } > > src_compile() {
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 101255
: 65019 |
65020
|
65021