summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2009-09-17 14:46:36 +0000
committerBenedikt Boehm <hollow@gentoo.org>2009-09-17 14:46:36 +0000
commit7853b3cb548dca88b098a641a103097a6df2daf7 (patch)
treedb00320a7c2fd8f996341ad7e7f86da3a4add2fb /mail-client
parentFix dependencies (bug #283996). (diff)
downloadgentoo-2-7853b3cb548dca88b098a641a103097a6df2daf7.tar.gz
gentoo-2-7853b3cb548dca88b098a641a103097a6df2daf7.tar.bz2
gentoo-2-7853b3cb548dca88b098a641a103097a6df2daf7.zip
stable on amd64; does not need php imap library
(Portage version: 2.2_rc40/cvs/Linux i686)
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/roundcube/ChangeLog6
-rw-r--r--mail-client/roundcube/roundcube-0.2.2.ebuild6
-rw-r--r--mail-client/roundcube/roundcube-0.3.ebuild4
3 files changed, 10 insertions, 6 deletions
diff --git a/mail-client/roundcube/ChangeLog b/mail-client/roundcube/ChangeLog
index 6c4e15a46206..2c39810ceb1e 100644
--- a/mail-client/roundcube/ChangeLog
+++ b/mail-client/roundcube/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-client/roundcube
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.8 2009/09/17 10:28:43 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.9 2009/09/17 14:46:36 hollow Exp $
+
+ 17 Sep 2009; Benedikt Böhm <hollow@gentoo.org> roundcube-0.2.2.ebuild,
+ roundcube-0.3.ebuild:
+ stable on amd64; does not need php imap library
17 Sep 2009; Tomáš Chvátal <scarabeus@gentoo.org> roundcube-0.3.ebuild:
Depend on php with correct useflags enabled when spell useflag is called.
diff --git a/mail-client/roundcube/roundcube-0.2.2.ebuild b/mail-client/roundcube/roundcube-0.2.2.ebuild
index 3336eb09a002..362d414c40d0 100644
--- a/mail-client/roundcube/roundcube-0.2.2.ebuild
+++ b/mail-client/roundcube/roundcube-0.2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.2.2.ebuild,v 1.2 2009/09/12 10:35:41 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.2.2.ebuild,v 1.3 2009/09/17 14:46:36 hollow Exp $
MY_PN="${PN}mail"
MY_P="${MY_PN}-${PV}"
@@ -14,7 +14,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 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
IUSE="ldap mysql postgres sqlite ssl spell"
DEPEND=""
@@ -26,7 +26,7 @@ need_php_httpd
S=${WORKDIR}/${MY_P}
pkg_setup() {
- local flags="crypt iconv imap pcre session unicode"
+ local flags="crypt iconv pcre session unicode"
use ldap && flags="${flags} ldap"
use ssl && flags="${flags} ssl"
use spell && flags="${flags} curl spell"
diff --git a/mail-client/roundcube/roundcube-0.3.ebuild b/mail-client/roundcube/roundcube-0.3.ebuild
index 8c7cc4b003e2..26a93d27d10e 100644
--- a/mail-client/roundcube/roundcube-0.3.ebuild
+++ b/mail-client/roundcube/roundcube-0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.3.ebuild,v 1.2 2009/09/17 10:28:43 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.3.ebuild,v 1.3 2009/09/17 14:46:36 hollow Exp $
EAPI="2"
@@ -31,7 +31,7 @@ need_php_httpd
S=${WORKDIR}/${MY_P}
pkg_setup() {
- local flags="crypt iconv imap pcre session unicode spl"
+ local flags="crypt iconv pcre session unicode spl"
use ldap && flags="${flags} ldap"
use ssl && flags="${flags} ssl"
use spell && flags="${flags} curl spell"