public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pavlos Ratis" <dastergon@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/webapps-experimental:master commit in: mail-client/roundcube/
Date: Mon,  4 Aug 2014 23:50:49 +0000 (UTC)	[thread overview]
Message-ID: <1217921480.d1aea976ff39cf30599f31dcb9b0e3d16ec9af74.dastergon@gentoo> (raw)

commit:     d1aea976ff39cf30599f31dcb9b0e3d16ec9af74
Author:     cpuid <cpuid <AT> localhost>
AuthorDate: Tue Aug  5 07:31:20 2008 +0000
Commit:     Pavlos Ratis <dastergon <AT> gentoo <DOT> org>
CommitDate: Tue Aug  5 07:31:20 2008 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/webapps-experimental.git;a=commit;h=d1aea976

Version bump...

This also fixes bug#230631

svn path=/experimental/; revision=851

---
 mail-client/roundcube/Manifest                   |  2 +
 mail-client/roundcube/roundcube-0.2_alpha.ebuild | 85 ++++++++++++++++++++++++
 2 files changed, 87 insertions(+)

diff --git a/mail-client/roundcube/Manifest b/mail-client/roundcube/Manifest
index e2131f6..57f664e 100644
--- a/mail-client/roundcube/Manifest
+++ b/mail-client/roundcube/Manifest
@@ -2,7 +2,9 @@ AUX postinstall-en.txt 2513 RMD160 c2a04efcdd4007642221797a10877c2fc57ad874 SHA1
 AUX roundcube-0.1-no-sockets-check.patch 2435 RMD160 1d03b74d38693edc6f816f2e34422d2b46442751 SHA1 62a5d11dc2bb437543eb449e4e6f4014a95c3ccf SHA256 3075384ee99ce0b5f0077b6a56e2a140afb00af6e12d6e32863ec14d03cd8696
 DIST roundcubemail-0.1.1.tar.gz 1411521 RMD160 1c8c3eaa44e81e2fa7cd6c51619d4e227b2d5a9b SHA1 5a26001296ed0e15754c9e4718752e11005f48a7 SHA256 1ff19df76698b7ce7c6d744c0b4db7184d1ee88b8c88a4b625789ea64b8ef330
 DIST roundcubemail-0.1.tar.gz 1406854 RMD160 225b3a37c70bcf3b471b7d650233aec30dae2f76 SHA1 8b5b516b41bad98c3bbaf0da0e70b0db82580424 SHA256 ea4f4b23b9a20308cc0b1fef3b7301700c9ce4544189007bc62756e8d5f67051
+DIST roundcubemail-0.2-alpha.1.tar.gz 1378289 RMD160 b87768e5e11d474da9a8783c96b92354e47074a6 SHA1 af40c639d4815cc54b7287724925b807a52e8490 SHA256 abbfd96e4fdeb3183d842cb00c7c25abbff88ade98c4e352c125ea2ef008355a
 EBUILD roundcube-0.1.1.ebuild 2704 RMD160 6b8c9d9f1c3b9e5e5996ff40bcdf814215f79ef3 SHA1 3caa432979f277156d786e8113e5854440fa6f76 SHA256 03e4298eada0e8585ee806c0ddb06b538dc2bdf0df660483513910d1d4c16647
 EBUILD roundcube-0.1.ebuild 2754 RMD160 a3a6a933b79881d6eb0fbc8e6c4c78e9e3e63a13 SHA1 f63a4ddea99fd306eef8af6f1e0881f1d5edc5ed SHA256 87a066609833ec391a3cd461e24bb1fb803389108c2c7e06e123f61ef31a6c31
+EBUILD roundcube-0.2_alpha.ebuild 2748 RMD160 136fa4fa9e9b9a35d36853305b119996befd6b67 SHA1 a93b51624135c5e266b38412322f57c0a3798739 SHA256 91a04a631a49353d2979941ba59a83d74a73ea11f7427e9d742c9411afe473f7
 MISC ChangeLog 1480 RMD160 89abfa82bf083319ff5161e4f4bd982ebede682f SHA1 f6892413ee683067de4bc2eb1ade793623dcb7fe SHA256 a73bc59bed0f28481aed9c757328b0f65b8673d314c19cf55bc5f1585edb6fa1
 MISC metadata.xml 162 RMD160 0b015f5ff17c4d8e7aee826d48b326cc19b1fed4 SHA1 671b30dafbea01228c8bb606af451a0795922840 SHA256 84ff2fc6c9a4af1b9dbe32aa81ab84c2958bc1bd65a9977686df2dcab6e420d0

diff --git a/mail-client/roundcube/roundcube-0.2_alpha.ebuild b/mail-client/roundcube/roundcube-0.2_alpha.ebuild
new file mode 100644
index 0000000..816c2c7
--- /dev/null
+++ b/mail-client/roundcube/roundcube-0.2_alpha.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit eutils webapp depend.php depend.apache
+
+MY_PN="${PN}mail"
+MY_PV="${PV/_/-}"
+MY_PV="${MY_PV/.1/}"
+MY_P="${MY_PN}-${MY_PV}"
+DESCRIPTION="A browser-based multilingual IMAP client using AJAX"
+HOMEPAGE="http://www.roundcube.net"
+SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.1.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 ~x86"
+IUSE="ldap mysql postgres sqlite ssl spell"
+
+RDEPEND="dev-php/PEAR-PEAR"
+need_httpd_cgi
+need_php_httpd
+
+S="${WORKDIR}/${MY_P}"
+
+pkg_setup() {
+	local flags="crypt iconv imap pcre session unicode"
+	use ldap && flags="${flags} ldap"
+	use ssl && flags="${flags} ssl"
+	use spell && flags="${flags} curl ssl"
+
+	# check for required PHP features
+	if ! use mysql && ! use postgres && ! use sqlite ; then
+		local dbflags="mysql mysqli postgres sqlite"
+		if ! PHPCHECKNODIE="yes" require_php_with_use ${flags} || \
+			! PHPCHECKNODIE="yes" require_php_with_any_use ${dbflags} ; then
+				die "Re-install ${PHP_PKG} with ${flags} and at least one of ${dbflags} in USE."
+		fi
+	else
+		for db in postgres sqlite ; do
+			use ${db} && flags="${flags} ${db}"
+		done
+		if ! PHPCHECKNODIE="yes" require_php_with_use ${flags} || \
+			( use mysql && ! PHPCHECKNODIE="yes" require_php_with_any_use mysql mysqli ) ; then
+				local diemsg="Re-install ${PHP_PKG} with ${flags}"
+				use mysql && diemsg="${diemsg} and at least one of mysql mysqli"
+				die "${diemsg} in USE"
+		fi
+	fi
+
+	# 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
+	use ldap || ewarn "PHP with USE=\"ldap\" is required for using LDAP addressbooks."
+	use ssl || ewarn "PHP with USE=\"ssl\" is required for IMAPS/STMPS functionality."
+	use spell || ewarn "PHP with USE=\"curl ssl\" required for spellchecker functionality."
+
+	webapp_pkg_setup
+}
+
+src_unpack() {
+	unpack ${A}
+	cd "${S}"
+	mv config/db.inc.php{.dist,}
+	mv config/main.inc.php{.dist,}
+}
+
+src_install () {
+	webapp_src_preinst
+	dodoc CHANGELOG INSTALL README UPGRADING
+
+	cp -R [[:lower:]]* SQL "${D}/${MY_HTDOCSDIR}"
+
+	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
+}


             reply	other threads:[~2014-08-04 23:51 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-04 23:50 Pavlos Ratis [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-08-04 23:50 [gentoo-commits] proj/webapps-experimental:master commit in: mail-client/roundcube/ Pavlos Ratis
2014-08-04 23:50 Pavlos Ratis
2014-08-04 23:50 Pavlos Ratis
2014-08-04 23:50 Pavlos Ratis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1217921480.d1aea976ff39cf30599f31dcb9b0e3d16ec9af74.dastergon@gentoo \
    --to=dastergon@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox