summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-07-14 17:10:24 +0000
committerAron Griffis <agriffis@gentoo.org>2004-07-14 17:10:24 +0000
commitdb555ec6a15e80c4b0d52dee8ce1e2df11b98960 (patch)
tree632f3a1216a20d2055f2f65b849d17be4857a289 /media-fonts/twmoefonts
parentFix deps (bug #57032) (Manifest recommit) (diff)
downloadgentoo-2-db555ec6a15e80c4b0d52dee8ce1e2df11b98960.tar.gz
gentoo-2-db555ec6a15e80c4b0d52dee8ce1e2df11b98960.tar.bz2
gentoo-2-db555ec6a15e80c4b0d52dee8ce1e2df11b98960.zip
sync IUSE (-X), update head/tail usage
Diffstat (limited to 'media-fonts/twmoefonts')
-rw-r--r--media-fonts/twmoefonts/twmoefonts-0.1-r1.ebuild4
-rw-r--r--media-fonts/twmoefonts/twmoefonts-0.1.ebuild6
2 files changed, 5 insertions, 5 deletions
diff --git a/media-fonts/twmoefonts/twmoefonts-0.1-r1.ebuild b/media-fonts/twmoefonts/twmoefonts-0.1-r1.ebuild
index d4d8a2874267..341008ca6742 100644
--- a/media-fonts/twmoefonts/twmoefonts-0.1-r1.ebuild
+++ b/media-fonts/twmoefonts/twmoefonts-0.1-r1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/twmoefonts/twmoefonts-0.1-r1.ebuild,v 1.2 2004/06/24 22:31:47 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/twmoefonts/twmoefonts-0.1-r1.ebuild,v 1.3 2004/07/14 17:10:24 agriffis Exp $
inherit font
-IUSE="X"
+IUSE=""
DESCRIPTION="Standard tranditional Chinese fonts made by Minister of Education (MOE), Republic of China."
SRC_URI="ftp://ftp.ncu.edu.tw/FreeBSD/distfiles/zh-moettf/moe_kai.ttf
diff --git a/media-fonts/twmoefonts/twmoefonts-0.1.ebuild b/media-fonts/twmoefonts/twmoefonts-0.1.ebuild
index 1f174ba940a0..7a12eef83145 100644
--- a/media-fonts/twmoefonts/twmoefonts-0.1.ebuild
+++ b/media-fonts/twmoefonts/twmoefonts-0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/twmoefonts/twmoefonts-0.1.ebuild,v 1.7 2004/07/01 10:49:27 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/twmoefonts/twmoefonts-0.1.ebuild,v 1.8 2004/07/14 17:10:24 agriffis Exp $
IUSE=""
DESCRIPTION="Standard tranditional Chinese fonts made by Minister of Education (MOE), Republic of China."
@@ -24,8 +24,8 @@ src_install() {
insinto /usr/share/fonts/ttf/zh_TW
doins *.ttf
if test -r /usr/share/fonts/ttf/zh_TW/fonts.scale; then
- tail +2 /usr/share/fonts/ttf/zh_TW/fonts.scale >> tmp
- tail +2 ${FILESDIR}/TW-fonts.scale >> tmp
+ tail -n +2 /usr/share/fonts/ttf/zh_TW/fonts.scale >> tmp
+ tail -n +2 ${FILESDIR}/TW-fonts.scale >> tmp
echo $(sort -u tmp | wc -l) > newfont.scale
sort -u tmp >> newfont.scale
newins newfont.scale fonts.scale