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.3.ebuild
Date: Sat, 05 Jul 2008 06:26:44
Message-Id: E1KF1EE-00076p-Kq@stork.gentoo.org
1 dberkholz 08/07/05 06:26:38
2
3 Modified: ChangeLog
4 Added: libXfont-1.3.3.ebuild
5 Log:
6 Bump for X.Org 7.4.
7 (Portage version: 2.1.5.6)
8
9 Revision Changes Path
10 1.94 x11-libs/libXfont/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/ChangeLog?rev=1.94&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/ChangeLog?rev=1.94&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/ChangeLog?r1=1.93&r2=1.94
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v
19 retrieving revision 1.93
20 retrieving revision 1.94
21 diff -u -r1.93 -r1.94
22 --- ChangeLog 26 Mar 2008 03:52:26 -0000 1.93
23 +++ ChangeLog 5 Jul 2008 06:26:38 -0000 1.94
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.93 2008/03/26 03:52:26 ricmm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.94 2008/07/05 06:26:38 dberkholz Exp $
29 +
30 +*libXfont-1.3.3 (05 Jul 2008)
31 +
32 + 05 Jul 2008; Donnie Berkholz <dberkholz@g.o>;
33 + +libXfont-1.3.3.ebuild:
34 + Bump for X.Org 7.4.
35
36 26 Mar 2008; <ricmm@g.o> libXfont-1.3.0.ebuild:
37 Drop to ~mips due to unstable deps
38
39
40
41 1.1 x11-libs/libXfont/libXfont-1.3.3.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/libXfont-1.3.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXfont/libXfont-1.3.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libXfont-1.3.3.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.3.3.ebuild,v 1.1 2008/07/05 06:26:38 dberkholz Exp $
51
52 # Must be before x-modular eclass is inherited
53 # SNAPSHOT="yes"
54
55 inherit x-modular flag-o-matic
56
57 DESCRIPTION="X.Org Xfont library"
58
59 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
60 IUSE="ipv6"
61
62 RDEPEND="x11-libs/xtrans
63 x11-libs/libfontenc
64 x11-proto/xproto
65 x11-proto/fontsproto
66 >=media-libs/freetype-2"
67 DEPEND="${RDEPEND}
68 x11-proto/fontcacheproto"
69
70 CONFIGURE_OPTIONS="$(use_enable ipv6)
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 }
82
83
84
85 --
86 gentoo-commits@l.g.o mailing list