Housekeeping. Drop mysql dep wrt bug #159781.
authorRenat Lumpau <rl03@gentoo.org>
Tue, 2 Jan 2007 22:32:10 +0000 (22:32 +0000)
committerRenat Lumpau <rl03@gentoo.org>
Tue, 2 Jan 2007 22:32:10 +0000 (22:32 +0000)
Package-Manager: portage-2.1.2_rc4-r4

www-apps/groupoffice/ChangeLog
www-apps/groupoffice/groupoffice-2.15.ebuild

index 5bb84376e46e9c0b56f876aed73b5be20bc06461..f33856fdc4a92ae82c0524fc23773b2dcf59da26 100644 (file)
@@ -1,6 +1,11 @@
 # 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:
index 550df9e2c45eb6be735abc385e19f41326fdca12..6d2ca4f3556e9d7105609e16ec5aa0dda7be14a6 100644 (file)
@@ -1,8 +1,8 @@
-# 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"
@@ -12,19 +12,15 @@ SRC_URI="mirror://sourceforge/group-office/${PN}-com-${PV}.tar.gz"
 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() {