diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-08-25 11:35:13 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-08-25 11:35:13 +0000 |
commit | 84612aac44baa2d7bffa70e859a56ad7bdd0fef2 (patch) | |
tree | 597db2a5ed1c6183f6a531cba94dc9f761a6d2c1 /media-fonts | |
parent | arm/s390/sh stable (diff) | |
download | gentoo-2-84612aac44baa2d7bffa70e859a56ad7bdd0fef2.tar.gz gentoo-2-84612aac44baa2d7bffa70e859a56ad7bdd0fef2.tar.bz2 gentoo-2-84612aac44baa2d7bffa70e859a56ad7bdd0fef2.zip |
arm/s390/sh stable
(Portage version: 2.1.3.7)
Diffstat (limited to 'media-fonts')
-rw-r--r-- | media-fonts/ezra-sil/ezra-sil-2.5.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/media-fonts/ezra-sil/ezra-sil-2.5.ebuild b/media-fonts/ezra-sil/ezra-sil-2.5.ebuild index 46004a697fd6..b30b1bb1b70b 100644 --- a/media-fonts/ezra-sil/ezra-sil-2.5.ebuild +++ b/media-fonts/ezra-sil/ezra-sil-2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/ezra-sil/ezra-sil-2.5.ebuild,v 1.5 2007/08/24 23:00:17 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/ezra-sil/ezra-sil-2.5.ebuild,v 1.6 2007/08/25 11:35:13 vapier Exp $ inherit font @@ -8,20 +8,20 @@ MY_P="EzraSIL${PV//./}.zip" DESCRIPTION="Opentype font for Biblical Hebrew texts following the typeface and traditions of the Biblia Hebraica Stuttgartensia." HOMEPAGE="http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=EzraSIL_Home" -LICENSE="MIT OFL-1.1" # We need to mirror the distfile as the download url is a bunch of php garbage SRC_URI="mirror://gentoo/${MY_P}" #SRC_URI="ftp://ftp.sil.org/fonts/win/${MY_P}" #SRC_URI="http://scripts.sil.org/cms/scripts/render_download.php?site_id=nrsi&format=file&media_id=${MY_P}&filename=${MY_P}" -DEPEND="app-arch/unzip" -RDEPEND="" - +LICENSE="MIT OFL-1.1" SLOT="0" -KEYWORDS="amd64 ~arm ia64 ~ppc ~s390 ~sh sparc x86 ~x86-fbsd" +KEYWORDS="amd64 arm ia64 ~ppc s390 sh sparc x86 ~x86-fbsd" IUSE="" +DEPEND="app-arch/unzip" +RDEPEND="" + DOCS="README.txt" FONT_SUFFIX="ttf" S="${WORKDIR}" |