summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2009-09-07 02:07:55 +0000
committerRyan Hill <dirtyepic@gentoo.org>2009-09-07 02:07:55 +0000
commitcebcdec7d23bf71e8a71d9b88347b9694b55c21f (patch)
treef69b30390ac9a98f838305897b1f6ce8bfe91bf5 /media-fonts/sil-ezra
parentVersion bump. (diff)
downloadgentoo-2-cebcdec7d23bf71e8a71d9b88347b9694b55c21f.tar.gz
gentoo-2-cebcdec7d23bf71e8a71d9b88347b9694b55c21f.tar.bz2
gentoo-2-cebcdec7d23bf71e8a71d9b88347b9694b55c21f.zip
Remove old.
(Portage version: 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
-}