diff options
author | Don Seiler <rizzo@gentoo.org> | 2005-01-25 19:47:32 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2005-01-25 19:47:32 +0000 |
commit | f714deb4475ea351fd88294b72c52b7113e6faa8 (patch) | |
tree | 7c35b673467cddfe89123c6b5f33c71937c69ab4 /app-editors | |
parent | Removing ~amd64 from KEYWORDS until c-client issues are resolved. (diff) | |
download | gentoo-2-f714deb4475ea351fd88294b72c52b7113e6faa8.tar.gz gentoo-2-f714deb4475ea351fd88294b72c52b7113e6faa8.tar.bz2 gentoo-2-f714deb4475ea351fd88294b72c52b7113e6faa8.zip |
Adding postinst note about setting LANG for special characters. Closes Bug #78479.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/xxe/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/xxe/xxe-2.8_p1.ebuild | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/app-editors/xxe/ChangeLog b/app-editors/xxe/ChangeLog index a50c6a7d205e..fe7b9b29cb3e 100644 --- a/app-editors/xxe/ChangeLog +++ b/app-editors/xxe/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/xxe # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xxe/ChangeLog,v 1.20 2005/01/01 13:37:39 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xxe/ChangeLog,v 1.21 2005/01/25 19:47:32 rizzo Exp $ + + 25 Jan 2005; Don Seiler <rizzo@gentoo.org> xxe-2.8_p1.ebuild: + Adding postinst note about setting LANG for special characters. Closes Bug + #78479. 17 Dec 2004; Tom Martin <slarti@gentoo.org> xxe-2.8_p1.ebuild: Marked ~amd64, resolves bug 74461. diff --git a/app-editors/xxe/xxe-2.8_p1.ebuild b/app-editors/xxe/xxe-2.8_p1.ebuild index 0f82dd271c9b..416343dffd9e 100644 --- a/app-editors/xxe/xxe-2.8_p1.ebuild +++ b/app-editors/xxe/xxe-2.8_p1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xxe/xxe-2.8_p1.ebuild,v 1.3 2005/01/01 13:37:39 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xxe/xxe-2.8_p1.ebuild,v 1.4 2005/01/25 19:47:32 rizzo Exp $ MY_PV="${PV/./}" MY_PV="${MY_PV/_p/p}" @@ -36,4 +36,8 @@ pkg_postinst() { einfo "in your path, run the following:" eerror " /usr/sbin/env-update && source /etc/profile" einfo + ewarn "If you need special/accented characters, you'll need to export LANG" + ewarn "to your locale. Example: export LANG=es_ES.ISO8859-1" + ewarn "See http://www.xmlmind.com/xmleditor/user_faq.html#linuxlocale" + einfo } |