cryptmount allows management and user-mode mounting of encrypted filing systems on GNU/Linux systems. Filesystems & crypto-swap can be on either raw block devices or ordinary files, with device-mapper (dm-crypt) and loopback devices setup automatically.
Created attachment 482970 [details] ebuild
Created attachment 482972 [details] manifest
Created attachment 482974 [details] build-log
Hi Igor, would you like to proxy maintain this package on your own?
Yes.
(In reply to Igor Savlook from comment #5) > Yes. Great. Then perhaps the best would be to open a PR on github, people can comment it and maybe suggest some improvements.
Complete https://github.com/gentoo/gentoo/pull/5086 :)
commit 832ad1449fcbc8a81eed4712202f29ba8382b4b0 (HEAD -> master, origin/master, origin/HEAD) Author: Igor Savlook <isav@alzari.pw> AuthorDate: Tue Jul 11 08:45:44 2017 +0300 Commit: Patrice Clement <monsieurp@gentoo.org> CommitDate: Mon Jul 17 23:38:12 2017 +0200 sys-fs/crypmount: new ebuild. cryptmount allows management and user-mode mounting of encrypted filing systems on GNU/Linux systems. Filesystems & crypto-swap can be on either raw block devices or ordinary files, with device-mapper (dm-crypt) and loopback devices setup automatically. Gentoo-Bug: https://bugs.gentoo.org/624520 Closes: https://github.com/gentoo/gentoo/pull/5086 sys-fs/cryptmount/Manifest | 1 + sys-fs/cryptmount/cryptmount-5.2.2.ebuild | 52 +++++++++++++++++++++++++++++++ sys-fs/cryptmount/metadata.xml | 11 +++++++ 3 files changed, 64 insertions(+) create mode 100644 sys-fs/cryptmount/Manifest create mode 100644 sys-fs/cryptmount/cryptmount-5.2.2.ebuild create mode 100644 sys-fs/cryptmount/metadata.xml