From 3966fbcf5af935fcf4211471e78b5e9709eb0bfe Mon Sep 17 00:00:00 2001 From: KronoZed Date: Tue, 6 Dec 2016 05:19:15 +0300 Subject: [PATCH] Create rainloop-1.10.5.192.ebuild --- www-apps/rainloop/rainloop-1.10.5.192.ebuild | 35 ++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 www-apps/rainloop/rainloop-1.10.5.192.ebuild diff --git a/www-apps/rainloop/rainloop-1.10.5.192.ebuild b/www-apps/rainloop/rainloop-1.10.5.192.ebuild new file mode 100644 index 0000000..f7c741b --- /dev/null +++ b/www-apps/rainloop/rainloop-1.10.5.192.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit webapp + +# Grab from http://repository.rainloop.net/v2/core.stable.json +TAG="bfc3cc5897043f835c472d03647674b4" + +DESCRIPTION="Simple, modern and fast web-based email client" +HOMEPAGE="http://www.rainloop.net" +SRC_URI="http://repository.rainloop.net/v2/webmail/${PV%.*}/${P}-${TAG}.zip" +LICENSE="AGPL-3" + +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="dev-lang/php[curl,iconv,json,ssl,xml] + virtual/httpd-php" + +S=${WORKDIR} + +src_install() { + webapp_src_preinst + + insinto "${MY_HTDOCSDIR}" + doins -r . + + webapp_serverowned -R "${MY_HTDOCSDIR}"/data + + webapp_src_install +}