Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libfontenc: libfontenc-1.1.0.ebuild ChangeLog
Date: Thu, 27 Jan 2011 16:58:14
Message-Id: 20110127165754.3756D20054@flycatcher.gentoo.org
1 darkside 11/01/27 16:57:54
2
3 Modified: libfontenc-1.1.0.ebuild ChangeLog
4 Log:
5 Push Gentoo Prefix changes from x11 overlay, as approved
6
7 (Portage version: 2.1.9.35/cvs/Linux i686)
8
9 Revision Changes Path
10 1.8 x11-libs/libfontenc/libfontenc-1.1.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfontenc/libfontenc-1.1.0.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfontenc/libfontenc-1.1.0.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfontenc/libfontenc-1.1.0.ebuild?r1=1.7&r2=1.8
15
16 Index: libfontenc-1.1.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/libfontenc-1.1.0.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- libfontenc-1.1.0.ebuild 31 Dec 2010 20:12:53 -0000 1.7
23 +++ libfontenc-1.1.0.ebuild 27 Jan 2011 16:57:53 -0000 1.8
24 @@ -1,15 +1,17 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/libfontenc-1.1.0.ebuild,v 1.7 2010/12/31 20:12:53 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/libfontenc-1.1.0.ebuild,v 1.8 2011/01/27 16:57:53 darkside Exp $
30
31 EAPI=3
32 inherit xorg-2
33
34 DESCRIPTION="X.Org fontenc library"
35
36 -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
37 +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
38 IUSE=""
39
40 RDEPEND="sys-libs/zlib
41 x11-proto/xproto"
42 DEPEND="${RDEPEND}"
43 +
44 +CONFIGURE_OPTIONS="--with-encodingsdir=${EPREFIX}/usr/share/fonts/encodings"
45
46
47
48 1.61 x11-libs/libfontenc/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfontenc/ChangeLog?rev=1.61&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfontenc/ChangeLog?rev=1.61&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfontenc/ChangeLog?r1=1.60&r2=1.61
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/ChangeLog,v
57 retrieving revision 1.60
58 retrieving revision 1.61
59 diff -u -r1.60 -r1.61
60 --- ChangeLog 31 Dec 2010 20:12:53 -0000 1.60
61 +++ ChangeLog 27 Jan 2011 16:57:53 -0000 1.61
62 @@ -1,6 +1,9 @@
63 # ChangeLog for x11-libs/libfontenc
64 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/ChangeLog,v 1.60 2010/12/31 20:12:53 jer Exp $
66 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
67 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/ChangeLog,v 1.61 2011/01/27 16:57:53 darkside Exp $
68 +
69 + 27 Jan 2011; Jeremy Olexa <darkside@g.o> libfontenc-1.1.0.ebuild:
70 + Push Gentoo Prefix changes from x11 overlay, as approved
71
72 31 Dec 2010; Jeroen Roovers <jer@g.o> libfontenc-1.1.0.ebuild:
73 Stable for HPPA (bug #344827).