diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-03-19 23:43:03 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-03-19 23:43:03 +0000 |
commit | b3fd24660554af3b4b4177c40829921fc3bde9e1 (patch) | |
tree | 19d5425092a94c73ef414547e9af5ac3018587ee /net-p2p | |
parent | fixed dep. bump to stable x86 (diff) | |
download | historical-b3fd24660554af3b4b4177c40829921fc3bde9e1.tar.gz historical-b3fd24660554af3b4b4177c40829921fc3bde9e1.tar.bz2 historical-b3fd24660554af3b4b4177c40829921fc3bde9e1.zip |
fixed php dep.
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 | 4 |
3 files changed, 7 insertions, 4 deletions
diff --git a/net-p2p/zuul/ChangeLog b/net-p2p/zuul/ChangeLog index 6c7b100d39fb..8451783ae265 100644 --- a/net-p2p/zuul/ChangeLog +++ b/net-p2p/zuul/ChangeLog @@ -2,6 +2,9 @@ # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 # $Header $ + 19 Mar 2004; Jeremy Huddleston <eradicator@gentoo.org> zuul-1.2.0.ebuild: + fixed php dep. + 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 diff --git a/net-p2p/zuul/Manifest b/net-p2p/zuul/Manifest index 87494302185a..c7754db2d1e3 100644 --- a/net-p2p/zuul/Manifest +++ b/net-p2p/zuul/Manifest @@ -1,8 +1,8 @@ -MD5 5ae9d653bb6f0997f7e5eda8762eb80a ChangeLog 869 MD5 f49fecee748a03e067a9e93d8ca44524 zuul-1.0.0.ebuild 1425 MD5 e774f24b0fc6e1812b69c848aa0d85b3 zuul-1.1.2.ebuild 1432 +MD5 3a62930b9b55f70bb672cf4a23707cbb ChangeLog 963 MD5 b55e7bc8fa0de44dffb6301e159ff8fc metadata.xml 534 -MD5 2adbfeda076f404b59936327f93b49fe zuul-1.2.0.ebuild 1148 +MD5 dee3269d9d359e375d3c71821866749d zuul-1.2.0.ebuild 1147 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 534c12e80411..d39107e0b83b 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-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.4 2004/02/23 13:05:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/zuul/zuul-1.2.0.ebuild,v 1.5 2004/03/19 23:43:03 eradicator Exp $ inherit webapp-apache @@ -13,7 +13,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc ~alpha" DEPEND="" -RDEPEND=">=mod_php-4.1 +RDEPEND="virtual/php >=net-p2p/mldonkey-2.5" IUSE="" |