diff options
Diffstat (limited to 'net-p2p/zuul')
-rw-r--r-- | net-p2p/zuul/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/zuul/zuul-1.0.0.ebuild | 6 | ||||
-rw-r--r-- | net-p2p/zuul/zuul-1.1.2.ebuild | 6 | ||||
-rw-r--r-- | net-p2p/zuul/zuul-1.2.0.ebuild | 8 |
4 files changed, 15 insertions, 11 deletions
diff --git a/net-p2p/zuul/ChangeLog b/net-p2p/zuul/ChangeLog index 8e5e1e0cb343..6c7b100d39fb 100644 --- a/net-p2p/zuul/ChangeLog +++ b/net-p2p/zuul/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for net-p2p/zuul -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 # $Header $ + 23 Feb 2004; Michael Sterrett <mr_bones_@gentoo.org> zuul-1.0.0.ebuild, + zuul-1.1.2.ebuild, zuul-1.2.0.ebuild: + header fix; sparc needs deps first; move webapp-detect into unpack + 15 Dec 2003; Stuart Herbert <stuart@gentoo.org> zuul-1.2.0.ebuild: Fix for bug #32636 diff --git a/net-p2p/zuul/zuul-1.0.0.ebuild b/net-p2p/zuul/zuul-1.0.0.ebuild index f091518595a0..81e3f1d29dd6 100644 --- a/net-p2p/zuul/zuul-1.0.0.ebuild +++ b/net-p2p/zuul/zuul-1.0.0.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/net-p2p/zuul/zuul-1.0.0.ebuild,v 1.3 2003/09/08 07:03:03 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/zuul/zuul-1.0.0.ebuild,v 1.4 2004/02/23 13:05:17 mr_bones_ Exp $ HOSTNAME=`hostname` DESCRIPTION="Zuul is yet another PHP front-end for mldonkey. It will allow full access to all the features of mldonkey including starting/viewing downloads, viewing uploads, viewing servers, and setting all the options." @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/zuul/${PN}-${MY_PV}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="~x86 ~ppc ~alpha" IUSE="" RDEPEND="virtual/php >=net-p2p/mldonkey-2.5" diff --git a/net-p2p/zuul/zuul-1.1.2.ebuild b/net-p2p/zuul/zuul-1.1.2.ebuild index bb4f6acccbb2..a6ce57cb704e 100644 --- a/net-p2p/zuul/zuul-1.1.2.ebuild +++ b/net-p2p/zuul/zuul-1.1.2.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/net-p2p/zuul/zuul-1.1.2.ebuild,v 1.1 2003/10/01 13:06:58 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/zuul/zuul-1.1.2.ebuild,v 1.2 2004/02/23 13:05:17 mr_bones_ Exp $ HOSTNAME=`hostname` DESCRIPTION="Zuul is yet another PHP front-end for mldonkey. It will allow full access to all the features of mldonkey including starting/viewing downloads, viewing uploads, viewing servers, and setting all the options." @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/zuul/${PN}-${MY_PV}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="~x86 ~ppc ~alpha" IUSE="" RDEPEND="virtual/php >=net-p2p/mldonkey-2.5" diff --git a/net-p2p/zuul/zuul-1.2.0.ebuild b/net-p2p/zuul/zuul-1.2.0.ebuild index 40b2109e8558..534c12e80411 100644 --- a/net-p2p/zuul/zuul-1.2.0.ebuild +++ b/net-p2p/zuul/zuul-1.2.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Maintainer: Don Seiler <rizzo@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-p2p/zuul/zuul-1.2.0.ebuild,v 1.3 2003/12/15 20:33:39 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/zuul/zuul-1.2.0.ebuild,v 1.4 2004/02/23 13:05:17 mr_bones_ Exp $ inherit webapp-apache @@ -11,15 +11,15 @@ SRC_URI="mirror://sourceforge/zuul/${P}.tar.gz" RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~alpha" DEPEND="" RDEPEND=">=mod_php-4.1 >=net-p2p/mldonkey-2.5" IUSE="" -webapp-detect || NO_WEBSERVER=1 pkg_setup() { + webapp-detect || NO_WEBSERVER=1 webapp-pkg_setup "${NO_WEBSERVER}" einfo "Installing for ${WEBAPP_SERVER}" } |