diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-07 20:58:28 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-07 20:58:28 +0000 |
commit | 967e9dfe4c96972b3e1848caf116a2c8c3c301b0 (patch) | |
tree | 781d1a64e2d218008043f28c43c541650de190e9 /media-fonts/monafont | |
parent | Fix use invocation (Manifest recommit) (diff) | |
download | gentoo-2-967e9dfe4c96972b3e1848caf116a2c8c3c301b0.tar.gz gentoo-2-967e9dfe4c96972b3e1848caf116a2c8c3c301b0.tar.bz2 gentoo-2-967e9dfe4c96972b3e1848caf116a2c8c3c301b0.zip |
Fix use invocation
Diffstat (limited to 'media-fonts/monafont')
-rw-r--r-- | media-fonts/monafont/ChangeLog | 5 | ||||
-rw-r--r-- | media-fonts/monafont/monafont-2.22.ebuild | 4 | ||||
-rw-r--r-- | media-fonts/monafont/monafont-2.90.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/media-fonts/monafont/ChangeLog b/media-fonts/monafont/ChangeLog index d012491f18e3..a2a7d305072a 100644 --- a/media-fonts/monafont/ChangeLog +++ b/media-fonts/monafont/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-fonts/monafont # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/monafont/ChangeLog,v 1.11 2004/02/04 00:19:33 augustus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/monafont/ChangeLog,v 1.12 2004/06/07 20:57:55 agriffis Exp $ + + 07 Jun 2004; Aron Griffis <agriffis@gentoo.org> monafont-2.90.ebuild: + Fix use invocation 03 Feb 2004; <augustus@gentoo.org> monafont-2.90.ebuild: Added ~amd64 keyword. diff --git a/media-fonts/monafont/monafont-2.22.ebuild b/media-fonts/monafont/monafont-2.22.ebuild index c9934888c02d..0c57b54d2294 100644 --- a/media-fonts/monafont/monafont-2.22.ebuild +++ b/media-fonts/monafont/monafont-2.22.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/monafont/monafont-2.22.ebuild,v 1.6 2003/12/08 14:51:05 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/monafont/monafont-2.22.ebuild,v 1.7 2004/06/07 20:57:55 agriffis Exp $ DESCRIPTION="Japanese bitmap fonts suitable for browsing 2ch" HOMEPAGE="http://monafont.sourceforge.net" diff --git a/media-fonts/monafont/monafont-2.90.ebuild b/media-fonts/monafont/monafont-2.90.ebuild index aafceb1de624..34dec1cf2530 100644 --- a/media-fonts/monafont/monafont-2.90.ebuild +++ b/media-fonts/monafont/monafont-2.90.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/monafont/monafont-2.90.ebuild,v 1.6 2004/02/04 00:19:33 augustus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/monafont/monafont-2.90.ebuild,v 1.7 2004/06/07 20:57:55 agriffis Exp $ IUSE="truetype" @@ -44,7 +44,7 @@ src_install(){ newins fonts.alias.mona fonts.alias dodoc README* - if [ -n "`use truetype`" ] ; then + if use truetype ; then cd ${WORKDIR} insinto ${TTFONTDIR} doins mona.ttf |