From e18fe7fa411a2733c244ed45b4626ea13c324325 Mon Sep 17 00:00:00 2001 From: ostree Date: Wed, 28 Oct 2015 20:17:24 +0000 Subject: [PATCH] ext4-crypt --- sys-fs/ext4-crypt/ext4-crypt-9999.ebuild | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 sys-fs/ext4-crypt/ext4-crypt-9999.ebuild diff --git a/sys-fs/ext4-crypt/ext4-crypt-9999.ebuild b/sys-fs/ext4-crypt/ext4-crypt-9999.ebuild new file mode 100644 index 000000000..1348b019f --- /dev/null +++ b/sys-fs/ext4-crypt/ext4-crypt-9999.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit cmake-utils git-r3 + +DESCRIPTION="This is a userspace tool to manage encrypted ext4 directories since Linux kernel 4.1 introduced native encryption" +HOMEPAGE="https://github.com/gdelugre/ext4-crypt" +SRC_URI="" + +EGIT_REPO_URI="https://github.com/gdelugre/ext4-crypt" +EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}-9999" + +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="" +RDEPEND="${DEPEND} + app-crypt/libscrypt + sys-apps/keyutils + "