1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DEFINED_PHASES=install postinst prerm setup
DEPEND=app-admin/webapp-config
DESCRIPTION=Web-based storage application where all your data is under your own control
EAPI=7
HOMEPAGE=https://owncloud.org
INHERIT=webapp
IUSE=+curl mysql postgres +sqlite vhosts
KEYWORDS=~amd64 ~arm ~x86
LICENSE=AGPL-3
RDEPEND=>=dev-lang/php-7.0[curl?,filter,gd,hash(+),intl,json(+),mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,xmlreader,xmlwriter,zip] virtual/httpd-php app-admin/webapp-config
REQUIRED_USE=|| ( mysql postgres sqlite )
SLOT=10.9.1
SRC_URI=https://download.owncloud.org/community/owncloud-10.9.1.tar.bz2
_eclasses_=webapp d872f28d7595b70dd46545199ef35fb0
_md5_=0cf27e70b70fa73cfaba67ab69a2bd57
|