Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 347702 - [ebuild request] www-apps/owncloud-1.1
Summary: [ebuild request] www-apps/owncloud-1.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://owncloud.org/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-04 09:47 UTC by Dennis Schridde
Modified: 2010-12-14 15:41 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.