Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xdg.eclass: enable EAPI 7 | Marty E. Plummer | 2019-02-11 | 1 | -3/+3 |
| | | | | | | Package-Manager: Portage-2.3.51, Repoman 2.3.11 Signed-off-by: Marty E. Plummer <hanetzer@startmail.com> Signed-off-by: Mart Raudsepp <leio@gentoo.org> | ||||
* | xdg.eclass: use ED and don't export variables | Marty E. Plummer | 2019-02-11 | 1 | -5/+3 |
| | | | | | | Package-Manager: Portage-2.3.51, Repoman 2.3.11 Signed-off-by: Marty E. Plummer <hanetzer@startmail.com> Signed-off-by: Mart Raudsepp <leio@gentoo.org> | ||||
* | gnome2.eclass: move icon handling code to xdg.eclass | Marty E. Plummer | 2019-02-11 | 1 | -8/+25 |
| | | | | | | Package-Manager: Portage-2.3.51, Repoman 2.3.11 Signed-off-by: Marty E. Plummer <hanetzer@startmail.com> Signed-off-by: Mart Raudsepp <leio@gentoo.org> | ||||
* | xdg.eclass: add @SUPPORTED_EAPIS | Michał Górny | 2018-08-15 | 1 | -0/+1 |
| | |||||
* | Drop $Id$ per council decision in bug #611234. | Robin H. Johnson | 2017-02-28 | 1 | -1/+0 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | xdg.eclass: break dependency loop due to XDG tools using glib | Gilles Dartiguelongue | 2015-11-26 | 1 | -0/+3 |
| | |||||
* | xdg.eclass: drop unneeded old EAPI support | Gilles Dartiguelongue | 2015-11-24 | 1 | -7/+4 |
| | | | | 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 path | Gilles Dartiguelongue | 2015-11-24 | 1 | -6/+17 |
| | |||||
* | xdg*.eclass: add support for EAPI 0, 1 and 2 | Gilles Dartiguelongue | 2015-11-24 | 1 | -3/+6 |
| | | | | | | 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_user | Gilles Dartiguelongue | 2015-11-24 | 1 | -1/+1 |
| | | | | As suggested by Michał Górny. | ||||
* | xdg*.eclass: move phase related logic to xdg.eclass | Gilles Dartiguelongue | 2015-11-24 | 1 | -7/+27 |
| | |||||
* | xdg.eclass: initial commit | Gilles Dartiguelongue | 2015-11-24 | 1 | -0/+61 |
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 |