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.5.ebuild ChangeLog
Date: Sun, 04 Mar 2012 21:03:55
Message-Id: 20120304210340.847972004B@flycatcher.gentoo.org
1 chithanh 12/03/04 21:03:40
2
3 Modified: ChangeLog
4 Added: libXfont-1.4.5.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.155 x11-libs/libXfont/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/ChangeLog?rev=1.155&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/ChangeLog?rev=1.155&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/ChangeLog?r1=1.154&r2=1.155
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v
20 retrieving revision 1.154
21 retrieving revision 1.155
22 diff -u -r1.154 -r1.155
23 --- ChangeLog 15 Aug 2011 15:26:25 -0000 1.154
24 +++ ChangeLog 4 Mar 2012 21:03:40 -0000 1.155
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-libs/libXfont
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.154 2011/08/15 15:26:25 armin76 Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.155 2012/03/04 21:03:40 chithanh Exp $
31 +
32 +*libXfont-1.4.5 (04 Mar 2012)
33 +
34 + 04 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
35 + +libXfont-1.4.5.ebuild:
36 + Version bump.
37
38 15 Aug 2011; Raúl Porcel <armin76@g.o> libXfont-1.4.4.ebuild:
39 alpha/arm/ia64/s390/sh/sparc stable wrt #378797
40
41
42
43 1.1 x11-libs/libXfont/libXfont-1.4.5.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/libXfont-1.4.5.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/libXfont-1.4.5.ebuild?rev=1.1&content-type=text/plain
47
48 Index: libXfont-1.4.5.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.5.ebuild,v 1.1 2012/03/04 21:03:40 chithanh Exp $
53
54 EAPI=4
55
56 XORG_DOC=doc
57 inherit xorg-2
58
59 DESCRIPTION="X.Org Xfont library"
60
61 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"
62 IUSE="ipv6"
63
64 RDEPEND="x11-libs/xtrans
65 x11-libs/libfontenc
66 >=media-libs/freetype-2
67 app-arch/bzip2
68 x11-proto/xproto
69 x11-proto/fontsproto"
70 DEPEND="${RDEPEND}"
71
72 pkg_setup() {
73 xorg-2_pkg_setup
74 XORG_CONFIGURE_OPTIONS=(
75 $(use_enable ipv6)
76 $(use_enable doc devel-docs)
77 $(use_with doc xmlto)
78 --with-bzip2
79 --without-fop
80 --with-encodingsdir="${EPREFIX}/usr/share/fonts/encodings"
81 )
82 }