Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 347702

Summary: [ebuild request] www-apps/owncloud-1.1
Product: Gentoo Linux Reporter: Dennis Schridde <dschridde+gentoobugs>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: RESOLVED FIXED    
Severity: enhancement CC: kde
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://owncloud.org/
Whiteboard:
Package list:
Runtime testing required: ---

Description Dennis Schridde 2010-12-04 09:47:18 UTC
SRC_URI="http://owncloud.org/releases/${P}.tar.bz2"
"ownCloud is a web-based storage application similar to Google Docs, Dropbox or Ubuntu One with one major difference - all your data is under your own control." [1]

HOMEPAGE="http://owncloud.org/"
DESCRIPTION="Web-based storage application where all your data is under your own control"

[1] http://dot.kde.org/2010/11/25/kde-releases-owncloud-11
[2] http://blog.karlitschek.de/2010/11/owncloud-11-released.html

Reproducible: Always
Comment 1 Alexey Shvetsov archtester gentoo-dev 2010-12-08 17:20:14 UTC
Added to tree
Comment 2 Dennis Schridde 2010-12-14 15:19:08 UTC
Can you create /var/lib/owncloud in pkg_postinst() and replace $CONFIG_DATADIRECTORY='write/absolute-drectory/path/here/' by '/var/lib/owncloud' in config/config.sample.php ?
Comment 3 Dennis Schridde 2010-12-14 15:41:05 UTC
(In reply to comment #2)
> Can you create /var/lib/owncloud in pkg_postinst() and replace
> $CONFIG_DATADIRECTORY='write/absolute-drectory/path/here/' by
> '/var/lib/owncloud' in config/config.sample.php ?
Or even better: CONFIG_DATADIRECTORY=/var/lib/owncloud/data, CONFIG_BACKUPDIRECTORY=/var/lib/owncloud/backup

And USE=sqlite -> RDEPEND=dev-lang/php[sqlite] (and the same for mysql) would be useful.