Gentoo Archives: gentoo-commits

From: "Donnie Berkholz (dberkholz)" <dberkholz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libXfont: ChangeLog libXfont-1.3.4.ebuild
Date: Tue, 13 Jan 2009 02:40:09
Message-Id: E1LMZCJ-0007kW-Df@stork.gentoo.org
1 dberkholz 09/01/13 02:40:07
2
3 Modified: ChangeLog
4 Added: libXfont-1.3.4.ebuild
5 Log:
6 Bump. Adds support for bzip2 bitmap-font compression. Other bugfixes.
7 (Portage version: 2.1.6.4/cvs/Linux 2.6.28 x86_64)
8
9 Revision Changes Path
10 1.95 x11-libs/libXfont/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/ChangeLog?rev=1.95&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/ChangeLog?rev=1.95&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/ChangeLog?r1=1.94&r2=1.95
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v
19 retrieving revision 1.94
20 retrieving revision 1.95
21 diff -u -r1.94 -r1.95
22 --- ChangeLog 5 Jul 2008 06:26:38 -0000 1.94
23 +++ ChangeLog 13 Jan 2009 02:40:07 -0000 1.95
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-libs/libXfont
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.94 2008/07/05 06:26:38 dberkholz Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.95 2009/01/13 02:40:07 dberkholz Exp $
30 +
31 +*libXfont-1.3.4 (13 Jan 2009)
32 +
33 + 13 Jan 2009; Donnie Berkholz <dberkholz@g.o>;
34 + +libXfont-1.3.4.ebuild:
35 + Bump. Adds support for bzip2 bitmap-font compression. Other bugfixes.
36
37 *libXfont-1.3.3 (05 Jul 2008)
38
39
40
41
42 1.1 x11-libs/libXfont/libXfont-1.3.4.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/libXfont-1.3.4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/libXfont-1.3.4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libXfont-1.3.4.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.3.4.ebuild,v 1.1 2009/01/13 02:40:07 dberkholz Exp $
52
53 # Must be before x-modular eclass is inherited
54 # SNAPSHOT="yes"
55
56 inherit x-modular flag-o-matic
57
58 DESCRIPTION="X.Org Xfont library"
59
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
61 IUSE="ipv6"
62
63 RDEPEND="x11-libs/xtrans
64 x11-libs/libfontenc
65 x11-proto/xproto
66 x11-proto/fontsproto
67 >=media-libs/freetype-2"
68 DEPEND="${RDEPEND}
69 x11-proto/fontcacheproto"
70
71 CONFIGURE_OPTIONS="$(use_enable ipv6)
72 --with-bzip2
73 --with-encodingsdir=/usr/share/fonts/encodings"
74
75 pkg_setup() {
76 # No such function yet
77 # x-modular_pkg_setup
78
79 # (#125465) Broken with Bdirect support
80 filter-flags -Wl,-Bdirect
81 filter-ldflags -Bdirect
82 filter-ldflags -Wl,-Bdirect
83 }