diff options
author | 2007-01-02 22:32:10 +0000 | |
---|---|---|
committer | 2007-01-02 22:32:10 +0000 | |
commit | 779bc1e7e2d788235939547f409fd14555d9226d (patch) | |
tree | b8f0adedf9a1dd4d31166aab126f8e0ea8125267 /www-apps/groupoffice | |
parent | Remove db deps wrt bug #159781 (diff) | |
download | gentoo-2-779bc1e7e2d788235939547f409fd14555d9226d.tar.gz gentoo-2-779bc1e7e2d788235939547f409fd14555d9226d.tar.bz2 gentoo-2-779bc1e7e2d788235939547f409fd14555d9226d.zip |
Housekeeping. Drop mysql dep wrt bug #159781.
(Portage version: 2.1.2_rc4-r4)
Diffstat (limited to 'www-apps/groupoffice')
-rw-r--r-- | www-apps/groupoffice/ChangeLog | 9 | ||||
-rw-r--r-- | 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 <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: 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() { |