public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in mail-client/roundcube: ChangeLog roundcube-0.7.2.ebuild
@ 2012-03-12 17:41 Tim Harder (radhermit)
  0 siblings, 0 replies; 6+ messages in thread
From: Tim Harder (radhermit) @ 2012-03-12 17:41 UTC (permalink / raw
  To: gentoo-commits

radhermit    12/03/12 17:41:57

  Modified:             ChangeLog
  Added:                roundcube-0.7.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)

Revision  Changes    Path
1.74                 mail-client/roundcube/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?rev=1.74&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?rev=1.74&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?r1=1.73&r2=1.74

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog	9 Mar 2012 11:55:24 -0000	1.73
+++ ChangeLog	12 Mar 2012 17:41:57 -0000	1.74
@@ -1,6 +1,11 @@
 # 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.73 2012/03/09 11:55:24 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.74 2012/03/12 17:41:57 radhermit Exp $
+
+*roundcube-0.7.2 (12 Mar 2012)
+
+  12 Mar 2012; Tim Harder <radhermit@gentoo.org> +roundcube-0.7.2.ebuild:
+  Version bump.
 
 *roundcube-0.8_beta (09 Mar 2012)
 



1.1                  mail-client/roundcube/roundcube-0.7.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.7.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.7.2.ebuild?rev=1.1&content-type=text/plain

Index: roundcube-0.7.2.ebuild
===================================================================
# 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.1 2012/03/12 17:41:57 radhermit Exp $

EAPI="4"

inherit webapp

MY_PN="${PN}mail"
MY_P="${MY_PN}-${PV/_/-}"
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 +sqlite"

RDEPEND="virtual/httpd-php
	>=dev-lang/php-5.3[crypt,gd,iconv,json,ldap?,postgres?,session,sqlite?,sockets,ssl?,xml,unicode]
	mysql? (
		|| ( dev-lang/php[mysql] dev-lang/php[mysqli] )
		|| ( dev-php/PEAR-MDB2_Driver_mysql dev-php/PEAR-MDB2_Driver_mysqli )
	)
	postgres? ( dev-php/PEAR-MDB2_Driver_pgsql )
	spell? ( dev-lang/php[curl,spell] )
	sqlite? ( dev-php/PEAR-MDB2_Driver_sqlite )
	>=dev-php/PEAR-MDB2-2.5.0_beta3
	>=dev-php/PEAR-Mail_Mime-1.8.1
	>=dev-php/PEAR-Net_SMTP-1.4.2
	>=dev-php/PEAR-Net_IDNA2-0.1.1
	>=dev-php/PEAR-Auth_SASL-1.0.3"

need_httpd_cgi

S="${WORKDIR}/${MY_P}"

src_prepare() {
	cp config/db.inc.php{.dist,} || die
	cp config/main.inc.php{.dist,} || die

	# Remove bundled PEAR packages
	rm -r program/lib/{Auth,Mail,MDB2*,Net,PEAR*} || die
}

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-0.6.txt
	webapp_postupgrade_txt en "${FILESDIR}"/postupgrade-en-0.6.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: ChangeLog roundcube-0.7.2.ebuild
@ 2012-04-15 14:08 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-04-15 14:08 UTC (permalink / raw
  To: gentoo-commits

ago         12/04/15 14:08:33

  Modified:             ChangeLog roundcube-0.7.2.ebuild
  Log:
  Stable for amd64, wrt bug #412029
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.75                 mail-client/roundcube/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?rev=1.75&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?rev=1.75&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?r1=1.74&r2=1.75

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog	12 Mar 2012 17:41:57 -0000	1.74
+++ ChangeLog	15 Apr 2012 14:08:33 -0000	1.75
@@ -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.74 2012/03/12 17:41:57 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.75 2012/04/15 14:08:33 ago Exp $
+
+  15 Apr 2012; Agostino Sarubbo <ago@gentoo.org> roundcube-0.7.2.ebuild:
+  Stable for amd64, wrt bug #412029
 
 *roundcube-0.7.2 (12 Mar 2012)
 



1.2                  mail-client/roundcube/roundcube-0.7.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.7.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.7.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.7.2.ebuild?r1=1.1&r2=1.2

Index: roundcube-0.7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.7.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- roundcube-0.7.2.ebuild	12 Mar 2012 17:41:57 -0000	1.1
+++ roundcube-0.7.2.ebuild	15 Apr 2012 14:08:33 -0000	1.2
@@ -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.1 2012/03/12 17:41:57 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.7.2.ebuild,v 1.2 2012/04/15 14:08:33 ago Exp $
 
 EAPI="4"
 
@@ -15,7 +15,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 +sqlite"
 
 RDEPEND="virtual/httpd-php






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in mail-client/roundcube: ChangeLog roundcube-0.7.2.ebuild
@ 2012-04-16 20:42 Markus Meier (maekke)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2012-04-16 20:42 UTC (permalink / raw
  To: gentoo-commits

maekke      12/04/16 20:42:20

  Modified:             ChangeLog roundcube-0.7.2.ebuild
  Log:
  arm stable, bug #412029
  
  (Portage version: 2.1.10.56/cvs/Linux i686)

Revision  Changes    Path
1.76                 mail-client/roundcube/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?rev=1.76&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?rev=1.76&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?r1=1.75&r2=1.76

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog	15 Apr 2012 14:08:33 -0000	1.75
+++ ChangeLog	16 Apr 2012 20:42:20 -0000	1.76
@@ -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.75 2012/04/15 14:08:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.76 2012/04/16 20:42:20 maekke Exp $
+
+  16 Apr 2012; Markus Meier <maekke@gentoo.org> roundcube-0.7.2.ebuild:
+  arm stable, bug #412029
 
   15 Apr 2012; Agostino Sarubbo <ago@gentoo.org> roundcube-0.7.2.ebuild:
   Stable for amd64, wrt bug #412029



1.3                  mail-client/roundcube/roundcube-0.7.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.7.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.7.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.7.2.ebuild?r1=1.2&r2=1.3

Index: roundcube-0.7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.7.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- roundcube-0.7.2.ebuild	15 Apr 2012 14:08:33 -0000	1.2
+++ roundcube-0.7.2.ebuild	16 Apr 2012 20:42:20 -0000	1.3
@@ -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.2 2012/04/15 14:08:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.7.2.ebuild,v 1.3 2012/04/16 20:42:20 maekke Exp $
 
 EAPI="4"
 
@@ -15,7 +15,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 +sqlite"
 
 RDEPEND="virtual/httpd-php






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in mail-client/roundcube: ChangeLog roundcube-0.7.2.ebuild
@ 2012-04-22 14:49 Markus Meier (maekke)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2012-04-22 14:49 UTC (permalink / raw
  To: gentoo-commits

maekke      12/04/22 14:49:51

  Modified:             ChangeLog roundcube-0.7.2.ebuild
  Log:
  x86 stable, bug #412029
  
  (Portage version: 2.1.10.56/cvs/Linux x86_64)

Revision  Changes    Path
1.77                 mail-client/roundcube/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?rev=1.77&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?rev=1.77&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?r1=1.76&r2=1.77

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog	16 Apr 2012 20:42:20 -0000	1.76
+++ ChangeLog	22 Apr 2012 14:49:51 -0000	1.77
@@ -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.76 2012/04/16 20:42:20 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.77 2012/04/22 14:49:51 maekke Exp $
+
+  22 Apr 2012; Markus Meier <maekke@gentoo.org> roundcube-0.7.2.ebuild:
+  x86 stable, bug #412029
 
   16 Apr 2012; Markus Meier <maekke@gentoo.org> roundcube-0.7.2.ebuild:
   arm stable, bug #412029



1.4                  mail-client/roundcube/roundcube-0.7.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.7.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.7.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.7.2.ebuild?r1=1.3&r2=1.4

Index: roundcube-0.7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.7.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- roundcube-0.7.2.ebuild	16 Apr 2012 20:42:20 -0000	1.3
+++ roundcube-0.7.2.ebuild	22 Apr 2012 14:49:51 -0000	1.4
@@ -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.3 2012/04/16 20:42:20 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.7.2.ebuild,v 1.4 2012/04/22 14:49:51 maekke Exp $
 
 EAPI="4"
 
@@ -15,7 +15,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 +sqlite"
 
 RDEPEND="virtual/httpd-php






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in mail-client/roundcube: ChangeLog roundcube-0.7.2.ebuild
@ 2012-06-05 21:37 Brent Baude (ranger)
  0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2012-06-05 21:37 UTC (permalink / raw
  To: gentoo-commits

ranger      12/06/05 21:37:03

  Modified:             ChangeLog roundcube-0.7.2.ebuild
  Log:
  Marking roundcube-0.7.2 ppc64 for bug 412029
  
  (Portage version: 2.1.10.49/cvs/Linux ppc64)

Revision  Changes    Path
1.80                 mail-client/roundcube/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?rev=1.80&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?rev=1.80&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?r1=1.79&r2=1.80

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog	29 May 2012 12:59:50 -0000	1.79
+++ ChangeLog	5 Jun 2012 21:37:03 -0000	1.80
@@ -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.79 2012/05/29 12:59:50 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.80 2012/06/05 21:37:03 ranger Exp $
+
+  05 Jun 2012; Brent Baude <ranger@gentoo.org> roundcube-0.7.2.ebuild:
+  Marking roundcube-0.7.2 ppc64 for bug 412029
 
   29 May 2012; Tim Harder <radhermit@gentoo.org> -roundcube-0.8_beta.ebuild:
   Remove old.



1.5                  mail-client/roundcube/roundcube-0.7.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.7.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.7.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.7.2.ebuild?r1=1.4&r2=1.5

Index: roundcube-0.7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.7.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- roundcube-0.7.2.ebuild	22 Apr 2012 14:49:51 -0000	1.4
+++ roundcube-0.7.2.ebuild	5 Jun 2012 21:37:03 -0000	1.5
@@ -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.4 2012/04/22 14:49:51 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.7.2.ebuild,v 1.5 2012/06/05 21:37:03 ranger Exp $
 
 EAPI="4"
 
@@ -15,7 +15,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 +sqlite"
 
 RDEPEND="virtual/httpd-php






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in mail-client/roundcube: ChangeLog roundcube-0.7.2.ebuild
@ 2012-06-07 22:31 Brent Baude (ranger)
  0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2012-06-07 22:31 UTC (permalink / raw
  To: gentoo-commits

ranger      12/06/07 22:31:13

  Modified:             ChangeLog roundcube-0.7.2.ebuild
  Log:
  Marking roundcube-0.7.2 ppc for bug 412029
  
  (Portage version: 2.1.10.49/cvs/Linux ppc64)

Revision  Changes    Path
1.81                 mail-client/roundcube/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?rev=1.81&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?rev=1.81&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?r1=1.80&r2=1.81

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog	5 Jun 2012 21:37:03 -0000	1.80
+++ ChangeLog	7 Jun 2012 22:31:13 -0000	1.81
@@ -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.80 2012/06/05 21:37:03 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.81 2012/06/07 22:31:13 ranger Exp $
+
+  07 Jun 2012; Brent Baude <ranger@gentoo.org> roundcube-0.7.2.ebuild:
+  Marking roundcube-0.7.2 ppc for bug 412029
 
   05 Jun 2012; Brent Baude <ranger@gentoo.org> roundcube-0.7.2.ebuild:
   Marking roundcube-0.7.2 ppc64 for bug 412029



1.6                  mail-client/roundcube/roundcube-0.7.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.7.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.7.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.7.2.ebuild?r1=1.5&r2=1.6

Index: roundcube-0.7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.7.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- roundcube-0.7.2.ebuild	5 Jun 2012 21:37:03 -0000	1.5
+++ roundcube-0.7.2.ebuild	7 Jun 2012 22:31:13 -0000	1.6
@@ -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.5 2012/06/05 21:37:03 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.7.2.ebuild,v 1.6 2012/06/07 22:31:13 ranger Exp $
 
 EAPI="4"
 
@@ -15,7 +15,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 +sqlite"
 
 RDEPEND="virtual/httpd-php






^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-06-07 22:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-22 14:49 [gentoo-commits] gentoo-x86 commit in mail-client/roundcube: ChangeLog roundcube-0.7.2.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2012-06-07 22:31 Brent Baude (ranger)
2012-06-05 21:37 Brent Baude (ranger)
2012-04-16 20:42 Markus Meier (maekke)
2012-04-15 14:08 Agostino Sarubbo (ago)
2012-03-12 17:41 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