diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2012-09-09 13:58:40 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2012-09-09 13:58:40 +0000 |
commit | 29b96f6a920d5f7423699f40fca0a60f5dcce428 (patch) | |
tree | 8fa2e3bf777ecbf5da411d7ab29b71acc64c4309 /mail-client/roundcube | |
parent | Added support for php[sqlite2] (diff) | |
download | gentoo-2-29b96f6a920d5f7423699f40fca0a60f5dcce428.tar.gz gentoo-2-29b96f6a920d5f7423699f40fca0a60f5dcce428.tar.bz2 gentoo-2-29b96f6a920d5f7423699f40fca0a60f5dcce428.zip |
Removed dependency of php[sqlite] since it is being implicitly pulled in (correctly) by the MDB2 dependency
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'mail-client/roundcube')
-rw-r--r-- | mail-client/roundcube/ChangeLog | 7 | ||||
-rw-r--r-- | mail-client/roundcube/roundcube-0.7.2.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/mail-client/roundcube/ChangeLog b/mail-client/roundcube/ChangeLog index 97203e527b60..f6bdd5d3250a 100644 --- a/mail-client/roundcube/ChangeLog +++ b/mail-client/roundcube/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/roundcube # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.85 2012/08/18 04:27:51 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.86 2012/09/09 13:58:40 olemarkus Exp $ + + 09 Sep 2012; Ole Markus With <olemarkus@gentoo.org> roundcube-0.7.2.ebuild: + Removed dependency of php[sqlite] since it is being implicitly pulled in + (correctly) by the MDB2 dependency *roundcube-0.8.1 (18 Aug 2012) *roundcube-0.7.3 (18 Aug 2012) @@ -345,4 +349,3 @@ 02 Jan 2009; Benedikt Böhm <hollow@gentoo.org> +files/postinstall-en.txt, +metadata.xml, +roundcube-0.2.ebuild: initial commit - diff --git a/mail-client/roundcube/roundcube-0.7.2.ebuild b/mail-client/roundcube/roundcube-0.7.2.ebuild index de0541ee5583..12627cf3ab3f 100644 --- a/mail-client/roundcube/roundcube-0.7.2.ebuild +++ b/mail-client/roundcube/roundcube-0.7.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.7.2.ebuild,v 1.7 2012/07/02 12:14:03 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.7.2.ebuild,v 1.8 2012/09/09 13:58:40 olemarkus Exp $ EAPI="4" @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.gz" # roundcube is GPL-licensed, the rest of the licenses here are # for bundled PEAR components, googiespell and utf8.class.php LICENSE="GPL-2 BSD PHP-2.02 PHP-3 MIT public-domain" -KEYWORDS="amd64 arm ~hppa ppc ppc64 ~sparc x86" +KEYWORDS="amd64 arm ~hppa ppc ~ppc64 ~sparc x86" IUSE="ldap mysql postgres ssl spell +sqlite" RDEPEND="virtual/httpd-php |