diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-11 01:40:47 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-11 01:40:47 +0000 |
commit | 1c7407f2f96ad0ad245b65257c266f11c89ffc6a (patch) | |
tree | 653c451b3291d70eb471ad29bba41648a81692ea /media-fonts/arphicfonts | |
parent | repoman: fix leading whitespace (diff) | |
download | gentoo-2-1c7407f2f96ad0ad245b65257c266f11c89ffc6a.tar.gz gentoo-2-1c7407f2f96ad0ad245b65257c266f11c89ffc6a.tar.bz2 gentoo-2-1c7407f2f96ad0ad245b65257c266f11c89ffc6a.zip |
repoman: fix leading whitespace
Diffstat (limited to 'media-fonts/arphicfonts')
-rw-r--r-- | media-fonts/arphicfonts/Manifest | 2 | ||||
-rw-r--r-- | media-fonts/arphicfonts/arphicfonts-0.1-r1.ebuild | 30 |
2 files changed, 16 insertions, 16 deletions
diff --git a/media-fonts/arphicfonts/Manifest b/media-fonts/arphicfonts/Manifest index 2ede8be38a87..135b27782683 100644 --- a/media-fonts/arphicfonts/Manifest +++ b/media-fonts/arphicfonts/Manifest @@ -1,5 +1,5 @@ MD5 da3dde22890826531ad07507323ebe20 ChangeLog 1491 -MD5 86cb7ee070e3498fdb5675b69018c0f4 arphicfonts-0.1-r1.ebuild 3010 +MD5 4335a1d54149ec50b715a6c6eb5fc5af arphicfonts-0.1-r1.ebuild 2842 MD5 a1913c3fab57e2e326bc0e974f2cf5e8 arphicfonts-0.1.ebuild 1533 MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156 MD5 8092f72476c54669d231fa1e36c4272d files/CN-fonts.scale 316 diff --git a/media-fonts/arphicfonts/arphicfonts-0.1-r1.ebuild b/media-fonts/arphicfonts/arphicfonts-0.1-r1.ebuild index 25ba42635dc9..7dcd384a81d8 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.5 2003/09/06 23:54:58 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/arphicfonts/arphicfonts-0.1-r1.ebuild,v 1.6 2003/09/11 01:39:37 msterret Exp $ S=${WORKDIR} DESCRIPTION="Arphic Fonts" @@ -21,24 +21,24 @@ 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 - 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 + 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 newins ${FILESDIR}/TW-fonts.scale fonts.scale 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 - newins newfont.scale fonts.scale - else + 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 newins ${FILESDIR}/CN-fonts.scale fonts.scale fi |