diff options
author | Stuart Herbert <stuart@gentoo.org> | 2003-12-15 20:33:47 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2003-12-15 20:33:47 +0000 |
commit | 51e2adc422762570673e64170281720c39459688 (patch) | |
tree | 5d3b106119c7fd4e2fa31f8ffa50cb21b451f1d7 /net-p2p | |
parent | Fix for bug #32636 (diff) | |
download | historical-51e2adc422762570673e64170281720c39459688.tar.gz historical-51e2adc422762570673e64170281720c39459688.tar.bz2 historical-51e2adc422762570673e64170281720c39459688.zip |
Fix for bug #32636
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/zuul/ChangeLog | 3 | ||||
-rw-r--r-- | net-p2p/zuul/Manifest | 4 | ||||
-rw-r--r-- | net-p2p/zuul/zuul-1.2.0.ebuild | 6 |
3 files changed, 9 insertions, 4 deletions
diff --git a/net-p2p/zuul/ChangeLog b/net-p2p/zuul/ChangeLog index 2e2211668cf5..8e5e1e0cb343 100644 --- a/net-p2p/zuul/ChangeLog +++ b/net-p2p/zuul/ChangeLog @@ -2,6 +2,9 @@ # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 # $Header $ + 15 Dec 2003; Stuart Herbert <stuart@gentoo.org> zuul-1.2.0.ebuild: + Fix for bug #32636 + 08 Dec 2003; Don Seiler <rizzo@gentoo.org>; zuul-1.2.0.ebuild: Changing chown usage to use colon diff --git a/net-p2p/zuul/Manifest b/net-p2p/zuul/Manifest index 57c3666b0bd8..f7bb32b07ed9 100644 --- a/net-p2p/zuul/Manifest +++ b/net-p2p/zuul/Manifest @@ -1,8 +1,8 @@ MD5 07942936b14ce221c70c5c407366ffdf zuul-1.0.0.ebuild 1431 MD5 b43b1f23e5a7c7f9087dd625a7154d03 zuul-1.1.2.ebuild 1436 -MD5 d18cb3c91bb5cebb974cff576e187519 ChangeLog 594 +MD5 679425abad59e19814a8351e8dc25b3a ChangeLog 685 MD5 b55e7bc8fa0de44dffb6301e159ff8fc metadata.xml 534 -MD5 ffef7e9084f2e48f0801949da8002439 zuul-1.2.0.ebuild 1132 +MD5 c05921d05305d329a9dd07507bb77582 zuul-1.2.0.ebuild 1151 MD5 79aebd3adca669a7baa793ff03748417 files/digest-zuul-1.0.0 61 MD5 cd4f98be101a25b70d78c04ce72d6981 files/digest-zuul-1.1.2 61 MD5 2837a795228b1fb9c93ff14fb82191f7 files/digest-zuul-1.2.0 61 diff --git a/net-p2p/zuul/zuul-1.2.0.ebuild b/net-p2p/zuul/zuul-1.2.0.ebuild index 5aa9ddb04734..40b2109e8558 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. # 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.2 2003/12/09 01:37:26 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/zuul/zuul-1.2.0.ebuild,v 1.3 2003/12/15 20:33:39 stuart Exp $ inherit webapp-apache @@ -13,7 +13,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc ~sparc ~alpha" DEPEND="" -RDEPEND="virtual/php +RDEPEND=">=mod_php-4.1 >=net-p2p/mldonkey-2.5" IUSE="" @@ -25,6 +25,8 @@ pkg_setup() { } src_install() { + webapp-mkdirs + dodir "${HTTPD_ROOT}/zuul" cp -a * "${D}/${HTTPD_ROOT}/zuul" dodoc ${S}/docs/* |