diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-05-26 21:24:48 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-05-26 21:24:48 +0000 |
commit | 1dc34f4144f40072cf965616831c19fb16738e18 (patch) | |
tree | 07c9467aebb055b9c6669525a67aae9381a2edcc /dev-php | |
parent | Stable on alpha. (Manifest recommit) (diff) | |
download | gentoo-2-1dc34f4144f40072cf965616831c19fb16738e18.tar.gz gentoo-2-1dc34f4144f40072cf965616831c19fb16738e18.tar.bz2 gentoo-2-1dc34f4144f40072cf965616831c19fb16738e18.zip |
removing mysql from depend. closes 52104
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/phpgroupware/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/phpgroupware/phpgroupware-0.9.16.000.ebuild | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/dev-php/phpgroupware/ChangeLog b/dev-php/phpgroupware/ChangeLog index cf1b8abf98f1..24f92d09ac03 100644 --- a/dev-php/phpgroupware/ChangeLog +++ b/dev-php/phpgroupware/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/phpgroupware # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/phpgroupware/ChangeLog,v 1.23 2004/04/17 15:02:29 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpgroupware/ChangeLog,v 1.24 2004/05/26 21:24:48 mholzer Exp $ + + 26 May 2004; Martin Holzer <mholzer@gentoo.org> + phpgroupware-0.9.16.000.ebuild: + removing mysql from depend. closes 52104 17 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> phpgroupware-0.9.14.007.ebuild, phpgroupware-0.9.16.000.ebuild: diff --git a/dev-php/phpgroupware/phpgroupware-0.9.16.000.ebuild b/dev-php/phpgroupware/phpgroupware-0.9.16.000.ebuild index 070439787c03..20fa4ada14b8 100644 --- a/dev-php/phpgroupware/phpgroupware-0.9.16.000.ebuild +++ b/dev-php/phpgroupware/phpgroupware-0.9.16.000.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/dev-php/phpgroupware/phpgroupware-0.9.16.000.ebuild,v 1.3 2004/04/17 15:02:29 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpgroupware/phpgroupware-0.9.16.000.ebuild,v 1.4 2004/05/26 21:24:48 mholzer Exp $ inherit webapp-apache @@ -9,14 +9,12 @@ S=${WORKDIR}/${PN} DESCRIPTION="intranet/groupware tool and application framework" HOMEPAGE="http://www.phpgroupware.org/" SRC_URI="mirror://sourceforge/phpgroupware/${P}-1.tar.bz2" -RESTRICT="nomirror" IUSE="" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc ~alpha amd64 ~sparc ~hppa" -RDEPEND=">=dev-php/mod_php-4.1 - dev-db/mysql" +RDEPEND=">=dev-php/mod_php-4.1" pkg_setup() { webapp-detect || NO_WEBSERVER=1 |