Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xdg-utils.eclass: fix xdg_desktop_database_update function doc typo | 2017-08-21 | 1 | -1/+1 | |
| | |||||
* | xdg-utils.eclass: use HTTPS for freedesktop.org | 2017-08-17 | 1 | -1/+1 | |
| | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3 | ||||
* | xdg-utils.eclass: Fix typo in description of MIMEINFO_DATABASE_UPDATE_BIN. | 2017-03-10 | 1 | -2/+2 | |
| | |||||
* | Drop $Id$ per council decision in bug #611234. | 2017-02-28 | 1 | -1/+0 | |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | xdg*.eclass: add support for EAPI 0, 1 and 2 | 2015-11-24 | 1 | -1/+1 | |
| | | | | | | Until bug #566728 is fixed. https://bugs.gentoo.org/show_bug.cgi?id=566728 | ||||
* | xdg-utils.eclass: add phase check | 2015-11-24 | 1 | -0/+8 | |
| | |||||
* | xdg*.eclass: move phase related logic to xdg.eclass | 2015-11-24 | 1 | -32/+0 | |
| | |||||
* | xdg-utils.eclass: use $HOME instead of $T | 2015-11-24 | 1 | -3/+3 | |
| | | | | | As in original eclass proposition by Mike, mimic default behavior by using portage HOME which is set to a temporary directory. | ||||
* | xdg-utils.eclass: add missing die | 2015-11-24 | 1 | -2/+2 | |
| | |||||
* | xdg-utils.eclass: also unset DBUS_SESSION_BUS_ADDRESS | 2015-11-24 | 1 | -0/+2 | |
| | | | | | | An often needed hack in ebuilds to avoid tests using user's bus. https://bugs.gentoo.org/show_bug.cgi?id=515196 | ||||
* | xdg-utils.eclass: initial commit | 2015-11-24 | 1 | -0/+127 | |
Utility eclass providing basically the same features as fdo-mime, targetting to replace it with its companion xdg.eclass. https://bugs.gentoo.org/show_bug.cgi?id=444568 https://bugs.gentoo.org/show_bug.cgi?id=499288 |