summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <rhill@gentoo.org>2009-09-07 02:07:55 +0000
committerRyan Hill <rhill@gentoo.org>2009-09-07 02:07:55 +0000
commitd2291d512106d328cafee30b12507f0dddf87261 (patch)
treefd823811f8f5474594274ecfa64a84bf5d7ec029 /media-fonts/sil-ezra
parentVersion bump. (diff)
downloadhistorical-d2291d512106d328cafee30b12507f0dddf87261.tar.gz
historical-d2291d512106d328cafee30b12507f0dddf87261.tar.bz2
historical-d2291d512106d328cafee30b12507f0dddf87261.zip
Remove old.
Package-Manager: portage-2.2_rc40/cvs/Linux x86_64
Diffstat (limited to 'media-fonts/sil-ezra')
-rw-r--r--media-fonts/sil-ezra/ChangeLog7
-rw-r--r--media-fonts/sil-ezra/sil-ezra-2.5.ebuild29
2 files changed, 5 insertions, 31 deletions
diff --git a/media-fonts/sil-ezra/ChangeLog b/media-fonts/sil-ezra/ChangeLog
index d413ea5faa06..27e4b13d9e12 100644
--- a/media-fonts/sil-ezra/ChangeLog
+++ b/media-fonts/sil-ezra/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-fonts/sil-ezra
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/sil-ezra/ChangeLog,v 1.1 2008/05/19 03:06:32 dirtyepic Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/sil-ezra/ChangeLog,v 1.2 2009/09/07 02:07:55 dirtyepic Exp $
+
+ 07 Sep 2009; Ryan Hill <dirtyepic@gentoo.org> -sil-ezra-2.5.ebuild:
+ Remove old.
*sil-ezra-2.51 (19 May 2008)
*sil-ezra-2.5 (19 May 2008)
diff --git a/media-fonts/sil-ezra/sil-ezra-2.5.ebuild b/media-fonts/sil-ezra/sil-ezra-2.5.ebuild
deleted file mode 100644
index cb9978738953..000000000000
--- a/media-fonts/sil-ezra/sil-ezra-2.5.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/sil-ezra/sil-ezra-2.5.ebuild,v 1.1 2008/05/19 03:06:32 dirtyepic Exp $
-
-inherit font
-
-MY_P="EzraSIL${PV//./}"
-
-DESCRIPTION="SIL Ezra - Unicode Opentype fonts for Biblical Hebrew"
-HOMEPAGE="http://scripts.sil.org/EzraSIL_Home"
-SRC_URI="mirror://gentoo/${MY_P}.zip"
-
-LICENSE="MIT OFL-1.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ~ppc s390 sh sparc x86 ~x86-fbsd"
-IUSE="doc"
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-S="${WORKDIR}"
-FONT_S="${S}"
-FONT_SUFFIX="ttf"
-DOCS="OFL-FAQ.txt"
-
-src_install() {
- font_src_install
- use doc && dodoc *.pdf
-}