Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libXfont: libXfont-1.4.3.ebuild ChangeLog
Date: Thu, 27 Jan 2011 16:52:33
Message-Id: 20110127165223.39C3020054@flycatcher.gentoo.org
1 darkside 11/01/27 16:52:23
2
3 Modified: libXfont-1.4.3.ebuild ChangeLog
4 Log:
5 Push Gentoo Prefix changes from x11 overlay, as approved
6
7 (Portage version: 2.1.9.35/cvs/Linux i686)
8
9 Revision Changes Path
10 1.8 x11-libs/libXfont/libXfont-1.4.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/libXfont-1.4.3.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/libXfont-1.4.3.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/libXfont-1.4.3.ebuild?r1=1.7&r2=1.8
15
16 Index: libXfont-1.4.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.3.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- libXfont-1.4.3.ebuild 31 Dec 2010 20:04:55 -0000 1.7
23 +++ libXfont-1.4.3.ebuild 27 Jan 2011 16:52:22 -0000 1.8
24 @@ -1,13 +1,13 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.3.ebuild,v 1.7 2010/12/31 20:04:55 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.3.ebuild,v 1.8 2011/01/27 16:52:22 darkside Exp $
30
31 EAPI=3
32 inherit xorg-2
33
34 DESCRIPTION="X.Org Xfont library"
35
36 -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
37 +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
38 IUSE="doc ipv6"
39
40 RDEPEND="x11-libs/xtrans
41 @@ -25,5 +25,6 @@
42 $(use_enable doc devel-docs)
43 $(use_with doc xmlto)
44 --with-bzip2
45 - --without-fop"
46 + --without-fop
47 + --with-encodingsdir=${EPREFIX}/usr/share/fonts/encodings"
48 }
49
50
51
52 1.143 x11-libs/libXfont/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/ChangeLog?rev=1.143&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/ChangeLog?rev=1.143&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/ChangeLog?r1=1.142&r2=1.143
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v
61 retrieving revision 1.142
62 retrieving revision 1.143
63 diff -u -r1.142 -r1.143
64 --- ChangeLog 31 Dec 2010 20:04:55 -0000 1.142
65 +++ ChangeLog 27 Jan 2011 16:52:22 -0000 1.143
66 @@ -1,6 +1,9 @@
67 # ChangeLog for x11-libs/libXfont
68 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.142 2010/12/31 20:04:55 jer Exp $
70 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
71 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.143 2011/01/27 16:52:22 darkside Exp $
72 +
73 + 27 Jan 2011; Jeremy Olexa <darkside@g.o> libXfont-1.4.3.ebuild:
74 + Push Gentoo Prefix changes from x11 overlay, as approved
75
76 31 Dec 2010; Jeroen Roovers <jer@g.o> libXfont-1.4.3.ebuild:
77 Stable for HPPA (bug #344827).