Created attachment 499332 [details] xwmfs-0.81.ebuild I'd like to add my package xwmfs to Portage. It is xwmfs (X window manager file system), a userspace file system based on fuse that allows interaction with an EWMH compliant X11 window manager via files. Some of its features are: - newly appearing and disappearing windows in the X server are recognized and the file system is updated in an event based manner - new values for properties of window manager and windows will be reflected in the file system in an event based manner - properties of windows and window manager can be changed via writing to files in the file system - some X operations are accessible via control files in the file system Github project: https://github.com/gerstner-hub/xwmfs The ebuild I will attach is based on the net-fs/sshfs ebuild.
(In reply to Matthias Gerstner from comment #0) > Created attachment 499332 [details] > xwmfs-0.81.ebuild > > I'd like to add my package xwmfs to Portage. > The ebuild I will attach is based on the net-fs/sshfs ebuild. FWIW, s/CDEPEND/RDEPEND/ and it will be better. If you are willing to maintain this yourself, contact the Proxy Maintainers.
Thanks for the hint. I've created a pull request: https://github.com/gentoo/gentoo/pull/6020
To me it sounds ideal for an overlay for a start. https://github.com/gerstner-hub/xwmfs writes: "xwmfs is currently not broadly tested. Thus it is not necessarily very stable."
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2ceae7ce6813f5ab0d7bd18127061b51faec240 commit d2ceae7ce6813f5ab0d7bd18127061b51faec240 Author: Matthias Gerstner <Matthias.Gerstner@nefkom.net> AuthorDate: 2017-10-22 21:11:52 +0000 Commit: Patrice Clement <monsieurp@gentoo.org> CommitDate: 2017-11-05 23:07:41 +0000 sys-fs/xmwfs: new ebuild. xmwfs is a X11 Window-Manager file system based on FUSE. Closes: https://github.com/gentoo/gentoo/pull/6020 Closes: https://bugs.gentoo.org/634810 sys-fs/xwmfs/Manifest | 1 + sys-fs/xwmfs/metadata.xml | 34 ++++++++++++++++++++++++++++++++++ sys-fs/xwmfs/xwmfs-0.81.ebuild | 20 ++++++++++++++++++++ 3 files changed, 55 insertions(+)