Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: font.eclass
Date: Fri, 02 Jan 2009 09:42:28
Message-Id: E1LIgXy-00049b-P8@stork.gentoo.org
1 vapier 09/01/02 09:42:26
2
3 Modified: font.eclass
4 Log:
5 remove fonts.dir/fonts.scale if they exist before we create them (in case they have funky read-only perms)
6
7 Revision Changes Path
8 1.41 eclass/font.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/font.eclass?rev=1.41&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/font.eclass?rev=1.41&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/font.eclass?r1=1.40&r2=1.41
13
14 Index: font.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/font.eclass,v
17 retrieving revision 1.40
18 retrieving revision 1.41
19 diff -u -r1.40 -r1.41
20 --- font.eclass 1 Jan 2009 09:36:36 -0000 1.40
21 +++ font.eclass 2 Jan 2009 09:42:26 -0000 1.41
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2007 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/font.eclass,v 1.40 2009/01/01 09:36:36 pva Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/font.eclass,v 1.41 2009/01/02 09:42:26 vapier Exp $
27
28 # @ECLASS: font.eclass
29 # @MAINTAINER:
30 @@ -62,6 +62,7 @@
31 # create Xfont files
32 if use X ; then
33 einfo "Creating fonts.scale & fonts.dir ..."
34 + rm -f "${D}${FONTDIR}"/fonts.{dir,scale}
35 mkfontscale "${D}${FONTDIR}"
36 mkfontdir \
37 -e /usr/share/fonts/encodings \