# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit eutils webapp DESCRIPTION="Web-based storage application where all your data is under your own control" HOMEPAGE="http://owncloud.org" SRC_URI="http://download.owncloud.org/community/${P}.tar.bz2 -> ${PF}.tar.bz2" LICENSE="AGPL-3" KEYWORDS="~amd64 ~arm ~x86" IUSE="+curl mysql postgres +sqlite" REQUIRED_USE="|| ( mysql postgres sqlite )" DEPEND="" RDEPEND="