From ca0d4aff242a7eeb6c2a2f223ed24275d1046c92 Mon Sep 17 00:00:00 2001 From: Renat Lumpau Date: Tue, 2 Jan 2007 22:32:10 +0000 Subject: [PATCH] Housekeeping. Drop mysql dep wrt bug #159781. Package-Manager: portage-2.1.2_rc4-r4 --- www-apps/groupoffice/ChangeLog | 9 +++++++-- www-apps/groupoffice/groupoffice-2.15.ebuild | 16 ++++++---------- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/www-apps/groupoffice/ChangeLog b/www-apps/groupoffice/ChangeLog index 5bb84376e46e..f33856fdc4a9 100644 --- a/www-apps/groupoffice/ChangeLog +++ b/www-apps/groupoffice/ChangeLog @@ -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 -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 groupoffice-2.15.ebuild: diff --git a/www-apps/groupoffice/groupoffice-2.15.ebuild b/www-apps/groupoffice/groupoffice-2.15.ebuild index 550df9e2c45e..6d2ca4f3556e 100644 --- a/www-apps/groupoffice/groupoffice-2.15.ebuild +++ b/www-apps/groupoffice/groupoffice-2.15.ebuild @@ -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() { -- 2.26.2