Summary: | media-video/motion: OpenRC init file simplification | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Johannes Willem (Hans) Fernhout <hfern> |
Component: | Current packages | Assignee: | Gentoo Media-video project <media-video> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jstein |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/15513 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Johannes Willem (Hans) Fernhout
2020-04-13 12:45:37 UTC
I have created ebuilds for the versions 4.3.0 and 4.3.1 of motion, which implement also these simplifications. Please see bug 673410 for details. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58c1002e91e59ca9edba1a4781f3024b0dbdf99e commit 58c1002e91e59ca9edba1a4781f3024b0dbdf99e Author: Hans Fernhout <hfern@fernhout.info> AuthorDate: 2020-06-04 07:09:24 +0000 Commit: Joonas Niilola <juippis@gentoo.org> CommitDate: 2020-06-04 07:14:12 +0000 media-video/motion: version bump to 4.3.1 Summary of changes: - support new version 4.3.1 - EAPI6 to EAPI7 - GLEP81 support: user and group management via dedicated packages - untangled support for mariadb and mysql - remove libav - confd support for commandline options, umask and work dir - initd checkpre function to check existence of work dir and log dir - support for OpenRC's supervise-daemon via a local use flag - added myself as proxy-maintainer Closes: https://bugs.gentoo.org/665930 Closes: https://bugs.gentoo.org/673410 Closes: https://bugs.gentoo.org/717312 Signed-off-by: Johannes Willem Fernhout <hfern@fernhout.info> Signed-off-by: Joonas Niilola <juippis@gentoo.org> media-video/motion/Manifest | 1 + media-video/motion/files/motion.confd-r4 | 28 ++++++++ media-video/motion/files/motion.initd-r4 | 30 +++++++++ media-video/motion/files/motion.service | 4 +- media-video/motion/files/motion.service-r4 | 26 ++++++++ media-video/motion/metadata.xml | 10 +++ media-video/motion/motion-4.3.1.ebuild | 104 +++++++++++++++++++++++++++++ 7 files changed, 201 insertions(+), 2 deletions(-) |