summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-06 23:59:55 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-06 23:59:55 +0000
commitf9c3248315f53107578d56c02f11d42c3afbbe97 (patch)
tree3c98e357597e3f41cab2af7136f59ef4da770c3b /media-fonts/arphicfonts
parentrepoman: trim trailing whitespace (diff)
downloadgentoo-2-f9c3248315f53107578d56c02f11d42c3afbbe97.tar.gz
gentoo-2-f9c3248315f53107578d56c02f11d42c3afbbe97.tar.bz2
gentoo-2-f9c3248315f53107578d56c02f11d42c3afbbe97.zip
repoman: trim trailing whitespace
Diffstat (limited to 'media-fonts/arphicfonts')
-rw-r--r--media-fonts/arphicfonts/Manifest4
-rw-r--r--media-fonts/arphicfonts/arphicfonts-0.1-r1.ebuild30
-rw-r--r--media-fonts/arphicfonts/arphicfonts-0.1.ebuild6
3 files changed, 20 insertions, 20 deletions
diff --git a/media-fonts/arphicfonts/Manifest b/media-fonts/arphicfonts/Manifest
index 16311503c7d4..2ede8be38a87 100644
--- a/media-fonts/arphicfonts/Manifest
+++ b/media-fonts/arphicfonts/Manifest
@@ -1,6 +1,6 @@
MD5 da3dde22890826531ad07507323ebe20 ChangeLog 1491
-MD5 7102fb0ee003420a758656f3b770c1da arphicfonts-0.1-r1.ebuild 3243
-MD5 5a140d8f419e0f6f60ca2a99d5bc8d58 arphicfonts-0.1.ebuild 1534
+MD5 86cb7ee070e3498fdb5675b69018c0f4 arphicfonts-0.1-r1.ebuild 3010
+MD5 a1913c3fab57e2e326bc0e974f2cf5e8 arphicfonts-0.1.ebuild 1533
MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156
MD5 8092f72476c54669d231fa1e36c4272d files/CN-fonts.scale 316
MD5 3bd7bba2b62aba255babce12594cbdd8 files/TW-fonts.scale 945
diff --git a/media-fonts/arphicfonts/arphicfonts-0.1-r1.ebuild b/media-fonts/arphicfonts/arphicfonts-0.1-r1.ebuild
index 9c017ee2c951..25ba42635dc9 100644
--- a/media-fonts/arphicfonts/arphicfonts-0.1-r1.ebuild
+++ b/media-fonts/arphicfonts/arphicfonts-0.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/arphicfonts/arphicfonts-0.1-r1.ebuild,v 1.4 2003/07/30 22:24:00 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/arphicfonts/arphicfonts-0.1-r1.ebuild,v 1.5 2003/09/06 23:54:58 msterret Exp $
S=${WORKDIR}
DESCRIPTION="Arphic Fonts"
@@ -21,26 +21,26 @@ src_install() {
insopts -m0644
insinto /usr/share/fonts/ttf/zh_TW
doins b*.ttf
- if test -r /usr/share/fonts/ttf/zh_TW/fonts.scale; then
- tail +2 /usr/share/fonts/ttf/zh_TW/fonts.scale > tmp
+ 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
- echo $(sort -u tmp | wc -l) > newfont.scale
- sort -u tmp >> newfont.scale
- newins newfont.scale fonts.scale
- else
+ echo $(sort -u tmp | wc -l) > newfont.scale
+ sort -u tmp >> newfont.scale
+ newins newfont.scale fonts.scale
+ else
newins ${FILESDIR}/TW-fonts.scale fonts.scale
- fi
+ fi
insinto /usr/share/fonts/ttf/zh_CN
doins g*.ttf
- if test -r /usr/share/fonts/ttf/zh_CN/fonts.scale; then
- tail +2 /usr/share/fonts/ttf/zh_CN/fonts.scale > tmp
- tail +2 ${FILESDIR}/CN-fonts.scale >> tmp
- echo $(sort -u tmp | wc -l) > newfont.scale
- sort -u tmp >> newfont.scale
+ if test -r /usr/share/fonts/ttf/zh_CN/fonts.scale; then
+ tail +2 /usr/share/fonts/ttf/zh_CN/fonts.scale > tmp
+ tail +2 ${FILESDIR}/CN-fonts.scale >> tmp
+ echo $(sort -u tmp | wc -l) > newfont.scale
+ sort -u tmp >> newfont.scale
newins newfont.scale fonts.scale
- else
+ else
newins ${FILESDIR}/CN-fonts.scale fonts.scale
- fi
+ fi
# These don't get downloaded because there is no simple way to
# fetch them.. ie if I included the README in SRC_URI above, it would
diff --git a/media-fonts/arphicfonts/arphicfonts-0.1.ebuild b/media-fonts/arphicfonts/arphicfonts-0.1.ebuild
index 0c7703462639..1588faee3a30 100644
--- a/media-fonts/arphicfonts/arphicfonts-0.1.ebuild
+++ b/media-fonts/arphicfonts/arphicfonts-0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/arphicfonts/arphicfonts-0.1.ebuild,v 1.1 2003/06/02 13:45:18 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/arphicfonts/arphicfonts-0.1.ebuild,v 1.2 2003/09/06 23:54:58 msterret Exp $
DESCRIPTION="Arphic Fonts"
SRC_URI="ftp://ftp.gnu.org/non-gnu/chinese-fonts-truetype/gkai00mp.ttf.gz
@@ -33,7 +33,7 @@ src_install() {
insinto /usr/share/fonts/truetype
doins *.ttf
-# These don't get downloaded because there is no simple way to
+# These don't get downloaded because there is no simple way to
# fetch them.. ie if I included the README in SRC_URI above, it would
# get saved as ${DISTDIR}/README which doesn't seem like
# a really good idea.
@@ -43,6 +43,6 @@ src_install() {
pkg_postinst() {
echo ">>> Making font dirs..."
cd /usr/share/fonts/truetype/
- /usr/X11R6/bin/ttmkfdir > fonts.scale
+ /usr/X11R6/bin/ttmkfdir > fonts.scale
mkfontdir
}