diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-10 19:39:12 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-10 19:39:12 +0000 |
commit | b8dab711bdde179e44c65ec5025fc7815caf4556 (patch) | |
tree | 11089009405f74f1e6c9195b1efc25ad8224481d /net-irc | |
parent | Fix use invocation (Manifest recommit) (diff) | |
download | gentoo-2-b8dab711bdde179e44c65ec5025fc7815caf4556.tar.gz gentoo-2-b8dab711bdde179e44c65ec5025fc7815caf4556.tar.bz2 gentoo-2-b8dab711bdde179e44c65ec5025fc7815caf4556.zip |
Fix use invocation
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/dancer-ircd/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/dancer-ircd/dancer-ircd-1.0.31_p8-r1.ebuild | 6 | ||||
-rw-r--r-- | net-irc/dancer-ircd/dancer-ircd-1.0.31_p8.ebuild | 6 | ||||
-rw-r--r-- | net-irc/xchat/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/xchat/xchat-1.8.11-r1.ebuild | 4 | ||||
-rw-r--r-- | net-irc/xchat/xchat-1.8.11.ebuild | 4 |
6 files changed, 20 insertions, 12 deletions
diff --git a/net-irc/dancer-ircd/ChangeLog b/net-irc/dancer-ircd/ChangeLog index 3ae1de58dcbb..8d28abf74342 100644 --- a/net-irc/dancer-ircd/ChangeLog +++ b/net-irc/dancer-ircd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/dancer-ircd # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/dancer-ircd/ChangeLog,v 1.8 2004/05/29 16:16:27 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/dancer-ircd/ChangeLog,v 1.9 2004/06/10 19:34:42 agriffis Exp $ + + 10 Jun 2004; Aron Griffis <agriffis@gentoo.org> + dancer-ircd-1.0.31_p8-r1.ebuild, dancer-ircd-1.0.31_p8.ebuild: + Fix use invocation 29 May 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> dancer-ircd-1.0.31_p8-r1.ebuild, dancer-ircd-1.0.31_p8.ebuild: diff --git a/net-irc/dancer-ircd/dancer-ircd-1.0.31_p8-r1.ebuild b/net-irc/dancer-ircd/dancer-ircd-1.0.31_p8-r1.ebuild index ff4d153c2d3f..167e3e3ec26a 100644 --- a/net-irc/dancer-ircd/dancer-ircd-1.0.31_p8-r1.ebuild +++ b/net-irc/dancer-ircd/dancer-ircd-1.0.31_p8-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/net-irc/dancer-ircd/dancer-ircd-1.0.31_p8-r1.ebuild,v 1.7 2004/05/29 16:16:27 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/dancer-ircd/dancer-ircd-1.0.31_p8-r1.ebuild,v 1.8 2004/06/10 19:34:42 agriffis Exp $ DESCRIPTION="A ircd with ipv6 support use by the freenode network" HOMEPAGE="http://freenode.net/dancer_ircd.shtml" @@ -53,7 +53,7 @@ src_compile() { src_install() { - if [ "`use doc`" ] + if use doc then echo doc docbook2html -u doc/sgml/dancer-oper-guide/dancer-oper-guide.sgml @@ -97,7 +97,7 @@ pkg_postinst() { einfo "SMALLNET=\"n\" emerge dancer-ircd" fi - if [ -z "`use doc`" ] + if ! use doc then einfo If you need the dancer-oper-guide or the einfo dancer-user-guide, please reemerge with diff --git a/net-irc/dancer-ircd/dancer-ircd-1.0.31_p8.ebuild b/net-irc/dancer-ircd/dancer-ircd-1.0.31_p8.ebuild index 9af87ec8738f..df4f233124f4 100644 --- a/net-irc/dancer-ircd/dancer-ircd-1.0.31_p8.ebuild +++ b/net-irc/dancer-ircd/dancer-ircd-1.0.31_p8.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/net-irc/dancer-ircd/dancer-ircd-1.0.31_p8.ebuild,v 1.7 2004/05/29 16:16:27 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/dancer-ircd/dancer-ircd-1.0.31_p8.ebuild,v 1.8 2004/06/10 19:34:42 agriffis Exp $ DESCRIPTION="A ircd with ipv6 support use by the freenode network" HOMEPAGE="http://freenode.net/dancer_ircd.shtml" @@ -53,7 +53,7 @@ src_compile() { src_install() { - if [ "`use doc`" ] + if use doc then docbook2html -u doc/sgml/dancer-oper-guide/dancer-oper-guide.sgml dohtml doc/sgml/dancer-oper-guide/dancer-oper-guide.html @@ -92,7 +92,7 @@ pkg_postinst() { einfo "SMALLNET=\"n\" emerge dancer-ircd" fi - if [ -z "`use doc`" ] + if ! use doc then einfo If you need the dancer-oper-guide or the einfo dancer-user-guide, please reemerge with diff --git a/net-irc/xchat/ChangeLog b/net-irc/xchat/ChangeLog index 05b54e761590..8f17c2c27dc4 100644 --- a/net-irc/xchat/ChangeLog +++ b/net-irc/xchat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/xchat # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.100 2004/06/10 04:55:13 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.101 2004/06/10 19:38:40 agriffis Exp $ + + 10 Jun 2004; Aron Griffis <agriffis@gentoo.org> xchat-1.8.11-r1.ebuild, + xchat-1.8.11.ebuild: + Fix use invocation *xchat-2.0.9 (09 Jun 2004) diff --git a/net-irc/xchat/xchat-1.8.11-r1.ebuild b/net-irc/xchat/xchat-1.8.11-r1.ebuild index 97e79eae912c..a39492b771b7 100644 --- a/net-irc/xchat/xchat-1.8.11-r1.ebuild +++ b/net-irc/xchat/xchat-1.8.11-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/net-irc/xchat/xchat-1.8.11-r1.ebuild,v 1.2 2004/05/29 16:16:28 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-1.8.11-r1.ebuild,v 1.3 2004/06/10 19:38:40 agriffis Exp $ inherit eutils @@ -46,7 +46,7 @@ src_compile() { local myopts myflags - if [ ! `use perl` ]; then + if ! use perl; then use gnome \ && myopts="${myopts} --enable-gnome --enable-panel" \ CFLAGS="${CFLAGS} -I/usr/include/orbit-1.0" \ diff --git a/net-irc/xchat/xchat-1.8.11.ebuild b/net-irc/xchat/xchat-1.8.11.ebuild index 603cf0194299..0cffb5878485 100644 --- a/net-irc/xchat/xchat-1.8.11.ebuild +++ b/net-irc/xchat/xchat-1.8.11.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/net-irc/xchat/xchat-1.8.11.ebuild,v 1.13 2004/05/29 16:16:28 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-1.8.11.ebuild,v 1.14 2004/06/10 19:38:40 agriffis Exp $ inherit eutils @@ -46,7 +46,7 @@ src_compile() { local myopts myflags - if [ ! `use perl` ]; then + if ! use perl; then use gnome \ && myopts="${myopts} --enable-gnome --enable-panel" \ CFLAGS="${CFLAGS} -I/usr/include/orbit-1.0" \ |