Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-fonts/font-util: font-util-1.0.2.ebuild ChangeLog
Date: Sat, 03 Oct 2009 12:01:34
Message-Id: E1Mu3In-0004I9-WB@stork.gentoo.org
1 scarabeus 09/10/03 12:01:29
2
3 Modified: ChangeLog
4 Added: font-util-1.0.2.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc41/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.30 media-fonts/font-util/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/font-util/ChangeLog?rev=1.30&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/font-util/ChangeLog?rev=1.30&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/font-util/ChangeLog?r1=1.29&r2=1.30
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-fonts/font-util/ChangeLog,v
19 retrieving revision 1.29
20 retrieving revision 1.30
21 diff -u -r1.29 -r1.30
22 --- ChangeLog 19 Jul 2006 14:00:09 -0000 1.29
23 +++ ChangeLog 3 Oct 2009 12:01:29 -0000 1.30
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-fonts/font-util
26 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/font-util/ChangeLog,v 1.29 2006/07/19 14:00:09 gmsoft Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/font-util/ChangeLog,v 1.30 2009/10/03 12:01:29 scarabeus Exp $
30 +
31 +*font-util-1.0.2 (03 Oct 2009)
32 +
33 + 03 Oct 2009; Tomáš Chvátal <scarabeus@g.o>
34 + +font-util-1.0.2.ebuild:
35 + Version bump.
36
37 19 Jul 2006; Guy Martin <gmsoft@g.o> font-util-1.0.1.ebuild:
38 Stable on hppa.
39
40
41
42 1.1 media-fonts/font-util/font-util-1.0.2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/font-util/font-util-1.0.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/font-util/font-util-1.0.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: font-util-1.0.2.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-fonts/font-util/font-util-1.0.2.ebuild,v 1.1 2009/10/03 12:01:29 scarabeus Exp $
52
53 # Must be before x-modular eclass is inherited
54 #SNAPSHOT="yes"
55
56 inherit x-modular
57
58 DESCRIPTION="X.Org font utilities"
59
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
61
62 RDEPEND=""
63 DEPEND="${RDEPEND}"
64
65 CONFIGURE_OPTIONS="--with-mapdir=/usr/share/fonts/util"