Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 274265 - new ebuild for mail-client/roundcube 0.3 stable
Summary: new ebuild for mail-client/roundcube 0.3 stable
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Web Application Packages Maintainers
URL: http://roundcube.net
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-15 18:21 UTC by Roy Thompson
Modified: 2009-09-04 19:12 UTC (History)
1 user (show)

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


Attachments
Ebuild for roundcube 0.3 beta (roundcube-0.3_beta.ebuild,2.46 KB, text/plain)
2009-06-15 18:22 UTC, Roy Thompson
Details
diff from 0.2.2 (roundcube-0.3_beta.diff,298 bytes, patch)
2009-07-28 07:54 UTC, Roy Thompson
Details | Diff
ebuild for roundcube 0.3 rc1 (roundcube-0.3_rc1.ebuild,2.49 KB, text/plain)
2009-07-28 07:55 UTC, Roy Thompson
Details
diff from 0.2.2 (roundcube-0.3_rc1.diff,332 bytes, text/plain)
2009-07-28 07:56 UTC, Roy Thompson
Details
new ebuild for roundcube 0.3 RC1 (roundcube-0.3_rc1.ebuild,2.49 KB, text/plain)
2009-08-02 14:44 UTC, Roy Thompson
Details
diff from roundcube 0.2.2 ebuild to 0.3 RC1 (roundcube-0.3_rc1.diff,614 bytes, patch)
2009-08-02 14:45 UTC, Roy Thompson
Details | Diff
new ebuild for roundcube 0.3-stable (roundcube-0.3.ebuild,2.45 KB, text/plain)
2009-09-04 17:46 UTC, Roy Thompson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roy Thompson 2009-06-15 18:21:33 UTC
I have created an ebuild for roundcube 0.3 beta from the 0.2 ebuilds.
It is identical apart from the name and an added line to manipulate the beta version tag.
This may be useful for people testing roundcube 0.3 on gentoo.


Reproducible: Always
Comment 1 Roy Thompson 2009-06-15 18:22:12 UTC
Created attachment 194812 [details]
Ebuild for roundcube 0.3 beta
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-06-17 20:45:57 UTC
Please attach unified diffs (diff -u) when you did changes to an ebuild. That would be much more handy for our devs.
Comment 3 Roy Thompson 2009-07-28 07:54:54 UTC
Created attachment 199418 [details, diff]
diff from 0.2.2

diff -u from roundcube-0.2.2.ebuild to roundcube-0.3_beta.ebuild
Comment 4 Roy Thompson 2009-07-28 07:55:30 UTC
Created attachment 199419 [details]
ebuild for roundcube 0.3 rc1

ebuild for roundcube 0.3 rc1
Comment 5 Roy Thompson 2009-07-28 07:56:20 UTC
Created attachment 199421 [details]
diff from 0.2.2

diff -u from roundcube-0.2.2.ebuild to roundcube-0.3_rc1.ebuild
Comment 6 Roy Thompson 2009-07-28 07:57:42 UTC
Roundcube 0.3 rc1 has been released.  People may find this ebuild useful for testing.

http://trac.roundcube.net/wiki/Changelog

Comment 7 Robert Clark 2009-08-01 20:46:45 UTC
The 0.3-rc1 build of Roundcube requires that PHP be built with the spl
use flag, so a check for that in the ebuild would be a good idea.

pkg_setup() {
    local flags="crypt iconv imap pcre session unicode spl"
    ....

works for me.
Comment 8 Roy Thompson 2009-08-02 14:44:47 UTC
Created attachment 199929 [details]
new ebuild for roundcube 0.3 RC1

adds spl local flag
Comment 9 Roy Thompson 2009-08-02 14:45:24 UTC
Created attachment 199931 [details, diff]
diff from roundcube 0.2.2 ebuild to 0.3 RC1
Comment 10 Roy Thompson 2009-08-02 14:46:36 UTC
(In reply to comment #7)
> The 0.3-rc1 build of Roundcube requires that PHP be built with the spl
> use flag, so a check for that in the ebuild would be a good idea.
> 
> pkg_setup() {
>     local flags="crypt iconv imap pcre session unicode spl"
>     ....
> 
> works for me.
> 

good catch, already had php built with spl here so didn't notice.

Comment 11 Benny Pedersen 2009-08-02 21:45:17 UTC
with 0.2.1 spl use flag is not needed, but for 0.2.2 and 0.3 i cant login :/

so for me only 0.2.1 works here

Comment 12 Benny Pedersen 2009-08-03 00:54:21 UTC
just checked one more time here, if i try roundcube 0.2.2 and 0.3 from links in console login works, but from firefox no way :/

hmm that means ?

firefox 3.0.12 ubuntu, links latest in gentoo

Comment 13 Benny Pedersen 2009-08-03 01:03:12 UTC
found the problem, it was some plugins in my firefox, i dont know for sure what, but it works with all plugins in firefox disabled in ubuntu

sorry for all my noice :)

Comment 14 Gerald 2009-08-30 00:31:47 UTC
ebuild (rc1) works perfectly fine for me on x64.
Comment 15 Roy Thompson 2009-09-04 17:46:05 UTC
Created attachment 203128 [details]
new ebuild for roundcube 0.3-stable

Roundcube 0.3 stable has been released.
http://www.roundcube.net/news

Here is a new ebuild for it.
Comment 16 Benedikt Böhm (RETIRED) gentoo-dev 2009-09-04 17:56:11 UTC
in cvs, thanks!
Comment 17 Lasse Bigum 2009-09-04 19:12:01 UTC
Can we make roundcube's "spell" flag depend on PHP having curl and spell? I tried enabling this flag and had to recompile PHP twice due to these flags missing. I would think they could be checked up front?