diff options
author | Vicente Olivert Riera <vincent@gentoo.org> | 2013-03-28 14:49:25 +0000 |
---|---|---|
committer | Vicente Olivert Riera <vincent@gentoo.org> | 2013-03-28 14:49:25 +0000 |
commit | 8963fe0352a8cac14e1b06ee1855f601c1ab5e0c (patch) | |
tree | a7aafeb91a45fb4c06aa17d90f0104ddb4975f1a /mail-client | |
parent | Bump and fix bug #456166. Thanks to slepnoga. (diff) | |
download | gentoo-2-8963fe0352a8cac14e1b06ee1855f601c1ab5e0c.tar.gz gentoo-2-8963fe0352a8cac14e1b06ee1855f601c1ab5e0c.tar.bz2 gentoo-2-8963fe0352a8cac14e1b06ee1855f601c1ab5e0c.zip |
amd64 stable, wrt bug #463554
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 5AE9E7B2E9BBCBA8)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/roundcube/ChangeLog | 6 | ||||
-rw-r--r-- | mail-client/roundcube/roundcube-0.8.6.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/mail-client/roundcube/ChangeLog b/mail-client/roundcube/ChangeLog index 4a9cc37b2cc8..2ce6e8d3423c 100644 --- a/mail-client/roundcube/ChangeLog +++ b/mail-client/roundcube/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/roundcube # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.107 2013/03/28 02:41:35 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.108 2013/03/28 14:49:25 vincent Exp $ + + 28 Mar 2013; Vicente Olivert Riera <vincent@gentoo.org> + roundcube-0.8.6.ebuild: + amd64 stable, wrt bug #463554 28 Mar 2013; Tim Harder <radhermit@gentoo.org> -roundcube-0.9_beta.ebuild, -roundcube-0.9_rc.ebuild: diff --git a/mail-client/roundcube/roundcube-0.8.6.ebuild b/mail-client/roundcube/roundcube-0.8.6.ebuild index 7881416fcf55..a006ee05a1bd 100644 --- a/mail-client/roundcube/roundcube-0.8.6.ebuild +++ b/mail-client/roundcube/roundcube-0.8.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.8.6.ebuild,v 1.1 2013/03/28 02:40:25 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.8.6.ebuild,v 1.2 2013/03/28 14:49:25 vincent Exp $ EAPI=5 @@ -16,7 +16,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 |