aboutsummaryrefslogtreecommitdiff
path: root/mk
Commit message (Collapse)AuthorAgeFilesLines
* mk/os.mk: don't use OS env var for overridingMatoro Mahri2024-01-141-1/+1
| | | | | | | | | | | If you want to override the OS or OS-detect command you can still use _OS and _OS_SH, but OS is too common of an environment variable to listen for. Closes: https://bugs.gentoo.org/906171 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Closes: https://github.com/gentoo/netifrc/pull/52 Signed-off-by: Sam James <sam@gentoo.org>
* mk/dist.mk: use xzSam James2023-04-171-4/+4
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* mk/dist.mk: use gtar for --ownersSam James2023-04-171-3/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* shellcheck: turn off some checks to startRobin H. Johnson2019-04-201-3/+10
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Add shellcheck toolingRobin H. Johnson2019-04-202-0/+7
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Update Makefiles to reflect changesRabi Shanker Guha2015-01-091-1/+1
|
* Merge in build fixes from the ebuild.Robin H. Johnson2014-03-051-3/+3
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* packaging: better dist ruleRobin H. Johnson2014-03-041-1/+10
| | | | | | | Improve distfile generation to include a changelog, which is not possible with git-archive Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* move udev rules from udev-init-scripts to netifrcSamuli Suominen2014-03-041-0/+1
| | | | | | | | | | udev-init-scripts contains some rules to trigger network activation on device creation. There are actually netifrc specific, so let's package them instead. X-Gentoo-Bug: 487922 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=487922#c4 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* rename package to netifrc0.1William Hubbs2013-08-091-1/+1
|
* initial commit ported from OpenRcWilliam Hubbs2013-04-0611-0/+243