diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-04 20:33:14 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-04 20:33:14 +0000 |
commit | 8fe506c6be5dee260c4717a3cb7fc77b3dfcee1c (patch) | |
tree | bf100939600436be581b31f1086056c0db2fe34d /media-fonts | |
parent | repoman: Trim trailing whitespace (diff) | |
download | historical-8fe506c6be5dee260c4717a3cb7fc77b3dfcee1c.tar.gz historical-8fe506c6be5dee260c4717a3cb7fc77b3dfcee1c.tar.bz2 historical-8fe506c6be5dee260c4717a3cb7fc77b3dfcee1c.zip |
repoman: Fix leading whitespace
Diffstat (limited to 'media-fonts')
-rw-r--r-- | media-fonts/corefonts/Manifest | 2 | ||||
-rw-r--r-- | media-fonts/corefonts/corefonts-1-r1.ebuild | 26 |
2 files changed, 14 insertions, 14 deletions
diff --git a/media-fonts/corefonts/Manifest b/media-fonts/corefonts/Manifest index c158158d2310..b1b45104686d 100644 --- a/media-fonts/corefonts/Manifest +++ b/media-fonts/corefonts/Manifest @@ -1,5 +1,5 @@ MD5 1bd75c02bd4c3b31fe0db0d06bdfa40c ChangeLog 927 MD5 36f5871b33c3152b96022b75736f2966 corefonts-1.ebuild 1211 -MD5 8b82bcc35e668e67cbe620fdb3e75954 corefonts-1-r1.ebuild 1789 +MD5 bc0507dd27b582882bdae8a2db657d6c corefonts-1-r1.ebuild 1754 MD5 8c75d66eb050c05f2fc1ae13fb722722 files/digest-corefonts-1 624 MD5 8c75d66eb050c05f2fc1ae13fb722722 files/digest-corefonts-1-r1 624 diff --git a/media-fonts/corefonts/corefonts-1-r1.ebuild b/media-fonts/corefonts/corefonts-1-r1.ebuild index 5de0d3362dee..a61edf378078 100644 --- a/media-fonts/corefonts/corefonts-1-r1.ebuild +++ b/media-fonts/corefonts/corefonts-1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/corefonts/corefonts-1-r1.ebuild,v 1.1 2004/02/04 00:03:27 augustus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/corefonts/corefonts-1-r1.ebuild,v 1.2 2004/02/04 20:33:07 mr_bones_ Exp $ DESCRIPTION="Microsoft's TrueType core fonts" HOMEPAGE="http://corefonts.sourceforge.net/" @@ -44,20 +44,20 @@ src_install() { pkg_postinst() { - einfo - einfo "You need to add following line into 'Section \"Files\"' in" - einfo "XF86Config and reboot X Window System, to use these fonts." - einfo - einfo "\t FontPath \"${FONTDIR}\"" - einfo + einfo + einfo "You need to add following line into 'Section \"Files\"' in" + einfo "XF86Config and reboot X Window System, to use these fonts." + einfo + einfo "\t FontPath \"${FONTDIR}\"" + einfo } pkg_postrm(){ - einfo - einfo "You need to remove following line from 'Section \"Files\"' in" - einfo "XF86Config, to unmerge this package completely." - einfo - einfo "\t FontPath \"${FONTDIR}\"" - einfo + einfo + einfo "You need to remove following line from 'Section \"Files\"' in" + einfo "XF86Config, to unmerge this package completely." + einfo + einfo "\t FontPath \"${FONTDIR}\"" + einfo } |