# ChangeLog for www-apps/groupoffice
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/groupoffice/ChangeLog,v 1.16 2006/11/25 22:11:58 kloeri Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/groupoffice/ChangeLog,v 1.17 2007/01/02 22:32:10 rl03 Exp $
+
+ 02 Jan 2007; Renat Lumpau <rl03@gentoo.org> -groupoffice-2.02.ebuild,
+ -groupoffice-2.04.ebuild, -groupoffice-2.13.ebuild,
+ groupoffice-2.15.ebuild:
+ Housekeeping. Drop mysql dep wrt bug #159781.
25 Nov 2006; Bryan Østergaard <kloeri@gentoo.org>
groupoffice-2.15.ebuild:
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/groupoffice/groupoffice-2.15.ebuild,v 1.4 2006/11/25 22:11:58 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/groupoffice/groupoffice-2.15.ebuild,v 1.5 2007/01/02 22:32:10 rl03 Exp $
-inherit eutils webapp
+inherit eutils webapp depend.php
S=${WORKDIR}/${PN}-com-${PV}
DESCRIPTION="Group-Office is a powerful modular Intranet application framework"
LICENSE="GPL-2"
KEYWORDS="alpha amd64 ~ppc ~sparc ~x86"
IUSE=""
-DEPEND="virtual/php
- >=virtual/mysql-4.0
- net-www/apache"
+
+need_php
pkg_setup() {
webapp_pkg_setup
elog "PHP needs to be compiled with iconv support"
elog "If you are using php-4*, be sure it's compiled with USE=nls"
elog "If you are using php-5*, be sure it's compiled with USE=iconv"
- if ! built_with_use virtual/php imap mysql; then
- ewarn "PHP needs to be compiled with IMAP and MySQL support."
- die "Recompile php with USE=\"imap mysql\""
- fi
+ require_php_with_use imap mysql
}
src_install() {