* [gentoo-commits] gentoo-x86 commit in mail-client/roundcube: ChangeLog roundcube-1.0.2.ebuild
@ 2014-08-12 10:50 Jeroen Roovers (jer)
0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2014-08-12 10:50 UTC (permalink / raw
To: gentoo-commits
jer 14/08/12 10:50:22
Modified: ChangeLog
Added: roundcube-1.0.2.ebuild
Log:
Version bump (bug #507512).
(Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path
1.133 mail-client/roundcube/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?rev=1.133&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?rev=1.133&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?r1=1.132&r2=1.133
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- ChangeLog 12 Nov 2013 09:35:25 -0000 1.132
+++ ChangeLog 12 Aug 2014 10:50:22 -0000 1.133
@@ -1,6 +1,11 @@
# 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.132 2013/11/12 09:35:25 radhermit Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.133 2014/08/12 10:50:22 jer Exp $
+
+*roundcube-1.0.2 (12 Aug 2014)
+
+ 12 Aug 2014; Jeroen Roovers <jer@gentoo.org> +roundcube-1.0.2.ebuild:
+ Version bump (bug #507512).
12 Nov 2013; Tim Harder <radhermit@gentoo.org> -roundcube-0.8.6.ebuild,
-roundcube-0.9.2.ebuild, -roundcube-0.9.3.ebuild, -roundcube-0.9.4.ebuild:
1.1 mail-client/roundcube/roundcube-1.0.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-1.0.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-1.0.2.ebuild?rev=1.1&content-type=text/plain
Index: roundcube-1.0.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-1.0.2.ebuild,v 1.1 2014/08/12 10:50:22 jer Exp $
EAPI=5
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-3 BSD PHP-2.02 PHP-3 MIT public-domain"
KEYWORDS="~amd64 ~hppa ~x86"
IUSE="ldap +mysql postgres sqlite ssl spell"
# this function only sets DEPEND so we need to include that in RDEPEND
need_httpd_cgi
RDEPEND="
${DEPEND}
>=dev-lang/php-5.3[crypt,filter,gd,iconv,json,ldap?,pdo,postgres?,session,sockets,ssl?,unicode,xml]
>=dev-php/PEAR-Auth_SASL-1.0.3
>=dev-php/PEAR-Crypt_GPG-1.3.2
>=dev-php/PEAR-Mail_Mime-1.8.1
>=dev-php/PEAR-Net_IDNA2-0.1.1
>=dev-php/PEAR-Net_SMTP-1.4.2
>=dev-php/PEAR-Net_Sieve-1.3.2
>=dev-php/PEAR-Net_Socket-1.0.14
mysql? ( || ( dev-lang/php[mysql] dev-lang/php[mysqli] ) )
spell? ( dev-lang/php[curl,spell] )
sqlite? ( || ( dev-lang/php[sqlite] dev-lang/php[sqlite3] ) )
virtual/httpd-php
"
S=${WORKDIR}/${MY_P}
src_prepare() {
# Remove bundled PEAR packages
rm -r program/lib/{Auth,Crypt,Mail,Net,PEAR*} || die
}
src_install() {
webapp_src_preinst
dodoc CHANGELOG INSTALL README.md 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/defaults.inc.php
webapp_postupgrade_txt en UPGRADING
webapp_src_install
}
pkg_postinst() {
ewarn "When upgrading from <= 0.9, note that the old configuration files"
ewarn "named main.inc.php and db.inc.php are deprecated and should be"
ewarn "replaced with one single config.inc.php file."
ewarn "Run the ./bin/update.sh script to convert those"
ewarn "or manually merge the files."
ewarn "The new config.inc.php should only contain options that"
ewarn "differ from the ones listed in defaults.inc.php."
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-client/roundcube: ChangeLog roundcube-1.0.2.ebuild
@ 2014-08-20 11:34 Raul Porcel (armin76)
0 siblings, 0 replies; 2+ messages in thread
From: Raul Porcel (armin76) @ 2014-08-20 11:34 UTC (permalink / raw
To: gentoo-commits
armin76 14/08/20 11:34:06
Modified: ChangeLog roundcube-1.0.2.ebuild
Log:
arm stable and add ~sparc wrt #507512
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF6AD3240)
Revision Changes Path
1.136 mail-client/roundcube/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?rev=1.136&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?rev=1.136&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?r1=1.135&r2=1.136
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- ChangeLog 12 Aug 2014 15:25:16 -0000 1.135
+++ ChangeLog 20 Aug 2014 11:34:06 -0000 1.136
@@ -1,6 +1,9 @@
# ChangeLog for mail-client/roundcube
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.135 2014/08/12 15:25:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.136 2014/08/20 11:34:06 armin76 Exp $
+
+ 20 Aug 2014; Raúl Porcel <armin76@gentoo.org> roundcube-1.0.2.ebuild:
+ arm stable and add ~sparc wrt #507512
12 Aug 2014; Agostino Sarubbo <ago@gentoo.org> roundcube-1.0.2.ebuild:
Stable for x86, wrt bug #507512
1.4 mail-client/roundcube/roundcube-1.0.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-1.0.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-1.0.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-1.0.2.ebuild?r1=1.3&r2=1.4
Index: roundcube-1.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-1.0.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- roundcube-1.0.2.ebuild 12 Aug 2014 15:25:16 -0000 1.3
+++ roundcube-1.0.2.ebuild 20 Aug 2014 11:34:06 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-1.0.2.ebuild,v 1.3 2014/08/12 15:25:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-1.0.2.ebuild,v 1.4 2014/08/20 11:34:06 armin76 Exp $
EAPI=5
@@ -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-3 BSD PHP-2.02 PHP-3 MIT public-domain"
-KEYWORDS="amd64 ~hppa x86"
+KEYWORDS="amd64 arm ~hppa ~sparc x86"
IUSE="ldap +mysql postgres sqlite ssl spell"
# this function only sets DEPEND so we need to include that in RDEPEND
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-08-20 11:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-20 11:34 [gentoo-commits] gentoo-x86 commit in mail-client/roundcube: ChangeLog roundcube-1.0.2.ebuild Raul Porcel (armin76)
-- strict thread matches above, loose matches on Subject: below --
2014-08-12 10:50 Jeroen Roovers (jer)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox