diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-01-12 23:40:37 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-01-12 23:40:37 +0000 |
commit | 64f7c9571bb71c98b4cade16f130512331e7fbb3 (patch) | |
tree | acba72680d32d5482aab27ff4d7ef904b77f7e8f /mail-client | |
parent | Push out updated addon to fix baselayout-2 support #350399 by Martin Kolleck. (diff) | |
download | gentoo-2-64f7c9571bb71c98b4cade16f130512331e7fbb3.tar.gz gentoo-2-64f7c9571bb71c98b4cade16f130512331e7fbb3.tar.bz2 gentoo-2-64f7c9571bb71c98b4cade16f130512331e7fbb3.zip |
Version bump and remove old.
(Portage version: 2.2.0_alpha14/cvs/Linux x86_64)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/roundcube/ChangeLog | 10 | ||||
-rw-r--r-- | mail-client/roundcube/roundcube-0.5.ebuild (renamed from mail-client/roundcube/roundcube-0.5_rc.ebuild) | 8 |
2 files changed, 12 insertions, 6 deletions
diff --git a/mail-client/roundcube/ChangeLog b/mail-client/roundcube/ChangeLog index 6a610c109e50..c0520cfeb6ef 100644 --- a/mail-client/roundcube/ChangeLog +++ b/mail-client/roundcube/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for mail-client/roundcube -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.38 2010/12/30 07:26:38 radhermit Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.39 2011/01/12 23:40:37 radhermit Exp $ + +*roundcube-0.5 (12 Jan 2011) + + 12 Jan 2011; Tim Harder <radhermit@gentoo.org> -roundcube-0.5_rc.ebuild, + +roundcube-0.5.ebuild: + Version bump and remove old. *roundcube-0.5_rc (30 Dec 2010) diff --git a/mail-client/roundcube/roundcube-0.5_rc.ebuild b/mail-client/roundcube/roundcube-0.5.ebuild index 996943e9029f..cb877882c74c 100644 --- a/mail-client/roundcube/roundcube-0.5_rc.ebuild +++ b/mail-client/roundcube/roundcube-0.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.5_rc.ebuild,v 1.1 2010/12/30 07:26:38 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.5.ebuild,v 1.1 2011/01/12 23:40:37 radhermit Exp $ EAPI="2" @@ -31,6 +31,8 @@ need_php_httpd S="${WORKDIR}/${MY_P}" pkg_setup() { + webapp_pkg_setup + use mysql && require_php_with_any_use mysql mysqli # add some warnings about optional functionality @@ -39,8 +41,6 @@ pkg_setup() { ewarn "Recompile PHP with either gd or gd-external in USE if you want this feature." ewarn fi - - webapp_pkg_setup } src_prepare() { |