Gentoo Archives: gentoo-commits

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