diff options
author | Aron Griffis <agriffis@gentoo.org> | 2006-01-11 16:02:04 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2006-01-11 16:02:04 +0000 |
commit | 1f4abaf192164b38250ec3f77de66d0a1605b2fc (patch) | |
tree | 38ad2a7897db43a510f0a6ca03af2bc3ac3eba1b /media-fonts/lfpfonts-fix/lfpfonts-fix-0.83-r2.ebuild | |
parent | Drop old version and FILESDIR cleanup. (diff) | |
download | gentoo-2-1f4abaf192164b38250ec3f77de66d0a1605b2fc.tar.gz gentoo-2-1f4abaf192164b38250ec3f77de66d0a1605b2fc.tar.bz2 gentoo-2-1f4abaf192164b38250ec3f77de66d0a1605b2fc.zip |
Get rid of copious output from compile script, which was drastically slowing
down emerge, even in a local xterm.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'media-fonts/lfpfonts-fix/lfpfonts-fix-0.83-r2.ebuild')
-rw-r--r-- | media-fonts/lfpfonts-fix/lfpfonts-fix-0.83-r2.ebuild | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/media-fonts/lfpfonts-fix/lfpfonts-fix-0.83-r2.ebuild b/media-fonts/lfpfonts-fix/lfpfonts-fix-0.83-r2.ebuild index 71177a690a5a..716b7781e522 100644 --- a/media-fonts/lfpfonts-fix/lfpfonts-fix-0.83-r2.ebuild +++ b/media-fonts/lfpfonts-fix/lfpfonts-fix-0.83-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/lfpfonts-fix/lfpfonts-fix-0.83-r2.ebuild,v 1.2 2005/03/12 23:49:34 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/lfpfonts-fix/lfpfonts-fix-0.83-r2.ebuild,v 1.3 2006/01/11 16:02:04 agriffis Exp $ -inherit font +inherit font eutils DESCRIPTION="Linux Font Project fixed-width fonts" SRC_URI="mirror://sourceforge/xfonts/${PN}-src-${PV}.tar.bz2" @@ -21,6 +21,12 @@ FONT_S=${S}/lfp-fix DOCS="doc/*" +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${PN}-0.83-noglyph.patch +} + src_compile() { cd src for a in *.bdf; do |