Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libXfont: ChangeLog libXfont-1.4.3.ebuild
Date: Fri, 29 Oct 2010 08:56:32
Message-Id: 20101029085628.C8A8420051@flycatcher.gentoo.org
1 scarabeus 10/10/29 08:56:28
2
3 Modified: ChangeLog
4 Added: libXfont-1.4.3.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2_rc98/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.137 x11-libs/libXfont/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/ChangeLog?rev=1.137&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/ChangeLog?rev=1.137&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/ChangeLog?r1=1.136&r2=1.137
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v
20 retrieving revision 1.136
21 retrieving revision 1.137
22 diff -u -r1.136 -r1.137
23 --- ChangeLog 21 Oct 2010 14:14:21 -0000 1.136
24 +++ ChangeLog 29 Oct 2010 08:56:28 -0000 1.137
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-libs/libXfont
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.136 2010/10/21 14:14:21 scarabeus Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.137 2010/10/29 08:56:28 scarabeus Exp $
30 +
31 +*libXfont-1.4.3 (29 Oct 2010)
32 +
33 + 29 Oct 2010; Tomáš Chvátal <scarabeus@g.o> +libXfont-1.4.3.ebuild:
34 + Version bump
35
36 21 Oct 2010; Tomáš Chvátal <scarabeus@g.o>
37 -libXfont-1.4.1.ebuild:
38
39
40
41 1.1 x11-libs/libXfont/libXfont-1.4.3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/libXfont-1.4.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXfont/libXfont-1.4.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libXfont-1.4.3.ebuild
47 ===================================================================
48 # Copyright 1999-2010 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.4.3.ebuild,v 1.1 2010/10/29 08:56:28 scarabeus Exp $
51
52 EAPI=3
53 inherit xorg-2
54
55 DESCRIPTION="X.Org Xfont library"
56
57 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
58 IUSE="doc ipv6"
59
60 RDEPEND="x11-libs/xtrans
61 x11-libs/libfontenc
62 >=media-libs/freetype-2
63 app-arch/bzip2"
64 DEPEND="${RDEPEND}
65 x11-proto/xproto
66 x11-proto/fontsproto
67 doc? ( app-text/xmlto )"
68
69 pkg_setup() {
70 xorg-2_pkg_setup
71 CONFIGURE_OPTIONS="$(use_enable ipv6)
72 $(use_enable doc devel-docs)
73 $(use_with doc xmlto)
74 --with-bzip2
75 --without-fop"
76 }