* [gentoo-commits] gentoo-x86 commit in mail-client/roundcube: roundcube-0.4.ebuild ChangeLog
@ 2010-09-28 5:35 Tim Harder (radhermit)
0 siblings, 0 replies; 6+ messages in thread
From: Tim Harder (radhermit) @ 2010-09-28 5:35 UTC (permalink / raw
To: gentoo-commits
radhermit 10/09/28 05:35:44
Modified: ChangeLog
Added: roundcube-0.4.ebuild
Log:
Version bump (fixes bug #329035, thanks to Kevin Bowling for reporting).
(Portage version: 2.2_rc87/cvs/Linux x86_64)
Revision Changes Path
1.25 mail-client/roundcube/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 28 Sep 2010 05:30:26 -0000 1.24
+++ ChangeLog 28 Sep 2010 05:35:44 -0000 1.25
@@ -1,6 +1,11 @@
# 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.24 2010/09/28 05:30:26 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.25 2010/09/28 05:35:44 radhermit Exp $
+
+*roundcube-0.4 (28 Sep 2010)
+
+ 28 Sep 2010; Tim Harder <radhermit@gentoo.org> +roundcube-0.4.ebuild:
+ Version bump (fixes bug #329035, thanks to Kevin Bowling for reporting).
*roundcube-0.3.1-r1 (28 Sep 2010)
1.1 mail-client/roundcube/roundcube-0.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.4.ebuild?rev=1.1&content-type=text/plain
Index: roundcube-0.4.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.4.ebuild,v 1.1 2010/09/28 05:35:44 radhermit Exp $
EAPI="2"
MY_PN="${PN}mail"
MY_P="${MY_PN}-${PV}"
inherit webapp depend.php depend.apache
DESCRIPTION="A browser-based multilingual IMAP client with an application-like user interface"
HOMEPAGE="http://roundcube.net"
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 ~ppc ~ppc64 ~sparc ~x86"
IUSE="ldap mysql postgres ssl spell"
DEPEND=""
RDEPEND="|| ( <dev-lang/php-5.3[crypt,iconv,ldap?,pcre,postgres?,session,spl,ssl?,unicode]
>=dev-lang/php-5.3[crypt,iconv,ldap?,postgres?,session,ssl?,unicode] )
!postgres? ( !mysql? ( dev-lang/php[sqlite] ) )
spell? ( dev-lang/php[curl,spell] )
dev-php/PEAR-PEAR"
need_httpd_cgi
need_php_httpd
S=${WORKDIR}/${MY_P}
pkg_setup() {
use mysql && require_php_with_any_use mysql mysqli
# add some warnings about optional functionality
if ! PHPCHECKNODIE="yes" require_php_with_any_use gd gd-external; then
ewarn "IMAP quota display will not work correctly without GD support in PHP."
ewarn "Recompile PHP with either gd or gd-external in USE if you want this feature."
ewarn
fi
webapp_pkg_setup
}
src_prepare() {
cp config/db.inc.php{.dist,}
cp config/main.inc.php{.dist,}
}
src_install () {
webapp_src_preinst
dodoc CHANGELOG INSTALL README UPGRADING
insinto "${MY_HTDOCSDIR}"
doins -r [[:lower:]]* SQL
doins .htaccess
webapp_serverowned "${MY_HTDOCSDIR}"/logs
webapp_serverowned "${MY_HTDOCSDIR}"/temp
webapp_configfile "${MY_HTDOCSDIR}"/config/{db,main}.inc.php
webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
webapp_postupgrade_txt en UPGRADING
webapp_src_install
}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-client/roundcube: roundcube-0.4.ebuild ChangeLog
@ 2010-10-03 16:20 Markos Chandras (hwoarang)
0 siblings, 0 replies; 6+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-10-03 16:20 UTC (permalink / raw
To: gentoo-commits
hwoarang 10/10/03 16:20:02
Modified: roundcube-0.4.ebuild ChangeLog
Log:
Stable on amd64 wrt bug #308065
(Portage version: 2.2_rc86/cvs/Linux x86_64)
Revision Changes Path
1.2 mail-client/roundcube/roundcube-0.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.4.ebuild?r1=1.1&r2=1.2
Index: roundcube-0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- roundcube-0.4.ebuild 28 Sep 2010 05:35:44 -0000 1.1
+++ roundcube-0.4.ebuild 3 Oct 2010 16:20:02 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.4.ebuild,v 1.1 2010/09/28 05:35:44 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.4.ebuild,v 1.2 2010/10/03 16:20:02 hwoarang Exp $
EAPI="2"
@@ -16,7 +16,7 @@
# 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 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
IUSE="ldap mysql postgres ssl spell"
DEPEND=""
1.27 mail-client/roundcube/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?r1=1.26&r2=1.27
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog 29 Sep 2010 16:15:19 -0000 1.26
+++ ChangeLog 3 Oct 2010 16:20:02 -0000 1.27
@@ -1,6 +1,9 @@
# 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.26 2010/09/29 16:15:19 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.27 2010/10/03 16:20:02 hwoarang Exp $
+
+ 03 Oct 2010; Markos Chandras <hwoarang@gentoo.org> roundcube-0.4.ebuild:
+ Stable on amd64 wrt bug #308065
*roundcube-0.4.1 (29 Sep 2010)
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-client/roundcube: roundcube-0.4.ebuild ChangeLog
@ 2010-10-05 19:09 Markus Meier (maekke)
0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2010-10-05 19:09 UTC (permalink / raw
To: gentoo-commits
maekke 10/10/05 19:09:32
Modified: roundcube-0.4.ebuild ChangeLog
Log:
x86 stable, bug #308065
(Portage version: 2.2_rc88/cvs/Linux x86_64)
Revision Changes Path
1.3 mail-client/roundcube/roundcube-0.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.4.ebuild?r1=1.2&r2=1.3
Index: roundcube-0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- roundcube-0.4.ebuild 3 Oct 2010 16:20:02 -0000 1.2
+++ roundcube-0.4.ebuild 5 Oct 2010 19:09:32 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.4.ebuild,v 1.2 2010/10/03 16:20:02 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.4.ebuild,v 1.3 2010/10/05 19:09:32 maekke Exp $
EAPI="2"
@@ -16,7 +16,7 @@
# 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 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc x86"
IUSE="ldap mysql postgres ssl spell"
DEPEND=""
1.28 mail-client/roundcube/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?r1=1.27&r2=1.28
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog 3 Oct 2010 16:20:02 -0000 1.27
+++ ChangeLog 5 Oct 2010 19:09:32 -0000 1.28
@@ -1,6 +1,9 @@
# 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.27 2010/10/03 16:20:02 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.28 2010/10/05 19:09:32 maekke Exp $
+
+ 05 Oct 2010; Markus Meier <maekke@gentoo.org> roundcube-0.4.ebuild:
+ x86 stable, bug #308065
03 Oct 2010; Markos Chandras <hwoarang@gentoo.org> roundcube-0.4.ebuild:
Stable on amd64 wrt bug #308065
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-client/roundcube: roundcube-0.4.ebuild ChangeLog
@ 2010-10-08 14:23 Brent Baude (ranger)
0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2010-10-08 14:23 UTC (permalink / raw
To: gentoo-commits
ranger 10/10/08 14:23:12
Modified: roundcube-0.4.ebuild ChangeLog
Log:
Marking roundcube-0.4 ppc64 for bug 308065
(Portage version: 2.1.8.3/cvs/Linux ppc64)
Revision Changes Path
1.4 mail-client/roundcube/roundcube-0.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.4.ebuild?r1=1.3&r2=1.4
Index: roundcube-0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- roundcube-0.4.ebuild 5 Oct 2010 19:09:32 -0000 1.3
+++ roundcube-0.4.ebuild 8 Oct 2010 14:23:12 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.4.ebuild,v 1.3 2010/10/05 19:09:32 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.4.ebuild,v 1.4 2010/10/08 14:23:12 ranger Exp $
EAPI="2"
@@ -16,7 +16,7 @@
# 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 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~ppc ppc64 ~sparc x86"
IUSE="ldap mysql postgres ssl spell"
DEPEND=""
1.29 mail-client/roundcube/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?r1=1.28&r2=1.29
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog 5 Oct 2010 19:09:32 -0000 1.28
+++ ChangeLog 8 Oct 2010 14:23:12 -0000 1.29
@@ -1,6 +1,9 @@
# 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.28 2010/10/05 19:09:32 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.29 2010/10/08 14:23:12 ranger Exp $
+
+ 08 Oct 2010; Brent Baude <ranger@gentoo.org> roundcube-0.4.ebuild:
+ Marking roundcube-0.4 ppc64 for bug 308065
05 Oct 2010; Markus Meier <maekke@gentoo.org> roundcube-0.4.ebuild:
x86 stable, bug #308065
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-client/roundcube: roundcube-0.4.ebuild ChangeLog
@ 2010-10-08 14:55 Brent Baude (ranger)
0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2010-10-08 14:55 UTC (permalink / raw
To: gentoo-commits
ranger 10/10/08 14:55:44
Modified: roundcube-0.4.ebuild ChangeLog
Log:
Marking roundcube-0.4 ppc for bug 308065
(Portage version: 2.1.8.3/cvs/Linux ppc64)
Revision Changes Path
1.5 mail-client/roundcube/roundcube-0.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.4.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.4.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.4.ebuild?r1=1.4&r2=1.5
Index: roundcube-0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- roundcube-0.4.ebuild 8 Oct 2010 14:23:12 -0000 1.4
+++ roundcube-0.4.ebuild 8 Oct 2010 14:55:44 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.4.ebuild,v 1.4 2010/10/08 14:23:12 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.4.ebuild,v 1.5 2010/10/08 14:55:44 ranger Exp $
EAPI="2"
@@ -16,7 +16,7 @@
# 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 ~ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ppc ppc64 ~sparc x86"
IUSE="ldap mysql postgres ssl spell"
DEPEND=""
1.30 mail-client/roundcube/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?r1=1.29&r2=1.30
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog 8 Oct 2010 14:23:12 -0000 1.29
+++ ChangeLog 8 Oct 2010 14:55:44 -0000 1.30
@@ -1,6 +1,9 @@
# 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.29 2010/10/08 14:23:12 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.30 2010/10/08 14:55:44 ranger Exp $
+
+ 08 Oct 2010; Brent Baude <ranger@gentoo.org> roundcube-0.4.ebuild:
+ Marking roundcube-0.4 ppc for bug 308065
08 Oct 2010; Brent Baude <ranger@gentoo.org> roundcube-0.4.ebuild:
Marking roundcube-0.4 ppc64 for bug 308065
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-client/roundcube: roundcube-0.4.ebuild ChangeLog
@ 2010-10-10 20:51 Markus Meier (maekke)
0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2010-10-10 20:51 UTC (permalink / raw
To: gentoo-commits
maekke 10/10/10 20:51:04
Modified: roundcube-0.4.ebuild ChangeLog
Log:
arm stable, bug #308065
(Portage version: 2.2_rc91/cvs/Linux i686)
Revision Changes Path
1.6 mail-client/roundcube/roundcube-0.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.4.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.4.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.4.ebuild?r1=1.5&r2=1.6
Index: roundcube-0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- roundcube-0.4.ebuild 8 Oct 2010 14:55:44 -0000 1.5
+++ roundcube-0.4.ebuild 10 Oct 2010 20:51:04 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.4.ebuild,v 1.5 2010/10/08 14:55:44 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.4.ebuild,v 1.6 2010/10/10 20:51:04 maekke Exp $
EAPI="2"
@@ -16,7 +16,7 @@
# 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 ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 arm ppc ppc64 ~sparc x86"
IUSE="ldap mysql postgres ssl spell"
DEPEND=""
1.32 mail-client/roundcube/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?r1=1.31&r2=1.32
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog 9 Oct 2010 19:36:25 -0000 1.31
+++ ChangeLog 10 Oct 2010 20:51:04 -0000 1.32
@@ -1,6 +1,9 @@
# 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.31 2010/10/09 19:36:25 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.32 2010/10/10 20:51:04 maekke Exp $
+
+ 10 Oct 2010; Markus Meier <maekke@gentoo.org> roundcube-0.4.ebuild:
+ arm stable, bug #308065
*roundcube-0.4.2 (09 Oct 2010)
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2010-10-10 21:04 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-03 16:20 [gentoo-commits] gentoo-x86 commit in mail-client/roundcube: roundcube-0.4.ebuild ChangeLog Markos Chandras (hwoarang)
-- strict thread matches above, loose matches on Subject: below --
2010-10-10 20:51 Markus Meier (maekke)
2010-10-08 14:55 Brent Baude (ranger)
2010-10-08 14:23 Brent Baude (ranger)
2010-10-05 19:09 Markus Meier (maekke)
2010-09-28 5:35 Tim Harder (radhermit)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox