aboutsummaryrefslogtreecommitdiff
path: root/app-crypt/clevis/clevis-18.ebuild
diff options
context:
space:
mode:
authorJulien Roy <julien@jroy.ca>2022-11-29 16:22:44 -0500
committerJulien Roy <julien@jroy.ca>2022-11-29 16:22:44 -0500
commit33dc74c7fd993d450bc3583538958c41f2453878 (patch)
tree6eda0224b0eabe2feee778f83acb7793576e8024 /app-crypt/clevis/clevis-18.ebuild
parent3351ed6c646243fcd6c981d44780b2f50d458e15 (diff)
downloadMrRoy-Overlay-33dc74c7fd993d450bc3583538958c41f2453878.tar.gz
MrRoy-Overlay-33dc74c7fd993d450bc3583538958c41f2453878.tar.bz2
MrRoy-Overlay-33dc74c7fd993d450bc3583538958c41f2453878.zip
Remove ebuilds that are in GURU or abandoned
Diffstat (limited to 'app-crypt/clevis/clevis-18.ebuild')
-rw-r--r--app-crypt/clevis/clevis-18.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/app-crypt/clevis/clevis-18.ebuild b/app-crypt/clevis/clevis-18.ebuild
deleted file mode 100644
index da0dc96..0000000
--- a/app-crypt/clevis/clevis-18.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-DESCRIPTION="Automated Encryption Framework"
-HOMEPAGE="https://github.com/latchset/clevis"
-SRC_URI="https://github.com/latchset/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="+luks +tpm"
-
-DEPEND="luks? ( app-misc/jq )
- >=dev-libs/jose-8
- luks? ( dev-libs/libpwquality )
- luks? ( dev-libs/luksmeta )
- tpm? ( app-crypt/tpm2-tools )
- sys-fs/cryptsetup"
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-PATCHES=(
- "${FILESDIR}/${PN}-dracut.patch"
- "${FILESDIR}/${PN}-meson.patch"
-)