summaryrefslogtreecommitdiff
path: root/eclass/kde5-functions.eclass
AgeCommit message (Collapse)Author
2014-07-17[eclass] Avoid reserved names wrt bug #516092.Michael Palimaka
2014-07-10[eclass] Add support for svn live ebuilds.Michael Palimaka
2014-07-09[eclass] Raise minimum dependencies.Michael Palimaka
2014-07-03[eclass] Improve add_frameworks_dep minimum version handling.Michael Palimaka
Packages in kde-frameworks depending on other frameworks should require a version equal or greater to their own. Packages in all other categories should require some minimal version (like KDE_MINIMAL from KDE4). This solves an issue where live Plasma 5 packages require live Frameworks packages, when really a recent release works fine.
2014-07-01[eclass] Catch more cases of bogus deps.Michael Palimaka
2014-06-29[eclass] Punt bogus deps.Michael Palimaka
2014-06-29[eclass] Remove unused function.Michael Palimaka
Some packages released with Plasma 2 were originally part of extragear (which means they belong in kde-misc). Since those packages are now moved to kde-workspace, they can to go kde-base and we no longer need an extra special function to handle the versioning.
2014-06-12[eclass] Add missing quotes wrt bug #513006.Andreas Eckstein
Otherwise, trying to add an empty use-spec results in the version argument to be taken as use-spec.
2014-05-05[eclass] Add add_kdemisc_dep functionJohannes Huber
2014-04-09[eclass] Fix kde5-functions add_kdecategory_depJohannes Huber
The function was not able to create given use flags, because wrong variable was used to create depending pkg use flags.
2014-04-03[eclass] Add kde5-functions.Michael Palimaka