diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-02 16:36:18 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-02 16:36:18 +0000 |
commit | 495e53c7fc047f475bf0031d44f2642ecedbbca1 (patch) | |
tree | 30424d70996c6fad7c2112a94820efac98453bdc /app-text | |
parent | Version bump; bugs #47881 and #51619. (Manifest recommit) (diff) | |
download | gentoo-2-495e53c7fc047f475bf0031d44f2642ecedbbca1.tar.gz gentoo-2-495e53c7fc047f475bf0031d44f2642ecedbbca1.tar.bz2 gentoo-2-495e53c7fc047f475bf0031d44f2642ecedbbca1.zip |
Fix use invocation
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/xdvik/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/xdvik/xdvik-22.40y-r1.ebuild | 8 | ||||
-rw-r--r-- | app-text/xdvik/xdvik-22.40y-r2.ebuild | 8 |
3 files changed, 13 insertions, 9 deletions
diff --git a/app-text/xdvik/ChangeLog b/app-text/xdvik/ChangeLog index eac8577b7c30..23a11afa3400 100644 --- a/app-text/xdvik/ChangeLog +++ b/app-text/xdvik/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/xdvik # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.9 2004/05/08 09:46:17 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.10 2004/06/02 16:36:18 agriffis Exp $ + + 02 Jun 2004; Aron Griffis <agriffis@gentoo.org> xdvik-22.40y-r1.ebuild, + xdvik-22.40y-r2.ebuild: + Fix use invocation 08 May 2004; Mamoru KOMACHI <usata@gentoo.org> xdvik-22.40y-r1.ebuild: Stable on ppc diff --git a/app-text/xdvik/xdvik-22.40y-r1.ebuild b/app-text/xdvik/xdvik-22.40y-r1.ebuild index fa601d35de93..96eb5425b9df 100644 --- a/app-text/xdvik/xdvik-22.40y-r1.ebuild +++ b/app-text/xdvik/xdvik-22.40y-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/app-text/xdvik/xdvik-22.40y-r1.ebuild,v 1.7 2004/05/08 09:46:17 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.40y-r1.ebuild,v 1.8 2004/06/02 16:36:18 agriffis Exp $ inherit eutils @@ -27,7 +27,7 @@ DEPEND=">=media-libs/t1lib-1.3 src_unpack () { unpack ${P}.tar.gz - if [ -n "`use cjk`" ] ; then + if use cjk ; then epatch ${DISTDIR}/${XDVIK_JP}.patch.gz epatch ${FILESDIR}/${XDVIK_JP}-vfontcap-gentoo.diff fi @@ -37,7 +37,7 @@ src_compile () { local myconf - if [ -n "`use cjk`" ] ; then + if use cjk ; then export CPPFLAGS="${CPPFLAGS} -I/usr/include/freetype2" myconf="${myconf} --with-vflib=vf2ft" fi @@ -63,7 +63,7 @@ src_install () { || die "install failed" dodoc ANNOUNCE BUGS FAQ README.* - if [ -n "`use cjk`" ]; then + if use cjk; then dodoc CHANGES.xdvik-jp docinto READMEs dodoc READMEs/* diff --git a/app-text/xdvik/xdvik-22.40y-r2.ebuild b/app-text/xdvik/xdvik-22.40y-r2.ebuild index ad732130dc1c..ea21bcc1d44c 100644 --- a/app-text/xdvik/xdvik-22.40y-r2.ebuild +++ b/app-text/xdvik/xdvik-22.40y-r2.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/app-text/xdvik/xdvik-22.40y-r2.ebuild,v 1.1 2004/05/05 11:29:01 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.40y-r2.ebuild,v 1.2 2004/06/02 16:36:18 agriffis Exp $ inherit eutils @@ -29,7 +29,7 @@ DEPEND=">=media-libs/t1lib-1.3 src_unpack () { unpack ${MY_P}.tar.gz - if [ -n "`use cjk`" ] ; then + if use cjk ; then epatch ${DISTDIR}/${XDVIK_JP}.patch.gz sed -i -e "/\/usr\/local/s/^/%/g" \ -e "/kochi-.*-subst/s/%//g" \ @@ -41,7 +41,7 @@ src_compile () { local myconf - if [ -n "`use cjk`" ] ; then + if use cjk ; then export CPPFLAGS="${CPPFLAGS} -I/usr/include/freetype2" myconf="${myconf} --with-vflib=vf2ft" fi @@ -67,7 +67,7 @@ src_install () { || die "install failed" dodoc ANNOUNCE BUGS FAQ README.* - if [ -n "`use cjk`" ]; then + if use cjk; then dodoc CHANGES.xdvik-jp docinto READMEs dodoc READMEs/* |