diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-09-15 15:06:31 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-09-15 15:06:31 +0000 |
commit | 6ca713d2b9c6aa8f2112748c3115a83cd091fd92 (patch) | |
tree | 74014af1729eca0edb2e5814de65f9b2f32228d0 /mail-client/roundcube | |
parent | Stable for amd64, wrt bug #429188 (diff) | |
download | gentoo-2-6ca713d2b9c6aa8f2112748c3115a83cd091fd92.tar.gz gentoo-2-6ca713d2b9c6aa8f2112748c3115a83cd091fd92.tar.bz2 gentoo-2-6ca713d2b9c6aa8f2112748c3115a83cd091fd92.zip |
Stable for amd64, wrt bug #434378
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'mail-client/roundcube')
-rw-r--r-- | mail-client/roundcube/ChangeLog | 5 | ||||
-rw-r--r-- | mail-client/roundcube/roundcube-0.8.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-client/roundcube/ChangeLog b/mail-client/roundcube/ChangeLog index f6bdd5d3250a..8642b59e22fd 100644 --- a/mail-client/roundcube/ChangeLog +++ b/mail-client/roundcube/ChangeLog @@ -1,6 +1,9 @@ # 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.86 2012/09/09 13:58:40 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.87 2012/09/15 15:06:31 ago Exp $ + + 15 Sep 2012; Agostino Sarubbo <ago@gentoo.org> roundcube-0.8.1.ebuild: + Stable for amd64, wrt bug #434378 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 diff --git a/mail-client/roundcube/roundcube-0.8.1.ebuild b/mail-client/roundcube/roundcube-0.8.1.ebuild index dcb681278b21..6268e5697426 100644 --- a/mail-client/roundcube/roundcube-0.8.1.ebuild +++ b/mail-client/roundcube/roundcube-0.8.1.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.8.1.ebuild,v 1.1 2012/08/18 04:27:51 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.8.1.ebuild,v 1.2 2012/09/15 15:06:31 ago 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-3 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" RDEPEND="virtual/httpd-php |