summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add systemd_{do,new}userunit.Michał Górny2014-05-311-2/+30
|
* Add systemd_enable_ntpunit wrt bug #458132.Michał Górny2013-10-221-1/+48
|
* Introduce systemd_install_serviced() to install foo.service.d/00gentoo.conf ↵Michał Górny2013-09-121-1/+30
| | | | files.
* Change @USAGE style.Michał Górny2013-09-111-7/+7
|
* Deprecate systemd_to_myeconfargs(). It's redundant and unnecessarily confusing.Michał Górny2013-09-111-5/+8
|
* Use subshells instead of "local INSDESTTREE" for doins/newins since that ↵Michał Górny2013-09-111-13/+17
| | | | confuses people less.
* Introduce systemd_is_booted() to allow ebuilds to warn consistently for ↵Michał Górny2013-07-271-1/+23
| | | | things that require systemd. Bug #478342.
* Replace basename usage with a shell parameter replacement.Mike Gilbert2013-04-131-2/+2
|
* Fix unnecessary $().Michał Górny2013-04-131-3/+3
|
* Use pkg-config to query systemd directories.Michał Górny2013-04-131-4/+37
|
* Update the maintainer to systemd@.Michał Górny2013-03-181-3/+3
|
* Add function to get user unit directory, as requested in bug #449304.Michał Górny2012-12-311-1/+13
|
* Add function to update systemd journal catalog database.Michał Górny2012-12-311-1/+24
|
* systemd_do*: use local variable scope instead of subshelling.Michał Górny2012-11-211-17/+13
|
* Add systemd_with_utildir() as well.Michał Górny2012-10-301-1/+12
|
* Introduce systemd_get_utildir() wrt bug #440320.Michał Górny2012-10-301-1/+13
|
* Replace "echo -n" with "echo", bash removes trailing newline in subshells ↵Michał Górny2012-10-301-4/+4
| | | | anyway.
* naive bump of all EAPI-specific checks in eclasses to permit EAPI=5 where ↵Ian Stakenvicius2012-09-271-2/+2
| | | | EAPI=4 was previously allowed
* Drop blockers for ancient systemd versions.Michał Górny2012-08-271-5/+1
|
* tmpfiles.d: ensure .conf suffix when installing.Michał Górny2012-08-271-1/+9
|
* Add systemd_newtmpfilesd().Michał Górny2012-08-271-1/+15
|
* Install systemd units to /usr/lib.Michał Górny2012-01-071-2/+6
|
* Fix use of dosym with directory destination.Michał Górny2012-01-051-3/+4
|
* Clean up, fix and simplify prefix support.Michał Górny2011-09-171-7/+13
|
* trim useless trailing whitespaceMike Frysinger2011-08-291-2/+2
|
* systemd_dounit: fix for prefixZac Medico2011-07-281-2/+4
|
* return an EPREFIX'd path in systemd_get_unitdir(), approved by maintainerJeremy Olexa2011-06-241-2/+3
|
* Add systemd_newunit() to handle @-related renames gracefully.Michał Górny2011-06-191-1/+15
|
* Support passing an optional configure option name to systemd_with_unitdir.Michał Górny2011-06-161-2/+9
|
* Introduce systemd_dotmpfilesd() for installing tmpfiles.d files.Michał Górny2011-06-111-1/+15
|
* Drop needless `inherit multilib'. Thanks to Henry Gebhardt for pointing this ↵Michał Górny2011-05-041-3/+1
| | | | out.
* Introducing systemd.eclass - a helper eclass to handle systemd unit ↵Michał Górny2011-05-041-0/+102
installation.