diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2007-10-02 01:09:56 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2007-10-02 01:09:56 +0000 |
commit | cf233220b35556f9c1f4e0178951a693fb860f81 (patch) | |
tree | 047d331c0cbadf1a7746056ea1e9b025b4118f0e /media-fonts/arabeyes-fonts | |
parent | Fix quoting/whitespace, add unzip DEPEND. (diff) | |
download | gentoo-2-cf233220b35556f9c1f4e0178951a693fb860f81.tar.gz gentoo-2-cf233220b35556f9c1f4e0178951a693fb860f81.tar.bz2 gentoo-2-cf233220b35556f9c1f4e0178951a693fb860f81.zip |
Fix quoting.
(Portage version: 2.1.3.11)
Diffstat (limited to 'media-fonts/arabeyes-fonts')
-rw-r--r-- | media-fonts/arabeyes-fonts/ChangeLog | 5 | ||||
-rw-r--r-- | media-fonts/arabeyes-fonts/arabeyes-fonts-1.1.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/media-fonts/arabeyes-fonts/ChangeLog b/media-fonts/arabeyes-fonts/ChangeLog index 33eb385e47d2..bba3c8451901 100644 --- a/media-fonts/arabeyes-fonts/ChangeLog +++ b/media-fonts/arabeyes-fonts/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-fonts/arabeyes-fonts # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/arabeyes-fonts/ChangeLog,v 1.11 2007/07/01 03:04:39 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/arabeyes-fonts/ChangeLog,v 1.12 2007/10/02 01:09:56 dirtyepic Exp $ + + 02 Oct 2007; Ryan Hill <dirtyepic@gentoo.org> arabeyes-fonts-1.1.ebuild: + Fix quoting. 01 Jul 2007; Piotr Jaroszyński <peper@gentoo.org> +files/digest-arabeyes-fonts-1.1, Manifest: diff --git a/media-fonts/arabeyes-fonts/arabeyes-fonts-1.1.ebuild b/media-fonts/arabeyes-fonts/arabeyes-fonts-1.1.ebuild index dfcdb333bf7b..367f9f5f3fcf 100644 --- a/media-fonts/arabeyes-fonts/arabeyes-fonts-1.1.ebuild +++ b/media-fonts/arabeyes-fonts/arabeyes-fonts-1.1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $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 $ inherit font MY_PN="ae_fonts1" -S=${WORKDIR}/${MY_PN}-${PV} +S="${WORKDIR}"/${MY_PN}-${PV} DESCRIPTION="Arabeyes Arabic TrueType fonts" HOMEPAGE="http://www.arabeyes.org/project.php?proj=Khotot" @@ -21,8 +21,9 @@ FONT_SUFFIX="ttf" DOCS="license.txt" src_install() { + local d for d in AAHS AGA FS Kasr MCS Shmookh; do - FONT_S=${S}/$d + FONT_S="${S}"/$d font_src_install done } |