Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-fonts/arabeyes-fonts: arabeyes-fonts-1.1.ebuild ChangeLog
Date: Tue, 02 Oct 2007 01:19:00
Message-Id: E1IcWGq-0003jl-M6@stork.gentoo.org
1 dirtyepic 07/10/02 01:09:56
2
3 Modified: arabeyes-fonts-1.1.ebuild ChangeLog
4 Log:
5 Fix quoting.
6 (Portage version: 2.1.3.11)
7
8 Revision Changes Path
9 1.13 media-fonts/arabeyes-fonts/arabeyes-fonts-1.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/arabeyes-fonts/arabeyes-fonts-1.1.ebuild?rev=1.13&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/arabeyes-fonts/arabeyes-fonts-1.1.ebuild?rev=1.13&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/arabeyes-fonts/arabeyes-fonts-1.1.ebuild?r1=1.12&r2=1.13
14
15 Index: arabeyes-fonts-1.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-fonts/arabeyes-fonts/arabeyes-fonts-1.1.ebuild,v
18 retrieving revision 1.12
19 retrieving revision 1.13
20 diff -u -r1.12 -r1.13
21 --- arabeyes-fonts-1.1.ebuild 29 Jun 2007 07:04:07 -0000 1.12
22 +++ arabeyes-fonts-1.1.ebuild 2 Oct 2007 01:09:56 -0000 1.13
23 @@ -1,11 +1,11 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/arabeyes-fonts/arabeyes-fonts-1.1.ebuild,v 1.12 2007/06/29 07:04:07 opfer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/arabeyes-fonts/arabeyes-fonts-1.1.ebuild,v 1.13 2007/10/02 01:09:56 dirtyepic Exp $
28
29 inherit font
30
31 MY_PN="ae_fonts1"
32 -S=${WORKDIR}/${MY_PN}-${PV}
33 +S="${WORKDIR}"/${MY_PN}-${PV}
34
35 DESCRIPTION="Arabeyes Arabic TrueType fonts"
36 HOMEPAGE="http://www.arabeyes.org/project.php?proj=Khotot"
37 @@ -21,8 +21,9 @@
38 DOCS="license.txt"
39
40 src_install() {
41 + local d
42 for d in AAHS AGA FS Kasr MCS Shmookh; do
43 - FONT_S=${S}/$d
44 + FONT_S="${S}"/$d
45 font_src_install
46 done
47 }
48
49
50
51 1.12 media-fonts/arabeyes-fonts/ChangeLog
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/arabeyes-fonts/ChangeLog?rev=1.12&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/arabeyes-fonts/ChangeLog?rev=1.12&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/arabeyes-fonts/ChangeLog?r1=1.11&r2=1.12
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/media-fonts/arabeyes-fonts/ChangeLog,v
60 retrieving revision 1.11
61 retrieving revision 1.12
62 diff -u -r1.11 -r1.12
63 --- ChangeLog 1 Jul 2007 03:04:39 -0000 1.11
64 +++ ChangeLog 2 Oct 2007 01:09:56 -0000 1.12
65 @@ -1,6 +1,9 @@
66 # ChangeLog for media-fonts/arabeyes-fonts
67 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/arabeyes-fonts/ChangeLog,v 1.11 2007/07/01 03:04:39 peper Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/arabeyes-fonts/ChangeLog,v 1.12 2007/10/02 01:09:56 dirtyepic Exp $
70 +
71 + 02 Oct 2007; Ryan Hill <dirtyepic@g.o> arabeyes-fonts-1.1.ebuild:
72 + Fix quoting.
73
74 01 Jul 2007; Piotr JaroszyƄski <peper@g.o>
75 +files/digest-arabeyes-fonts-1.1, Manifest:
76
77
78
79 --
80 gentoo-commits@g.o mailing list