Summary: | The live ebuild for dev-util/codeblocks for inclusion in portage. | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | keenblade <keenblade> |
Component: | Current packages | Assignee: | Gentoo wxWidgets project <wxwidgets> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | CC: | chr.paccolat, jurek |
Priority: | High | Keywords: | EBUILD |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
dev-util/codeblocks-9999.ebuild
dev-util/codeblocks-9999.ebuild codeblocks-9999.ebuild |
Description
keenblade
2009-12-11 03:02:38 UTC
Created attachment 212670 [details]
dev-util/codeblocks-9999.ebuild
This is the proposed live dev-util/codeblocks-9999.ebuild
This ebuild marked with hard mask, why? (In reply to comment #2) > This ebuild marked with hard mask, why? > Because it is a live (9999) kind of ebuild. Live ebuilds should not define keywords. Correct me if I am wrong. Other than that there is no reason. It works great and there is no problem with it. please set WX_GTK_VER=2.8 before the inherit line. other than that the wxGTK stuff is good. Created attachment 212837 [details]
dev-util/codeblocks-9999.ebuild
Ryan, thanks. I have set WX_GTK_VER=2.8 before inherit as you said. I also changed the depend line as x11-libs/wxGTK:${WX_GTK_VER}[X]. Is that ok?
Created attachment 235019 [details]
codeblocks-9999.ebuild
Since SLOT="1.5" is now binary-only slot, I changed the sys-devel/libtool from SLOT="1.5" to SLOT="2". Because it was causing this block:
[blocks B ] =sys-devel/libtool-2*:1.5 ("=sys-devel/libtool-2*:1.5" is blocking sys-devel/libtool-2.2.8-r1)
Now it should work fine.
Sorry, forgot about this. Jurek hasn't touched codeblocks in two years so I'll take this bug. (In reply to comment #7) > Sorry, forgot about this. > > Jurek hasn't touched codeblocks in two years so I'll take this bug. > Thanks. I can't build contrib right now (https://developer.berlios.de/bugs/?func=detailbug&bug_id=17321&group_id=5358) but everything else looks good. Added, thanks. |