summaryrefslogtreecommitdiff
path: root/eclass/xdg.eclass
Commit message (Collapse)AuthorAge
* xdg.eclass: break dependency loop due to XDG tools using glibGilles Dartiguelongue2015-11-26
|
* xdg.eclass: drop unneeded old EAPI supportGilles Dartiguelongue2015-11-24
| | | | Should not have been there to start with since it is a new eclass.
* xdg.eclass: make XDG_ECLASS_* bash arrays and deal with spaces in pathGilles Dartiguelongue2015-11-24
|
* xdg*.eclass: add support for EAPI 0, 1 and 2Gilles Dartiguelongue2015-11-24
| | | | | | Until bug #566728 is fixed. https://bugs.gentoo.org/show_bug.cgi?id=566728
* xdg.eclass: use default in EAPI=6 instead of just eapply_userGilles Dartiguelongue2015-11-24
| | | | As suggested by Michał Górny.
* xdg*.eclass: move phase related logic to xdg.eclassGilles Dartiguelongue2015-11-24
|
* xdg.eclass: initial commitGilles Dartiguelongue2015-11-24
Goal of this eclass is to end the inconsistent and often forgotten use of fdo-mime.eclass. Provides all needed phases for proper behavior. https://bugs.gentoo.org/show_bug.cgi?id=208047