diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-27 17:13:25 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-27 17:13:25 +0000 |
commit | 3df4ead67234b7a649102a9961d537756ef58482 (patch) | |
tree | f21003635b4872a143fa77afce0b8a1fca454075 /sys-apps/groff | |
parent | Clean up (Manifest recommit) (diff) | |
download | gentoo-2-3df4ead67234b7a649102a9961d537756ef58482.tar.gz gentoo-2-3df4ead67234b7a649102a9961d537756ef58482.tar.bz2 gentoo-2-3df4ead67234b7a649102a9961d537756ef58482.zip |
QA - fix use invocation
Diffstat (limited to 'sys-apps/groff')
-rw-r--r-- | sys-apps/groff/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/groff/groff-1.18.1-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/groff/groff-1.18.1-r2.ebuild | 10 | ||||
-rw-r--r-- | sys-apps/groff/groff-1.18.1-r3.ebuild | 10 | ||||
-rw-r--r-- | sys-apps/groff/groff-1.18.1-r4.ebuild | 8 | ||||
-rw-r--r-- | sys-apps/groff/groff-1.19.ebuild | 8 |
6 files changed, 27 insertions, 22 deletions
diff --git a/sys-apps/groff/ChangeLog b/sys-apps/groff/ChangeLog index 4d936d846596..6d8509f25542 100644 --- a/sys-apps/groff/ChangeLog +++ b/sys-apps/groff/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/groff # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/ChangeLog,v 1.38 2004/06/24 22:08:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/ChangeLog,v 1.39 2004/06/27 17:11:35 agriffis Exp $ + + 27 Jun 2004; Aron Griffis <agriffis@gentoo.org> groff-1.18.1-r1.ebuild, + groff-1.18.1-r2.ebuild, groff-1.18.1-r3.ebuild, groff-1.18.1-r4.ebuild, + groff-1.19.ebuild: + QA - fix use invocation 11 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> groff-1.19.ebuild: Stable on alpha. diff --git a/sys-apps/groff/groff-1.18.1-r1.ebuild b/sys-apps/groff/groff-1.18.1-r1.ebuild index 050e0fbfb448..d233f6082460 100644 --- a/sys-apps/groff/groff-1.18.1-r1.ebuild +++ b/sys-apps/groff/groff-1.18.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.18.1-r1.ebuild,v 1.14 2004/06/24 22:08:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.18.1-r1.ebuild,v 1.15 2004/06/27 17:11:35 agriffis Exp $ IUSE="" @@ -57,7 +57,7 @@ src_compile() { # Only build X stuff if we have X installed, but do # not depend on it, else we get circular deps. - if [ -n "`use X`" ] && [ -x /usr/X11R6/bin/xmkmf ] + if use X && [ -x /usr/X11R6/bin/xmkmf ] then cd ${S}/src/xditview xmkmf || die @@ -73,7 +73,7 @@ src_install() { docdir=${D}/usr/share/doc/${PF} \ install || die - if [ -n "`use X`" ] && [ -x /usr/X11R6/bin/xmkmf ] + if use X && [ -x /usr/X11R6/bin/xmkmf ] then cd ${S}/src/xditview make DESTDIR=${D} \ diff --git a/sys-apps/groff/groff-1.18.1-r2.ebuild b/sys-apps/groff/groff-1.18.1-r2.ebuild index 475ff965959c..7b757277cff5 100644 --- a/sys-apps/groff/groff-1.18.1-r2.ebuild +++ b/sys-apps/groff/groff-1.18.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.18.1-r2.ebuild,v 1.13 2004/06/24 22:08:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.18.1-r2.ebuild,v 1.14 2004/06/27 17:11:35 agriffis Exp $ IUSE="X cjk" @@ -26,7 +26,7 @@ src_unpack() { unpack ${A} cd ${S} - if [ "`use cjk`" ]; then + if use cjk; then # multibyte patch contains no-color-segfault epatch ${WORKDIR}/${MB_PATCH}.diff epatch ${FILESDIR}/${MB_PATCH}-fix.patch @@ -63,7 +63,7 @@ src_compile() { export CXXFLAGS="${CXXFLAGS/-march=2.0/}" fi - if [ "`use cjk`" ]; then + if use cjk; then myconf="${myconf} --enable-multibyte" fi @@ -78,7 +78,7 @@ src_compile() { # Only build X stuff if we have X installed, but do # not depend on it, else we get circular deps. - if [ -n "`use X`" ] && [ -x /usr/X11R6/bin/xmkmf ] + if use X && [ -x /usr/X11R6/bin/xmkmf ] then cd ${S}/src/xditview xmkmf || die @@ -94,7 +94,7 @@ src_install() { docdir=${D}/usr/share/doc/${PF} \ install || die - if [ -n "`use X`" ] && [ -x /usr/X11R6/bin/xmkmf ] + if use X && [ -x /usr/X11R6/bin/xmkmf ] then cd ${S}/src/xditview make DESTDIR=${D} \ diff --git a/sys-apps/groff/groff-1.18.1-r3.ebuild b/sys-apps/groff/groff-1.18.1-r3.ebuild index 83c2eae27aaf..de19af07fad4 100644 --- a/sys-apps/groff/groff-1.18.1-r3.ebuild +++ b/sys-apps/groff/groff-1.18.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.18.1-r3.ebuild,v 1.11 2004/06/24 22:08:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.18.1-r3.ebuild,v 1.12 2004/06/27 17:11:35 agriffis Exp $ IUSE="X cjk" @@ -26,7 +26,7 @@ src_unpack() { unpack ${A} cd ${S} - if [ "`use cjk`" ]; then + if use cjk; then # multibyte patch contains no-color-segfault epatch ${WORKDIR}/${MB_PATCH}.diff epatch ${FILESDIR}/${MB_PATCH}-fix.patch @@ -66,7 +66,7 @@ src_compile() { export CXXFLAGS="${CXXFLAGS/-march=2.0/}" fi - if [ "`use cjk`" ]; then + if use cjk; then myconf="${myconf} --enable-multibyte" fi @@ -81,7 +81,7 @@ src_compile() { # Only build X stuff if we have X installed, but do # not depend on it, else we get circular deps. - if [ -n "`use X`" ] && [ -x /usr/X11R6/bin/xmkmf ] + if use X && [ -x /usr/X11R6/bin/xmkmf ] then cd ${S}/src/xditview xmkmf || die @@ -97,7 +97,7 @@ src_install() { docdir=${D}/usr/share/doc/${PF} \ install || die - if [ -n "`use X`" ] && [ -x /usr/X11R6/bin/xmkmf ] + if use X && [ -x /usr/X11R6/bin/xmkmf ] then cd ${S}/src/xditview make DESTDIR=${D} \ diff --git a/sys-apps/groff/groff-1.18.1-r4.ebuild b/sys-apps/groff/groff-1.18.1-r4.ebuild index 408d34ae76c8..8730b4c61b50 100644 --- a/sys-apps/groff/groff-1.18.1-r4.ebuild +++ b/sys-apps/groff/groff-1.18.1-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.18.1-r4.ebuild,v 1.4 2004/06/24 22:08:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.18.1-r4.ebuild,v 1.5 2004/06/27 17:11:35 agriffis Exp $ IUSE="X cjk" @@ -26,7 +26,7 @@ src_unpack() { unpack ${A} cd ${S} - if [ "`use cjk`" ]; then + if use cjk; then # multibyte patch contains no-color-segfault epatch ${WORKDIR}/${MB_PATCH}.diff epatch ${FILESDIR}/${MB_PATCH}-fix.patch @@ -86,7 +86,7 @@ src_compile() { # Only build X stuff if we have X installed, but do # not depend on it, else we get circular deps. - if [ -n "`use X`" ] && [ -x /usr/X11R6/bin/xmkmf ] + if use X && [ -x /usr/X11R6/bin/xmkmf ] then cd ${S}/src/xditview xmkmf || die @@ -102,7 +102,7 @@ src_install() { docdir=${D}/usr/share/doc/${PF} \ install || die - if [ -n "`use X`" ] && [ -x /usr/X11R6/bin/xmkmf ] + if use X && [ -x /usr/X11R6/bin/xmkmf ] then cd ${S}/src/xditview make DESTDIR=${D} \ diff --git a/sys-apps/groff/groff-1.19.ebuild b/sys-apps/groff/groff-1.19.ebuild index fd70d12b1bc4..b477c71c9a4f 100644 --- a/sys-apps/groff/groff-1.19.ebuild +++ b/sys-apps/groff/groff-1.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.19.ebuild,v 1.6 2004/06/24 22:08:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.19.ebuild,v 1.7 2004/06/27 17:11:35 agriffis Exp $ inherit eutils flag-o-matic @@ -23,7 +23,7 @@ src_unpack() { unpack ${A} cd ${S} -# if [ -n "`use cjk`" ] +# if use cjk # then # multibyte patch contains no-color-segfault # epatch ${WORKDIR}/${MB_PATCH}.diff @@ -81,7 +81,7 @@ src_compile() { # Only build X stuff if we have X installed, but do # not depend on it, else we get circular deps. - if [ -n "`use X`" ] && [ -x /usr/X11R6/bin/xmkmf ] + if use X && [ -x /usr/X11R6/bin/xmkmf ] then cd ${S}/src/xditview xmkmf || die @@ -97,7 +97,7 @@ src_install() { docdir=${D}/usr/share/doc/${PF} \ install || die - if [ -n "`use X`" ] && [ -x /usr/X11R6/bin/xmkmf ] + if use X && [ -x /usr/X11R6/bin/xmkmf ] then cd ${S}/src/xditview make DESTDIR=${D} \ |