diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-10 19:38:40 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-10 19:38:40 +0000 |
commit | 9b886fee550afe01e82f22b9223e55162090be39 (patch) | |
tree | 96ffdd3175e278217a0bb566aab76a28754dea4c /net-irc/dancer-ircd | |
parent | Fix use invocation (diff) | |
download | historical-9b886fee550afe01e82f22b9223e55162090be39.tar.gz historical-9b886fee550afe01e82f22b9223e55162090be39.tar.bz2 historical-9b886fee550afe01e82f22b9223e55162090be39.zip |
Fix use invocation
Diffstat (limited to 'net-irc/dancer-ircd')
-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 |
3 files changed, 11 insertions, 7 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 |