diff options
author | 2003-09-06 23:59:55 +0000 | |
---|---|---|
committer | 2003-09-06 23:59:55 +0000 | |
commit | 6b3a548ab8af9793b6fcb3a9bc1a70bd933edf3f (patch) | |
tree | a4ed00dfa82d22ce0fa193a2586c795b15647de2 /media-libs/fontconfig/fontconfig-2.2.0-r2.ebuild | |
parent | repoman: trim trailing whitespace (diff) | |
download | historical-6b3a548ab8af9793b6fcb3a9bc1a70bd933edf3f.tar.gz historical-6b3a548ab8af9793b6fcb3a9bc1a70bd933edf3f.tar.bz2 historical-6b3a548ab8af9793b6fcb3a9bc1a70bd933edf3f.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'media-libs/fontconfig/fontconfig-2.2.0-r2.ebuild')
-rw-r--r-- | media-libs/fontconfig/fontconfig-2.2.0-r2.ebuild | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/media-libs/fontconfig/fontconfig-2.2.0-r2.ebuild b/media-libs/fontconfig/fontconfig-2.2.0-r2.ebuild index c1673c29687d..eb70bd8f49b1 100644 --- a/media-libs/fontconfig/fontconfig-2.2.0-r2.ebuild +++ b/media-libs/fontconfig/fontconfig-2.2.0-r2.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-libs/fontconfig/fontconfig-2.2.0-r2.ebuild,v 1.11 2003/08/04 20:42:30 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.2.0-r2.ebuild,v 1.12 2003/09/06 23:59:48 msterret Exp $ inherit eutils @@ -42,7 +42,7 @@ src_unpack() { # Add some fixes from stable cvs <foser@gentoo.org> epatch ${PPREFIX}-2.2.0-cvs_bugfixes.patch - # The date can be troublesome + # The date can be troublesome mv configure configure.old sed -e "s:\`date\`::" configure.old > configure chmod +x configure @@ -51,21 +51,21 @@ src_unpack() { src_compile() { [ "${ARCH}" == "alpha" -a "${CC}" == "ccc" ] && \ die "Dont compile fontconfig with ccc, it doesnt work very well" - + econf --disable-docs \ --with-docdir=${D}/usr/share/doc/${PF} \ --x-includes=/usr/X11R6/include \ --x-libraries=/usr/X11R6/lib \ --with-default-fonts=/usr/X11R6/lib/X11/fonts/Type1 || die - # this triggers sandbox, we do this ourselves + # this triggers sandbox, we do this ourselves mv Makefile Makefile.old sed -e "s:fc-cache/fc-cache -f -v:sleep 0:" Makefile.old > Makefile - + emake || die # remove Luxi TTF fonts from the list, the Type1 are much better - mv fonts.conf fonts.conf.old + mv fonts.conf fonts.conf.old sed -e "s:<dir>/usr/X11R6/lib/X11/fonts/TTF</dir>::" fonts.conf.old > fonts.conf } @@ -73,13 +73,13 @@ src_install() { einstall confdir=${D}/etc/fonts \ datadir=${D}/usr/share \ docdir=${D}/usr/share/doc/${P} || die - + insinto /etc/fonts doins ${S}/fonts.conf newins ${S}/fonts.conf fonts.conf.new cd ${S} - + mv fc-cache/fc-cache.man fc-cache/fc-cache.1 mv fc-list/fc-list.man fc-list/fc-list.1 mv src/fontconfig.man src/fontconfig.3 |