Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: font-ebdftopcf.eclass
Date: Thu, 30 Sep 2010 11:12:12
Message-Id: 20100930111204.039E520051@flycatcher.gentoo.org
1 grobian 10/09/30 11:12:03
2
3 Modified: font-ebdftopcf.eclass
4 Log:
5 Fix for Prefix, bug #334057. Since this is always on top of font.eclass, can rely on it's pkg_setup for EPREFIX
6
7 Revision Changes Path
8 1.6 eclass/font-ebdftopcf.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/font-ebdftopcf.eclass?rev=1.6&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/font-ebdftopcf.eclass?rev=1.6&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/font-ebdftopcf.eclass?r1=1.5&r2=1.6
13
14 Index: font-ebdftopcf.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/font-ebdftopcf.eclass,v
17 retrieving revision 1.5
18 retrieving revision 1.6
19 diff -u -r1.5 -r1.6
20 --- font-ebdftopcf.eclass 16 Sep 2007 02:56:19 -0000 1.5
21 +++ font-ebdftopcf.eclass 30 Sep 2010 11:12:03 -0000 1.6
22 @@ -1,6 +1,6 @@
23 # Copyright 2006 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/font-ebdftopcf.eclass,v 1.5 2007/09/16 02:56:19 dirtyepic Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/font-ebdftopcf.eclass,v 1.6 2010/09/30 11:12:03 grobian Exp $
27
28 # Author: Robin H. Johnson <robbat2@g.o>
29
30 @@ -27,7 +27,7 @@
31 local bdffiles
32 bdffiles="$@"
33 [ -z "$bdffiles" ] && die "No BDF files specified."
34 - emake -f /usr/share/ebdftopcf/Makefile.ebdftopcf \
35 + emake -f "${EPREFIX}"/usr/share/ebdftopcf/Makefile.ebdftopcf \
36 BDFFILES="${bdffiles}" \
37 BDFTOPCF_PARAMS="${BDFTOPCF_PARAMS}" \
38 || die "Failed to build PCF files"