summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2010-11-17 16:44:51 +0000
committerMichał Górny <mgorny@gentoo.org>2010-11-17 16:44:51 +0000
commit431463a4e5cda621987f35f5383eeb6ad5ef4138 (patch)
tree1fc8e082951b7be571f06add718f6b92dab0527a /media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.3.ebuild
parentVersion bump. (diff)
downloadgentoo-2-431463a4e5cda621987f35f5383eeb6ad5ef4138.tar.gz
gentoo-2-431463a4e5cda621987f35f5383eeb6ad5ef4138.tar.bz2
gentoo-2-431463a4e5cda621987f35f5383eeb6ad5ef4138.zip
Version bump.
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.3.ebuild')
-rw-r--r--media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.3.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.3.ebuild b/media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.3.ebuild
new file mode 100644
index 000000000000..ef6e1b77b2a8
--- /dev/null
+++ b/media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.3.ebuild,v 1.1 2010/11/17 16:44:51 mgorny Exp $
+
+FONT_DIR="OTF"
+
+EAPI=3
+inherit xorg-2
+
+DESCRIPTION="Miscellaneous Ethiopic fonts"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ x11-apps/bdftopcf"
+
+FONT_OPTIONS="--with-otf-fontdir=${EPREFIX}usr/share/fonts/OTF"
+
+src_install() {
+ xorg-2_src_install
+ # TTF fonts are not supposed to be installed.
+ # Also fixes file collision per bug #309689
+ rm -rf "${D}/${EPREFIX}usr/share/fonts/TTF"
+}