Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Fabian Groffen (grobian)" <grobian@g.o>
Subject: gentoo-x86 commit in app-text/vilistextum: ChangeLog vilistextum-2.6.9.ebuild
Date: Thu, 18 Mar 2010 18:47:43 +0000
grobian     10/03/18 18:47:43

  Modified:             ChangeLog vilistextum-2.6.9.ebuild
  Log:
  Add Prefix patch, transferred Prefix keywords, override locale autodetection with en_US.UTF-8 to avoid using a random (possibly non-working) other UTF-8 locale.
  (Portage version: 2.2.00.15819-prefix/cvs/Darwin powerpc)

Revision  Changes    Path
1.26                 app-text/vilistextum/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/vilistextum/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/vilistextum/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/vilistextum/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/vilistextum/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	6 Mar 2010 21:55:52 -0000	1.25
+++ ChangeLog	18 Mar 2010 18:47:42 -0000	1.26
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/vilistextum
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/vilistextum/ChangeLog,v 1.25 2010/03/06 21:55:52 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/vilistextum/ChangeLog,v 1.26 2010/03/18 18:47:42 grobian Exp $
+
+  18 Mar 2010; Fabian Groffen <grobian@g.o> vilistextum-2.6.9.ebuild,
+  +files/vilistextum-2.6.9-prefix.patch:
+  Add Prefix patch, transferred Prefix keywords, override locale
+  autodetection with en_US.UTF-8 to avoid using a random (possibly
+  non-working) other UTF-8 locale.
 
 *vilistextum-2.6.7-r1 (06 Mar 2010)
 



1.3                  app-text/vilistextum/vilistextum-2.6.9.ebuild

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

Index: vilistextum-2.6.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/vilistextum/vilistextum-2.6.9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vilistextum-2.6.9.ebuild	6 Mar 2010 21:55:52 -0000	1.2
+++ vilistextum-2.6.9.ebuild	18 Mar 2010 18:47:42 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/vilistextum/vilistextum-2.6.9.ebuild,v 1.2 2010/03/06 21:55:52 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/vilistextum/vilistextum-2.6.9.ebuild,v 1.3 2010/03/18 18:47:42 grobian Exp $
 
 EAPI="2"
 
@@ -12,21 +12,25 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris"
 #IUSE="unicode kde"
 IUSE="unicode"
 
-DEPEND=""
+DEPEND="virtual/libiconv"
 # KDE support will be available once a version of kaptain in stable
 #	 kde? ( kde-misc/kaptain )"
 
 src_prepare() {
 	epatch "${FILESDIR}/${P}-gentoo.diff"
+	epatch "${FILESDIR}/${P}-prefix.patch"
 	eautoreconf
 }
 
-src_configure(){
-	econf $(use_enable unicode multibyte)
+src_configure() {
+	# need hardwired locale simply because locale -a | grep -i utf-8 | head -n1
+	# isn't always returning the most sensical (and working) locale
+	econf $(use_enable unicode multibyte) \
+		$(use_with unicode unicode-locale en_US.UTF-8)
 }
 
 src_install() {





Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in app-text/vilistextum: ChangeLog vilistextum-2.6.9.ebuild
Next by thread:
gentoo-x86 commit in app-text/vilistextum: ChangeLog vilistextum-2.6.9.ebuild
Previous by date:
gentoo-x86 commit in dev-java/groovy: groovy-1.6.8.ebuild ChangeLog
Next by date:
gentoo-x86 commit in app-text/vilistextum/files: vilistextum-2.6.9-prefix.patch


Updated Jun 25, 2012

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.