Add files via upload

This commit is contained in:
KronoZed 2017-03-25 03:48:32 +03:00 committed by GitHub
parent dd99425b52
commit 23b0ea5f12
2 changed files with 36 additions and 0 deletions

View File

@ -1,2 +1,4 @@
DIST rainloop-community-1.10.5.192.zip 6054147 SHA256 f458cbe1ed623f477210734289d1238b3aa0a63eb35a1906dbdb1ef2afbc0d81 SHA512 3dbe23e4af62368675b0e8a0e12aa24cd6e97bc56ec835a18400df6cd088238d117f67b1661a8885d6e758107213e6871f320149b8b016c1c38b2b717b145b02 WHIRLPOOL 1704145aa6ad2ea83cb78a407835ee5d1d7deade765399f7b08cc872bc93465233dc77b8cec0e9ecedf215ae2198ee712b0e487da0d7ae9785002cc03cabbc8f
DIST rainloop-community-1.11.0.203.zip 6052952 SHA256 371121744dfb4604f91ef87a8a2b497ecc69e001974c5890980fcd4a7cf3b408 SHA512 84e2268ca340a82c51e54789b61a03ef0918f8d965ff4f46f31079c51872f69f0bde6e6581f3e74cc706317e74b953c46c377f3a8647758bdbf8f9c702d76cce WHIRLPOOL 3788b06733091460fc91a511bc6824c1b273ede9f73e49a8f975fe59f9b9e7144b6c7733f9a82d3bb16effc9fc936abd449baa91b0a237dea76ff4aa5458fc93
EBUILD rainloop-community-1.10.5.192.ebuild 716 SHA256 cabac2bff77743ed73c28d36879b57bf64e7975b163de0916b1d166d3b432c37 SHA512 bcf86a8a6a1b407c404fab4fbdef0f8cda7fdb0460cba0903b448902b7397b6fc74f3d8bf8684ff5c02cdac2856e8a4f4b6cc73e501cd70c36f7c464f85a21c5 WHIRLPOOL 62dbc4f0ccc01e6cff8c7ab97bc6a70b64bfd448e2fa6b6efc3a6522733f48a96d47b98bc916334074facd58d67289569b80b1ec4d8e1ec7f782e0e8a86f3638
EBUILD rainloop-community-1.11.0.203.ebuild 716 SHA256 cabac2bff77743ed73c28d36879b57bf64e7975b163de0916b1d166d3b432c37 SHA512 bcf86a8a6a1b407c404fab4fbdef0f8cda7fdb0460cba0903b448902b7397b6fc74f3d8bf8684ff5c02cdac2856e8a4f4b6cc73e501cd70c36f7c464f85a21c5 WHIRLPOOL 62dbc4f0ccc01e6cff8c7ab97bc6a70b64bfd448e2fa6b6efc3a6522733f48a96d47b98bc916334074facd58d67289569b80b1ec4d8e1ec7f782e0e8a86f3638

View File

@ -0,0 +1,34 @@
# 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.open.json
DESCRIPTION="Simple, modern and fast web-based email client"
HOMEPAGE="http://www.rainloop.net"
SRC_URI="https://github.com/RainLoop/rainloop-webmail/releases/download/v${PV}/${P}.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
}