Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 523050 - [kde overlay] dev-util/kdev{platform,elop}-9999: adapt to changes in upstream repository
Summary: [kde overlay] dev-util/kdev{platform,elop}-9999: adapt to changes in upstream...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-17 17:38 UTC by Jakub Caban
Modified: 2014-09-18 14:29 UTC (History)
0 users

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


Attachments
working kdevplatform ebuild (kdevplatform-9999.ebuild,1.95 KB, text/plain)
2014-09-17 17:38 UTC, Jakub Caban
Details
working kdevelop ebuild (kdevelop-9999.ebuild,1.51 KB, text/plain)
2014-09-17 17:39 UTC, Jakub Caban
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jakub Caban 2014-09-17 17:38:10 UTC
Some time ago kdevplatform and kdevelop master branches become Frameworks based. This requires changes in -4.9999 and -9999 ebuilds. Those are trivial:

1. -9999 should change to EGIT_BRANCH master
2. -4.9999 should change EGIT_BRANCH to kde4-legacy

In addition kdevplatform requires kde-frameworks/kservice version at least 5.3.0 (unreleased), so this might be good idea to include in ebuild.

I will attach working -9999 ebuilds that I use.

Reproducible: Always
Comment 1 Jakub Caban 2014-09-17 17:38:49 UTC
Created attachment 384950 [details]
working kdevplatform ebuild
Comment 2 Jakub Caban 2014-09-17 17:39:08 UTC
Created attachment 384952 [details]
working kdevelop ebuild
Comment 3 Johannes Huber (RETIRED) gentoo-dev 2014-09-18 14:27:12 UTC
Thanks for reporting. Branches fixed in git (9999 = master, 4.9999 = 1.7 / 4.7). Please sync.
Comment 4 Johannes Huber (RETIRED) gentoo-dev 2014-09-18 14:29:36 UTC
Comment on attachment 384952 [details]
working kdevelop ebuild

Please don't attach ebuilds. Patches or pull requests on github (https://github.com/gentoo/kde) are prefered.