summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* xdg-utils.eclass: fix xdg_desktop_database_update function doc typoTim Harder2017-08-211-1/+1
|
* xdg-utils.eclass: use HTTPS for freedesktop.orgDavid Hicks2017-08-171-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* xdg-utils.eclass: Fix typo in description of MIMEINFO_DATABASE_UPDATE_BIN.Arfrever Frehtes Taifersar Arahesis2017-03-101-2/+2
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* xdg*.eclass: add support for EAPI 0, 1 and 2Gilles Dartiguelongue2015-11-241-1/+1
| | | | | | Until bug #566728 is fixed. https://bugs.gentoo.org/show_bug.cgi?id=566728
* xdg-utils.eclass: add phase checkGilles Dartiguelongue2015-11-241-0/+8
|
* xdg*.eclass: move phase related logic to xdg.eclassGilles Dartiguelongue2015-11-241-32/+0
|
* xdg-utils.eclass: use $HOME instead of $TGilles Dartiguelongue2015-11-241-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 dieGilles Dartiguelongue2015-11-241-2/+2
|
* xdg-utils.eclass: also unset DBUS_SESSION_BUS_ADDRESSGilles Dartiguelongue2015-11-241-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 commitGilles Dartiguelongue2015-11-241-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