diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-04-20 21:05:05 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-04-20 21:05:05 +0000 |
commit | a09aa0cdf8fb608e50f94ad10443178b1c0a69f3 (patch) | |
tree | 2e44fb0200ec79f620274690e0442a5daaa04270 /net-p2p/zuul | |
parent | stable on amd64 (Manifest recommit) (diff) | |
download | gentoo-2-a09aa0cdf8fb608e50f94ad10443178b1c0a69f3.tar.gz gentoo-2-a09aa0cdf8fb608e50f94ad10443178b1c0a69f3.tar.bz2 gentoo-2-a09aa0cdf8fb608e50f94ad10443178b1c0a69f3.zip |
QA cleanup (#48358)
Diffstat (limited to 'net-p2p/zuul')
-rw-r--r-- | net-p2p/zuul/ChangeLog | 4 | ||||
-rw-r--r-- | net-p2p/zuul/zuul-1.0.0.ebuild | 15 | ||||
-rw-r--r-- | net-p2p/zuul/zuul-1.1.2.ebuild | 15 |
3 files changed, 18 insertions, 16 deletions
diff --git a/net-p2p/zuul/ChangeLog b/net-p2p/zuul/ChangeLog index 8451783ae265..0924b77b87ad 100644 --- a/net-p2p/zuul/ChangeLog +++ b/net-p2p/zuul/ChangeLog @@ -2,6 +2,10 @@ # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 # $Header $ + 20 Apr 2004; Jon Hood <squinky86@gentoo.org> zuul-1.0.0.ebuild, + zuul-1.1.2.ebuild: + QA cleanups (#48358) + 19 Mar 2004; Jeremy Huddleston <eradicator@gentoo.org> zuul-1.2.0.ebuild: fixed php dep. diff --git a/net-p2p/zuul/zuul-1.0.0.ebuild b/net-p2p/zuul/zuul-1.0.0.ebuild index 81e3f1d29dd6..d35d65ee9fda 100644 --- a/net-p2p/zuul/zuul-1.0.0.ebuild +++ b/net-p2p/zuul/zuul-1.0.0.ebuild @@ -1,8 +1,9 @@ # 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.4 2004/02/23 13:05:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/zuul/zuul-1.0.0.ebuild,v 1.5 2004/04/20 21:05:05 squinky86 Exp $ + +inherit webapp-apache -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." HOMEPAGE="http://zuul.sourceforge.net" @@ -21,12 +22,10 @@ DEPEND="" S="${WORKDIR}/${PN}-${MY_PV}" -HTTPD_ROOT="`grep '^DocumentRoot' /etc/apache/conf/apache.conf | cut -d\ -f2`" -[ -z "${HTTPD_ROOT}" ] && HTTPD_ROOT="`grep '^DocumentRoot' /etc/apache2/conf/apache.conf | cut -d\ -f2`" -[ -z "${HTTPD_ROOT}" ] && HTTPD_ROOT="/home/httpd/htdocs" -HTTPD_USER="apache" -HTTPD_GROUP="apache" - +pkg_setup() { + webapp-detect || NO_WEBSERVER=1 + webapp-pkg_setup "${NO_WEBSERVER}" +} src_compile() { echo "Nothing to compile" diff --git a/net-p2p/zuul/zuul-1.1.2.ebuild b/net-p2p/zuul/zuul-1.1.2.ebuild index a6ce57cb704e..8b6b42b28d7d 100644 --- a/net-p2p/zuul/zuul-1.1.2.ebuild +++ b/net-p2p/zuul/zuul-1.1.2.ebuild @@ -1,8 +1,9 @@ # 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.2 2004/02/23 13:05:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/zuul/zuul-1.1.2.ebuild,v 1.3 2004/04/20 21:05:05 squinky86 Exp $ + +inherit webapp-apache -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." HOMEPAGE="http://zuul.sourceforge.net" @@ -21,12 +22,10 @@ DEPEND="" S="${WORKDIR}/${PN}-${MY_PV}" -HTTPD_ROOT="`grep -s '^DocumentRoot' /etc/apache/conf/apache.conf | cut -d\ -f2`" -[ -z "${HTTPD_ROOT}" ] && HTTPD_ROOT="`grep -s '^DocumentRoot' /etc/apache2/conf/apache2.conf | cut -d\ -f2`" -[ -z "${HTTPD_ROOT}" ] && HTTPD_ROOT="/home/httpd/htdocs" -HTTPD_USER="apache" -HTTPD_GROUP="apache" - +pkg_setup() { + webapp-detect || NO_WEBSERVER=1 + webapp-pkg_setup "${NO_WEBSERVER}" +} src_compile() { echo "Nothing to compile" |