Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libXfont: libXfont-1.4.8-r1.ebuild ChangeLog
Date: Wed, 21 May 2014 16:17:41
Message-Id: 20140521161738.0791D2004E@flycatcher.gentoo.org
1 chithanh 14/05/21 16:17:37
2
3 Modified: ChangeLog
4 Added: libXfont-1.4.8-r1.ebuild
5 Log:
6 Add patched version to build against fontsproto-2.1.3
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.202 x11-libs/libXfont/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/ChangeLog?rev=1.202&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/ChangeLog?rev=1.202&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/ChangeLog?r1=1.201&r2=1.202
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v
20 retrieving revision 1.201
21 retrieving revision 1.202
22 diff -u -r1.201 -r1.202
23 --- ChangeLog 18 May 2014 16:58:50 -0000 1.201
24 +++ ChangeLog 21 May 2014 16:17:37 -0000 1.202
25 @@ -1,6 +1,14 @@
26 # ChangeLog for x11-libs/libXfont
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.201 2014/05/18 16:58:50 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.202 2014/05/21 16:17:37 chithanh Exp $
30 +
31 +*libXfont-1.4.8-r1 (21 May 2014)
32 +
33 + 21 May 2014; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
34 + +files/libXfont-1.4.8-fontsproto-2.1.3-configure_ac.patch,
35 + +files/libXfont-1.4.8-fontsproto-2.1.3-constchar.patch,
36 + +libXfont-1.4.8-r1.ebuild:
37 + Add patched version to build against fontsproto-2.1.3
38
39 18 May 2014; Jeroen Roovers <jer@g.o> libXfont-1.4.8.ebuild:
40 Stable for HPPA (bug #510250).
41
42
43
44 1.1 x11-libs/libXfont/libXfont-1.4.8-r1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/libXfont-1.4.8-r1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/libXfont-1.4.8-r1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: libXfont-1.4.8-r1.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.8-r1.ebuild,v 1.1 2014/05/21 16:17:37 chithanh Exp $
54
55 EAPI=5
56
57 XORG_DOC=doc
58 XORG_EAUTORECONF=yes
59 inherit xorg-2
60
61 DESCRIPTION="X.Org Xfont library"
62
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
64 IUSE="bzip2 ipv6 truetype"
65
66 RDEPEND="x11-libs/xtrans
67 x11-libs/libfontenc
68 truetype? ( >=media-libs/freetype-2 )
69 bzip2? ( app-arch/bzip2 )
70 x11-proto/xproto
71 >=x11-proto/fontsproto-2.1.3"
72 DEPEND="${RDEPEND}"
73
74 PATCHES=(
75 "${FILESDIR}"/${P}-fontsproto-2.1.3-configure_ac.patch
76 "${FILESDIR}"/${P}-fontsproto-2.1.3-constchar.patch
77 )
78
79 src_configure() {
80 XORG_CONFIGURE_OPTIONS=(
81 $(use_enable ipv6)
82 $(use_enable doc devel-docs)
83 $(use_with doc xmlto)
84 $(use_with bzip2)
85 $(use_enable truetype freetype)
86 --without-fop
87 )
88 xorg-2_src_configure
89 }