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/libfontenc: libfontenc-1.0.5.ebuild ChangeLog
Date: Sat, 03 Oct 2009 12:10:27
Message-Id: E1Mu3RQ-0004jc-5S@stork.gentoo.org
1 scarabeus 09/10/03 12:10:24
2
3 Modified: ChangeLog
4 Added: libfontenc-1.0.5.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc41/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.45 x11-libs/libfontenc/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libfontenc/ChangeLog?rev=1.45&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libfontenc/ChangeLog?rev=1.45&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libfontenc/ChangeLog?r1=1.44&r2=1.45
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/ChangeLog,v
19 retrieving revision 1.44
20 retrieving revision 1.45
21 diff -u -r1.44 -r1.45
22 --- ChangeLog 8 May 2009 21:11:23 -0000 1.44
23 +++ ChangeLog 3 Oct 2009 12:10:23 -0000 1.45
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-libs/libfontenc
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/ChangeLog,v 1.44 2009/05/08 21:11:23 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/ChangeLog,v 1.45 2009/10/03 12:10:23 scarabeus Exp $
29 +
30 +*libfontenc-1.0.5 (03 Oct 2009)
31 +
32 + 03 Oct 2009; Tomáš Chvátal <scarabeus@g.o>
33 + +libfontenc-1.0.5.ebuild:
34 + Version bump.
35
36 08 May 2009; Samuli Suominen <ssuominen@g.o>
37 libfontenc-1.0.4.ebuild:
38
39
40
41 1.1 x11-libs/libfontenc/libfontenc-1.0.5.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libfontenc/libfontenc-1.0.5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libfontenc/libfontenc-1.0.5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libfontenc-1.0.5.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/libfontenc-1.0.5.ebuild,v 1.1 2009/10/03 12:10:23 scarabeus Exp $
51
52 # Must be before x-modular eclass is inherited
53 # SNAPSHOT="yes"
54
55 inherit x-modular
56
57 DESCRIPTION="X.Org fontenc library"
58 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
59 IUSE=""
60
61 RDEPEND="sys-libs/zlib"
62 DEPEND="${RDEPEND}
63 x11-proto/xproto"
64
65 pkg_setup() {
66 CONFIGURE_OPTIONS="--with-encodingsdir=/usr/share/fonts/encodings"
67 }