summaryrefslogtreecommitdiff
path: root/sys-boot/mokutil/mokutil-0.5.0-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-boot/mokutil/mokutil-0.5.0-r1.ebuild')
-rw-r--r--sys-boot/mokutil/mokutil-0.5.0-r1.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/sys-boot/mokutil/mokutil-0.5.0-r1.ebuild b/sys-boot/mokutil/mokutil-0.5.0-r1.ebuild
deleted file mode 100644
index 560c290cb156..000000000000
--- a/sys-boot/mokutil/mokutil-0.5.0-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="The utility to manipulate machines owner keys which managed in shim"
-HOMEPAGE="https://github.com/lcp/mokutil"
-SRC_URI="https://github.com/lcp/mokutil/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="dev-libs/openssl:=
- sys-apps/keyutils:=
- sys-libs/efivar:=
- virtual/libcrypt:="
-RDEPEND="${DEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
- default
- eautoreconf
-}