Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 381535 - [version bump] www-apps/owncloud-3.0.0
Summary: [version bump] www-apps/owncloud-3.0.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Alexey Shvetsov
URL: http://owncloud.org/owncloud-3-release/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-02 09:50 UTC by Dennis Schridde
Modified: 2012-05-23 14:46 UTC (History)
8 users (show)

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


Attachments
proof-of-concept ebuild for 2.0_alpha1 (owncloud-2.0_alpha1.ebuild,1.25 KB, text/plain)
2011-09-02 10:46 UTC, Dennis Schridde
Details
proof-of-concept ebuild for 2.0 (final) (owncloud-2.0.ebuild,1.11 KB, text/plain)
2011-10-11 15:58 UTC, Sven Wehner
Details
owncloud-3.0.0.ebuild (owncloud-3.0.0.ebuild,1.11 KB, text/plain)
2012-01-31 15:38 UTC, Artem Sidorenko
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis Schridde 2011-09-02 09:50:54 UTC
The owncloud website says "version 1.x is deprecated", hence I propose adding the 2.0 alpha to portage. Alpha 2 is supposed to be released today [1].

[1] http://mail.kde.org/pipermail/owncloud/2011-August/000904.html

Reproducible: Always
Comment 1 Dennis Schridde 2011-09-02 10:46:53 UTC
Created attachment 285341 [details]
proof-of-concept ebuild for 2.0_alpha1
Comment 2 Dennis Schridde 2011-09-02 11:05:48 UTC
(In reply to comment #1)
> Created attachment 285341 [details]
> proof-of-concept ebuild for 2.0_alpha1
P.S: This ebuilds works and I am able to use the resulting installation of OwnCloud.
Comment 3 Sven Wehner 2011-10-11 15:58:59 UTC
Created attachment 289597 [details]
proof-of-concept ebuild for 2.0 (final)

This ebuild is based on the previous one from Dennis Schridde for the alpha1 release. It's mostly a copy and paste, but "fixes" bug #348803 (www-apps/owncloud shouldn't use "require_php_with_use" in pkg_setup) by using RDEPEND="php[...]".
Comment 4 Tobias Wallura 2011-10-24 17:55:05 UTC
(In reply to comment #3)
> Created attachment 289597 [details]
> proof-of-concept ebuild for 2.0 (final)
In this ebuild, the eclass depend.php is commented, but the function need_php_httpd is still used. Is it save to remove the call to this function?
Comment 5 Stefan Briesenick (RETIRED) gentoo-dev 2011-10-25 11:31:42 UTC
LICENSE="GPL-3" is wrong. should be "AGPL-3".

and btw: ownCloud-2 is out now. ;-)
Comment 6 chua 2011-11-10 10:46:46 UTC
Hi

I executed the last script today. This was my first time I work with overlay, so I am sorry if something in this message is wrong or not important…

The app works after installation, but there are two messages when I install. First :
/root/overlay/www-apps/owncloud/owncloud-2.ebuild : line 24 : need_php_httpd : command not found

Second :
/usr/sbin/webapp-cleaner : line 14 : /sbin/functions.sh : No such file or directory

I expect this message will help… Thanks for this ebuild, this app is really a good idea.
Comment 7 John L. Poole 2011-12-17 15:35:47 UTC
Looks like version is now 2.0.1 based on download URL: http://owncloud.org/releases/owncloud-2.0.1.tar.bz2
Comment 8 Fabian Henze 2011-12-20 00:16:24 UTC
Any estimate, when owncloud will appear in the portage tree?
Comment 9 Alexandru Neata 2012-01-30 16:53:28 UTC
Already version 3 is out. Will there be any ebuilds for 2.0.1?
Comment 10 Artem Sidorenko 2012-01-31 15:38:42 UTC
Created attachment 300543 [details]
owncloud-3.0.0.ebuild

Please review and commit to portage.
Changed: some fixes, RDEPEND as described in Bug 348803 and Bug 389135.
Comment 11 Bernard Cafarelli gentoo-dev 2012-02-02 09:40:30 UTC
Thanks for the report and ebuilds! I had made up one in my overlay close to the last one (only big enhancement being REQUIRED_USE check for db support)

3.0.0 is now in tree, enjoy
Comment 12 Richard H. 2012-02-03 19:52:46 UTC
(In reply to comment #11)
> Thanks for the report and ebuilds! I had made up one in my overlay close to the
> last one (only big enhancement being REQUIRED_USE check for db support)
> 
> 3.0.0 is now in tree, enjoy

Owncloud works with sqlite also (v2) - at least it does for me. Maybe this should/could be added to the REQUIRED_USE check?
Comment 13 Bernard Cafarelli gentoo-dev 2012-02-06 14:20:40 UTC
Hmm, I based sqlite3 dep on upstream requirements's page:
http://owncloud.org/support/setup-and-installation/requirements/

From a quick grep, some pages seem to have sqlite3-specific code, so to be on the safe side, I only added version 3 (also note that in upcoming php 5.4, sqlite 2.x support was dropped)
Comment 14 Richard H. 2012-02-06 17:14:11 UTC
(In reply to comment #13)
> Hmm, I based sqlite3 dep on upstream requirements's page:
> http://owncloud.org/support/setup-and-installation/requirements/
> 
> From a quick grep, some pages seem to have sqlite3-specific code, so to be on
> the safe side, I only added version 3 (also note that in upcoming php 5.4,
> sqlite 2.x support was dropped)

bummer. Time to port my app then :/ Thanks a lot. I'll move to sqlite3 then.
Comment 15 Artem Sidorenko 2012-05-22 16:53:47 UTC
Please bump it to 4.0.0
Comment 16 Bernard Cafarelli gentoo-dev 2012-05-23 08:27:36 UTC
(In reply to comment #15)
> Please bump it to 4.0.0

Thanks for the notification, please open new bugs for version bumps. I can't update the tree at the moment, but you should get 4.0.0 version bump by end of next week :)
Comment 17 Dennis Schridde 2012-05-23 14:46:01 UTC
Sorry, didn't see that this was RESOLVED/FIXED already.