Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-fonts/liberation-fonts-ttf: liberation-fonts-ttf-3-r1.ebuild ChangeLog
Date: Tue, 08 Jan 2008 17:32:57
Message-Id: E1JCIJq-0002m3-KL@stork.gentoo.org
1 pva 08/01/08 17:32:54
2
3 Modified: liberation-fonts-ttf-3-r1.ebuild ChangeLog
4 Log:
5 FONT_CONF now array, bug 201834.
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.10 media-fonts/liberation-fonts-ttf/liberation-fonts-ttf-3-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/liberation-fonts-ttf/liberation-fonts-ttf-3-r1.ebuild?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/liberation-fonts-ttf/liberation-fonts-ttf-3-r1.ebuild?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/liberation-fonts-ttf/liberation-fonts-ttf-3-r1.ebuild?r1=1.9&r2=1.10
14
15 Index: liberation-fonts-ttf-3-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-fonts/liberation-fonts-ttf/liberation-fonts-ttf-3-r1.ebuild,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- liberation-fonts-ttf-3-r1.ebuild 8 Sep 2007 11:51:36 -0000 1.9
22 +++ liberation-fonts-ttf-3-r1.ebuild 8 Jan 2008 17:32:54 -0000 1.10
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/liberation-fonts-ttf/liberation-fonts-ttf-3-r1.ebuild,v 1.9 2007/09/08 11:51:36 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/liberation-fonts-ttf/liberation-fonts-ttf-3-r1.ebuild,v 1.10 2008/01/08 17:32:54 pva Exp $
29
30 inherit font
31
32 @@ -14,14 +14,14 @@
33 LICENSE="GPL-2-with-exceptions"
34 IUSE="X"
35
36 -FONT_PN="${PN/-ttf/}"
37 -FONT_S="${WORKDIR}/${FONT_PN}-${MY_PV}"
38 -S="${FONT_S}"
39 +FONT_PN=${PN/-ttf/}
40 +FONT_S=${WORKDIR}/${FONT_PN}-${MY_PV}
41 +S=${FONT_S}
42
43 FONT_SUFFIX="ttf"
44 DOCS="License.txt"
45
46 -FONT_CONF="${FILESDIR}"/60-liberation.conf
47 +FONT_CONF=( "${FILESDIR}/60-liberation.conf" )
48
49 pkg_postinst() {
50 font_pkg_postinst
51
52
53
54 1.22 media-fonts/liberation-fonts-ttf/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/liberation-fonts-ttf/ChangeLog?rev=1.22&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/liberation-fonts-ttf/ChangeLog?rev=1.22&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/liberation-fonts-ttf/ChangeLog?r1=1.21&r2=1.22
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/media-fonts/liberation-fonts-ttf/ChangeLog,v
63 retrieving revision 1.21
64 retrieving revision 1.22
65 diff -u -r1.21 -r1.22
66 --- ChangeLog 8 Sep 2007 11:51:36 -0000 1.21
67 +++ ChangeLog 8 Jan 2008 17:32:54 -0000 1.22
68 @@ -1,6 +1,9 @@
69 # ChangeLog for media-fonts/liberation-fonts-ttf
70 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/liberation-fonts-ttf/ChangeLog,v 1.21 2007/09/08 11:51:36 maekke Exp $
72 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
73 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/liberation-fonts-ttf/ChangeLog,v 1.22 2008/01/08 17:32:54 pva Exp $
74 +
75 + 08 Jan 2008; <pva@g.o> liberation-fonts-ttf-3-r1.ebuild:
76 + FONT_CONF now array, bug 201834.
77
78 08 Sep 2007; Markus Meier <maekke@g.o>
79 liberation-fonts-ttf-3-r1.ebuild:
80
81
82
83 --
84 gentoo-commits@l.g.o mailing list