public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-tex/luatex: luatex-0.30.2.ebuild ChangeLog
@ 2008-10-27 17:55 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2008-10-27 17:55 UTC (permalink / raw
  To: gentoo-commits

aballier    08/10/27 17:55:43

  Modified:             luatex-0.30.2.ebuild ChangeLog
  Log:
  Set LC_ALL to C when building, same treatment as tl-core, bug #244619
  (Portage version: 2.2_rc12/cvs/Linux 2.6.27.3 x86_64)

Revision  Changes    Path
1.2                  dev-tex/luatex/luatex-0.30.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/luatex/luatex-0.30.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/luatex/luatex-0.30.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/luatex/luatex-0.30.2.ebuild?r1=1.1&r2=1.2

Index: luatex-0.30.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/luatex/luatex-0.30.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- luatex-0.30.2.ebuild	26 Oct 2008 12:27:19 -0000	1.1
+++ luatex-0.30.2.ebuild	27 Oct 2008 17:55:43 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/luatex/luatex-0.30.2.ebuild,v 1.1 2008/10/26 12:27:19 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/luatex/luatex-0.30.2.ebuild,v 1.2 2008/10/27 17:55:43 aballier Exp $
 
 EAPI="2"
 
@@ -34,6 +34,10 @@
 }
 
 src_configure() {
+	# Too many regexps use A-Z a-z constructs, what causes problems with locales
+	# that don't have the same alphabetical order than ascii. Bug #244619
+	# So we set LC_ALL to C in order to avoid problems.
+	export LC_ALL=C
 	tc-export CC CXX AR RANLIB
 	export NATIVE='.'
 	mkdir -p "${WORKDIR}/${PN}-beta-${PV}/build"



1.13                 dev-tex/luatex/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/luatex/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/luatex/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/luatex/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/luatex/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	26 Oct 2008 12:27:19 -0000	1.12
+++ ChangeLog	27 Oct 2008 17:55:43 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tex/luatex
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/luatex/ChangeLog,v 1.12 2008/10/26 12:27:19 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/luatex/ChangeLog,v 1.13 2008/10/27 17:55:43 aballier Exp $
+
+  27 Oct 2008; Alexis Ballier <aballier@gentoo.org> luatex-0.30.2.ebuild:
+  Set LC_ALL to C when building, same treatment as tl-core, bug #244619
 
 *luatex-0.30.2 (26 Oct 2008)
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-tex/luatex: luatex-0.30.2.ebuild ChangeLog
@ 2008-11-18 15:30 Ferris McCormick (fmccor)
  0 siblings, 0 replies; 2+ messages in thread
From: Ferris McCormick (fmccor) @ 2008-11-18 15:30 UTC (permalink / raw
  To: gentoo-commits

fmccor      08/11/18 15:30:35

  Modified:             luatex-0.30.2.ebuild ChangeLog
  Log:
  Keyword for ~sparc, part of bug #237202, thanks to Friedrich Oslage (bluebird).
  (Portage version: 2.2_rc14/cvs/Linux 2.6.22-gentoo-r9-ail-simulation-sensors x86_64)

Revision  Changes    Path
1.3                  dev-tex/luatex/luatex-0.30.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/luatex/luatex-0.30.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/luatex/luatex-0.30.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/luatex/luatex-0.30.2.ebuild?r1=1.2&r2=1.3

Index: luatex-0.30.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/luatex/luatex-0.30.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- luatex-0.30.2.ebuild	27 Oct 2008 17:55:43 -0000	1.2
+++ luatex-0.30.2.ebuild	18 Nov 2008 15:30:35 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/luatex/luatex-0.30.2.ebuild,v 1.2 2008/10/27 17:55:43 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/luatex/luatex-0.30.2.ebuild,v 1.3 2008/11/18 15:30:35 fmccor Exp $
 
 EAPI="2"
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="doc"
 
 RDEPEND="dev-tex/mplib[lua]



1.15                 dev-tex/luatex/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/luatex/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/luatex/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/luatex/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/luatex/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	27 Oct 2008 17:57:26 -0000	1.14
+++ ChangeLog	18 Nov 2008 15:30:35 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tex/luatex
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/luatex/ChangeLog,v 1.14 2008/10/27 17:57:26 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/luatex/ChangeLog,v 1.15 2008/11/18 15:30:35 fmccor Exp $
+
+  18 Nov 2008; Ferris McCormick <fmccor@gentoo.org> luatex-0.30.2.ebuild:
+  Keyword for ~sparc, part of bug #237202, thanks to Friedrich Oslage (bluebird).
 
   27 Oct 2008; Alexis Ballier <aballier@gentoo.org> -luatex-0.29.0.ebuild,
   -luatex-0.30.0.ebuild, -luatex-0.30.1.ebuild:






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-11-18 15:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-18 15:30 [gentoo-commits] gentoo-x86 commit in dev-tex/luatex: luatex-0.30.2.ebuild ChangeLog Ferris McCormick (fmccor)
  -- strict thread matches above, loose matches on Subject: below --
2008-10-27 17:55 Alexis Ballier (aballier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox